<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*article button css*/
._page_ a.private_frontend_shortcode_button.btn,._page_ a.private_frontend_shortcode_button.btn {
    position: relative;
    /* height: 44px; */
    width: auto;
    display: inline-block;
    border: none;
    border-radius: 25px;
    opacity: 1;
    padding-right: 55px;
    padding-left: 30px;
    font-size: 20px !important;
    font-weight: bold;
    color: #fff;
    text-decoration: none !important;
    margin: 20px 0;
    max-width: 100%;
    white-space: normal;
}
a.private_frontend_shortcode_button.btn:hover::after {
    color: #fff;
    height: calc(100% - 8px);
    outline: 0;
    width: calc(100% - 8px);
    transition: width 0.2s ease-out 0.21s;
}
a.private_frontend_shortcode_button.btn:after {
    content: "";
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    display: block;
    top: 4px;
    height: calc(100% - 8px);
    right: 4px;
    width: 36px;
    border-radius: 25px;
    background-color: #fff;
    transition: width 0.2s ease-out 0.21s;
    z-index: 0;
}
a.private_frontend_shortcode_button.btn:before {
    content: "";
    /* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%23FFA91F' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e"); */
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    display: block;
    top: 4px;
    height: calc(100% - 8px);
    right: 4px;
    width: 36px;
    z-index: 1;
    transition: width 0.2s ease-out 0.21s;
}
a.private_frontend_shortcode_button.btn span {
    /* height: 44px; */
    width: 100%;
    /* display: block; */
    text-align: center;
    line-height: 28px;
    /* padding: 8px 0; */
    margin: 8px 0;
    position: relative;
    z-index:1;
    transition: color 0.2s ease-out 0.21s;
    overflow: hidden;
    font-size: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

a.private_frontend_shortcode_button.btn.ed{
    background: transparent linear-gradient(91deg, #F4D46C 0%, #FFA81D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #FFAA2026;
}
a.private_frontend_shortcode_button.btn.ww{
    background: transparent linear-gradient(91deg, #ef8406 0%, #ef8406 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #ef840626;
    background: var(--theme-color);
}
a.private_frontend_shortcode_button.btn.gotrip{
    background: transparent linear-gradient(91deg, #2787b7 0%, #61c6e8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #61c6e826;
    background: var(--theme-color);
}
a.private_frontend_shortcode_button.btn.more{
    background: transparent linear-gradient(91deg, #f57682 0%, #f3a6ae 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #f3a6ae26;
    background: var(--theme-color);
}
a.private_frontend_shortcode_button.btn.kiss{
    background: transparent linear-gradient(91deg, #f9bb42 0%, #f08b97 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #f08b9726;
    background: var(--theme-color);
}
a.private_frontend_shortcode_button.btn.os{
    background: transparent linear-gradient(91deg, #dd116b 0%, #e84291 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #00bfd426;
    background: var(--theme-color);
}
a.private_frontend_shortcode_button.btn.nm{
    background: transparent linear-gradient(91deg, #005d96 0%, #002244 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #00224426;
    background: var(--theme-color);
}
a.private_frontend_shortcode_button.btn.ssw{
    background: transparent linear-gradient(91deg, #f0fb67 0%, #0f433c 100%) 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 10px #0f433c26;
    background: var(--theme-color);
}

a.private_frontend_shortcode_button.btn.ww:hover span {
    color:#ef8406;
    color:var(--theme-color);
}
a.private_frontend_shortcode_button.btn.ed:hover span {
    color:#FFA91F;
}
a.private_frontend_shortcode_button.btn.gotrip:hover span {
    color:#61c6e8;
    color:var(--theme-color);
}
a.private_frontend_shortcode_button.btn.more:hover span {
    color:#f3a6ae;
    color:var(--theme-color);
}
a.private_frontend_shortcode_button.btn.kiss:hover span {
    color:#f08b97;
    color:var(--theme-color);
}
a.private_frontend_shortcode_button.btn.os:hover span {
    color:#e84291;
    color:var(--theme-color);
}
a.private_frontend_shortcode_button.btn.nm:hover span {
    color:#002244;
    color:var(--theme-color);
}
a.private_frontend_shortcode_button.btn.ssw:hover span {
    color:#0f433c;
    color:var(--theme-color);
}

a.private_frontend_shortcode_button.btn.ww:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%23ef8406' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
a.private_frontend_shortcode_button.btn.ed:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%23FFA91F' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
a.private_frontend_shortcode_button.btn.gotrip:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%2361c6e8' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
a.private_frontend_shortcode_button.btn.more:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%23f3a6ae' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
a.private_frontend_shortcode_button.btn.kiss:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%23f08b97' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
a.private_frontend_shortcode_button.btn.os:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%2300bfd4' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
a.private_frontend_shortcode_button.btn.nm:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%23002244' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
a.private_frontend_shortcode_button.btn.ssw:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' %3e%3cpath fill='%230f433c' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3e%3c/path%3e%3c/svg%3e");
}
@media (max-width: 990px){
    a.private_frontend_shortcode_button.btn:hover::after{
        width:36px;
    }
    a.private_frontend_shortcode_button.btn.ed:hover span{
        color:#fff;
    }
}

/*business info css */
.business_info_div {
    position: relative;
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    background: var(--share-icon-bg);
}

.business_info_div .business_info_title {
    font-size: 20px !important;
    font-weight: bold;
    position: relative;
}
details summary.business_info_title:after {
    content: '';
    width: 10px;
    height: 10px;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ED8422' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6l1.41-1.42Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;*/
    border: solid var(--theme-color);
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
    transform: rotate(45deg);
}
details[open] summary.business_info_title:after {
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ED8422' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6l1.41 1.41Z'/%3E%3C/svg%3E");*/
    transform: rotate(-135deg);
}

details summary.business_info_title:empty {
    height: 2.2rem;
}

details[open] summary.business_info_title:empty {
    height: 0px;
}
details.business_info_div  &gt; summary.business_info_title:first-of-type {
    list-style: none;
}

.video-container.facebookvideo {
    padding-bottom: unset;
    display: flex;
    padding-top: unset;
    height: auto;
}</pre></body></html>