@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');/*!
Theme Name: Netbiz CMS
Theme URI: 
Author: Sajid Khan
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: netbiz
*/body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--color-dark);
}
body:not(.home, .post-type-archive-case-study, .post-type-archive-team) .site-footer{
    margin-top: 3.5rem;
}
a{
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
}svg text{
    font-family: "FontAwesome";
}.sub-menu::before{
    position: absolute;
    top: -2.5rem;
    left: 0px;
    height: 2.5rem;
    width: 100%;
    background-color: transparent;
    --tw-content: '';
    content: var(--tw-content);
}.mobile-menu-wrapper .close, .mobile-menu-wrapper.menu-open .open{
    display: none;
}.mobile-menu-wrapper.menu-open .close{
    display: block;
}.slide-close{
    margin-right: -24rem;
}/* Search box */.search-box{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    --tw-translate-y: -18rem;
    transform: var(--tw-transform);
}.search-box-open{
    width: 100%;
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
    background-color: var(--color-primary);
    color: var(--color-dark-section-text);
}/* Slider */.slick-dots{
    position: absolute;
    bottom: -4rem;
    left: 50%;
    display: flex;
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
}.slick-dots > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.slick-dots li.slick-active button{
    background-color: var(--color-dark-section-text);
    opacity: 1;
}.slick-dots button{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    height: 10px;
    width: 10px;
    cursor: pointer;
    border-radius: 0.75rem;
    background-color: var(--color-dark-section-text);
    padding: 0px;
    text-indent: -9999px;
    opacity: 0.5;
}.hero-banner .slick-dots{
    bottom: 2rem;
}@media (min-width: 1024px){.hero-banner .slick-dots{
        right: 1.75rem;
    }.hero-banner .slick-dots{
        left: auto;
    }.hero-banner .slick-dots{
        bottom: auto;
    }.hero-banner .slick-dots{
        top: 50%;
    }.hero-banner .slick-dots{
        --tw-translate-y: -50%;
        transform: var(--tw-transform);
    }.hero-banner .slick-dots{
        flex-direction: column;
    }.hero-banner .slick-dots > :not([hidden]) ~ :not([hidden]){
        margin: 0px;
    }.hero-banner .slick-dots button{
        opacity: 1;
    }.hero-banner .slick-dots li.slick-active button{
        background-color: var(--color-primary);
    }.hero-banner .slick-dots li.slick-active button{
        opacity: 1;
    }.hero-banner .slick-dots li.slick-active button{
        outline-style: solid;
    }.hero-banner .slick-dots li.slick-active button{
        outline-offset: 4px;
    }.hero-banner .slick-dots li.slick-active button{
        outline-color: var(--color-primary);
    }
}/* Carousel */.carousel .slick-track{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}@media (min-width: 768px){.carousel .slick-track{
        gap: 2.25rem;
    }
}.carousel .slick-track::after, .carousel .slick-track::before{
    display: none;
}/* Article slider */.article-slider .slick-dots{
    bottom: -5rem;
}/* Accordion */.accordion label::after{
    position: absolute;
    right: 2.75rem;
    top: 50%;
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
    font-family: "FontAwesome";
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    --tw-content: '\f067';
    content: var(--tw-content);
}.accordion input:checked + label::after{
    font-family: "FontAwesome";
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    --tw-content: '\f068';
    content: var(--tw-content);
}.accordion .arrow-link::after{
    position: absolute;
    right: 2.75rem;
    top: 50%;
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
    font-family: "FontAwesome";
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 300;
    --tw-content: '\f105';
    content: var(--tw-content);
}.accordion__content{
    max-height: 0px;
    transition-property: margin, padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.accordion input[name='panel']:checked ~ .accordion__content{
    padding-bottom: 1.75rem;
    /* Get this as close to what height you expect */
    max-height: 50rem;
}.glossary .accordion label::after{
    position: absolute;
    right: 2.5rem;
    font-family: "FontAwesome";
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    --tw-content: '\f067';
    content: var(--tw-content);
}.glossary .accordion .arrow-link::after{
    position: absolute;
    top: 1.25rem;
    right: 2.5rem;
    font-family: "FontAwesome";
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 300;
    --tw-content: '\f105';
    content: var(--tw-content);
}.glossary .accordion input[name='panel']:checked ~ .accordion__content{
    padding-bottom: 1.5rem;
}/* Util */@media (min-width: 640px){.slash-before::before{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }.slash-before::before{
        --tw-content: '/';
        content: var(--tw-content);
    }
}.wysiwyg-editor h1, .wysiwyg-editor h2, .wysiwyg-editor h3, .wysiwyg-editor h4, .wysiwyg-editor h5, .wysiwyg-editor h6{
    font-weight: 700;
}.wysiwyg-editor h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
}.wysiwyg-editor h2{
    font-size: 1.5rem;
    line-height: 2rem;
}.wysiwyg-editor h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
}.wysiwyg-editor h4{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.wysiwyg-editor h5{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.wysiwyg-editor h6{
    font-size: 1rem;
    line-height: 1.5rem;
}.wysiwyg-editor ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.wysiwyg-editor ul li{
    position: relative;
    padding-left: 1.5rem;
}.wysiwyg-editor ul li::before{
    position: absolute;
    left: 0px;
    top: 0.5rem;
    display: flex;
    height: 0.5rem;
    width: 0.5rem;
    background-color: var(--color-primary);
    --tw-content: '';
    content: var(--tw-content);
}/* ACF front end fields */.review-form .acf-field input[type=text], .review-form .acf-field input[type=password], .review-form .acf-field input[type=date], .review-form .acf-field input[type=datetime], .review-form .acf-field input[type=datetime-local], .review-form .acf-field input[type=email], .review-form .acf-field input[type=month], .review-form .acf-field input[type=number], .review-form .acf-field input[type=search], .review-form .acf-field input[type=tel], .review-form .acf-field input[type=time], .review-form .acf-field input[type=url], .review-form .acf-field input[type=week], .review-form .acf-field textarea, .review-form .acf-field select{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}.review-form .acf-input-wrap{
    overflow: visible;
}.review-form .acf-fields.acf-form-fields{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 1.5rem;
}@media (min-width: 640px){.review-form .acf-fields.acf-form-fields{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}.review-form .acf-field.acf-field-wysiwyg{
    order: 1;
}@media (min-width: 640px){.review-form .acf-field.acf-field-wysiwyg{
        grid-column: span 2 / span 2;
    }
}.review-form .star-rating::before, .review-form .btn-star-clear.clear-button, .review-form #wp-acf-editor-37-editor-tools, .review-form .quicktags-toolbar, .review-form div.mce-statusbar, .video-modal #message{
    display: none;
}.review-form .acf-field .acf-label{
    margin: 0px;
}.review-form .acf-fields > .acf-field{
    border-top-width: 0px;
    padding: 0px;
}.review-form .acf-field-star-rating-field{
    display: flex;
    align-items: center;
}.review-form .acf-field-star-rating-field > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.review-form .acf-field.acf-field-text .acf-label label, .review-form .acf-field.acf-field-wysiwyg .acf-label label, .review-form .acf-field.acf-field-star-rating-field .acf-label label{
    margin-top: 0.25rem;
    font-weight: 400;
}.review-form div.field_type-star_rating_field ul.star-rating li i{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.review-form div.field_type-star_rating_field ul.star-rating li{
    margin-right: 0.625rem;
    line-height: 1;
}.review-form .acf-editor-wrap iframe,
.review-form .wp-editor-container textarea.wp-editor-area {
    height: 140px!important;
    min-height: 140px!important;
}.review-form .acf-form-submit{
    margin-top: 1.5rem;
    display: grid;
    justify-content: flex-end;
}.review-form .acf-form-submit .button{
    cursor: pointer;
    border-width: 2px;
    border-color: var(--color-dark);
    background-color: transparent;
    font-weight: 600;
    color: var(--color-dark);
}.review-form .acf-form-submit .button:hover{
    background-color: var(--color-dark);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}/* Tabs */#tabs .active{
    background-color: var(--color-primary);
    color: var(--color-dark-section-text);
}/* Animation Line */.animate-line {
	display: inline;
	background-size: 0px 2px;
	background-position: 0px 100%;
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}.animate-line:hover {
	background-size: 100% 2px;
}/* Animation Flip */.animate-flip {
    perspective: 1000px;
}.animate-flip span{
    position: relative;
    display: inline-block;
    padding: 0px; 
	transition: transform 0.3s;
	transform-origin: 50% 0;
	transform-style: preserve-3d;
}.animate-flip span:before{
    position: absolute;
    top: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
	content: attr(data-hover);
	transition: color 0.3s;
	transform: rotateX(-90deg);
	transform-origin: 50% 0;
}.animate-flip:hover span,
.animate-flip:focus span {
	transform: rotateX(90deg) translateY(-22px);
}.animate-flip:hover span:before, .animate-flip:focus span:before{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}main.woocommerce-page{
    margin-top: 3.5rem;
}ul.products{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 2.5rem;
}@media (min-width: 768px){ul.products{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}@media (min-width: 1280px){ul.products{
        row-gap: 4rem;
    }
}ul.products li{
    position: relative;
    background-color: var(--color-primary);
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--color-dark-section-text);
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}ul.products li:hover{
    --tw-translate-y: -0.25rem;
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
}@media (min-width: 1280px){ul.products.columns-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }ul.products.columns-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }ul.products.columns-5{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}@media (min-width: 1440px){ul.products.columns-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}@media (min-width: 1280px){ul.products.columns-6{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}@media (min-width: 1440px){ul.products.columns-6{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}ul.products .woocommerce-loop-product__link img{
    width: 100%;
}.woocommerce-loop-product__title,
.woocommerce-loop-category__title{
    background-color: var(--color-primary);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
}.button.product_type_simple{
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: var(--color-dark-section-text);
}.button.product_type_simple:hover{
    background-color: transparent;
    color: var(--color-dark-section-text);
}ul.products .price ins{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}/* Pagination */.woocommerce-pagination{
    margin-top: 4rem;
    margin-bottom: 4rem;
}.woocommerce-pagination ul{
    display: flex;
    justify-content: center;
}.woocommerce-pagination ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.woocommerce-pagination ul{
    font-size: 1.5rem;
    line-height: 2rem;
}.woocommerce-pagination a:hover{
    color: var(--color-primary);
}.woocommerce-pagination .current{
    font-weight: 700;
}.single-product .woocommerce-page .container > .product{
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}@media (min-width: 768px){.single-product .woocommerce-page .container > .product{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}.product .onsale{
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    z-index: 10;
    background-color: var(--color-primary);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}.woocommerce-product-gallery{
    position: relative;
}.woocommerce-product-gallery__wrapper img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}@media (min-width: 1280px){.woocommerce-product-gallery__wrapper img{
        /* height: 498px; */
    }.woocommerce-product-gallery__wrapper img{
        width: 890px;
    }
}.woocommerce-product-gallery__trigger{
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
}.entry-summary{
    position: relative;
}.product_title, .entry-summary .price{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}.entry-summary .price, .woocommerce-product-details__short-description{
    margin-top: 2.5rem;
}.entry-summary .price ins{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}.product_meta{
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
}form.cart{
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}@media (min-width: 1024px){form.cart{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}form.cart .qty, form.cart .button{
    height: 3rem;
    width: 100%;
}form.cart .quantity{
    width: 100%;
}form.cart .button{
    border-width: 2px;
    border-color: var(--color-dark);
    background-color: transparent;
    font-weight: 600;
    color: var(--color-dark);
}form.cart .button:hover{
    background-color: var(--color-dark);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.product .woocommerce-tabs, .related.products{
    grid-column: 1 / -1;
    margin-top: 2.5rem;
}/* Tabs */.product .woocommerce-tabs{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}@media (min-width: 768px){.product .woocommerce-tabs{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}.product .woocommerce-tabs li:first-of-type{
    border-top-width: 1px;
}.product .woocommerce-tabs li{
    border-bottom-width: 1px;
    border-color: var(--color-dark);
    padding-top: 1rem;
    padding-bottom: 1rem;
}.product .woocommerce-tabs li.active{
    font-weight: 700;
}.product .woocommerce-Tabs-panel{
    grid-column: span 3 / span 3;
}.product .woocommerce-Tabs-panel h2, .woocommerce-Reviews .comment-reply-title, .related.products h2{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}.woocommerce-Reviews .comment-reply-title{
    display: grid;
}.product .woocommerce-Tabs-panel table{
    text-align: left;
}.product .woocommerce-Tabs-panel .woocommerce-product-attributes-item__label{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 1rem;
}.woocommerce-Reviews .commentlist{
    margin-bottom: 1.5rem;
}.woocommerce-Reviews .comment_container{
    display: flex;
}.woocommerce-Reviews .comment_container > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.woocommerce-Reviews .comment_container img{
    height: 5rem;
    width: 5rem;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
}.woocommerce-Reviews .comment-form{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}@media (min-width: 640px){.woocommerce-Reviews .comment-form{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}.woocommerce-Reviews .woocommerce-noreviews{
    margin-bottom: 1rem;
    border-width: 1px;
    border-left-width: 4px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}.woocommerce-Reviews .comment-form > p, .comment-form-rating{
    grid-column: span 2 / span 2;
    display: flex;
    flex-direction: column;
}.woocommerce-Reviews .comment-form > p.comment-form-comment{
    order: 2;
}.woocommerce-Reviews .comment-form > p.comment-form-author, .woocommerce-Reviews .comment-form > p.comment-form-email{
    order: 1;
    grid-column: auto;
}.woocommerce-Reviews .comment-form > p.comment-form-cookies-consent{
    order: 2;
    flex-direction: row;
    align-items: center;
}.woocommerce-Reviews .comment-form > p.comment-form-cookies-consent > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.woocommerce-Reviews .comment-form > p.form-submit{
    order: 2;
    flex-direction: row;
}.woocommerce-Reviews .comment-respond textarea{
    width: 100%;
}/* Rating Stars */.woocommerce-product-rating{
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}/* Product Slide arrows */ul.flex-direction-nav{
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 100%;
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
    list-style-type: none;
    padding: 0px;
}li.flex-nav-prev, li.flex-nav-next{
    position: absolute;
}li.flex-nav-prev{
    left: 0.5rem;
}li.flex-nav-next{
    right: 0.5rem;
}a.flex-next, a.flex-prev{
    visibility: hidden;
}a.flex-next::after, a.flex-prev::before{
    visibility: visible;
    font-family: "FontAwesome";
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-content: '\f138';
    content: var(--tw-content);
}a.flex-prev::before{
    --tw-content: '\f137';
    content: var(--tw-content);
}ul.flex-direction-nav li a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}/* Header cart */.site-header-cart{
    position: relative;
    margin: 0px;
    padding: 0px;
}.site-header-cart.widget_shopping_cart{
    display: none;
}.site-header-cart.product_list_widget{
    margin: 0px;
    padding: 0px;
}.site-header-cart .widget_shopping_cart{
    position: absolute;
    right: 999em;
    display: block;
    width: 18rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.25rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.site-header-cart:hover .widget_shopping_cart{
    top: 4rem;
    right: 0px;
    display: block;
    --tw-translate-x: 50%;
    transform: var(--tw-transform);
}.site-header-cart:hover .widget_shopping_cart::before{
    position: absolute;
    left: 0px;
    right: 0px;
    top: -2rem;
    z-index: 30;
    height: 2rem;
    width: 100%;
    background-color: transparent;
    --tw-content: '';
    content: var(--tw-content);
}.widget_shopping_cart_content{
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--color-dark);
}.widget_shopping_cart_content .woocommerce-mini-cart{
    display: grid;
}.widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item{
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--color-dark);
}.widget_shopping_cart_content img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    float: left;
    margin-right: 1rem;
    width: 4rem;
}.widget_shopping_cart_content span.quantity{
    display: flex;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}.widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button{
    position: absolute;
    top: -0.5rem;
    left: -0.75rem;
    display: grid;
    height: 1.25rem;
    width: 1.25rem;
    place-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.widget_shopping_cart_content .woocommerce-mini-cart__total{
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-dark);
}.widget_shopping_cart_content .woocommerce-mini-cart__buttons{
    margin-top: 1rem;
}.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button{
    margin: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button + .button{
    margin-top: 0.5rem;
}/**
 * Star rating
 */.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #FFCE31;
}p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}p.stars a::before {

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    /* color: $color__text-main; */
    text-indent: 0;
    opacity: 0.25;
}p.stars a:hover ~ a::before {
    content: "\53";
    /* color: $color__text-main; */
    opacity: 0.25;
}p.stars:hover a::before {
    content: "\53";
    /* color: $color__link; */
    opacity: 1;
}p.stars.selected a.active::before {
    content: "\53";
    /* color: $color__link; */
    opacity: 1;
}p.stars.selected a.active ~ a::before {
    content: "\53";
    /* color: $color__text-main; */
    opacity: 0.25;
}p.stars.selected a:not(.active)::before {
    content: "\53";
    /* color: $color__link; */
    opacity: 1;
}.form-submit .submit{
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--color-dark-section-text);
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.form-submit .submit:hover{
    background-color: var(--color-dark);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}/* Messages */.woocommerce-message{
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}.woocommerce-message .button{
    margin-right: 1.5rem;
}.woocommerce-cart .woocommerce{
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}@media (min-width: 1024px){.woocommerce-cart .woocommerce{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}.woocommerce-cart .woocommerce-notices-wrapper{
    grid-column: 1 / -1;
}@media (min-width: 1024px){.woocommerce-cart .woocommerce-cart-form{
        grid-column: span 2 / span 2;
    }
}.woocommerce-cart-form table{
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}.woocommerce-cart-form .product-thumbnail img{
    height: 5rem;
    width: 6.5rem;
}.woocommerce-cart-form thead{
    height: 3.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.woocommerce-cart-form tr, .woocommerce-cart-form th, .woocommerce-cart-form td{
    text-align: left;
}.woocommerce-cart-form tbody tr > td{
    padding-top: 1.25rem;
}.woocommerce-cart-form tbody td{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
    padding-bottom: 1.25rem;
}.woocommerce-cart-form tbody .product-price, .woocommerce-cart-form tbody .product-subtotal{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}.woocommerce-cart-form .coupon{
    float: left;
    display: flex;
    width: 45%;
}.woocommerce-cart-form #coupon_code{
    min-width: 130px;
}.woocommerce-cart-form .coupon label{
    display: none;
}.woocommerce-cart-form .coupon + button{
    float: right;
    cursor: pointer;
}.woocommerce-cart-form .quantity .qty {
    max-width: 100px;
}/* Cart total */.woocommerce-cart .cart-collaterals h2{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.375;
}.woocommerce-cart .cart-collaterals table{
    width: 100%;
    text-align: left;
}.woocommerce-cart .cart-collaterals tbody td{
    padding: 1.25rem;
}.woocommerce-cart .cart-collaterals tbody th{
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}.woocommerce-cart .cart-collaterals tbody tr{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}.wc-proceed-to-checkout .button{
    margin-top: 2.5rem;
    width: 100%;
}.woocommerce-cart .cart-collaterals .woocommerce-Price-amount{
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}/* Tables */table.shop_table_responsive thead {
    display: none;
}table.shop_table_responsive tbody th {
    display: none;
}table.shop_table_responsive tr {
    position: relative;
}table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}table.shop_table_responsive tr td::before {
    content: attr(data-title) "";
    float: left;
}table.shop_table_responsive tr td.product-remove a {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: $color__text-main; */
    border-radius: 50%;
    line-height: 0.7;
}table.shop_table_responsive tr td.product-remove a:hover {
    background: red;
    color: #fff;
}table.shop_table_responsive tr td.product-remove::before {
    display: none;
}table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}@media screen and (min-width: 48em) {

    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }
    table.shop_table_responsive tr td::before {
        display: none;
    }
}@media screen and (max-width: 767px) {
    table.shop_table_responsive tr td.product-remove a {
        background: red;
        color: #fff;

        position: absolute;
        top: 50px;
        left: -10px;
    }
    .woocommerce-cart-form tbody td.product-remove {
        border: none;
    }
    .woocommerce-cart-form .coupon {
        width: 100%;
    }
    .woocommerce-cart-form .coupon + button {
        float: left;
        margin: 24px 0;
    }
}@media screen and (max-width: 400px) {
    .woocommerce-cart-form .button {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
}form.woocommerce-checkout{
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}@media (min-width: 768px){form.woocommerce-checkout{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}.woocommerce-NoticeGroup-checkout{
    grid-column: 1 / -1;
}form.woocommerce-checkout h3{
    font-size: 2.75rem;
    font-weight: 700;
}.woocommerce-billing-fields__field-wrapper, .woocommerce-checkout-review-order{
    margin-top: 3rem;
}form.woocommerce-checkout label, .woocommerce-EditAccountForm label{
    margin-bottom: 0.75rem;
    font-weight: 600;
}form.woocommerce-checkout .form-row, .woocommerce-EditAccountForm .form-row{
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}form.woocommerce-checkout .form-row-first, form.woocommerce-checkout .form-row-last, .woocommerce-EditAccountForm .form-row-first, .woocommerce-EditAccountForm .form-row-last{
    width: 100%;
}@media (min-width: 768px){form.woocommerce-checkout .form-row-first, form.woocommerce-checkout .form-row-last, .woocommerce-EditAccountForm .form-row-first, .woocommerce-EditAccountForm .form-row-last{
        width: 48%;
    }
}form.woocommerce-checkout .form-row-first, .woocommerce-EditAccountForm .form-row-first{
    float: left;
}form.woocommerce-checkout .form-row-last, .woocommerce-EditAccountForm .form-row-last{
    float: right;
}#billing_company_field, .clear{
    clear: both;
}form.woocommerce-checkout .required, .woocommerce-EditAccountForm .required{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}/* Your order */.woocommerce-checkout-review-order-table{
    margin-bottom: 3rem;
    width: 100%;
    text-align: left;
}@media (min-width: 768px){.woocommerce-checkout-review-order-table{
        margin-bottom: 6rem;
    }
}.woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table tfoot th{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.woocommerce-checkout-review-order-table thead th, .woocommerce-checkout-review-order-table tbody td, .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order-table tfoot td{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}/* Payments */.wc_payment_methods li{
    margin-bottom: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding-top: 1.5rem;
}.wc_payment_methods li [type='radio']{
    margin-left: 1.5rem;
    margin-right: 0.5rem;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    --tw-translate-y: -0.125rem;
    transform: var(--tw-transform);
    border-width: 2px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.wc_payment_methods li [type='radio']:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-offset-width: 0px;
}.wc_payment_methods li label{
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    display: inline-block;
}.wc_payment_methods li .payment_box{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 3rem;
}#payment .place-order, #payment .place-order button{
    margin-top: 3rem;
}/* Select 2 */.select2-container--default .select2-selection--single{
    height: 46px;
    border-radius: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 46px;
    width: 2rem;
}.woocommerce-order-received {}.woocommerce-order{
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
}.woocommerce-order .woocommerce-thankyou-order-received{
    margin-bottom: 2.5rem;
    border-width: 1px;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}.woocommerce-order .woocommerce-order-overview{
    margin-bottom: 2.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding: 1.5rem;
}.woocommerce-order .woocommerce-order-overview + p{
    margin-bottom: 1.5rem;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity));
    padding-left: 1rem;
}.woocommerce-order .woocommerce-table--order-details{
    width: 100%;
    text-align: left;
}.woocommerce-order .woocommerce-table--order-details thead, .woocommerce-order .woocommerce-table--order-details tfoot th{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.woocommerce-order .woocommerce-table--order-details thead th, .woocommerce-order .woocommerce-table--order-details tbody td, .woocommerce-order .woocommerce-table--order-details tfoot th, .woocommerce-order .woocommerce-table--order-details tfoot td{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}.woocommerce-customer-details{
    margin-top: 2.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
    padding: 1.5rem;
}.woocommerce-account.logged-in .woocommerce{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}@media (min-width: 768px){.woocommerce-account.logged-in .woocommerce{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}.woocommerce-MyAccount-navigation ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.125rem;
}@media (min-width: 768px){.woocommerce-MyAccount-navigation ul{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }.woocommerce-MyAccount-navigation ul{
        gap: 0px;
    }
}.woocommerce-MyAccount-navigation li{
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.woocommerce-MyAccount-navigation li.is-active{
    background-color: var(--color-primary);
}.woocommerce-MyAccount-content > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}@media (min-width: 768px){.woocommerce-MyAccount-content{
        grid-column: span 3 / span 3;
    }
}.woocommerce-MyAccount-content table{
    width: 100%;
    text-align: left;
}.woocommerce-MyAccount-content table .button {
    min-width: auto;
}.woocommerce-MyAccount-content .woocommerce-Addresses{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}@media (min-width: 640px){.woocommerce-MyAccount-content .woocommerce-Addresses{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}.woocommerce-MyAccount-content .woocommerce-Addresses header{
    display: flex;
}.woocommerce-MyAccount-content .woocommerce-Addresses header > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.woocommerce-MyAccount-content .woocommerce-Addresses header{
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.woocommerce-MyAccount-content .woocommerce-Addresses header a{
    font-weight: 700;
}.woocommerce-MyAccount-content .woocommerce-Addresses header a:hover{
    color: var(--color-primary);
}.woocommerce-MyAccount-content .woocommerce-Addresses address{
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
    padding: 1.5rem;
}/* Forms */.woocommerce-EditAccountForm .form-row span{
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}.woocommerce-EditAccountForm fieldset{
    margin-bottom: 2.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}.woocommerce-EditAccountForm legend{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}/* Login form */.woocommerce-account:not(.logged-in) .woocommerce{
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
}.woocommerce-account:not(.logged-in) .woocommerce #customer_login{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}@media (min-width: 768px){.woocommerce-account:not(.logged-in) .woocommerce #customer_login{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}.woocommerce-account:not(.logged-in) .woocommerce h2{
    margin-bottom: 2rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}.woocommerce-account:not(.logged-in) .woocommerce form{
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
    padding: 1.5rem;
}.woocommerce-account:not(.logged-in) .woocommerce form, .woocommerce-account:not(.logged-in) .woocommerce .form-row{
    display: grid;
    gap: 1rem;
}.woocommerce-form-login__rememberme{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}.woocommerce-form-login__rememberme span{
    --tw-translate-y: 0.125rem;
    transform: var(--tw-transform);
}.woocommerce-LostPassword.lost_password{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-underline-offset: 4px;
}.woocommerce-page #sidebar{
    display: none;
}/*! tailwindcss v3.0.11 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #6b7280;
    opacity: 1;
}input::placeholder,textarea::placeholder{
    color: #6b7280;
    opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}::-webkit-date-and-time-value{
    min-height: 1.5em;
}select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
}[multiple]{
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            color-adjust: unset;
}[type='checkbox'],[type='radio']{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}[type='checkbox']{
    border-radius: 0px;
}[type='radio']{
    border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}[type='checkbox']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}[type='checkbox']:indeterminate{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
    border-color: transparent;
    background-color: currentColor;
}[type='file']{
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}[type='file']:focus{
    outline: 1px auto -webkit-focus-ring-color;
}:root {
		--color-primary: #fed928;
		--color-dark: #000000;
		--color-dark-section-text: #000000;
		--color-footer-bg: #000000;
		--color-footer-text: #ffffff;
		--color-overlay: #ffffff;
	}[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select{
    width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    border-color: var(--color-primary);
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-color: var(--color-primary);
}*, ::before, ::after{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 50px;
}@media (max-width: 640px){.container{
        padding-left: 20px;
    }
}@media (min-width: 640px){.container{
        max-width: 640px;
    }
}@media (min-width: 768px){.container{
        max-width: 768px;
    }
}@media (min-width: 1024px){.container{
        max-width: 1024px;
    }
}@media (min-width: 1280px){.container{
        max-width: 1280px;
    }
}@media (min-width: 1440px){.container{
        max-width: 1440px;
    }
}@media (min-width: 1600px){.container{
        max-width: 1600px;
    }
}@media (min-width: 1820px){.container{
        max-width: 1820px;
    }
}.button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: var(--color-dark-section-text);
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.button:hover{
    background-color: var(--color-dark);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.button {
		min-width: 245px;
		max-height: 56px;
    }.button.button-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: var(--color-dark);
}.button.button-white:hover{
    background-color: var(--color-dark);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.button.button-border{
    border-width: 2px;
    border-color: var(--color-dark);
    background-color: transparent;
    font-weight: 600;
    color: var(--color-dark);
}.button.button-border:hover{
    background-color: var(--color-dark);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.button.button-border.button-white{
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.button.button-border.button-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: var(--color-dark);
}.visible{
    visibility: visible;
}.fixed{
    position: fixed;
}.absolute{
    position: absolute;
}.relative{
    position: relative;
}.sticky{
    position: -webkit-sticky;
    position: sticky;
}.inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}.top-1\/2{
    top: 50%;
}.top-\[72px\]{
    top: 72px;
}.-left-5{
    left: -1.25rem;
}.-top-1{
    top: -0.25rem;
}.-right-3{
    right: -0.75rem;
}.left-0{
    left: 0px;
}.bottom-0{
    bottom: 0px;
}.bottom-55{
    bottom: -55px;
}.right-0{
    right: 0px;
}.top-0{
    top: 0px;
}.left-1\/2{
    left: 50%;
}.top-4{
    top: 1rem;
}.right-4{
    right: 1rem;
}.z-\[1\]{
    z-index: 1;
}.z-10{
    z-index: 10;
}.z-20{
    z-index: 20;
}.z-30{
    z-index: 30;
}.col-span-2{
    grid-column: span 2 / span 2;
}.mx-auto{
    margin-left: auto;
    margin-right: auto;
}.my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
}.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}.my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}.mt-26{
    margin-top: 6.5rem;
}.mb-10{
    margin-bottom: 2.5rem;
}.mb-4{
    margin-bottom: 1rem;
}.mt-10{
    margin-top: 2.5rem;
}.mt-16{
    margin-top: 4rem;
}.mt-6{
    margin-top: 1.5rem;
}.mb-2{
    margin-bottom: 0.5rem;
}.mt-1{
    margin-top: 0.25rem;
}.mb-16{
    margin-bottom: 4rem;
}.ml-2{
    margin-left: 0.5rem;
}.mt-8{
    margin-top: 2rem;
}.ml-5{
    margin-left: 1.25rem;
}.ml-1{
    margin-left: 0.25rem;
}.mb-6{
    margin-bottom: 1.5rem;
}.mr-8{
    margin-right: 2rem;
}.mb-3{
    margin-bottom: 0.75rem;
}.ml-4{
    margin-left: 1rem;
}.mt-2{
    margin-top: 0.5rem;
}.mr-2{
    margin-right: 0.5rem;
}.mt-4{
    margin-top: 1rem;
}.mt-14{
    margin-top: 3.5rem;
}.mb-8{
    margin-bottom: 2rem;
}.mt-12{
    margin-top: 3rem;
}.ml-10{
    margin-left: 2.5rem;
}.mt-auto{
    margin-top: auto;
}.mt-20{
    margin-top: 5rem;
}.mb-12{
    margin-bottom: 3rem;
}.mt-0{
    margin-top: 0px;
}.mr-3{
    margin-right: 0.75rem;
}.block{
    display: block;
}.flex{
    display: flex;
}.inline-flex{
    display: inline-flex;
}.table{
    display: table;
}.grid{
    display: grid;
}.contents{
    display: contents;
}.hidden{
    display: none;
}.aspect-video{
    aspect-ratio: 16 / 9;
}.h-40{
    height: 10rem;
}.h-\[700px\]{
    height: 700px;
}.h-16{
    height: 4rem;
}.h-14{
    height: 3.5rem;
}.h-12{
    height: 3rem;
}.h-6{
    height: 1.5rem;
}.h-4{
    height: 1rem;
}.h-auto{
    height: auto;
}.h-32{
    height: 8rem;
}.h-screen{
    height: 100vh;
}.h-full{
    height: 100%;
}.h-\[480px\]{
    height: 480px;
}.h-\[600px\]{
    height: 600px;
}.h-7{
    height: 1.75rem;
}.h-24{
    height: 6rem;
}.h-\[226px\]{
    height: 226px;
}.h-\[500px\]{
    height: 500px;
}.h-\[420px\]{
    height: 420px;
}.min-h-\[108px\]{
    min-height: 108px;
}.w-40{
    width: 10rem;
}.w-full{
    width: 100%;
}.w-\[90\%\]{
    width: 90%;
}.w-12{
    width: 3rem;
}.w-72{
    width: 18rem;
}.w-6{
    width: 1.5rem;
}.w-60{
    width: 15rem;
}.w-4{
    width: 1rem;
}.w-96{
    width: 24rem;
}.w-1\/2{
    width: 50%;
}.w-11\/12{
    width: 91.666667%;
}.w-7{
    width: 1.75rem;
}.w-32{
    width: 8rem;
}.max-w-full{
    max-width: 100%;
}.max-w-xl{
    max-width: 36rem;
}.max-w-md{
    max-width: 28rem;
}.max-w-4xl{
    max-width: 56rem;
}.shrink-0{
    flex-shrink: 0;
}.basis-1\/2{
    flex-basis: 50%;
}.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
}.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
}.-translate-y-\[9999px\]{
    --tw-translate-y: -9999px;
    transform: var(--tw-transform);
}.translate-y-\[14px\]{
    --tw-translate-y: 14px;
    transform: var(--tw-transform);
}.-rotate-90{
    --tw-rotate: -90deg;
    transform: var(--tw-transform);
}.cursor-pointer{
    cursor: pointer;
}.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-col{
    flex-direction: column;
}.place-content-center{
    place-content: center;
}.items-start{
    align-items: flex-start;
}.items-end{
    align-items: flex-end;
}.items-center{
    align-items: center;
}.justify-end{
    justify-content: flex-end;
}.justify-center{
    justify-content: center;
}.justify-between{
    justify-content: space-between;
}.justify-around{
    justify-content: space-around;
}.gap-10{
    gap: 2.5rem;
}.gap-6{
    gap: 1.5rem;
}.gap-2{
    gap: 0.5rem;
}.gap-12{
    gap: 3rem;
}.gap-4{
    gap: 1rem;
}.gap-11{
    gap: 2.75rem;
}.gap-8{
    gap: 2rem;
}.gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}.gap-y-9{
    row-gap: 2.25rem;
}.gap-y-10{
    row-gap: 2.5rem;
}.gap-y-16{
    row-gap: 4rem;
}.gap-y-8{
    row-gap: 2rem;
}.gap-y-4{
    row-gap: 1rem;
}.gap-y-14{
    row-gap: 3.5rem;
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}.space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}.space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}.space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.overflow-hidden{
    overflow: hidden;
}.overflow-y-scroll{
    overflow-y: scroll;
}.whitespace-nowrap{
    white-space: nowrap;
}.rounded-full{
    border-radius: 9999px;
}.rounded-md{
    border-radius: 0.375rem;
}.rounded{
    border-radius: 0.25rem;
}.border-0{
    border-width: 0px;
}.border-2{
    border-width: 2px;
}.border-x-0{
    border-left-width: 0px;
    border-right-width: 0px;
}.border-r{
    border-right-width: 1px;
}.border-t-0{
    border-top-width: 0px;
}.border-b-2{
    border-bottom-width: 2px;
}.border-r-2{
    border-right-width: 2px;
}.border-b{
    border-bottom-width: 1px;
}.border-t{
    border-top-width: 1px;
}.border-t-\[16px\]{
    border-top-width: 16px;
}.border-neutral-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
}.border-dark-section-text{
    border-color: var(--color-dark-section-text);
}.border-dark-color{
    border-color: var(--color-dark);
}.border-theme-color{
    border-color: var(--color-primary);
}.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-transparent{
    border-color: transparent;
}.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.bg-neutral-500{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-theme-color{
    background-color: var(--color-primary);
}.bg-dark-color{
    background-color: var(--color-dark);
}.bg-neutral-100{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-transparent{
    background-color: transparent;
}.bg-footer-bg{
    background-color: var(--color-footer-bg);
}.bg-black\/30{
    background-color: rgb(0 0 0 / 0.3);
}.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-overlay-color{
    background-color: var(--color-overlay);
}.bg-cover{
    background-size: cover;
}.bg-fixed{
    background-attachment: fixed;
}.bg-clip-padding{
    background-clip: padding-box;
}.bg-no-repeat{
    background-repeat: no-repeat;
}.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}.object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
}.object-left{
    -o-object-position: left;
       object-position: left;
}.p-10{
    padding: 2.5rem;
}.p-0{
    padding: 0px;
}.p-5{
    padding: 1.25rem;
}.p-8{
    padding: 2rem;
}.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}.py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}.py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}.py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}.px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}.px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}.px-0{
    padding-left: 0px;
    padding-right: 0px;
}.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}.px-12{
    padding-left: 3rem;
    padding-right: 3rem;
}.pb-5{
    padding-bottom: 1.25rem;
}.pr-2{
    padding-right: 0.5rem;
}.pl-11{
    padding-left: 2.75rem;
}.pr-20{
    padding-right: 5rem;
}.pb-4{
    padding-bottom: 1rem;
}.pr-3{
    padding-right: 0.75rem;
}.pt-8{
    padding-top: 2rem;
}.text-center{
    text-align: center;
}.text-right{
    text-align: right;
}.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}.text-4\.5xl{
    font-size: 2.75rem;
}.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}.text-\[10px\]{
    font-size: 10px;
}.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.text-5xl{
    font-size: 3rem;
    line-height: 1;
}.font-bold{
    font-weight: 700;
}.font-black{
    font-weight: 900;
}.font-normal{
    font-weight: 400;
}.font-semibold{
    font-weight: 600;
}.capitalize{
    text-transform: capitalize;
}.not-italic{
    font-style: normal;
}.leading-none{
    line-height: 1;
}.leading-snug{
    line-height: 1.375;
}.leading-tight{
    line-height: 1.25;
}.text-dark-section-text{
    color: var(--color-dark-section-text);
}.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-dark-color{
    color: var(--color-dark);
}.text-footer-text{
    color: var(--color-footer-text);
}.text-theme-color{
    color: var(--color-primary);
}.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-indigo-600{
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
}.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}.underline{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.opacity-40{
    opacity: 0.4;
}.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.filter{
    filter: var(--tw-filter);
}.transition{
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.duration-300{
    transition-duration: 300ms;
}.duration-200{
    transition-duration: 200ms;
}.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.placeholder\:text-dark-section-text::-moz-placeholder{
    color: var(--color-dark-section-text);
}.placeholder\:text-dark-section-text:-ms-input-placeholder{
    color: var(--color-dark-section-text);
}.placeholder\:text-dark-section-text::placeholder{
    color: var(--color-dark-section-text);
}.hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
    transform: var(--tw-transform);
}.hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
}.hover\:bg-dark-color:hover{
    background-color: var(--color-dark);
}.hover\:text-theme-color:hover{
    color: var(--color-primary);
}.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-dark-color:hover{
    color: var(--color-dark);
}.hover\:opacity-70:hover{
    opacity: 0.7;
}.hover\:opacity-80:hover{
    opacity: 0.8;
}.focus\:border-dark-section-text:focus{
    border-color: var(--color-dark-section-text);
}.focus\:border-indigo-300:focus{
    --tw-border-opacity: 1;
    border-color: rgb(165 180 252 / var(--tw-border-opacity));
}.focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}.focus\:border-transparent:focus{
    border-color: transparent;
}.focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}.focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-theme-color:focus{
    --tw-ring-color: var(--color-primary);
}.focus\:ring-indigo-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}.focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}.focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}.focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
}.focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
}.focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
}.group:hover .group-hover\:block{
    display: block;
}.group:hover .group-hover\:hidden{
    display: none;
}.group:hover .group-hover\:translate-x-2{
    --tw-translate-x: 0.5rem;
    transform: var(--tw-transform);
}
.m-minus-3 {
    margin-bottom: -3.5rem;
}
@media (min-width: 640px){.sm\:mt-0{
        margin-top: 0px;
    }.sm\:mb-0{
        margin-bottom: 0px;
    }.sm\:block{
        display: block;
    }.sm\:flex{
        display: flex;
    }.sm\:w-\[400px\]{
        width: 400px;
    }.sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }.sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }.sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }.sm\:px-12{
        padding-left: 3rem;
        padding-right: 3rem;
    }.sm\:leading-normal{
        line-height: 1.5;
    }
}@media (min-width: 768px){.md\:block{
        display: block;
    }.md\:flex{
        display: flex;
    }.md\:hidden{
        display: none;
    }.md\:max-w-4xl{
        max-width: 56rem;
    }.md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }.md\:items-center{
        align-items: center;
    }.md\:justify-between{
        justify-content: space-between;
    }.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }.md\:text-left{
        text-align: left;
    }.md\:text-right{
        text-align: right;
    }.md\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }.md\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }
}@media (min-width: 1024px){.lg\:order-first{
        order: -9999;
    }.lg\:col-span-3{
        grid-column: span 3 / span 3;
    }.lg\:col-span-2{
        grid-column: span 2 / span 2;
    }.lg\:mt-26{
        margin-top: 6.5rem;
    }.lg\:mb-26{
        margin-bottom: 6.5rem;
    }.lg\:mt-0{
        margin-top: 0px;
    }.lg\:block{
        display: block;
    }.lg\:flex{
        display: flex;
    }.lg\:hidden{
        display: none;
    }.lg\:w-96{
        width: 24rem;
    }.lg\:w-\[70\%\]{
        width: 70%;
    }.lg\:w-4\/5{
        width: 80%;
    }.lg\:w-1\/2{
        width: 50%;
    }.lg\:w-\[500px\]{
        width: 500px;
    }.lg\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.lg\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }.lg\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }.lg\:items-start{
        align-items: flex-start;
    }.lg\:gap-0{
        gap: 0px;
    }.lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }.lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }.lg\:px-26{
        padding-left: 6.5rem;
        padding-right: 6.5rem;
    }.lg\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }.lg\:py-10{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }.lg\:text-left{
        text-align: left;
    }
}@media (min-width: 1280px){.xl\:col-span-3{
        grid-column: span 3 / span 3;
    }.xl\:mr-8{
        margin-right: 2rem;
    }.xl\:mt-0{
        margin-top: 0px;
    }.xl\:mt-10{
        margin-top: 2.5rem;
    }.xl\:block{
        display: block;
    }.xl\:flex{
        display: flex;
    }.xl\:hidden{
        display: none;
    }.xl\:h-\[634px\]{
        height: 634px;
    }.xl\:h-\[690px\]{
        height: 690px;
    }.xl\:w-2\/3{
        width: 66.666667%;
    }.xl\:w-\[55\%\]{
        width: 55%;
    }.xl\:w-2\/5{
        width: 40%;
    }.xl\:w-3\/5{
        width: 60%;
    }.xl\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }.xl\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }.xl\:items-center{
        align-items: center;
    }.xl\:justify-between{
        justify-content: space-between;
    }.xl\:gap-20{
        gap: 5rem;
    }.xl\:gap-y-16{
        row-gap: 4rem;
    }.xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }.xl\:border-b-2{
        border-bottom-width: 2px;
    }.xl\:border-dark-color{
        border-color: var(--color-dark);
    }.xl\:px-24{
        padding-left: 6rem;
        padding-right: 6rem;
    }.xl\:py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }.xl\:px-14{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
}@media (min-width: 1440px){.\32xl\:mt-6{
        margin-top: 1.5rem;
    }.\32xl\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }.\32xl\:gap-x-14{
        -moz-column-gap: 3.5rem;
             column-gap: 3.5rem;
    }.\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }.\32xl\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}@media (min-width: 1600px){.\33xl\:mb-5{
        margin-bottom: 1.25rem;
    }.\33xl\:mb-10{
        margin-bottom: 2.5rem;
    }.\33xl\:h-\[476px\]{
        height: 476px;
    }.\33xl\:w-\[735px\]{
        width: 735px;
    }.\33xl\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.site-header {
    color: #fff;
    background-color: var(--color-primary);
}
.main-nav nav ul li a:hover {
    color: #fff;
    background-color: var(--color-primary);
    text-decoration: underline;
}
.logo {
    margin-right: 10px;
}
.fancy-custom-grid {
    width: 100%;
}
.fancy-custom-grid-flex {
    display: flex;
    flex-wrap: nowrap;
}
.fancy-custom-grid-item {
    padding: 10px;
    margin: 40px 0;
    text-align: center;
    width: 33%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.fancy-custom-grid-item h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 10px;
    width: 100%;
}
.fancy-custom-grid-image {
    margin: 0 auto;
}
.fancy-custom-grid-item a.btn {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
    .fancy-custom-grid-flex {
        flex-direction: column;
    }
    .fancy-custom-grid-item {
        width: 100%;
    }
}