@charset "UTF-8";
@charset "UTF-8";
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}
:root {
--deWhiteColor       : #ffffff;
--deBlackColor       : #000000;
--deThemeColor       : #23c68e;
--deSecondaryColor   : #ecfcfe;
}
.hidden-title {display: none !important;} img {
max-width: 100%;
height: auto;
}
.blog .main-content, 
.single-post .main-content {
padding-top: 3rem;
}
.inner_banner_item img, 
.blog_list_img img, 
.blog_detail_img a img {
-o-object-fit: cover;
object-fit: cover;
} .inner_banner_item {
position: relative;
}
.inner_banner_item::before {
content: '';
background-color: rgba(0,0,0,0.5);
display: inline-block;
position: absolute;
left: 0rem;
right: 0rem;
top: 0rem;
bottom: 0rem;
z-index: 1;
}
.inner_banner_item img {
min-height: 20rem;
max-height: 20rem;
width: 100%;
}
.inner_banner_item .banner_content {
color: var(--deWhiteColor);
position: absolute;
top: 50%;
left: 0px;
right: 0px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
}
.inner_banner_title {
color: var(--deWhiteColor);
font-weight: 700;
margin-bottom: 0rem;
text-align: center;
} .contactpageinfo {
margin-top: 4.5rem;
margin-bottom: 4.5rem;
}
.messageBox {
position: relative;
}
.contactpageinfo .messageBox h2 {
position: relative;
margin-bottom: 3rem;
}
.contactpageinfo .messageBox h2:before {
content: "";
position: absolute;
left: 0px;
right: 0px;
width: 8rem;
height: 3px;
background: var(--deThemeColor);
margin-left: auto;
margin-right: auto;
bottom: -0.75rem;
}
.contactpageinfo .messageBox h2 span {
display: block;
text-transform: uppercase;
color: var(--deBlackColor);
font-weight: 600;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.messageBox p {
width: 70%;
margin: 0px auto 5rem;
}
.contact_frm {
width: 83.3333%;
margin-left: auto;
margin-right: auto;
}
.contact_frm .last-child {
text-align: center;
margin-top: 3rem;
}
.contact_frm .from-group {
margin-bottom: 1.5rem;
}
.contact_frm .from-group.last-row {
margin-bottom: 0rem;
}
.contact_frm .from-group [class*="col-"] {
position: relative;
}
.contact_frm .from-group.last-row [class*="col-"] {
text-align: center;
}
.contact_frm input[type=email], 
.contact_frm input[type=password], 
.contact_frm input[type=tel], 
.contact_frm input[type=text], 
.contact_frm textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
background-color: var(--deWhiteColor);
border-width: 1px;
border-style: solid;
border-color: #898989;
border-radius: 0px;
box-shadow: none;
-webkit-box-shadow: none;
color: var(--deBlackColor);
font-size: 1.2rem;
font-weight: 400;
width: 100%;
padding: 0px 1.5rem;
margin-bottom: 0;
}
.contact_frm input[type=email], 
.contact_frm input[type=password], 
.contact_frm input[type=tel], 
.contact_frm input[type=text] {
height: 3.6rem;
line-height: 3.6rem;
}
.contact_frm textarea {
height: 7.5rem;
line-height: 1.5rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.contact_frm input::-webkit-input-placeholder, 
.contact_frm textarea::-webkit-input-placeholder {
color: rgba(0,0,0,0.25);
font-size: 1.2rem;
font-weight: 400;
}
.contact_frm input::-moz-placeholder, 
.contact_frm textarea::-moz-placeholder {
color: rgba(0,0,0,0.25);
font-size: 1.2rem;
font-weight: 400;
}
.contact_frm input:-ms-input-placeholder, 
.contact_frm textarea:-ms-input-placeholder {
color: rgba(0,0,0,0.25);
font-size: 1.2rem;
font-weight: 400;
}
.contact_frm input:-moz-placeholder, 
.contact_frm textarea:-moz-placeholder {
color: rgba(0,0,0,0.25);
font-size: 1.2rem;
font-weight: 400;
}
.contact_frm input.submit_btn {
background-color: var(--deThemeColor);
border: 2px solid var(--deThemeColor);
color: var(--deWhiteColor);
font-size: 1.2rem;
height: 3rem;
line-height: 2.8rem;
padding: 0 1.5rem;
text-transform: capitalize;
}
.contact_frm input.submit_btn:hover {
background-color: var(--deWhemeColor);
border: 2px solid var(--deThemeColor);
color: var(--deThemeColor);
}
.contact_frm .wpcf7-spinner {
position: absolute;
right: 0;
left: 0;
top: 0.75rem;
margin-left: auto;
margin-right: auto;
}
.contactDescription {
background: var(--deThemeColor);
padding-top: 3rem;
padding-bottom: 3rem;
}
.innerCon {
background: #ffffff;
padding: 0.75rem;
-webkit-box-shadow: 3px -1px 40px -14px rgb(0 0 0 / 75%);
-moz-box-shadow: 3px -1px 40px -14px rgba(0,0,0,0.75);
box-shadow: 3px -1px 40px -14px rgb(0 0 0 / 75%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.iconBoxInner {
background: var(--deThemeColor);
width: 4rem;
height: 4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 20px 0px;
padding: 0 0.75rem;
margin-right: 1rem;
}
.iconTextSec {
width: 85%;
}
.iconBoxInner img {
-webkit-animation: heartBeat 3s infinite;
animation: heartBeat 3s infinite;
}
.iconTextSec h6 {
color: var(--deThemeColor);
text-transform: uppercase;
}
.iconTextSec {
width: 75%;
}
.iconTextSec p, .iconTextSec a {
color: var(--deBlackColor);
margin: 0.5rem 0;
text-decoration: none;
}
.iconTextSec a:hover {
color: var(--deThemeColor);
}
.submitWorkOrdereq h2 {
text-align: center;
position: relative;
margin-bottom: 110px;
}
.mapBox iframe {
width: 100%;
height: 45rem;
}  .blog .main-content h1.site_title, 
.single-post .blog_title_detail_lt h1.site_title {
color: var(--deThemeColor);
margin-bottom: 1.5rem;
}
.col-blog-list-inner {
margin-bottom: 3rem;
}
.blog_cat_wrap {
background-color: var(--deThemeColor);
padding: 1rem;
}
.blog_cat_wrap h2 {
color: var(--deWhiteColor);
font-size: 1.6rem;
font-weight: 600;
line-height: 1.6rem;
margin-bottom: 1.5rem;
}
.blog_cat_wrap .cat_list {
padding: 0;
}
.blog_cat_wrap .cat_list li {
border-bottom: 1px dashed rgba(255,255,255,0.5);
display: block;
padding-bottom: 0.75rem;
margin-bottom: 0.75rem;
}
.blog_cat_wrap .cat_list li:last-child {
border-bottom: 0px;
padding-bottom: 0rem;
margin-bottom: 0rem;
}
.blog_cat_wrap .cat_list li a {
color: var(--deWhiteColor);
text-decoration: none;
}
.blog_cat_wrap .cat_list li a:hover {
color: var(--deSecondaryColor);
}
.blog_list_img {
height: 10rem;
margin-bottom: 1.5rem;
}
.blog_list_img a {
display: block;
height: 100%;
}
.blog_list_img img {
height: 100%;
width: 100%;
}
.blog_list_content h5 {
margin-bottom: 1rem;
}
.blog_list_content h5 a {
color: var(--deThemeColor);
display: block;
text-decoration: none;
}
.blog_list_content h5 a:hover {
color: var(--deBlackColor);
}
.blog_list_content a.btn_blog {
text-decoration: none;
}
.blog_list_wrap .pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog_list_wrap .pagination span, 
.blog_list_wrap .pagination a {
background-color: var(--deThemeColor);
border-color: var(--deWhiteColor);
border: 1px solid var(--deThemeColor);
border-radius: 0px;
display: inline-block;
color: var(--deWhiteColor);
cursor: pointer;
font-size: 1rem;
font-weight: 400;
height: 2.5rem;
line-height: 2.5rem;
padding: 0px 0.75rem;
text-decoration: none;
}
.blog_list_wrap .pagination span.current, 
.blog_list_wrap .pagination a:hover {
background-color: #198862;
}  .blog_detail_img {
border: 2px solid var(--deThemeColor);
box-shadow: 2px 0px 20px rgba(0,0,0,0.25);
-webkit-box-shadow:2px 0px 20px rgba(0,0,0,0.25);
height: 25rem;
padding: 0.5rem;
line-height: 0rem;
margin-bottom: 1.5rem;
}
.blog_detail_img a {
display: block;
height: 100%;
}
.blog_detail_img a img {
height: 100%;
width: 100%;
} .page-template-general-inner-template.main-content {
padding-top: 4.5rem;
} .page-template-general-inner-template .main-content h2, 
.page-template-general-inner-template .main-content h3, 
.page-template-general-inner-template .main-content h4, 
.page-template-general-inner-template .main-content h5 {
margin-top: 1.5rem;
margin-bottom: 0.5rem;
}
.page-template-general-inner-template .main-content h2 {
color: var(--deBlackColor);
font-size: 2rem;
line-height: 2.4rem;
text-transform: capitalize;
font-weight: 400;
}
.page-template-general-inner-template .main-content ul {
padding: 0;
}
.page-template-general-inner-template .main-content ul li {
padding-left: 2.5rem;
position: relative;
margin-bottom: 1rem;
}
.page-template-general-inner-template .main-content ul li:last-child {
margin-bottom: 0px;
}
.page-template-general-inner-template .main-content ul li::after {
content: "\f101";
font-family: 'FontAwesome';
color: var(--deBlackColor);
position: absolute;
left: 0px;
top: 0px;
}
.page-template-general-inner-template .main-content p a {
color: var(--deThemeColor);
}
.page-template-general-inner-template .main-content p a:hover {
color: var(--deBlackColor);
} .error__main__content {
padding-top: 0rem;
}
.page404-main-section {
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/common-bg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
text-align: center;
position: relative;
}
.page404-main-section::before {
content: '';
background-color: rgba(255,255,255,0.92);
display: inline-block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
}
.page404-main-section .container {
position: relative;
z-index: 2;
}
.error-404 {
min-height: 30rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.error_inner {
background-color: rgba(255, 255, 255, 0.75);
border: 0px solid #c3c3c3;
box-shadow: 0px 0px 10px rgb(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 10px rgb(0,0,0,0.25);
border-radius: 8px;
padding: 3rem 1.5rem;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.error_inner h1.site_title {
color: var(--deThemeColor);
margin-bottom: 1.5rem;
}
.intro-text p {
color: var(--deBlackColor);
font-size: 1.2rem;
margin-bottom: 1.6rem;
} .btnhome, 
.blog_list_content a.btn_blog {
background-color: var(--deThemeColor);
border-color: var(--deWhiteColor);
border: 1px solid var(--deThemeColor);
border-radius: 0px;
display: inline-block;
color: var(--deWhiteColor);
cursor: pointer;
font-size: 1rem;
font-weight: 400;
height: 3rem;
line-height: 3rem;
padding: 0px 1.5rem;
text-transform: capitalize;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.btnhome:hover, 
.btnhome:focus, 
.blog_list_content a.btn_blog:hover, 
.blog_list_content a.btn_blog:focus {
background-color: transparent;
color: var(--deThemeColor);
outline: 0px;
} @media screen and (max-width: 991px) { .contact_frm {
width: 100%;
}
.contactpageinfo .from-group {
margin-bottom: 0;
}
.contactpageinfo .from-group [class*="col-"] {
margin-bottom: 1.5rem;
}
.contactpageinfo .from-group.last-row [class*="col-"] {
margin-bottom: 0rem;
}
.innerCon {
margin: 1.5rem 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column;
flex-flow: column;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: auto;
}
.iconBoxInner {
margin-right: 0px;
margin-bottom: 1.5rem;
}
.mapBox iframe {
height: 30rem;
} .col-blog-list-lt {
margin-bottom: 1.5rem;
} .blog_detail_content {
text-align: center;
} .error-404 {
min-height: 400px;
}
}
@media screen and (max-width: 767.98px) { .blog_list_img {
height: auto;
}
.blog_list_img img {
max-height: 25rem;
}
.blog_list_content {
text-align: center;
} .blog_detail_img {
height: 20rem;
}
}
@media screen and (max-width: 575.98px) { .page404-main-section {
padding-bottom: 1.5rem;
}
}:root {
--wooWhiteColor       : #ffffff;
--wooBlackColor       : #000000;
--wooThemeColor       : #7E4800;
--wooSecondaryColor   : #ecfcfe;
}
a {
transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
}  .woocommerce-page.woocommerce-shop .page-title, 
.woocommerce-page.tax-product_cat .page-title, 
.woocommerce-page.single-product .page-title {
margin-top: 1.5rem;
} .woocommerce .woocommerce-breadcrumb {
background-color: var(--wooSecondaryColor);
color: var(--wooThemeColor);
font-weight: 600;
padding: 0.75rem;
}
.woocommerce .woocommerce-breadcrumb a {
color: var(--wooBlackColor);
} p.woocommerce-result-count {
font-weight: 600;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
width: 40%;
}
.woocommerce-shop .woocommerce-ordering select.orderby, 
.tax-product_cat .woocommerce-ordering select.orderby, 
.single-product.woocommerce .product .cart .variations select, 
.main__content .woocommerce select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/down-arrow.png);
background-repeat: no-repeat;
background-position: center right 0.5rem;
border: 1px solid var(--wooBlackColor);
height: 3rem;
line-height: 3rem;
padding: 0px 0.75rem;
font-size: 1rem;
width: 100%;
position: relative;
}
.woocommerce-shop .woocommerce-ordering select.orderby:focus-visible, 
.tax-product_cat .woocommerce-ordering select.orderby:focus-visible,
.single-product.woocommerce .product .cart .variations select:focus-visible {outline: 0px;}
.woocommerce-shop .woocommerce-ordering select.orderby::-ms-expand, 
.tax-product_cat .woocommerce-ordering select.orderby::-ms-expand,
.single-product.woocommerce .product .cart .variations select::-ms-expand, 
.main__content .woocommerce select::-ms-expand {
display:none;
} .filterSec {
background-color: var(--wooThemeColor);
color: var(--wooWhiteColor);
padding: 0.75rem;
}
.woocommerce-page .main-content .filterSec h2 {
color: var(--wooWhiteColor);
font-size: 1.6rem;
font-weight: 600;
line-height: 1.6rem;
margin-bottom: 1.5rem;
text-transform: uppercase;
}
.filterSec h3 {
color: var(--wooWhiteColor);
font-size: 1rem;
line-height: 1rem;
margin-bottom: 1.5rem;
}
.filterSec .creative_filter_cat_heading h3 {
margin-top: 1rem;
}
.priceBox .bapf_head, 
.catogeriesBox .bapf_head {
display: none;
}
.irs--flat .irs-bar, 
.irs--flat .irs-handle>i:first-child, 
.irs--flat .irs-handle>i:first-child, 
.irs--flat .irs-from, 
.irs--flat .irs-single, 
.irs--flat .irs-to {
background-color: #1b8e66;
}
.bapf_sfilter .bapf_body>ul {
margin: 0;
padding: 0;
}
.bapf_sfilter ul li {
position: relative;
padding-left: 1.5rem !important;
margin-bottom: 0.75rem !important;
line-height: normal;
}
.bapf_sfilter ul li input[type=checkbox] {
position: absolute;
left: 0rem;
top:  0.5rem;
}
.bapf_sfilter ul li label {
line-height: 1.6rem;
font-size: 1rem;
}
.woocommerce .filterSec .woocommerce-ordering, 
.woocommerce-page .filterSec .woocommerce-ordering {
float: none;
width: 100%;
margin-bottom: 1.5rem;
}
.bapf_sfilter {
margin-bottom: 0px;
}
.bapf_sfilter.bapf_button_berocket .bapf_button {
background-color: transparent;
border: 1px solid var(--wooWhiteColor);
font-size: 1rem;
font-weight: 400;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
.bapf_sfilter.bapf_button_berocket .bapf_button:hover {
background-color: #ffffff;
color: var(--wooThemeColor);
} .woocommerce .products ul, .woocommerce ul.products {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {
padding-left: 0.75rem;
padding-right: 0.75rem;
width: 32.75%;
position: relative;
vertical-align: top;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
clear: none;
display: inline-block;
float: none;
text-align: center;
padding-left: 15px;
padding-right: 15px;
position: relative;
margin: 0px 0px 35px;
}
.woocommerce ul.products li.product a img {
display: inline-block;
width: 100% !important;
height: auto !important;
max-width: 100% !important;
}
.woocommerce-shop ul.products li.product a {display: block;}
.woocommerce-shop ul.products li.product a.added_to_cart {
margin-top: 0.5rem;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
color: var(--wooBlackColor);
font-size: 1rem;
font-weight: 600;
margin-bottom: 0.75rem;
line-height: normal;
text-transform: uppercase;
letter-spacing: 2px;
padding: 0;
}
.woocommerce ul.products li.product .price {
color: var(--wooBlackColor);
font-weight: 400;
font-size: 1rem;
margin-bottom: 0.5rem;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
.woocommerce span.onsale {
background-color: var(--wooThemeColor);
width: 3rem;
height: 3rem;
line-height: 3rem;
font-size: .75rem;
font-weight: 400;
padding-top: 0;
padding-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.woocommerce nav.woocommerce-pagination ul, 
.woocommerce nav.woocommerce-pagination ul li {
border-color: #1b8e66;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
color: var(--wooBlackColor);
padding: 0.75rem;
min-width: 2.5rem;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
background-color: var(--wooThemeColor);
color:var(--wooWhiteColor);
font-weight: 400;
}  .single-product .flex-control-nav .slick-prev, 
.single-product .flex-control-nav .slick-next, 
.single-product .related.products ul.products .slick-prev, 
.single-product .related.products ul.products .slick-next {
background-color: var(--wooThemeColor); 
width: 1.5rem; 
height: 1.5rem; 
top: auto; 
bottom: 0;
}
.single-product .flex-control-nav .slick-prev:hover, .single-product .flex-control-nav .slick-next:hover, 
.single-product .flex-control-nav .slick-prev:focus, .single-product .flex-control-nav .slick-next:focus, 
.single-product .related.products ul.products .slick-prev:hover, .single-product .related.products ul.products .slick-next:hover, 
.single-product .related.products ul.products .slick-prev:focus, .single-product .related.products ul.products .slick-next:focus {
background-color: var(--wooBlackColor);
}
.single-product .flex-control-nav .slick-prev, 
.single-product .related.products ul.products .slick-prev {
right: 3rem;
left: 0;
margin-left: auto;
margin-right: auto;
}
.single-product .flex-control-nav .slick-next, 
.single-product .related.products ul.products .slick-next {
right: 0;
left: 3rem;
margin-left: auto;
margin-right: auto;
}
.single-product .flex-control-nav .slick-prev:before, .single-product .flex-control-nav .slick-next:before, 
.single-product .related.products ul.products .slick-prev:before, .single-product .related.products ul.products .slick-next:before {
color: var(--wooWhiteColor); 
font-family: FontAwesome; 
font-size: 1rem;
font-weight: 600; 
opacity: 1;
} 
.single-product .flex-control-nav .slick-prev.slick-disabled:before, 
.single-product .flex-control-nav .slick-next.slick-disabled:before, 
.single-product .related.products ul.products .slick-prev.slick-disabled:before, 
.single-product .related.products ul.products .slick-next.slick-disabled:before {opacity: .5;}
.single-product .flex-control-nav .slick-prev:before, 
.single-product .related.products ul.products .slick-prev:before {content: "\f104";}
.single-product .flex-control-nav .slick-next:before, 
.single-product .related.products ul.products .slick-next:before {content: "\f105";} .single-product input[type=email], 
.single-product input[type=password], 
.single-product input[type=tel], 
.single-product input[type=text], 
.single-product textarea {
border-color: var(--wooBlackColor);
} .single-product.woocommerce .quantity .qty {
border: 1px solid var(--wooBlackColor);
height: 3rem;
line-height: 3rem;
}
.woocommerce div.product div.images .flex-control-thumbs {
padding-bottom: 4.5rem;
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs .slick-slide {
margin: 0;
padding: 0.5rem;
height: auto;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
border: 1px solid var(--wooThemeColor);
padding: 0.5rem;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: none;
} .single-product .product h1.product_title {
color: var(--wooThemeColor);
font-size: 3rem;
line-height: 3rem;
font-weight: 600;
margin-bottom: 1.5rem;
}
.single-product .product p {
margin-bottom: 1rem;
}
.single-product.woocommerce .product p.price {
color: var(--wooBlackColor);
font-weight: 500;
}
.single-product .woocommerce-product-details__short-description p br {
display: none;
}
.single-product form.variations_form.cart {
display: inline-block;
width: 100%;
position: relative;
overflow: hidden;
}
.single-product .product_meta .sku_wrapper, 
.single-product .product_meta .posted_in {
display: block;
}
.single-product .product_meta a {
color: var(--wooBlackColor);
font-weight: 700;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
padding-bottom: 0.5rem;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button.button.disabled {
background-color: var(--wooThemeColor);
opacity: 0.25;
}
.woocommerce.single-product div.product p.price, 
.woocommerce.single-product div.product span.price {
color: var(--wooBlackColor);
}
a.reset_variations {
color: var(--wooBlackColor);
opacity: 0.75;
}
a.reset_variations:focus, 
a.reset_variations:hover {
opacity: 1;
}
.single-product .woocommerce-variation-price {
margin-bottom: 1rem;
} .single-product .woocommerce-tabs.wc-tabs-wrapper {
display: inline-block;
width: 100%;
margin-top: 2.5rem;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
border-bottom: 0;
margin-bottom: 0;
padding-left: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
background-color: var(--wooWhiteColor);
border-color: #cccccc;
border-width: 1px 1px 0px;
border-radius: 0px;
margin-left: -0.5rem;
margin-right: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
background-color: #f0f0f0;
border-color: #f0f0f0;
border-width: 1px 1px 0px;
border-radius: 0;
margin-left: -0.5rem;
margin-right: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active {
background-color: var(--wooThemeColor);
border-color: var(--wooThemeColor);
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
color: var(--wooBlackColor);
font-weight: 400;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a {
color: var(--wooWhiteColor);
}
.woocommerce.single-product div.product .woocommerce-tabs .panel {
background-color: rgba(255, 255, 255, 0.7);
box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
border-width: 0px 1px 1px;
border-style: solid;
border-color: #e8e8e8;
display: inline-block;
width: 100%;
padding: 1.5rem;
}
.woocommerce.single-product div.product .woocommerce-tabs .panel p:last-of-type {
margin-bottom: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
margin-left: 0;
margin-right: -5px;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs::before, 
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active::before, 
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active::after, 
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::before, 
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::after {
display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .panel h2 {
margin-bottom: 1rem;
font-size: 2rem;
font-weight: 500;
line-height: 2rem;
text-transform: capitalize;
}
.single-product .woocommerce-tabs #tab-description h2 {
display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs .panel p br {
display: none;
}
.woocommerce #review_form #respond p.stars a::before {
color: var(--wooBlackColor);
}
.single-product .woocommerce-tabs.wc-tabs-wrapper .comment-form-cookies-consent {
position: relative;
padding-left: 1.5rem;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper .comment-form-cookies-consent input[type="checkbox"] {
position: absolute;
left: 0;
top: 0.5rem;
}
.single-product.woocommerce form .single_variation_wrap input[type="file"], 
.single-product.woocommerce form .form-row input[type="file"] {
height: auto;
line-height: normal;
padding: 0.75rem;
font-size: 1rem;
} .woocommerce .related.products ul, 
.woocommerce .related ul.products {
margin-bottom: 0px;
padding-bottom: 2.5rem;
}
.single-product .related.products {
display: inline-block;
width: 100%;
margin-top: 3rem;
}
.single-product .related.products h2 {
font-weight: 600;
font-size: 3rem;
line-height: 3rem;
text-align: center;
text-transform: capitalize;
margin-bottom: 1.5rem;
}
.single-product .related.products ul.products li.product .product_img_wrap + a.woocommerce-loop-product__link {
display: none;
}
.single-product .related.products ul.products li.product {
clear: none;
width: 25%;
text-align: center;
padding-left: 0.75rem;
padding-right: 0.75rem;
margin: 0px 0px 2.5rem;
height: auto;
}
.single-product .related.products ul.products li.product a {
display: block;
}
.woocommerce.single-product .related.products ul.products li.product .onsale {
right: 1.5rem;
top: 0.75rem;
} .woocommerce-page.woocommerce-shop .main-content,
.woocommerce-page.tax-product_cat .main-content,
.woocommerce-page.single-product .main-content {
background-image: none;
min-height: auto;
}
.woocommerce-page.woocommerce-shop .main-content::before,
.woocommerce-page.tax-product_cat .main-content::before,
.woocommerce-page.single-product .main-content::before {
display: none;
}
.woocommerce-page .main-content, 
.jvm-woocommerce-wishlist-page .main__content {
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/common-bg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
padding-bottom: 3rem;
}
.woocommerce-page.woocommerce-checkout .main-content {
background-attachment: fixed;
}
.woocommerce-page .main-content::before, 
.jvm-woocommerce-wishlist-page .main-content::before {
content: '';
background-color: rgba(255,255,255,0.92);
display: inline-block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
}
.woocommerce-page .main-content .container {
position: relative;
z-index: 2;
}
h1.page-title, 
.jvm-woocommerce-wishlist-page .main-content h1.page-title {
color: var(--wooThemeColor);
text-align: center;
font-size: 3.6rem;
line-height: 3.8rem;
margin-bottom: 1.5rem;
}
.woocommerce-page.woocommerce-shop .main-content h1.page-title,
.woocommerce-page.tax-product_cat .main-content h1.page-title,
.woocommerce-page.single-product .main-content h1.page-title {
text-align: left;
}
.woocommerce-page .main-content h2 {
font-size: 2.8rem;
line-height: 2.8rem;
text-transform: capitalize;
font-weight: 400;
}
.main-content .woocommerce {
color: var(--wooBlackColor);
display: inline-block;
width: 100%;
text-align: center;
}
.main-content .woocommerce a, 
table.shop_table.cart td a {
color: var(--wooBlackColor);
font-weight: 400;
}
.main-content .woocommerce a:hover, 
.main-content .woocommerce a:focus {
color: var(--wooBlackColor);
}
.logged-in .main-content .woocommerce {
text-align: left;
} .woocommerce-checkout .woocommerce-billing-fields, 
.woocommerce-checkout .woocommerce-additional-fields, 
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register, 
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment, 
.woocommerce-shipping-fields, 
form.woocommerce-ResetPassword.lost_reset_password {
background-color: rgba(255,255,255,0.90);
border: 1px solid #dedcdc;
border-radius: 0px;
padding: 0.75rem;
margin-top: 1rem;
margin-bottom: 1rem;
}
.woocommerce-shipping-fields::before, 
.woocommerce-shipping-fields::after {display: none !important;}
.woocommerce-shipping-fields {
background-color: transparent;
border: 0;
border-radius: 0;
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
.woocommerce form.checkout_coupon .form-row input[type="text"] {
height: 3rem;
line-height: 3rem;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
background-color: #333333;
color: var(--wooWhiteColor);
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
border: 1px solid #333333;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
} div#customer_login .col-1 > h2, 
div#customer_login .col-2 > h2 {
margin-bottom: 1rem;
}
.woocommerce-privacy-policy-text p {
font-size: 1rem;
line-height: 1.4rem;
}
form.woocommerce-ResetPassword.lost_reset_password {
text-align: center;
width: 60%;
margin-left: auto;
margin-right: auto;
}
form.woocommerce-ResetPassword.lost_reset_password .form-row {
width: 100%;
text-align: center;
}
.woocommerce-info, .woocommerce-message {
border-top-color: var(--wooBlackColor);
}
.woocommerce-info::before, .woocommerce-message::before {
color: var(--wooBlackColor);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: rgba(226,226,226,0.75);
} .woocommerce-account .woocommerce-MyAccount-navigation {
background-color: rgba(255,255,255,0.28);
border: 1px solid var(--wooThemeColor);
padding: 0;
float: left;
width: 30%;
margin: 0;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation li {
background-color: rgba(255,255,255,0.25);
border-bottom: 1px solid #1b8e66;
margin: 0;
list-style: none;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation li:last-child {border-bottom: 0px;}
.woocommerce-account nav.woocommerce-MyAccount-navigation li.is-active {
background-color: var(--wooThemeColor);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation li a {
color: var(--wooBlackColor);
display: block;
padding: 0.5rem;
font-weight: 400;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation li a:hover, 
.woocommerce-account nav.woocommerce-MyAccount-navigation li.is-active a:hover {
background-color: var(--wooThemeColor);
color: var(--wooWhiteColor);
padding-left: 1rem;
text-decoration: none;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation li.is-active a {
color: var(--wooWhiteColor);
text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
background-color: rgba(255,255,255,0.9);
border: 1px solid var(--wooThemeColor);
padding: 1rem;
float: right;
width: 68%;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
-webkit-box-flex: 0;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 48%;
padding-left: 0px;
padding-right: 0px;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
-webkit-box-flex: 0;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 48%;
padding-left: 0px;
padding-right: 0px;
}
.woocommerce .col2-set .col-1.woocommerce-Address, 
.woocommerce-page .col2-set .col-1.woocommerce-Address {
width: 48%;
-webkit-box-flex: 0;
-ms-flex: 0 0 48%;
flex: 0 0 48%;
max-width: 48%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
color: var(--wooBlackColor);
width: 80%;
margin-right: 0;
font-weight: 600;
margin-top: 0px;
font-size: 1.2rem;
line-height: 1.4rem;
float: left;
text-transform: capitalize;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
line-height: 2.5rem;
}
.woocommerce-account .addresses .title .edit {
background-color: var(--wooThemeColor);
border: 1px solid var(--wooThemeColor);
color: var(--wooWhiteColor);
font-size: 1rem;
font-weight: 400;
padding: 0px 0.5rem;
}
.woocommerce-account .addresses .title .edit:hover {
background-color: var(--wooBlackColor);
border: 1px solid var(--wooBlackColor);
color: var(--wooWhiteColor);
outline: 0;
} .woocommerce table.shop_table, 
.woocommerce .woocommerce-cart-form table.shop_table {
background-color: rgba(255, 255, 255 , 0.90);
border: 1px solid #dedcdc;
border-radius: 0px;
color: var(--wooBlackColor);
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce table.shop_table td {
border-top: 1px solid #dedcdc;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
width: 32px !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
background-color: rgba(255, 255, 255 , 0.90);
border-color: #dedcdc;
border-radius: 0px;
color: var(--wooBlackColor);
font-size: 1rem;
font-weight: 400;
height: 3rem;
line-height: 3rem;
padding: 0px 0.75rem;
width: 50%;
}
.woocommerce-cart .woocommerce .quantity .qty {
border: 1px solid #dedcdc;
}
.woocommerce-cart .woocommerce .quantity .qty:focus-visible {
outline: 0px;
}
.woocommerce a.remove {
background: #960303;
color: var(--wooWhiteColor)!important;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
background-color: rgba(255, 255, 255 , 0.90);
border: 1px solid #dedcdc;
padding: 0.75rem;
text-align: center;
}
.cart_totals h2 {
font-weight: 400;
text-transform: capitalize;
margin-bottom: 1rem;
text-align: left;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout, 
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding-bottom: 0px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
margin-bottom: 0px;
}
p.return-to-shop {
text-align: center;
}
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
border-top: 1px solid #dcdcdc;
}
.woocommerce-cart table.cart td.product-name a:hover {
color: var(--wooThemeColor);
}  .pi_delivery_type .input-radio:checked + label, .pi_delivery_type .woocommerce-input-wrapper label.active_type, 
.pi_delivery_type .woocommerce-input-wrapper .woocommerce-radio-wrapper input:checked + label {
background-color: var(--wooWhiteColor) !important;
color: var(--wooBlackColor) !important;
}
.pi_delivery_type .woocommerce-input-wrapper label, 
.pi_delivery_type .woocommerce-input-wrapper .woocommerce-radio-wrapper label {
background-color: #606060 !important;
}
.woocommerce form .form-row.woocommerce-invalid label {
color: var(--wooBlackColor);
}
.woocommerce-billing-fields h3, 
.woocommerce-additional-fields h3, 
h3#order_review_heading {
font-size: 1.2rem;
line-height: 1.4rem;
margin-bottom: 1rem;
}
.woocommerce-checkout h3#order_review_heading {
background-color: rgba(255,255,255,0.9);
border: 1px solid #dedcdc;
border-radius: 0px;
color: var(--wooBlackColor);
text-transform: capitalize;
margin-top: 1rem;
margin-bottom: -1px;
padding: 1rem 0.5rem;
margin-bottom: -1px;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {padding: 0px;}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {list-style: none;}
.woocommerce-checkout #payment ul.payment_methods li {
position: relative;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
position: absolute;
left: 0;
top: 0.5rem;
margin-right: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] + label {
padding-left: 1.5rem;
}
h3#ship-to-different-address {
position: relative;
padding-left: 1.5rem;
text-align: left;
}
h3#ship-to-different-address input[type="checkbox"] {
position: absolute;
top: 1rem;
left: 0;
} .woocommerce-order {
background-color: rgba(255,255,255,0.9);
border: 1px solid #dedcdc;
padding: 0.75rem;
}
.woocommerce ul.order_details + p, 
.woocommerce-order p.woocommerce-thankyou-order-received, 
.woocommerce-order .woocommerce-customer-details address {
text-align: center;
}
.woocommerce ul.order_details {
text-align: center;
margin: 0px 0px 1.5rem;
padding: 0px;
}
.woocommerce ul.order_details li {
border-color: #dedcdc;
float: none;
display: inline-block;
margin-right: 5px;
padding-right: 5px;
word-break: break-word;
list-style: none;
}
.woocommerce ul.order_details li:last-of-type {
margin-right: 0;
padding-right: 0;
}
.woocommerce-order .woocommerce-customer-details h2, 
.woocommerce-order .woocommerce-order-details h2 {
color: var(--blackColor);
text-align: center;
margin-top: 1.5rem;
margin-bottom: 1rem;
letter-spacing: 0;
}
.woocommerce-order-received table.order_details td.product-name a {
color: var(--wooBlackColor);
font-weight: 600;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
border-color: #dedcdc;
border-bottom-width: 5px;
border-right-width: 5px;
}
.woocommerce table.shop_table.order_details tbody th, 
.woocommerce table.shop_table.order_details tfoot td, 
.woocommerce table.shop_table.order_details tfoot th {
border-color: #dedcdc;
}
.woocommerce .woocommerce-customer-details h2 {
margin-bottom: 15px;
}  .woocommerce table.shop_table.wishlist_table th {
text-align: center;
}
.woocommerce table.shop_table.wishlist_table th.product-name {
text-align: left;
}
.woocommerce .main-content .wishlist-title h2, 
.woocommerce .main-content .wishlist-title a.btn {
display: none;
}
.yith-wcwl-add-to-wishlist {
margin-top: 0px;
}
.yith-wcwl-add-button a.add_to_wishlist {
color: var(--wooThemeColor);
}
.yith-wcwl-add-button a.add_to_wishlist:hover, 
.yith-wcwl-add-button a.add_to_wishlist:focus {
color: var(--wooBlackColor);
}
.hidden-title-form button i, .wishlist-title a.show-title-form i, 
.wishlist_manage_table tfoot a.create-new-wishlist i, 
.wishlist_manage_table tfoot button.submit-wishlist-changes i, 
.wishlist_table .add_to_cart.button i, 
.wishlist_table .ask-an-estimate-button i, 
.yith-wcwl-add-button>a i, 
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i,
.yith-wcwl-wishlist-new button i, 
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
color: var(--wooThemeColor);
font-size: 1rem;
margin-right: 0;
}
.yith-wcwl-add-button>a i.fa-heart {
color: var(--themeColor);
}
ul.product_info_list li span.feedback, 
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, 
.woocommerce ul.products.columns-3 li.product span.feedback + a, 
.woocommerce-page ul.products.columns-3 li.product span.feedback + a {
background-color: var(--wooWhiteColor);
border-radius: 50%;
box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.13);
-webkit-box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.13);
display: inline-block;
width: 3rem;
height: 3rem;
line-height: 3.75rem;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, 
.woocommerce ul.products.columns-3 li.product span.feedback + a, 
.woocommerce-page ul.products.columns-3 li.product span.feedback + a {
position: absolute;
left: 0.75rem;
top: 0;
}
ul.product_info_list li span.feedback, 
.woocommerce ul.products.columns-3 li.product span.feedback, 
.woocommerce-page ul.products.columns-3 li.product span.feedback {
font-size: 0;
}
ul.product_info_list li span.feedback i.yith-wcwl-icon, 
.woocommerce ul.products.columns-3 li.product span.feedback i.yith-wcwl-icon.fa, 
.woocommerce-page ul.products.columns-3 li.product span.feedback i.yith-wcwl-icon.fa {
font-size: 1rem;
margin-right: 0;
}
ul.product_info_list li span.feedback + a {
display: none;
}
.wishlist_table.mobile {
background-color: rgb(255 255 255 / 90%);
border: 1px solid #dedcdc;
padding: 1rem;
text-align: center;
}
.wishlist_table.mobile li {
border-bottom: 1px solid #dedcdc;
padding-bottom: 0.5rem;
margin-bottom: 3rem;
}
.wishlist_table.mobile li:last-child {
border-bottom: 0px;
padding-bottom: 0rem;
margin-bottom: 0rem;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail, 
.wishlist_table.mobile li .item-wrapper .item-details {
display: block;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail, 
.wishlist_table.mobile li .item-wrapper .item-details, 
.wishlist_table.images_grid li .item-details table.item-details-table, 
.wishlist_table.mobile li .item-details table.item-details-table, 
.wishlist_table.mobile li table.additional-info, 
.wishlist_table.modern_grid li .item-details table.item-details-table {
margin-left: auto;
margin-right: auto;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name {
margin-top: 1.5rem;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
text-align: center;
}   .woocommerce form .form-row {
display: block;
margin: 0px 0 1rem;
text-align: left;
}
.woocommerce form .form-row label {color: var(--wooBlackColor)}
.woocommerce form .wc-payment-form .form-row label {color: var(--wooWhiteColor)}
.woocommerce form .form-row input[type="text"], 
.woocommerce form .form-row input[type="tel"], 
.woocommerce form .form-row input[type="email"], 
.select2-container--default .select2-selection--single, 
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
background-color: rgba(255,255,255,0.40);
border-color: #bdbdbd;
border-radius: 0px;
color: var(--wooBlackColor);
font-weight: 500;
padding: 0px 0.5rem;
}
.woocommerce form .form-row input[type="text"], 
.woocommerce form .form-row input[type="tel"], 
.woocommerce form .form-row input[type="email"], 
.select2-container--default .select2-selection--single, 
.woocommerce form .form-row input.input-text {
height: 3rem;
line-height: 3rem;
}
.woocommerce form .form-row input::-webkit-input-placeholder, 
.woocommerce form .form-row textarea::-webkit-input-placeholder, 
.woocommerce-cart table.cart td.actions .coupon input::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.75);
text-transform: none
}
.woocommerce form .form-row input::-moz-placeholder, 
.woocommerce form .form-row textarea::-moz-placeholder, 
.woocommerce-cart table.cart td.actions .coupon input::-moz-placeholder {
color: rgba(0, 0, 0, 0.75);
text-transform: none
}
.woocommerce form .form-row input:-ms-input-placeholder, 
.woocommerce form .form-row textarea:-ms-input-placeholder, 
.woocommerce-cart table.cart td.actions .coupon input:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.75);
text-transform: none
}
.woocommerce form .form-row input:-moz-placeholder, 
.woocommerce form .form-row textarea:-moz-placeholder, 
.woocommerce-cart table.cart td.actions .coupon input:-moz-placeholder {
color: rgba(0, 0, 0, 0.75);
text-transform: none
}
.select2-container--default .select2-selection--single:focus {outline: 0px;}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: var(--wooBlackColor);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 3rem;
padding-left: 0px;
color: var(--wooBlackColor);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 3rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #000000 transparent transparent transparent;
}
.select2-dropdown {
background-color: var(--wooWhiteColor);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #dedcdc;
color: var(--wooBlackColor);
}
.select2-container--default .select2-results__option[aria-selected=true], 
.select2-container--default .select2-results__option[data-selected=true] {
background-color: #333333;
color: var(--wooWhiteColor);
}
.main__content .woocommerce select {
background-color: rgba(255,255,255,0.40);
border-color: #bdbdbd;
border-radius: 0px;
color: var(--wooBlackColor);
height: 3.6rem;
line-height: 3.6rem;
}
.main__content .woocommerce select option {
background-color: #979797;
}
.main__content .woocommerce select:focus-visible {
outline: 0px;
} .woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-form-login__submit, 
.woocommerce-Button, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce div.product form.cart .button.ph_book_now_button, 
.single-product.woocommerce div.product div.summary .cart a.added_to_cart, 
.woocommerce-shop ul.products li.product a.added_to_cart, 
.woocommerce div.product form.cart .reset_variations {
background-color: var(--wooThemeColor);
border-color: var(--wooWhiteColor);
border: 1px solid var(--wooThemeColor);
border-radius: 0px;
color: var(--wooWhiteColor);
cursor: pointer;
font-size: 1rem;
font-weight: 400;
height: 3rem;
line-height: 3rem;
padding: 0px 0.75rem;
text-transform: capitalize;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, 
.woocommerce-page .woocommerce-message .button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-form-login__submit:hover, 
.woocommerce-Button:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce div.product form.cart .button.ph_book_now_button:hover, 
.woocommerce .woocommerce-error .button:focus, 
.woocommerce .woocommerce-info .button:focus, 
.woocommerce .woocommerce-message .button:focus, 
.woocommerce-page .woocommerce-error .button:focus, 
.woocommerce-page .woocommerce-info .button:focus, 
.woocommerce-page .woocommerce-message .button:focus, 
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus, 
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus, 
.woocommerce-form-login__submit:focus, 
.woocommerce-Button:focus, 
.woocommerce button.button:disabled:focus, 
.woocommerce button.button:disabled[disabled]:focus, 
.woocommerce div.product form.cart .button.ph_book_now_button:focus,
.single-product.woocommerce div.product div.summary .cart a.added_to_cart:hover,
.single-product.woocommerce div.product div.summary .cart a.added_to_cart:focus, 
.woocommerce-shop ul.products li.product a.added_to_cart:hover, 
.woocommerce-shop ul.products li.product a.added_to_cart:focus,
.woocommerce div.product form.cart .reset_variations:hover,
.woocommerce div.product form.cart .reset_variations:focus {
background-color: transparent;
color: var(--wooThemeColor);
outline: 0px;
} @media screen and (max-width: 1199.98px) { .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
width: 49.5%;
}
.woocommerce-orders table.my_account_orders {
font-size: 1rem;
}
.woocommerce-orders table.my_account_orders .button {
font-size: 1.2rem;
} }
@media screen and (max-width: 991.98px) { h1.page-title {
margin-bottom: 2.5rem;
text-align: center;
} .woocommerce-page.woocommerce-shop .main__content h1.page-title,
.woocommerce-page.tax-product_cat .main__content h1.page-title,
.woocommerce-page.single-product .main__content h1.page-title {
text-align: center;
}
.filterSec {
margin-bottom: 3rem;
}
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
float: left;
width: 48%;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
float: right;
width: 48%;
clear: none;
}
.woocommerce-page.woocommerce-shop .site_title, 
.woocommerce-page.tax-product_cat .site_title, 
.woocommerce-page.single-product .site_title {
text-align: center;
} .single-product .product {
text-align: left;
}
.single-product .related.products h2 {
text-align: center;
}
.single-product.woocommerce div.product div.summary .cart a.added_to_cart {
margin-left: 0;
margin-top: 0.5rem;
clear: both;
display: inline-block;
text-align: center;
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation, 
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
margin-top: 1rem;
}
.woocommerce .col2-set .col-1.woocommerce-Address, 
.woocommerce-page .col2-set .col-1.woocommerce-Address,
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
}
.woocommerce ul.order_details li {
border-right: 0px;
border-bottom: 1px dashed #dedcdc;
margin-right: 0px;
padding-right: 0px;
padding-bottom: 10px;
margin-bottom: 10px;
width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password {
width: 80%;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
padding: 15px;
}
.woocommerce-cart table.cart td.product-remove, 
.woocommerce-cart table.cart th.product-remove {
min-width: 32px;
width: 32px;
}
.woocommerce-cart table.cart td.product-name, 
.woocommerce-cart table.cart th.product-name {
width: 35%;
}
.cart_totals h2 {
text-align: center;
}
div#customer_login .col-2 > h2 {
margin-top: 2.5rem;
} }
@media screen and (max-width: 768px) {
.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
width: 49.65%;
margin-bottom: 2.5rem;
}
.woocommerce-cart table.cart td.product-remove, 
.woocommerce-cart table.cart th.product-remove {
min-width: auto;
width: auto;
}
.woocommerce-cart table.cart td.product-name, 
.woocommerce-cart table.cart th.product-name {
width: auto;
}
}
@media screen and (max-width: 767.98px) { .woocommerce #content div.product div.images, 
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.images, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.images, 
.woocommerce-page div.product div.summary {
float: none;
width: 100%;
}
.single-product .summary.entry-summary {
text-align: center;
}
.woocommerce #review_form #respond p.comment-form-cookies-consent {
text-align: left;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
display: block;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
display: block;
} .woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
width: 100%;
margin-bottom: 2.5rem;
}
.woocommerce ul.products li.product .onsale {right: 30px;}
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
float: none;
width: 100%;
text-align: center;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
width: 100%;
}
.woocommerce ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product {
width: 100%;
} .single-product.woocommerce div.product form.cart div.quantity, 
.single-product.woocommerce div.product form.cart .button {
float: none;
display: inline-block;
vertical-align: middle;
}
.single-product .related.products {
margin-top: 15px;
}
.single-product .product h1.product_title, 
.woocommerce.single-product div.product .woocommerce-tabs .panel h2, 
.single-product .related.products h2 {
font-size: 2.8rem;
}
.pewc-group-content-wrapper {
background: none !important;
} .woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-last {
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p:last-of-type, 
.woocommerce-account .addresses .title h3, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset p:last-of-type {
text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p:last-of-type, 
.woocommerce-account .woocommerce-MyAccount-content p, 
.woocommerce-account .woocommerce-MyAccount-content h3, 
.woocommerce-checkout .woocommerce-billing-fields h3, 
.woocommerce-checkout .woocommerce-additional-fields h3, 
h3#order_review_heading, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p:last-of-type, 
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend, 
.main__content .woocommerce h2, h1.woocommerce-products-header__title, h1.product_title, 
.woocommerce.single-product div.product div.summary, 
.single-product .woocommerce-tabs.wc-tabs-wrapper, 
.single-product.woocommerce div.product .woocommerce-tabs .panel p.form-submit, 
.woocommerce-checkout form.checkout_coupon p.form-row-last {
text-align: center;
}
.woocommerce-lost-password header.entry-header, 
form.woocommerce-ResetPassword.lost_reset_password, 
.woocommerce form.login {
width: 100%;
}
.woocommerce .woocommerce-customer-details address {
text-align: center;
}
.woocommerce-checkout .woocommerce-billing-fields, 
.woocommerce-checkout .woocommerce-additional-fields, 
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register, 
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment
.woocommerce #customer_login form .form-row, 
p.woocommerce-LostPassword.lost_password,
.woocommerce-privacy-policy-text {
text-align: center;
}
.woocommerce-privacy-policy-text +.form-row {
text-align: center !important;
}
.cart_totals h2 {
font-size: 2rem;
line-height: 2.4rem;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
float: none;
margin-right: 0;
}
.woocommerce table.shop_table_responsive tr td.product-name a, 
.woocommerce-page table.shop_table_responsive tr td.product-name a {
width: 65%;
}
.woocommerce a.remove {
margin-left: auto;
margin-right: auto;
}
.woocommerce table.shop_table.woocommerce-table--order-details th, 
.woocommerce table.shop_table.woocommerce-table--order-details td {
font-size: 1rem;
}
.woocommerce table.shop_table.woocommerce-table--order-details th:last-child, 
.woocommerce table.shop_table.woocommerce-table--order-details td:last-child {
width: 35%;
}
h3#ship-to-different-address input[type="checkbox"] {
top: 0.75rem;
}
}
@media screen and (max-width: 575.98px) { .woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
float: none;
width: 100%;
text-align: center;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
width: 100%;
}
.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product {
width: 100%;
}
.woocommerce ul.products li.product .onsale {
right: 1rem;
} .single-product.woocommerce div.product > span.onsale {
left: 0.5rem;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
width: 100%;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a {
color: var(--wooWhiteColor);
} #add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 100%;
margin-right: 0px;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .button {
width: 100%;
margin-top: 1rem;
}
.woocommerce table.shop_table.order_details {
font-size: 1rem;
}
.woocommerce table.shop_table.order_details td:last-child {
width: 44%;
}
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-form-login__submit, 
.woocommerce-Button, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce div.product form.cart .button.ph_book_now_button {
font-size: 1rem;
padding-left: 0.75rem;
padding-right: 0.75rem;
letter-spacing: 1px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {width: 78%;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
padding-left: 0.75rem;
padding-right: 0.75rem;
text-align: center;
}
.woocommerce-info::before, 
.woocommerce-message::before {
position: relative;
left: 0;
top: 0;
}
.woocommerce-info a.woocommerce-Button.button {
width: 100%;
float: none;
}
.woocommerce table.shop_table td {
font-size: 1rem;
}
.woocommerce table.woocommerce-checkout-review-order-table td:last-child {
width: 40%;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li, .woocommerce-error, .woocommerce-info, .woocommerce-message {
text-align: center;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
position: relative;
left: 0;
top: 0;
margin-right: 0.5rem;
}
.woocommerce-order .woocommerce-customer-details h2, 
.woocommerce-order .woocommerce-order-details h2 {
font-size: 1.6rem;
line-height: 2rem;
}
.woocommerce-error li {
padding-left: 0 !important;
} .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
font-size: 1.2rem;
line-height: 1.6rem;
} }
 :root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}progress{vertical-align:baseline}[hidden]{display:none!important}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix::after{display:block;clear:both;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}}@media (min-width:768px){.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}}@media (min-width:992px){.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}}@media (min-width:1200px){.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}}@media (min-width:1400px){.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} @font-face{font-family:FontAwesome;src:url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/slick.eot);src:url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/slick.eot?#iefix) format('embedded-opentype'),url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/slick.woff) format('woff'),url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/slick.ttf) format('truetype'),url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
margin: 0px;
padding: 0px;
}
html{
min-height: 100%;
scroll-behavior: smooth;
font-size: 16px;
}
:root {
--whiteColor       : #ffffff;
--blackColor       : #000000;
--themeColor       : #DBB11D;
--textColor        : #222222;
}
a {
color:var(--themeColor);
}
a, a:hover, a:focus {
text-decoration: none !important;
}
body {
font-family: 'Montserrat', sans-serif !important;
font-weight:400 !important;
font-size: 1rem !important;
line-height:1.625rem !important;
color: var(--textColor) !important;
overflow-x: hidden;
}
h2{
font-family: 'Playball', cursive;
font-size:5.625rem;
line-height:5.625rem;
font-weight: 400;
margin-bottom:1.5625rem;
position: relative;
text-transform: capitalize;
background: -webkit-linear-gradient(45deg, #F1DE0D, #7E4800 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h2.text-center:after{
left:50%;
transform: translate(-50%, 0);
}
ul{
margin: 0;
}
li{
list-style-type: none;
}
.p100{
padding:6.25rem 0 !important;
}
.p70{
padding:4.375rem 0 !important;
}
.p50{
padding:3.125rem 0 !important;
} .btn-radial, 
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
display: inline-block !important;
color: var(--whiteColor) !important;
font-size: 1.0625rem !important;
line-height:3.5rem !important;
height: 3.5rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
text-align: center !important;
padding: 0 3rem!important;
border:none;
border-radius:3.125rem !important;
background: linear-gradient(-45deg, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background: -webkit-linear-gradient(-45deg, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
-webkit-animation: gradient 15s ease infinite;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
@-webkit-keyframes gradient{
0% {
background-position: 0% 50%;
-webkit-background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
-webkit-background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
-webkit-background-position: 0% 50%;
}
}
@keyframes gradient{
0% {
background-position: 0% 50%;
-webkit-background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
-webkit-background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
-webkit-background-position: 0% 50%;
}
}
.btn-radial:hover, .btn-radial:focus, 
#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram #sbi_load .sbi_load_btn:focus,
#sb_instagram .sbi_follow_btn a:hover, 
#sb_instagram .sbi_follow_btn a:focus {
background: rgba(126,72,0,1) !important;
}
#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram #sbi_load .sbi_load_btn:focus, 
#sb_instagram .sbi_follow_btn a:hover, 
#sb_instagram .sbi_follow_btn a:focus {
box-shadow: none;
-webkit-box-shadow: none;
}
#sb_instagram .sbi_follow_btn a svg.svg-inline--fa {
position: relative;
margin: 0;
font-size: 1.4rem;
vertical-align: -0.19em;
padding-right: 0.25rem;
z-index: 2;
} @-webkit-keyframes hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes hvr-push {
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.hvr-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
-webkit-animation-name: hvr-push;
animation-name: hvr-push;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}  .hvr-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
background: #9f3e13 !important;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: var(--orangeColor) !important;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.site__header .site-logo, 
.site__header .site-logo img, 
.col_site_nav, 
.main__menu ul li, 
.social-header {
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
.site-logo {
display: inline-block;
text-align: center;
position: absolute;
top:4%;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
z-index: 99;
}
header.site-header.fixed .site-logo{
top: 18%;
}
.site__header {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
background-color: #f8f6f6;
z-index: 99;
}
.site__header.fixed {
background-color: #f8f6f6;
box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.25);
}
.site__header .site-logo img {
position: relative;
z-index: 9;
}
.site__header.fixed .site-logo {
padding-top: 0px;
}
.site-logo a {
line-height: 0;
display: inline-block;
width: 70%;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.site-logo a img{
width: 100%;
}
.site__header.fixed .site-logo a img {
max-width: 60%;
}
.col_site_nav {
display: inline-block;
text-align: left;
}
.main__menu {
display: inline-block;
position: relative;
vertical-align: middle;
}
.social-header {
float: right;
padding-top: 0.75rem
}
.site__header.fixed .social-header {padding-top: 32px;}
.social-header a {
position: relative;
}
.social-header .notification {
color: #2c2c2c;
position: absolute;
left: 9px;
top: 12px;
}
.site__header.fixed .head_ph a {
color: var(--whiteColor);
}
.head_ph a:hover, 
.site__header.fixed .head_ph a:hover {
color: var(--orangeColor);
}
.main__menu ul {
list-style: none;
padding: 0;
margin: 0
}
.main__menu ul li {
display: inline-block;
vertical-align: middle;
margin: 0px;
position: relative
}
.main__menu ul li:first-child {
margin-left: 0px
}
.main__menu ul li:last-child {
margin-right: 0px
}
.main__menu ul > li:nth-child(6) {
padding-left: 19rem
}
.main__menu ul li a {
color: #2c2c2c;
display: block;
font-weight: 400;
padding: 1.25rem 0.4rem;
font-size: 0.9375rem;
text-transform: uppercase;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.main__menu ul li a:hover {color: var(--themeColor);}
.main__menu ul li:last-child a {
padding-right: 0
}
.site__header.fixed .main__menu ul li a {
padding-bottom: 45px;
padding-top: 45px;
}
.site__header.fixed .main__menu ul li a:hover {color: var(--blackColor);}
.main__menu ul li a:not([href]):not([tabindex]) {
color: var(--colorBlack);
cursor: pointer
}
header.site-header {
background: #fff;
height: 6.25rem;
}
header.site-header .container{
padding-top: 1rem;
padding-bottom: 1rem;
}
.social-header ul li{
margin: 0 0.5rem;
padding: 0 1rem;
position: relative;
}
.cart-number{
background: #EDE473;
color: #000000;
width:1rem;
height: 1rem;
line-height: 1rem;
text-align: center;
border-radius: 50%;
display: block;
font-size: 0.7rem;
font-weight: 600;
position: absolute;
top: 0;
right: -4px;
}
.social-header ul li a{
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.main__menu ul li>ul>li a:focus,
.main__menu ul li>ul>li a:hover {
color: #2c2c2c;
}
.main__menu ul li.current_page_item:before,
.main__menu ul li:hover:before {
width: 100%
}
.main__menu ul li.active:before {
content: '';
background-color: #383838;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
display: block;
width: 100%;
max-width: 60px;
height: 1px;
bottom: 75px;
}
.site__header.fixed .main__menu ul li.active:before {
bottom: 40px;
}
.main__menu ul li.menu-item-has-children {
background-repeat: no-repeat;
background-position: top 92px right 10px;
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/nav-down-arrow.png);
padding-right: 0px
}
.site__header.fixed .main__menu ul li.menu-item-has-children {
background-position: top 54px right 10px;
}
.main__menu ul li ul {
overflow: hidden;
background-color: var(--themeColor);
opacity: 0;
height: 0;
position: absolute;
top: 100%;
min-width: 240px;
max-width: 100%;
list-style: none;
padding: 0;
text-align: left;
-webkit-transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s, height 0s ease .6s;
-o-transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s, height 0s ease .6s;
transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s, height 0s ease .6s;
left: -30%
}
.site__header.fixed .main__menu ul li ul {
background-color: #262626;
}
.main__menu ul li:hover ul {
overflow: visible;
height: auto;
opacity: 1;
left: 0;
-webkit-transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s;
-o-transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s;
transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s;
z-index: 999
}
.main__menu ul li:hover ul ul {
left: 100%;
top: 0;
-webkit-transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s, height 0s ease .6s;
-o-transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s, height 0s ease .6s;
transition: opacity .6s ease 0s, left .6s ease 0s, top .6s ease 0s, height 0s ease .6s;
opacity: 0
}
.main__menu ul li ul li:hover ul {
opacity: 1
}
.main__menu ul li ul>li {
margin: 0;
display: block;
border-bottom: 1px solid #f6e3df
}
.main__menu ul > li ul li:nth-child(3) {
padding-left: 0px;
}
.main__menu ul li>ul>li a {
color: #fff;
padding-left: 5px;
padding-right: 5px
}
.main__menu ul li>ul>li a,
.site__header.fixed .main__menu ul li>ul>li a {
padding-bottom: 5px;
padding-top: 5px
}
.site__header.fixed .main__menu ul li>ul>li a:hover {color: rgba(255,255,255,0.75);}
.toggle__btn {
display: none;
border: 1px solid var(--blackColor);
width: 36px;
height: 30px;
text-align: center;
position: relative;
z-index: 99
}
.toggle__btn .icon__hamburger {
position: relative;
display: inline-block;
width: 100%;
height: 100%
}
.toggle__btn .icon__hamburger::before {
content: '\f0c9';
color: var(--blackColor);
font-family: 'FontAwesome';
background-repeat: no-repeat;
width: 24px;
height: 24px;
position: absolute;
left: 5px;
top: 14px;
}
.accordian-container {margin: 30px 15px;}
.accordian-box {list-style:none; border:1px solid #000000;}
.accordian-box ul {list-style:none;}
.accordian-box li {position:relative;}
.accordian__trigger {border-top:1px solid #000000; background:#ffffff; display: block; padding:15px 30px 15px 15px; cursor:pointer; position: relative;}
.accordian__trigger::after, 
.accordian__trigger.active__accordian::after {
content: "";
position: absolute;
background-repeat: no-repeat;
display: inline-block;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.accordian__trigger::after {
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/down-arrow.png);
width: 11px;
height: 6px;
}
.accordian__trigger.active__accordian::after {
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/right-arrow.png);
width: 6px;
height: 11px;
}
.accordian-box li:first-child .accordian__trigger {border-top:0px;}
.accordian__inner.show__accordian {border-top:1px solid #000000;}
.accordian-box li > .accordian__trigger.subtrigger {border:1px solid #000000; margin-bottom:-1px;}
.accordian__inner.subinner.show__accordian {border:1px solid #000000; margin-bottom:-1px;}
.accordian__inner {display:none;}
.accordian__inner {padding:15px;}
.theme_link_color, .modal-box a {color: #000000;}
.theme_link_color:hover, .theme_link_color:focus, 
.modal-box a:hover, .modal-box a:focus {color: rgba(0,0,0,0.5);}
.modal-box {display: none;}
.modal-box.show {display: block;}
.modal-box {background: rgba(0,0,0,0.05); position: fixed; top: 0; bottom: 0; height: 100%; left: 0; right: 0;}
.modal-container {
width: 60%; 
margin: 0 auto; 
border: 1px solid rgba(0,0,0,0.5); 
padding: 15px; 
position: relative; 
top:0px;
background: rgba(255,255,255,1); 
box-shadow: 0px 0px 2px rgba(0,0,0,0.8);
}
.modal-box.show .modal-container {
position: absolute;
}
.alignVStart, .alignVCenter, .alignVEnd {
left: 50%;
appearance:none;
-webkit-appearance:none;
}
.alignVStart {
top: 0%;
animation: alignVStart ease-in-out 0.3s 0.3s both;
-webkit-animation: alignVStart ease-in-out 0.3s 0.3s both;
}
.alignVCenter {
top: 50%;
animation: alignVCenter ease-in-out 0.3s 0.3s both;
-webkit-animation: alignVCenter ease-in-out 0.3s 0.3s both;
}
.alignVEnd {
top: 100%;
animation: alignVEnd ease-in-out 0.3s 0.3s both;
-webkit-animation: alignVEnd ease-in-out 0.3s 0.3s both;
}
.modal-header {
background-color: rgba(0,0,0,0.25);
position: relative;
}
.modal-header, 
.modal-body, 
.modal-footer {padding: 15px;}
a.close_btn {
background-color: rgba(0,0,0,0.75);
position: absolute;
display: inline-block;
width: 24px;
height: 24px;
top: 50%;
right: 15px;
text-align: center;
line-height: 24px;
transform: translateY(-50%);
}
a.close_btn::before {
content: 'X';
display: inline-block;
color: #ffffff;
width: 24px;
height: 24px;
line-height: 24px;
}
@keyframes alignVStart {
0%{
opacity:0;
transform: translate(-50%, 0%);
}
100%{
opacity:1;
transform: translate(-50%, 30px);
}
}
.animated.alignVStart {
-webkit-animation-name:alignVStart;
-moz-animation-name:alignVStart;
-o-animation-name:alignVStart;
animation-name:alignVStart;
}
@keyframes alignVCenter {
0%{
opacity:0;
transform: translate(-50%, -100%);
}
100%{
opacity:1;
transform: translate(-50%, -50%);
}
}
.animated.alignVCenter{
-webkit-animation-name:alignVCenter;
-moz-animation-name:alignVCenter;
-o-animation-name:alignVCenter;
animation-name:alignVCenter;
}
@keyframes alignVEnd{
0%{
opacity:0;
transform: translate(-50%, 100%);
}
100%{
opacity:1;
transform: translate(-50%, -100%);
}
}
.animated.alignVEnd{
-webkit-animation-name:alignVEnd;
-moz-animation-name:alignVEnd;
-o-animation-name:alignVEnd;
animation-name:alignVEnd;
}
.tab-container {margin: 30px auto;}
.tab-list ul {margin: 0;}
.tab-list li {float: left; margin-right: -1px; padding: 0; position: relative;}
.tab-list li a {background-color: rgba(220, 220, 220, 0.4); border: 1px solid rgba(0, 0, 0, 0.2); color: #000000; display: inline-block; padding: 10px 30px 10px 10px; position: relative; text-transform: uppercase;}
.tab-list li.active a {background-color: rgb(255, 255, 255);}
.tab-list li.active a:after {background: rgb(255, 255, 255) ; bottom: -1px; content: ""; height: 1px; left: 0; position: absolute; width: 100%;}
.tab_icon {
display: inline-block;
line-height: 0px;
position: absolute;
right: 5px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.tab-list li .tab_icon::after, 
.tab-list li.active .tab_icon:after {
content: ""; background-repeat: no-repeat; display: inline-block; width: 11px; height: 6px;
}
.tab-list li .tab_icon::after {background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/up-arrow.png);}
.tab-list li.active .tab_icon:after {background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/down-arrow.png);}
.tab-content {border: 1px solid rgba(0, 0, 0, 0.2); margin-top: -1px; padding: 15px;}
.tab-data-right p {margin: 0 0 10px;}
.tab-data {display: none;}
.tab-data.in {display: block;}
.tab-left .tab-list {float: left; width: 25%;}
.tab-left .tab-list li {width: 100%;}
.tab-left .tab-list li a {display: block;}
.tab-left .tab-list li:first-child a {border-bottom: 0px;}
.tab-left .tab-list li:last-child a {border-top: 0px;}
.tab-left .tab-list li.active a::after {display: none;}
.tab-left .tab-content {float: left; margin-top: 0px; margin-left: -1px; width: 75%;}
ul.tabs {
float: left;
list-style: none;
height: auto;
border-bottom: 1px solid #333;
width: 100%;
}
ul.tabs li {
float: left;
cursor: pointer;
padding: 10px 5px;
height: auto;
border-width: 1px 0px 0px 1px;
border-style: solid;
border-color: #000000;
background-color: #666;
color: #ccc;
position: relative;
}
ul.tabs li:last-child {border-right: 1px solid #000000;}
.tab_last { border-right: 1px solid #333; }
ul.tabs li:hover {
background-color: #ccc;
color: #333;
}
ul.tabs li.active {
background-color: #fff;
color: #333;
}
ul.tabs li.active::after {
content: '';
background-color: #ffffff;
height: 1px;
width: 100%;
display: inline-block;
position: absolute;
left: 0px;
bottom: -1px;
}
.tab_container {
border: 1px solid #333;
border-top: none;
clear: both;
float: left;
width: 100%;
background: #fff;
overflow: auto;
}
.tab_content {
padding: 20px;
display: none;
}
.device_title { display: none;}
.main__content {
padding-top: 192px;
}
.featured_product, .about, .testimonial, .instagram_sec, .contact {padding-top: var(--padding115);}
.featured_product, .about, .testimonial, .instagram_sec, .contact {padding-bottom: var(--padding115);}
.banner_item img, 
.product_image_wrap img, 
.about_img > img {
-o-object-fit: cover;
object-fit: cover;
} .rivew_content::-webkit-scrollbar-track, 
.modal-body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
background-color: #f5f5f5;
border-radius: 0
}
.rivew_content::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
width: 12px;
background-color: #f5f5f5
}
.rivew_content::-webkit-scrollbar-thumb, 
.modal-body::-webkit-scrollbar-thumb {
border-radius: 0;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
background-color: #000
}
.rivew_content, 
.modal-body {
scrollbar-color: #000000 #F5F5F5
}
.rivew_content::-webkit-scrollbar, 
.modal-body::-webkit-scrollbar {
width: 6px
}
.rivew_content, 
.modal-body {
scrollbar-width: thin
} .modal-box .modal_back {
background-color: rgba(0, 0, 0, .75);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 9
}
.modal-body {
max-height: 21.25rem;
overflow-y: auto
}
.banner_item {
position: relative;
}
.bg_font_wrap {position: relative;}
.bg_font {
color: rgba(176,172,165,0.1);
font-weight: 700;
line-height: 1;
position: absolute;
left: 0px;
right: 0px;
top: 40%;
letter-spacing: 20px;
margin-bottom: 0px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
.featured_heading {
margin-bottom: 120px;
}
.clearfix::before,
.clearfix::after {content: " "; display: table;}
.clearfix::after {clear: both;}
header.site-header.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9;
box-shadow: 0 0 5px 1px rgb(0 0 0 / 27%);
}
header.site-header.fixed .site-logo a{
width: 66%;
} .banner{
height:calc(100vh - 6.25rem);
position: relative;
}
.banner img{
width: 100%;
height: 100%;
object-fit: cover;
}
.banner::after{
content: "";
position: absolute;
top:0;
left:0;
right:0;
bottom: 0;
background: #000;
opacity: 0.5;
}
.banner .container{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.ban-content{
text-align: center;
}
.banner-caption {
width: 50%;
text-align: center;
color:  var(--whiteColor);
}
.banner-caption img {
width: 100%;
}
.banner-caption h1{
font-family: 'Playball', cursive;
font-size: 3.4375rem;
line-height: 3.875rem;
text-transform: capitalize;
font-weight: 400;
color: var(--whiteColor);
display: inline-block;
margin: 1rem 0;
}
.banner-caption h3{
font-family: 'Playfair Display', serif;
color:  var(--whiteColor);
font-size: 2.1875rem;
letter-spacing: 6px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 2rem;
}
.banner-caption a.btn-ban {
background: #3A559F;
color:  var(--whiteColor);
padding: 0rem;
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
font-family: 'Playfair Display', serif;
margin-right: 1rem;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.banner-caption a.btn-ban.insta-btn {
background: #6282DA;
margin-right: 0
}
.banner-caption a.btn-ban:hover, .banner-caption a.btn-ban:focus {
background: #1f3266;
}
.banner #carouselExampleIndicators, .banner .carousel-inner, .banner .carousel-item, .slide-wrapper {
height: 100%;
}
.banner button.carousel-control-next {
right: -50px;
width:107px;
}
.banner button.carousel-control-prev {
left: -50px;
width:107px;
}
.banner .carousel-control-next, .banner .carousel-control-prev{
z-index: 2;
}
.banner .carousel-indicators button{
width:0.625rem;
height: 0.625rem;
background: #fff;
padding: 0;
border-radius: 50px;
margin: 0 0.3125rem;
border: none;
}
.banner .carousel-indicators button.active{
width:0.8rem;
height: 0.8rem;
}  .about-us{
background: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/pattern-1.png);
background-size: 100%;
}
.about-img{
position: relative;
}
.about-us img.about-primary {
width: 80%;
clip-path: polygon(0 0, 66% 0, 100% 100%, 0% 100%);
position: relative;
}
.about-img::after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 200px 0 0 200px;
border-color: transparent transparent transparent var(--themeColor);
position: absolute;
bottom: -1rem;
left: -1rem;
z-index: -1;
}
img.about-secondary {
width: 14.5rem;
height: 14.5rem;
display: block;
border-radius: 50%;
position: absolute;
right: 3rem;
top: 20%;
border: 0.5rem solid #fff;
}
.about-us h3{
font-family: 'Playfair Display', serif;
font-size: 2.5rem;
font-weight: 400;
line-height: 2.5rem;
color: #000;
text-transform: capitalize;
margin-bottom: 1.5rem;
}
.about-us p{
margin-bottom:1rem;
}  .service-area{
position: relative;
background-size: 100% !important;
background-position: 50% 50% !important;
padding-bottom: 10rem;
}
.service-area:after{
content: "";
position: absolute;
top:0;
left:0;
right: 0;
bottom: 0;
background:#000;
opacity: 0.5;
}
.service-area h2, .service-area p{
position: relative;
z-index: 2;
}
.service-area p{
color: var(--whiteColor);
width: 70%;
margin: 0 auto;
}
.service-card img{
width: 15rem;
height:15rem;
border-radius: 50%;
display: block;
object-fit: cover;
border:0.625rem solid #fff;
margin: 0 auto;
}
.service-card {
margin: 0 1rem;
}
.Categories  .slick-dots {
position: absolute;
bottom: -52px;
}
.service-type .row{
margin-top: -2rem;
position: relative;
z-index: 2;
}
.service-type .service-card h3{
font-family: 'Playball', cursive;
font-size: 2.375rem;
line-height:2.75rem;
font-weight: 400;
margin-bottom: 1.5625rem;
position: relative;
text-transform: capitalize;
background: -webkit-linear-gradient(
45deg
, #F1DE0D, #7E4800 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
body.modal-open .modal {
display: flex !important;
height: 100%;
} 
body.modal-open .modal .modal-dialog {
margin: auto;
} .modal-header{
background: var(--themeColor);
color: var(--whiteColor);
padding:0.7rem 1rem;
text-transform: uppercase;
}
.form-control{
height: 3.125rem;
line-height: 3.125rem;
border:1px solid #ccc;
border-radius: 0;
padding: 0 0.8rem;
margin-bottom: 0.9375rem;
color: var(--textColor);
}
.modal-header .btn-close{
background: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/close.png);
width: 24px;
height: 24px;
padding: 0;
border: none;
transform: scale(0.7);
} .rental .rental-img img{
max-width: 100%;
}
.rental {
background: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/leaf-1.png);
background-repeat: no-repeat;
background-position: 100% 100%;
}
.rental p{
margin-bottom:1.5rem;
}
section#crafts{
background-position: 0% 0%;
background: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/leaf-2.png);
background-repeat: no-repeat;
}
.instagram img{
width: 100%;
height: 100%;
object-fit: cover;
}
.instagram .col-lg-2 {
padding: 0 0.3rem;
}
.contact-us textarea{
height: 7.5rem;
}  .contact-us{
position: relative;
}
.contact-us i {
display: inline-block;
position: relative;
width:3.1875rem;
height: 3.1875rem;
margin-right: 1rem;
border-radius: 50%;
text-align: center;
color: #fff;
line-height: 3.1875rem;
font-size: 1.7rem;
background: linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background: -webkit-linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
-webkit-animation: gradient 15s ease infinite;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.contact-us i.icon-tiktok::before {
content: '';
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/tiktok-icon-white.png);
background-repeat: no-repeat;
background-position: center;
display: inline-block;
width: 20px;
height: 34px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.contact-us i:hover, .contact-us i:focus {
color: rgba(126,72,0,1);
background:rgba(241, 222, 13, 0.363);
}
.contact-us i.icon-tiktok:hover::before, 
.contact-us i.icon-tiktok:focus::before {
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/tiktok-icon-hover.png)
}
.contact-us ul{
padding:0;
}
.contact-us h3{
font-family: 'Playfair Display', serif;
font-size: 18.75rem;
line-height: 18.75rem;
color: var(--themeColor);
opacity: 0.1;
font-weight: 800;
position: absolute;
top: -6rem;
left: 50%;
transform: translate(-50%, 0);
text-align: center;
}
.contact-us h4{
font-size: 1.125rem;
font-weight: 600;
color: #000;
margin-bottom:1rem;
}
.contact-description{
font-size: 1rem;
color: #6C6C6C;
width: 75%;
}
.contact-description a{
color: #6C6C6C;
word-break: break-all;
}
.contact-description a:hover, .contact-description a:focus{
color: #000;
}
.contact-info li.d-flex {
margin-bottom: 0.7rem;
}
.social-links{
margin-top: 1rem;
}
.recaptcha_div {
margin-bottom: 1rem;
}
footer {
background: #000;
color: #ccc;
padding: 2rem 0;
}
footer p{
margin-bottom:0.7rem;
}
ul.foot-nav{
padding:0;
margin-bottom: 1rem;
}
ul.foot-nav li a{
color: #ccc;
font-size:0.85rem;
}
ul.foot-nav li{
margin-right: 1rem;
}
ul.foot-nav li a:hover, ul.foot-nav li a:focus{
color:rgb(243, 190, 121);
}
.cre-logo{
margin-left: 0.7rem;
}
.instagram {
position: relative;
z-index: 6;
} .review-card{
text-align:center;
position: relative;
margin: 0 1.2rem;
}
.testimonial{
background: url(http://creative813.website/dominique-marrero/wp-content/uploads/2022/06/ping-bg-new.jpg);
background-size: cover !important;
}
.review-slider .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.rivew-text{
text-align: center;
padding:2.1875rem 1.25rem;
background: #fff;
color: #000;
margin: 50px 0;
position: relative;
box-shadow: 0 0 9px 1px #00000026;
}
.rivew_content {
width: 98.25%;
height: 12rem;
margin-bottom: 1rem;
padding-right: 0.25rem;
overflow-y: hidden
}
.review-card:hover .rivew_content {
width: 100%;
overflow-y: auto
}
.rivew-text p {
font-size: 1rem;
line-height: 1.5rem;
margin-bottom:1rem;
}
.rivew-text h4{
font-size: 1rem;
text-transform: uppercase;
font-weight: 700;
}
.rivew-text:after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: #ffffff transparent transparent transparent;
position: absolute;
bottom: -15px;
left: 50%;
transform: translate(-50%, 0);
}
.rivew-text img{
margin-bottom: 2rem;
display: inline-block;
}
.client-img{
width:5rem;
height: 5rem;
position: absolute;
bottom: -7rem;
left: 50%;
transform: translate(-50%, 0);
}
.client-img img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
}
.testimonial .slick-slide{
margin-bottom: 7rem;
}
.testimonial .slick-center .review-card .client-img{
top:-7rem;
bottom: inherit;
}
.testimonial .slick-center .review-card{
margin-top: 7rem;
}
.testimonial .slick-center.slick-slide{
margin-bottom: 0rem;
}
.testimonial .slick-center .review-card .rivew-text:after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 15px 15px;
border-color: transparent transparent #fff transparent;
position: absolute;
top: -15px;
bottom: inherit;
left: 50%;
transform: translate(-50%, 0);
}
.testimonial .slick-prev{
background:url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/prev.png);
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
}
.testimonial .slick-next{
background:url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/next.png);
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
}
.testimonial .slick-prev:before, .testimonial .slick-next:before{
display: none;
}
.testimonial .slick-next, .testimonial .slick-prev{
top:40%;
}
.review-slider{
margin-top: 4rem;
}
.short-text{
width: 65%;
margin: 0 auto;
} .slick-dots li button{
background:var(--themeColor);
border-radius: 50%;
width: 15px;
height:15px;
}
.slick-dots li.slick-active button{
background:#8a6d07;
}
.slick-dots li button:before{
display: none;
}
.slick-dots li {
width: 15px;
height: 15px;
}
.service-type {
margin-top: -2rem;
}
.privacy-policy .main-content h1.page-title, .page-id-73 .main-content h1.page-title {
font-family: 'Playball', cursive;
font-size: 5.625rem;
line-height: 6rem;
font-weight: 400;
margin-bottom: 1.5625rem;
position: relative;
text-transform: capitalize;
background: -webkit-linear-gradient( 
45deg
, #F1DE0D, #7E4800 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.privacy-policy .main-content h2, .page-id-73 .main-content h2{
font-family: 'Playfair Display', serif;
font-size: 2.5rem;
font-weight: 400;
color: #000;
text-transform: capitalize;
margin-bottom: 1.5rem;
background: transparent;
-webkit-background-clip: inherit;
-webkit-text-fill-color: inherit;
}
.privacy-policy .main-content h3, .page-id-73 .main-content h3{
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
font-weight: 400;
color: #000;
text-transform: capitalize;
margin-bottom: 1.2rem;
background: transparent;
-webkit-background-clip: inherit;
-webkit-text-fill-color: inherit;
}
.privacy-policy .main-content h4, .page-id-73 .main-content h4{
font-size:1.2rem;
line-height:1.5rem;
font-weight:700;
color:#000;
}
.privacy-policy .main-content ul li a, .page-id-73 .main-content ul li a{
color: var(--themeColor);
}
.privacy-policy .main-content ul li a:hover, 
.privacy-policy .main-content ul li a:focus, 
.page-id-73 .main-content ul li a:hover, 
.page-id-73 .main-content ul li a:focus{
color: var(--themeColor);
opacity:0.7;
}
.privacy-policy .main-content, .page-id-73 .main-content{
margin-bottom:3rem;
}
.wpcf7-not-valid-tip{
margin-top: -10px;
}
.recaptcha_div_evntfrm{
margin-bottom:0.7rem;
}
.woocommerce .woocommerce-breadcrumb {
background-color: rgb(219 177 29 / 12%);
color: var(--themeColor);
}
.woocommerce h1.page-title{
font-size: 3.625rem;
line-height: 3.625rem;
font-family: 'Playball', cursive;
font-weight: 400;
margin-bottom: 1.5625rem;
position: relative;
text-transform: capitalize;
background: -webkit-linear-gradient(
45deg
, #F1DE0D, #7E4800 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.filterSec {
background-color: rgba(126,72,0,1);
}
.irs--flat .irs-bar, .irs--flat .irs-handle>i:first-child, .irs--flat .irs-handle>i:first-child, .irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
background-color: rgb(243, 190, 121);
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
background: transparent;
-webkit-background-clip: inherit;
-webkit-text-fill-color: inherit;
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
font-weight: 400;
color: #000;
text-transform: capitalize;
margin-bottom: 0.5rem;
}
.filterSec button.bapf_button.bapf_reset{
display: inline-block !important;
color: rgba(126,72,0,1) !important;
font-size: 1.0625rem !important;
line-height: 3.5rem !important;
height: 3.5rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
text-align: center !important;
padding: 0 3rem!important;
border: none;
border-radius: 3.125rem !important;
background: rgb(243, 190, 121) !important;
background-size: 400% 400%;
animation: gradient 15s ease infinite;
-webkit-animation: gradient 15s ease infinite;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.filterSec button.bapf_button.bapf_reset:hover, .filterSec button.bapf_button.bapf_reset:focus{
background:#fff !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background-color:rgba(126,72,0,1);
color: var(--wooWhiteColor);
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
border-color: #7e4800;
}
.woocommerce-shop .woocommerce-ordering select.orderby, .tax-product_cat .woocommerce-ordering select.orderby, .single-product.woocommerce .product .cart .variations select, .main__content .woocommerce select{
height: 2rem;
line-height: 2rem;
}
.single-product .product h1.product_title {
font-size: 3.625rem;
line-height: 3.625rem;
font-family: 'Playball', cursive;
font-weight: 400;
margin-bottom: 1.5625rem;
position: relative;
text-transform: capitalize;
background: -webkit-linear-gradient(
45deg
, #F1DE0D, #7E4800 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.single-product p.price{
font-family: 'Playfair Display', serif;
font-size: 2.5rem !important;
font-weight: 400 !important;
color: #000;
text-transform: capitalize;
margin-bottom: 1.5rem;
}
.single-product button.btn{
display: inline-block !important;
color: var(--whiteColor) !important;
font-size: 1.0625rem !important;
line-height: 3.5rem !important;
height: 3.5rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
text-align: center !important;
padding: 0 3rem!important;
border: none;
margin: 2rem auto 0;
border-radius: 3.125rem !important;
background: linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background: -webkit-linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
-webkit-animation: gradient 15s ease infinite;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.single-product button.btn:hover, .single-product button.btn:focus{
background: rgba(126,72,0,1) !important;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
border: 1px solid rgba(126,72,0,1);
}
.single-product .flex-control-nav .slick-prev, .single-product .flex-control-nav .slick-next, 
.single-product .related.products ul.products .slick-prev, .single-product .related.products ul.products .slick-next {
background-color: rgba(126,72,0,1);
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active {
background-color: rgba(126,72,0,1);
border-color: rgba(126,72,0,1);
}
.woocommerce.single-product div.product .woocommerce-tabs .panel h2{
background: transparent;
-webkit-background-clip: inherit;
-webkit-text-fill-color: inherit;
font-family: 'Playfair Display', serif;
font-size: 2rem !important;
font-weight: 400 !important;
color: #000 !important;
text-transform: capitalize;
margin-bottom: 1.5rem;
}
input, select, textarea{
width:100%;
height: 3.125rem;
line-height: 3.125rem;
border: 1px solid #ccc !important;
border-radius: 0;
padding: 0 0.8rem;
margin-bottom: 0.9375rem;
color: var(--textColor);
}
textarea{
height:10rem;
padding: 0.8rem
}
.modal p{
text-align:center;
}
.modal input[type=submit]{
display: inline-block !important;
color: var(--whiteColor) !important;
font-size: 1.0625rem !important;
line-height: 3.5rem !important;
height: 3.5rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
text-align: center !important;
padding: 0 3rem!important;
border: none;
width:40%;
margin: 2rem auto 0;
border-radius: 3.125rem !important;
background: linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background: -webkit-linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
-webkit-animation: gradient 15s ease infinite;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.modal input[type=submit]:hover, .modal input[type=submit]:focus{
background: rgba(126,72,0,1) !important;
}
.wpcf7-spinner{
position:absolute;
}
.woocommerce-account .content-area{
background: rgb(219 177 29 / 18%);
background: rgb(219 177 29 / 18%);
padding: 2rem 5rem;
}
.woocommerce-account .content-area h2{
font-size: 4rem;
line-height:4.3rem;
}
.woocommerce input[type="checkbox"]{
width: 16px !important;
height: 16px !important;
}
.woocommerce-account .woocommerce form button.woocommerce-button{
display: inline-block !important;
color: var(--whiteColor) !important;
font-size: 1.0625rem !important;
line-height: 3.5rem !important;
height: 3.5rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
text-align: center !important;
padding: 0 3rem!important;
border: none;
width:40%;
margin: 1rem auto 0;
border-radius: 3.125rem !important;
background: linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background: -webkit-linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
-webkit-animation: gradient 15s ease infinite;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.woocommerce-account .woocommerce form button.woocommerce-button:hover, 
.woocommerce-account .woocommerce form button.woocommerce-button:focus{
background: rgba(126,72,0,1) !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
display: block;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation li.is-active {
background-color:rgba(126,72,0,1);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation li a:hover, .woocommerce-account nav.woocommerce-MyAccount-navigation li.is-active a:hover{
background-color:rgba(126,72,0,1);
}
.woocommerce-account nav.woocommerce-MyAccount-navigation li {
border-bottom: 1px solid #7e4800;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{
border: 1px solid #7e4800;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-form-login__submit, .woocommerce-Button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce div.product form.cart .button.ph_book_now_button, .single-product.woocommerce div.product div.summary .cart a.added_to_cart, .woocommerce-shop ul.products li.product a.added_to_cart, .woocommerce div.product form.cart .reset_variations{
background-color:#7e4800;
border: 1px solid #7e4800;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-form-login__submit:hover, .woocommerce-Button:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce div.product form.cart .button.ph_book_now_button:hover, .woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-info .button:focus, .woocommerce .woocommerce-message .button:focus, .woocommerce-page .woocommerce-error .button:focus, .woocommerce-page .woocommerce-info .button:focus, .woocommerce-page .woocommerce-message .button:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce-form-login__submit:focus, .woocommerce-Button:focus, .woocommerce button.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce div.product form.cart .button.ph_book_now_button:focus, .single-product.woocommerce div.product div.summary .cart a.added_to_cart:hover, .single-product.woocommerce div.product div.summary .cart a.added_to_cart:focus, .woocommerce-shop ul.products li.product a.added_to_cart:hover, .woocommerce-shop ul.products li.product a.added_to_cart:focus, .woocommerce div.product form.cart .reset_variations:hover, .woocommerce div.product form.cart .reset_variations:focus{
color:#7e4800;
}
.woocommerce-account .addresses .title .edit {
background-color:#7e4800;
border: 1px solid #7e4800;
}
.error404 .error__main__content{
background: rgb(219 177 29 / 18%);
}
.page404-main-section::before{
display:none;
}
.error404 .error_inner{
background:transparent;
box-shadow:none;
padding:0;
}
.error404 .error_inner h1.site_title{
font-family: 'Playball', cursive;
font-size: 5.625rem;
line-height: 5.625rem;
font-weight: 400;
margin-bottom: 1.5625rem;
position: relative;
text-transform: capitalize;
background: -webkit-linear-gradient(
45deg
, #F1DE0D, #7E4800 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.error404 .btnhome{
display: inline-block !important;
color: var(--whiteColor) !important;
font-size: 1.0625rem !important;
line-height: 3.5rem !important;
height: 3.5rem !important;
font-weight: 400 !important;
text-transform: uppercase !important;
text-align: center !important;
padding: 0 3rem!important;
border: none;
width:40%;
margin: 1rem auto 0;
border-radius: 3.125rem !important;
background: linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background: -webkit-linear-gradient(
-45deg
, rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
-webkit-animation: gradient 15s ease infinite;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.error404 .btnhome:hover, .error404 .btnhome:focus{
background: rgba(126,72,0,1) !important;
}
.contact-us .btn-radial{
width:auto;
}
.bapf_sfilter ul li input[type=checkbox] {
top: 0.3rem;
}
.page-template-gallery h1.page-title{
font-family: 'Playball', cursive;
font-size: 5.625rem;
line-height: 6.625rem;
font-weight: 400;
margin-bottom: 1.5625rem;
position: relative;
text-transform: capitalize;
background: -webkit-linear-gradient(45deg, #F1DE0D, #7E4800 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.page-template-gallery .main-content {
margin-top: 2rem;
margin-bottom: 3rem;
background-position: 0% 0%;
background: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/leaf-2.png);
background-repeat: no-repeat;
}
.page-template-gallery .aigpl-album-design-1 .aigpl-img-title {
font-family: 'Playball', cursive;
font-size: 2.375rem;
line-height: 2.75rem;
font-weight: 400;
margin-bottom: 1.5625rem;
position: relative;
text-transform: capitalize;
background: -webkit-linear-gradient( 45deg , #F1DE0D, #7E4800 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.aigpl-album-design-1 .aigpl-img-count{
display:none;
}
.banner-caption a.btn-ban, .banner-caption a.btn-ban.insta-btn{
display: inline-block;
position: relative;
width: 3.1875rem;
height: 3.1875rem;
margin-right: 1rem;
border-radius: 50%;
text-align: center;
color: #fff;
line-height: 3.1875rem;
font-size: 1.7rem;
background: linear-gradient( -45deg , rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background: -webkit-linear-gradient( -45deg , rgba(241,222,13,1), rgb(243, 190, 121), rgba(126,72,0,1), rgb(54, 31, 0));
background-size: 400% 400%;
animation: gradient 15s ease infinite;
-webkit-animation: gradient 15s ease infinite;
transition: all 0.5s ease !important;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.banner-caption a.btn-ban:hover, .banner-caption a.btn-ban:focus, 
.banner-caption a.btn-ban.insta-btn:hover,  .banner-caption a.btn-ban.insta-btn:focus{
color: rgba(126,72,0,1);
background: rgba(241, 222, 13, 0.363);
} @media (min-width: 1500px) {
.container {
max-width: none;
padding: 0 5% !important;
}
html {
font-size: 20px;
}
.main__menu ul li a {
padding-top: 2.25rem;
padding-bottom: 2.25rem
}
.social-header {
padding-top: 1.75rem;
}
.main__menu ul > li:nth-child(6) {
padding-left: 16rem;
}
.site-logo a{
width: 90%;
}
.site-logo{
top:2%;
}
header.site-header.fixed .site-logo a {
width: 86%;
}
.service-type .row {
margin-top: -2rem;
}
}
@media (min-width: 1700px){
.main__menu ul > li:nth-child(6) {
padding-left: 20rem;
}
}
@media (min-width: 1900px) {
.main__menu ul > li:nth-child(6) {
padding-left: 28.25rem;
}
}
@media (min-width: 2200px) {
.main__menu ul > li:nth-child(6) {
padding-left: 35.25rem;
}
}
@media (min-width: 2500px) {
html {
font-size: 32px;
}
.main__menu ul > li:nth-child(6) {
padding-left: 18.25rem;
}
.site-logo a {
width: 100%;
}
.site-logo {
top: 5%;
}
header.site-header.fixed .site-logo a {
width: 100%;
}
}
@media (min-width: 3200px){
.main__menu ul > li:nth-child(6) {
padding-left: 25.25rem;
}
}
@media (min-width: 3700px){
html {
font-size: 47px;
}
header.site-header.fixed .site-logo, header.site-header .site-logo {
width: 14%;
}
.main__menu ul > li:nth-child(6) {
padding-left: 18.25rem;
}
}
@media (min-width: 5000px){
html {
font-size: 60px;
}
}
@media screen and (max-width: 1399px) {
.main__menu ul > li:nth-child(6) {padding-left: 22rem}
}
@media screen and (max-width: 1200px) {
.main__menu ul li a{font-size: 0.8rem}
.main__menu ul > li:nth-child(6) {padding-left: 14rem}
.social-header {padding-top: 0.75rem}
.banner-caption {
width: 60%;
}
.service-type .row {
margin-top: -3rem;
}
.foot-logo img{
max-width: 100%;
}
ul.foot-nav li {
margin-right: 0.5rem;
}
ul.foot-nav li a{
font-size: 0.9rem;
}
.contact-us h3{
font-size: 15.75rem;
line-height: 15.75rem;
}
}
@media screen and (max-width: 1024px) {
.banner {
height: 600px;
}
.main__menu ul li a{
padding: 1rem 0.5rem;
}
h2{
font-size: 4.625rem;
}
.contact-us h3 {
font-size: 13.75rem;
line-height: 13.75rem;
}
.main__menu ul > li:nth-child(6) {
padding-left: 12rem;
}
}
@media screen and (max-width: 991px) {
.top_header {
position: relative;
}
.site-logo {
text-align: left;
}
.site-logo a {
position: relative;
z-index: 99
}
.site__header .site-logo {
position: relative;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
.site__header.fixed .site-logo {
padding-top: 10px;
padding-bottom: 10px
}
.site__header .site-logo a img {
max-width: 85%;
}
.site__header.fixed .site-logo a img {
max-width: 70%;
}
.col_site_nav {
position: absolute;
max-width: 720px;
left: 0px;
top: 82px;
width: 100%;
text-align: right;
}
.site__header.fixed .col_site_nav {
top: 35px
}
.toggle__btn {
display: inline-block
}
.main__menu {
line-height: 0;
position: absolute;
left: 0px;
top: -69px;
right: 0px;
padding-top: 0px
}
.main__menu {
border-right: 0px;
padding-right: 0px;
}
.site__header.fixed .main__menu {
padding-top: 10px;
}
.main__menu nav {
text-align: left;
position: relative;
top: 32px;
z-index: 9;
}
.main__menu ul > li:nth-child(3) {
padding-left: 0px;
}
.site__header.fixed .main__menu nav {
top: 63px;
}
.main__menu ul {
display: none
}
.main__menu ul {
background-color: #fff;
}
.main__menu ul li {
border-bottom:1px solid #d0d0d0;
display: block;
width: 100%;
margin-left: 0;
margin-right: 0;
text-align: center;
}
.main__menu ul li.menu-item-has-children {
background-image: url(//phenomenallycrafted.com/wp-content/themes/creative813-theme/assets/images/down-arrow-mobile.png);
background-position: right 10px top 20px;
padding-right: 0
}
.site__header.fixed .main__menu ul li.menu-item-has-children {
background-position: top 20px right 10px
}
.main__menu ul li a {
color: var(--blackColor);
padding: 1rem 0.2rem;
line-height: 2rem;
}
.main__menu ul li a:hover,
.main__menu ul li.active a {
font-weight: 400;
color: var(--themeColor);
}
.site__header.fixed .main__menu ul li a {
padding-bottom: 10px;
padding-top: 10px
}
.site__header.fixed .main__menu ul li a:hover {
color: var(--whiteColor);
}
.main__menu ul li>ul>li a, .main__menu ul li:last-child>ul>li a {
padding-left: 15px;
padding-right: 15px;
}
.main__menu ul li ul {
background-color: #181818; 
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.main__menu ul li:hover ul {
display: none;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.main__menu ul li ul,
.main__menu ul li ul.show_child {
width: 100%
}
.main__menu ul li ul.show_child {
position: relative;
height: auto;
left: 0;
overflow: visible;
opacity: 1
}
.main__menu ul li.active:before,
.main__menu ul li:before {
display: none
}
.main__menu ul li ul>li:last-child,
.main__menu ul li:last-child {
border-bottom: 0
}
.main__menu ul li ul.show_child li:first-child {
border-top: 1px solid #ffffff;
}
.main__menu ul li>ul>li a, .site__header.fixed .main__menu ul li>ul>li a {
padding: 10px 15px;
} header.site-header{
height: 100px;
position: relative;
}
.short-text{
width: 100%;
}
.social-header ul li {
margin: 0 0.5rem;
padding: 0 0.5rem;
}
.site-logo{
top: 0%;
left: 0;
-webkit-transform: inherit;
-ms-transform: inherit;
transform: inherit;
}
.banner-caption {
width: 100%;
}
.social-header{
margin-right: 4rem;
}
.main__menu ul > li:nth-child(6) {
padding-left: 0;
}
img.about-secondary {
width: 20.5rem;
height: 20.5rem;
}
.about-img{
margin-bottom: 3rem;
text-align: left;
}
.about-us{
text-align: center;
}
.rental {
text-align: center;
}
.service-type .service-card h3 br{
display: none;
}
.rental-img{
margin-top: 3rem;
margin-bottom: 3rem;
}
.craft .rental-img{
margin-top: 3rem;
}
.testimonial .slick-slide {
margin-bottom: 0;
}
.client-img {
width: 8rem;
height: 8rem;
}
.testimonial .slick-center .review-card .client-img {
top: -10rem;
}
.testimonial .slick-center .review-card {
margin-top: 11rem;
}
h2, .error404 .error_inner h1.site_title, .page-template-gallery h1.page-title{
font-size: 3.625rem;
}
.instagram .col-lg-2 {
padding: 0.3rem;
}
.contact-us h3 {
font-size: 10.75rem;
line-height: 10.75rem;
top: -1rem;
}
.contact-us form{
margin-bottom: 3rem;
}
footer{
text-align: center;
}
.foot-logo{
margin-bottom: 2rem;
display: inline-block;
}
ul.foot-nav {
justify-content: center;
}
.contact-us ul{
margin-bottom: 2rem;
}
.social-links{
margin-top: 2rem;
}
.col-contact-lt {
text-align: center
}
.contact-us ul.contact-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.contact-us ul.contact-info li.d-flex {
display: block !important;
}
.contact-us ul.contact-info li i {
margin-right: 0;
}
.contact-description {
width: 100%;
margin-top: 0.5rem;
}
.contact-us .social-links ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.contact-us .social-links ul li:last-child i {
margin-right: 0;
}
.error404 .error__main__content{
min-height: 65vh;
}
}
@media (min-width: 768px){
.container, .container-md, .container-sm {
max-width: 95%;
}
}
@media screen and (max-width: 767px) {
.col_site_nav {max-width : 100%}
.contact-us h3 {font-size: 8rem; line-height: 8.75rem; top: 0rem;}
.social-header {margin-right: 2.5rem}
.social-header ul li {margin: 0}
.g-recaptcha,
.g-recaptcha>div {
transform: scale(.75);
-webkit-transform: scale(.75);
transform-origin: 25% 0;
-webkit-transform-origin: 25% 0
}
.g-recaptcha>div {
margin-left: auto;
margin-right: auto
}
}
@media screen and (max-width: 480px) {
.modal-dialog {width: 94%}
.site-logo a {width: 60%}
header.site-header.fixed .site-logo a {width: 55%}
.contact-us h3 {
font-size: 4.8rem;
line-height: 5rem;
top: 3rem;
}
ul.foot-nav{
display: block !important;
}
ul.foot-nav li a {
font-size: 0.9rem;
display: block;
padding: 0.5rem;
}
.foot-logo{
width: 60%;
}
.banner-caption h1{
font-size: 1.4375rem;
line-height: 2.4rem;
}
img.about-secondary {
width: 12.5rem;
height: 12.5rem;
top: 14%;
}
h2, .error404 .error_inner h1.site_title, .page-template-gallery h1.page-title{
font-size: 2.5rem;
line-height: 3rem;
}
.service-area p{
width: 100%;
}
}
@media screen and (max-width: 320px) {
.site-logo a, header.site-header.fixed .site-logo a{
width: 40%;
}
.site-logo {
top: 14px;
}
header.site-header.fixed .site-logo {
top: 17px;
}
.top_header {
margin-top: 13px;
}
}