.editor-content,
.editor-content p {
    font-size: 1rem;
    line-height: clamp(1.8rem, 7vw, 2rem);
    color: var(--text);
}

.editor-border {
    border: 1px solid #E1E8EB;
    padding: 1.5rem 1rem;
}

.white-content {
    color: #fff;
}

.white-content.editor-content p,
.white-content.editor-content,
.white-content * {
    color: #fff;
}

.mejs-container {
    direction: ltr;
    border-radius: 12px;
    overflow: hidden
}

.editor-content.white-content table:not(.acf-table) {
    color: #212121;
}

.editor-content em {
    font-style: italic
}

.editor-content code,
.editor-content pre {
    display: block;
    font-size: 14px;
    line-height: 1.8
}

.editor-content ul {
    margin-right: 1.2rem;
}

.af-form.acf-form code {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.editor-content img:not(.img_gallery, .bg-cta-m) {
    max-width: 100%;
}

.sw-gallery .swiper-slide {
    height: auto
}

.sw:has(.sw--gallery) {
    position: relative;
    margin: clamp(1.5rem, 2vw, 3.5rem) 0;
}

.gallery_item {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery_item+p {
    text-align: center;
    margin-top: 1.4rem;
    font-size: 15px;
}

.gallery_item a {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: auto;
    transition: 0.3s;
    box-shadow: 0px 0px 30px 0px #1856D1 inset;
    border: 2px solid #FFFFFF;
    border-radius: 1.7rem;
}

.gallery_item a img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s;
    border-radius: 1.5rem;
}

.gallery_item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2A72FF1A;
    filter: blur(12px);
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
    border-radius: 1.5rem;
}

.gallery_item a:after {
    content: "\e91f";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 53px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    z-index: 3;
    background-color: transparent;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_item a:hover img {
    filter: blur(12px);
    transform: scale(1.05);
}

.gallery_item a:hover:before {
    opacity: 1;
}

.gallery_item a:hover:after {
    opacity: 1;
}


html.desktop .sw--gallery:not(.swiper-initialized) .swiper-slide {
    flex-shrink: unset;
    margin-left: 32px;
    width: 374px;
    flex: 0 0 374px
}

.gallery_item:hover a::before {
    opacity: 1;
}

.gallery_item:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.editor-content .sw-navigation .icon-direction-left,
.editor-content .sw-navigation .icon-direction-right {
    color: var(--color3);
    background-color: #fff;
    border: 1px solid var(--color3);
}

.gl--box {
    margin: 1.5rem 0 !important
}

.alignleft {
    float: left;
    margin: 0 3rem 3rem 0;
    width: 40%;
}

.alignright {
    float: right;
    margin-left: 3rem;
    width: 40%;
}

.aligncenter {
    text-align: center;
    display: block;
    margin-inline: auto;
    margin-bottom: 2rem
}

.blockquote {
    position: relative
}

.editor-content li :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
    display: inline;
    color: var(--bg_light);
    line-height: 1.8
}

img.alignnone {
    margin: 1.5rem auto;
}

.editor-content :is(h3, h4, h5, h6) {
    line-height: 2;
}

.white-content.editor-content :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}

.editor-content h1 {
    font-size: calc(var(--heading_h1_fontsize));
}

.editor-content h2 {
    font-size: calc(var(--heading_h1_fontsize) - 2px);
}

.editor-content h3 {
    font-size: calc(var(--heading_h1_fontsize) - 4px);
}

.editor-content h4 {
    font-size: calc(var(--heading_h1_fontsize) - 5px);
}

.editor-content h5 {
    font-size: calc(var(--heading_h1_fontsize) - 6px);
}

.editor-content h6 {
    font-size: calc(var(--heading_h1_fontsize) - 7px);
}

.editor-content ul:not(.acf-checkbox-list, .acf-radio-list, .acf-bl) li {
    margin-bottom: 1rem;
    list-style-position: inside;
    list-style: disc;
}

.editor-content ul li::marker {
    color: var(--color2);
    line-height: 1;
    font-size: 18px;
}

.comment-single li::marker {
    content: none
}

.editor-content .wp-caption-text {
    text-align: center
}

.editor-content .wp-caption {
    width: auto !important
}

.editor-content a:not(.btn, .button, .acf-button, .cta-btn-click) {
    color: var(--color1);
    text-decoration: underline;
    overflow-wrap: break-word;
    transition: 0.3s;
}

.editor-content a:not(.btn, .acf-button, .cta-btn-click):hover {
    text-decoration: none;
}

.editor-content blockquote {
    position: relative;
    padding: 80px 60px 44px;
    margin: clamp(3rem, 5vw, 4.5rem) 0;
    background-color: var(--color2);
    border-radius: 30px;
    box-shadow: 0px 22px 22px -12px #0019BD29, 5px 6px 24px 0px #FFFFFF40 inset, 3px 3px 5px 0px #1CAFB4 inset, -4px -4px 4px 0px #1CAFB440 inset;
}

.editor-content blockquote::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(276.89deg, #1CAFB4 0%, #FFFFFF 101.64%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.editor-content blockquote p {
    position: relative;
    color: var(--text) !important;
}

.editor-content blockquote::after {
    content: '';
    background-image: url(../img/editor-blq.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 50%;
    top: -44px;
    width: 122px;
    height: 93px;
    position: absolute;
    left: 50%;
    background-color: transparent;
    transform: translateX(50%);
}

.editor-content .sw-navigation.pagination {
    width: 100%;
    justify-content: center;
}

.editor-content .sw-navigation.pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 8px;
    display: flex;
    background-color: var(--bg_light);
    cursor: pointer;
    transition: 0.3s;
}

.editor-content .sw-navigation.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color1);
    opacity: 1;
}

.editor-content .sw-navigation.pagination .swiper-pagination {
    display: flex;
    gap: 0.25rem;
}

.editor-content ol {
    list-style: none;
    margin-left: 0;
    padding: 0
}

.editor-content ol li {
    counter-increment: item;
    position: relative;
    margin-bottom: 1rem;
    text-indent: -2rem;
    padding-right: 2rem
}

.editor-content ol li:before {
    content: counter(item) ".";
    padding-left: 1rem;
    font-size: 18px;
    line-height: 1;
    color: var(--color1);
}

hr {
    border: 1px solid #e6e6e6;
}

.editor-content>*+* {
    margin-top: 1.5rem
}

.editor-content.editor-space-sm>*+* {
    margin-top: 1rem
}

.gallery_item img {
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1
}

.editor-content .wp-video {
    display: block;
    margin-inline: auto;
    width: 100% !important;
    overflow: hidden
}

.editor-content table:not(.acf-table) th,
.editor-content table:not(.acf-table) td {
    border-bottom: none;
    padding: 1rem 1.5rem;
    font-size: inherit;
    line-height: 2;
    vertical-align: middle;
    color: inherit;
    text-align: center;
}

.editor-content table:not(.acf-table) tr:first-child {
    border-bottom: none
}

.editor-content table:not(.acf-table, .woocommerce-product-attributes) tr:first-child td,
.editor-content table:not(.acf-table, .woocommerce-product-attributes) tr:first-child th {
    padding: 1rem 2rem;
    background: var(--color1);
    color: #fff;
}

.editor-content table:not(.acf-table, .woocommerce-product-attributes) :is(tbody, thead) {
    display: table;
    width: 100%;
    color: inherit;
}

.editor-content table:not(.acf-table, .woocommerce-product-attributes) {
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    border-bottom: 0;
    background: #F4F4F4;
    padding: 1.6rem
}

.editor-content table:not(.acf-table, .woocommerce-product-attributes) tr {
    border-bottom: 2px solid rgb(0 65 255 / 7%);
    color: #151515;
}

.editor-content table:not(.acf-table) th {
    font-family: var(--bold_font);
}

.editor-content table:not(.acf-table):not(.acf-table)::-webkit-scrollbar {
    height: 4px !important;
    width: 3px !important
}

.editor-content table:not(.acf-table)::-webkit-scrollbar-track {
    background: #eae8e4 !important;
    height: 4px !important
}

.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb {
    background: rgb(123, 123, 123) !important;
    height: 4px !important
}

.editor-content table:not(.acf-table)::-webkit-scrollbar-thumb:hover {
    background: var(--color3) !important
}

.editor-content table::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.editor-content table::-webkit-scrollbar-track {
    border-radius: 0 0 4px 4px;
    background-color: #ececec
}

.editor-content table::-webkit-scrollbar-thumb {
    background: #aca9a9;
    border-radius: 0 0 4px 4px
}

.editor-content table::-webkit-scrollbar-thumb:hover {
    background: var(--color3)
}

.editor-content table {
    scrollbar-color: var(--color3);
    scrollbar-width: thin;
    height: auto !important
}

.mobile .sw--gallery .swiper-wrapper {
    grid-auto-columns: 25rem
}

.editor-content.main-content .sw-navigation {
    margin-top: 2rem;
}

@media (max-width: 48em) {

    .alignleft,
    .alignright {
        float: none;
        margin-inline: auto;
        width: 100%;
        margin-bottom: 2rem
    }

    .af-form.acf-form>.acf-fields {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {

    .editor-content blockquote {
        padding: 61px 16px 1.5rem;
    }

    .editor-content blockquote {
        margin: 3rem 0 !important
    }
}