.template-page .mb-8 {
    margin-bottom: 8px;
}
.template-page .mb-16 {
    margin-bottom: 16px;
}
.template-page .mb-40 {
    margin-bottom: 40px;
}
.template-page {
    color: #1E1E21;
}
.template-page a {
    color: #2A6CAE;
}
.template-page a:hover {
    color: var(--color-a-hover) !important;
}
.template-page p {
    font-size: 16px;
    line-height: 1.4;
}
.template-page-table td {
    font-weight: 700;
    padding: 8px 0;
    font-size: 16px;
}
.template-page-table td:nth-child(2) {
    padding: 8px 40px;
}
.template-page h2 {
    margin-bottom: 8px;
    font-size: clamp(26px, 30px, 4vw);
    font-weight: 600;
    color: #000;
}
.template-page hr.mb-16 {
    margin-bottom: 16px;
}
.page-cms #wrapper .template-page ul {
    padding-left: 25px;
    list-style: disc;
    line-height: 1.4;
    font-size: 16px;
}
.template-page-ul li {
    color: #1E1E21;
}

.svg-image img {
    width: auto !important;
}

.custom-figcaption .wp-caption {
    position: relative;
}
.custom-figcaption .wp-caption img {
    width: 100%;
}
.custom-figcaption .wp-caption figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 16px;
}

.section-wrap .elementor-row {
    flex-wrap: wrap;
}

.axps-swiper-slider .swiper-dots .swiper-pagination-bullet::before {
    left: 2px !important;
    bottom: 2px !important;
    top: 2px !important;
    right: 2px !important;
}
.axps-swiper-slider .swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .axps-swiper-slider .swiper-dots .swiper-pagination-bullet:hover {
    background-color: #fff !important;
}

@media (max-width: 1024px) {
    .br-tablet-hide {
        display: none !important;
    }
    .tablet-hide-text {
        display: none !important;
    }
}
@media (max-width: 600px) {
    .custom-figcaption .wp-caption figcaption {
        position: relative;
        bottom: 0;
        left: 0;
        padding: 10px 0px;
        width: 100%;
        font-size: 13px !important;
        min-height: 32px;
    }
    .mobile-hide-text {
        display: none !important;
    }
}