:root,
:root .theme-dark {
    --font_text: "Roboto", sans-serif;
    --filter: invert(93%) sepia(15%) saturate(73%) hue-rotate(164deg) brightness(91%) contrast(89%);
    --no-filter: none;
    --transition_main: 0.35s ease-in-out
}

:root .theme-light {
    --filter: none;
    --no-filter: invert(93%) sepia(15%) saturate(73%) hue-rotate(164deg) brightness(91%) contrast(89%)
}

.field-custom-icon img {
    max-width: 100%
}

body {
    font-family: var(--font_text);
    background-color: var(--body-bg) !important;
    color: var(--text-default) !important
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--text-default)
}

#trp-floater-ls.trp-bottom-right {
    display: none !important
}
.agecVUH a{
    color:var(--link_color) ;
font-weight: 500;
}

.banner_amp {
    display: none
}

.ez-toc-wrap-left {
    margin: 0 auto 1em 0 !important
}

.nerQsvi {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto
}

.wp-block-group {
    margin-bottom: 24px
}

.wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.wp-block-group.text-block {
    box-sizing: border-box;
    padding: 20px;
    border-radius: var(--gut_border);
    background-color: var(--dark-black-2)
}

.allYuEN .space-widget {
    margin-bottom: 0 !important
}

@media only screen and (max-width:1520px) {
    .nerQsvi {
        max-width: 94.737vw
    }
}

@media only screen and (max-width:1120px) {
    .nerQsvi {
        max-width: 94.737vw
    }

    .wp-block-group__inner-container {
        gap: .658vw
    }

    .wp-block-group.text-block {
        padding: 1.9vw;
    }

    .ageFIqU {
        gap: 1.953vw;
        flex-direction: column
    }
}

@media only screen and (max-width:900px) {
    .nerQsvi {
        max-width: 94.737vw
    }

    .wp-block-group__inner-container {
        gap: 1.302vw
    }

    .wp-block-group.text-block {
        padding: 2.604vw;
    }
}

@media only screen and (max-width:500px) {
    .nerQsvi {
        max-width: 94.737vw
    }

    .wp-block-group__inner-container {
        gap: 2.667vw
    }

    .wp-block-group.text-block {
        padding: 4vw;
    }
}