p {
    margin-bottom: 1rem;
}

.ast-container {
    /* padding-left: 0;
    padding-right: 0; */
}

.box-sh {
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(229, 231, 235, 1);
}

.br-6 {
    border-radius: 6px;
}

.br-4 {
    border-radius: 4px;
}

.br-3 {
    border-radius: 3px;
}

.b-0 {
    border: 0;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: rgba(248, 249, 249, 1);
}

.bg-beige {
    background-color: rgba(249, 246, 231, 1);
}

.text-yellow {
    color: rgba(255, 182, 18, 1);
}

.text-gray {
    color: rgba(71, 85, 105, 1);
}

.text-blue {
    color: rgba(8, 149, 252, 1);
}

.link.text-yellow:hover {
    color: rgba(255, 182, 18, 1);
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.btn-yellow {
    background-color: rgba(255, 182, 18, 1);
    color: rgba(62, 88, 106, 1);
    font-weight: 600;
}

.btn-yellow:hover {
    color: rgba(62, 88, 106, 1);
}

.st span {
    transition: 0.15s ease-in-out;
    position: relative;
    left: 0;
}

.st {
    position: relative;
    padding: 12.9px 29.3px;
}

.st svg {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.st:hover span {
    left: -0.7rem;
}

.st:hover svg {
    opacity: 1;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fs-16 {
    font-size: 1rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
}

.border-t-8 {
    border: 0;
    border-top: 8px solid rgba(255, 182, 18, 1);
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.b-img {
    border: 1px solid rgba(229, 231, 235, 1);
}

.link {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 6%;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.link:hover {
    background-size: 100% 10%;
}

.link-b-blue {
    background-image: linear-gradient(90deg, #0895fc, #0895fc);
}

.link-b-yellow {
    background-image: linear-gradient(90deg, #ffb612, #ffb612);
}

.art-head {
    height: 8rem;
}

.rating svg {
    width: 1rem;
    height: 1rem;
}

.rating .space-x-1> :not([hidden])~ :not([hidden]) {
    margin-left: 0.25rem;
}

.w-100 {
    width: 100%;
}

select {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-radius: 0.25rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    color: rgba(71, 85, 105, 1);
    border: 1px solid rgba(229, 231, 235, 1);
}

.faq svg {
    width: 1.5rem;
    height: 1.5rem;
    color: rgba(255, 182, 18, 1);
}

.entry-header .avatar {
    border: 1px solid rgba(255, 182, 18, 1);
    border-radius: 10rem;
}

.entry-header h1 {
    font-size: 3rem;
    line-height: 1;
}

.showmore-wrapper {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
}

.showmore-wrapper-active {
    -webkit-line-clamp: unset;
    margin-bottom: 0;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.text-uppercase {
    text-transform: uppercase;
}

.faq .content {
    display: none;
}

.faq .acc {
    cursor: pointer;
}

.faq .acc,
.faq .content {
    border-bottom: 1px solid rgba(229, 231, 235, 1);
}

.acc.acc.active {
    border-bottom: 0;
}

.acc .faq-minus {
    display: none;
}

.acc .faq-plus {
    display: block;
}

.acc.active .faq-minus {
    display: block;
}

.acc.active .faq-plus {
    display: none;
}

.faq .col-12 .acc:first-child {
    border-top: 1px solid rgba(229, 231, 235, 1);
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(100 116 139 / 50%);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    max-width: 100%;
    padding: 3rem;
    border-radius: 3px;
    position: relative;
}

.modal-content h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    padding-bottom: 1.5rem;
}

.modal-content p {
    line-height: 1.6;
    margin-bottom: 0;
    color: rgba(89, 88, 97, 1);
}

.modal-content .close {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    cursor: pointer;
}

.modal-content .close svg {
    width: 1.5rem;
    height: 1.5rem;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ast-breadcrumbs a {
    color: rgba(62, 88, 106, 1);
}

.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}

.ast-desktop .menu-item .sub-menu {
    border: 1px solid rgba(229, 231, 235, 1);
    box-shadow: none;
    border-top: 0;
    padding-bottom: 0.5rem;
}

.ast-footer-copyright {
    font-size: .75rem !important;
    line-height: 1rem;
}

.site-footer-section {
    font-size: .875rem;
    line-height: 1.6;
}

.site-footer-section p {
    margin-bottom: 0;
}

.site-footer-focus-item {
    margin-bottom: 1.3rem;
}

.c-pointer {
    cursor: pointer;
}

.site-below-footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

.ast-icon.icon-search svg {
    color: #334155;
}

.sources ul {
    list-style: none;
    margin-left: 0;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 0;
}

.sources hr {
    background-color: rgba(229, 231, 235, 1);
}

.sources a {
    text-decoration: underline;
}

.navigation.post-navigation {
    display: none;
}

.ast-single-related-posts-container {
    padding-top: 0;
    border-top: 0;
    margin: 0;
}

.ast-single-related-posts-container .ast-related-posts-title-section {
    padding-bottom: 0;
}

.ast-single-related-posts-container .ast-related-posts-title-section h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: rgba(62, 88, 106, 1);
}

.ast-single-related-posts-container h3.ast-related-post-title.entry-title a {
    color: rgba(62, 88, 106, 1);
    font-size: 16px;
    font-weight: 700;
}

.ast-single-related-posts-container .entry-meta,
.ast-single-related-posts-container .entry-meta * {
    color: rgba(62, 88, 106, 1);
}

.rank-math-breadcrumb a {
    color: rgba(62, 88, 106, 1);
}

.rank-math-breadcrumb .separator {
    color: #6495ed;
}

.rank-math-breadcrumb {
    font-size: .875rem;
}

@media (max-width: 768px) {
    .modal-content {
        max-width: 95%;
        padding: 1.5rem;
    }
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-widget-area.widget-area.site-footer-focus-item {
        order: 1;
        display: flex;
    }
    .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element {
        order: 2;
        margin-bottom: 0;
        margin-top: 1.3rem;
    }
    .ast-header-break-point .ast-footer-copyright.ast-builder-layout-element p {
        text-align: center !important;
        font-weight: 600;
    }
}

@media (min-width: 769px) {
    .modal {
        padding-top: 150px
    }
    .modal-content {
        max-width: 64rem;
    }
    .text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .text-xl {
        font-size: 1.25rem;
    }
    .text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sources ul li {
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .faq h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .faq h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .faq .text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .ast-desktop .menu-item .sub-menu .menu-link {
        position: relative;
        padding: 0.37rem 0.5rem 0.37rem 1.8rem;
        font-weight: 600;
    }
    .ast-desktop .menu-item .sub-menu .menu-link::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: rgba(255, 182, 18, 1);
        left: 11px;
        top: 14px;
        border-radius: 10rem;
    }
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 42px;
    }
    .faq h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}