@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff'),
        url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro Black';
    src: url('../fonts/SourceSansPro-Black.eot');
    src: url('../fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Black.woff') format('woff'),
        url('../fonts/SourceSansPro-Black.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Black Italic';
    src: url('../fonts/ProximaNova-BlackIt.eot');
    src: url('../fonts/ProximaNova-BlackIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-BlackIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-BlackIt.woff') format('woff'),
        url('../fonts/ProximaNova-BlackIt.ttf') format('truetype'),
        url('../fonts/ProximaNova-BlackIt.svg#ProximaNova-BlackIt') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Black';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype'),
        url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Extrabold';
    src: url('../fonts/ProximaNovaExCn-Extrabld.eot');
    src: url('../fonts/ProximaNovaExCn-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaExCn-Extrabld.woff2') format('woff2'),
        url('../fonts/ProximaNovaExCn-Extrabld.woff') format('woff'),
        url('../fonts/ProximaNovaExCn-Extrabld.ttf') format('truetype'),
        url('../fonts/ProximaNovaExCn-Extrabld.svg#ProximaNovaExCn-Extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro Bold';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff'),
        url('../fonts/SourceSansPro-Bold.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Extrabold Italic';
    src: url('../fonts/ProximaNovaExCn-ExtrabldIt.eot');
    src: url('../fonts/ProximaNovaExCn-ExtrabldIt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaExCn-ExtrabldIt.woff2') format('woff2'),
        url('../fonts/ProximaNovaExCn-ExtrabldIt.woff') format('woff'),
        url('../fonts/ProximaNovaExCn-ExtrabldIt.ttf') format('truetype'),
        url('../fonts/ProximaNovaExCn-ExtrabldIt.svg#ProximaNovaExCn-ExtrabldIt') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNovaCond-Bold.eot');
    src: url('../fonts/ProximaNovaCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaCond-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaCond-Bold.woff') format('woff'),
        url('../fonts/ProximaNovaCond-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNovaCond-Bold.svg#ProximaNovaCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --body-font-family: 'Source Sans Pro', sans-serif;
    --body-font-size: 20px;
    --body-font-color: #5D2367;
    --body-line-height: 28px;
    --heading-font-family: 'Proxima Nova Black', sans-serif;
    --heading-font-color: #5D2367;
    --link-font-color: #5D2367;
    --link-hover-font-color: #135632;
    --button-font-size: 20px;
    --button-line-height: 68px;
    --button-font-family: 'Source Sans Pro Black', sans-serif;
    --white-color: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    overflow-x: hidden;
}


[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

body {
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-font-color);
    line-height: var(--body-line-height);
    background-color: var(--white-color);
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

a {
    color: var(--link-font-color);
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a:hover {
    color: var(--link-hover-font-color);
}

p,
ul li,
ol li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}

p:last-child {
    margin: 0;
}

p,
ol,
ul {
    margin: 0 0 24px 0;
}

input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 68px;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    margin: 0 0 10px 0;
}

h1 {
    font-family: 'Proxima Nova Black Italic', sans-serif;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 0;
}

h2 {
    font-size: 48px;
    line-height: 56px;
}

h3 {
    font-size: 40px;
    line-height: 44px;
    font-family: 'Proxima Nova Bold', sans-serif;
}

h4 {
    font-size: 32px;
    line-height: 38px;
}

h5 {
    font-size: 27px;
    line-height: 32px;
}

h6 {
    font-size: 22px
}

.container,
.container-fuild {
    width: 100%;
    padding: 0 20px;
}

.container *,
.container-fuild * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1153px;
    margin: 0 auto;
}

.align-center {
    -ms-align-items: center;
    align-items: center;
}

.btn {
    display: inline-block;
    padding: 18px 33px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #5D2367;
    font-family: var(--button-font-family);
    font-size: var(--button-font-size);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 22px;
    text-align: center;
    border: 1px solid transparent;
    color: var(--white-color);
    border-radius: 10px;
}

.btn--green {
    background-color: #135632;
}

.btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
}

.btn:focus {
    outline: none;
}

.search-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid transparent;
    height: 44px;
    padding: 12px 0px 9px 50px;
    background-color: #fff;
    color: #5D2367;
    border-radius: 10px;
    height: 49px;
}

input::placeholder {
    color: #5D2367;
    line-height: 68px;
}

.search-field:focus {
    border-color: #707070;
    outline: none;
}

/* Target the cancel button within search inputs */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    background-size: cover;
    cursor: pointer;
    margin-left: 0.5em;
}

/* To hide the button completely */

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.site-header {
    position: relative;
    padding: 20px 0 0 0;
    z-index: 10;
}

.site-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: url(../images/background/header.svg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.header-action>ul {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

.header-action ul li {
    position: relative;
    display: none;
}

.navbar {
    display: none;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform-origin: top right;
}

.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.1s ease 0.2s;
}
.navbar ul ul.sub-menu {
    padding-left: 50px;
}
.navbar.fullscreen.active ul {
    opacity: 1;
    transform: scale(1);
}

.navbar ul li {
    margin: 20px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.navbar.fullscreen.active ul li {
    opacity: 1;
    transform: translateY(0);
    margin: 20px 0;
    transition: all 0.5s ease;
}

.navbar ul li a {
    font-family: 'Source Sans Pro Black', sans-serif;
    font-size: 36px;
    color: #5D2367;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar ul li a:hover {
    color: #135632;
}

.navbar.fullscreen {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fffffffb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
    transform: scale(1);
}

.menu__toggle.active .menu-toggle__icon::after,
.menu__toggle.active .menu-toggle__icon::before {
    background-color: #5D2367;
    z-index: 9999;
}

body.menu-open {
    overflow: hidden;
}

.header-action ul li:has(form, a.menu__toggle) {
    display: block;
}

.search form input[type="submit"],
.header-action form input[type="submit"] {
    font-family: inherit;
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    line-height: normal;
    top: 53%;
    left: 28px;
    background: url(../images/icons/search-icon.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s ease;
    position: absolute;
    transform: translate(-50%, -50%);
}

.header-action ul li:not(form) a {
    color: white;
    font-family: 'Proxima Nova Extrabold', sans-serif;
    font-size: 29px;
}

.header-action ul li>a>form {
    width: 297px;
}

.menu__toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 30px;
    text-decoration: none;
    color: #FFFFFF;
}

.menu-toggle__icon {
    display: inline-block;
    width: 45px;
    height: 37px;
    position: relative;
    background: transparent;
    border: none;
    cursor: pointer;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.menu-toggle__icon::before {
    top: 0;
}

.menu-toggle__icon::after {
    bottom: 0px;
}

.menu-toggle__icon {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-size: 100% 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.menu__toggle.active .menu-toggle__icon::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.menu__toggle.active .menu-toggle__icon::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.menu__toggle.active .menu-toggle__icon {
    background: transparent !important;
}

.section-hero {
    position: relative;
    padding: 100px 0 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    margin-top: -151px;
    height: 841px;
}

.section-hero>.container {
    height: 100%;
    position: relative;
}

.goodnews-hero {
    background-repeat: no-repeat;
    background-size: cover;
}

.home h1 {
    margin-bottom: 32px;
}


.section-hero::after {
    content: "";
    position: absolute;
    bottom: -159px;
    left: 0;
    width: 100%;
    height: 250px;
    background: url(../images/background/hero_shape.svg);
    background-size: cover;
    z-index: 1;
}

#post-15 .section-hero::after {
    background: url(../images/background/hero_darkgreen.svg);
    background-size: cover;
}

#post-15 .section-hero::before {
    content: unset
}

.section-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #616161;
    mix-blend-mode: multiply;
    opacity: 0.2;
    z-index: -1;
}

.site-footer {
    position: relative;
    padding: 168px 0 20px;
    background: url(../images/background/footer_shape.svg) no-repeat center;
    background-size: cover;
    margin-top: 50px;
}

.footer-logo {
    max-width: 258px;
}

.footer-detalis h5 {
    color: #fff;
    margin-bottom: 30px;
}

.footer-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 0;
}

.footer-social ul li a {
    border: 1.5px solid #fff;
    border-radius: 50%;
    width: 46.68px;
    height: 46.68px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: transparent;
    transition: all 0.5s ease;
}

.footer-social ul li a:hover {
    background: #5D2367;
}

.footer-contact p {
    margin: 0;
    color: #fff;
}

.footer-contact a {
    color: #fff;
    transition: all 0.5s ease;
}

.footer-contact a:hover {
    border-bottom: 1px solid #fff;
}

.footer-block {
    display: flex;
    align-items: center;
    gap: 123px;
}

.footer-info {
    display: flex;
    align-items: center;
    gap: 36px;
}

.footer-patner {
    margin-top: 69px;
    text-align: center;
    color: #fff;
}

.footer-brand ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 34px;
    justify-content: center;
}

.footer-copyright {
    margin-top: 63px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.footer-copyright a {
    font-size: 20px;
    font-family: 'Source Sans Pro Bold', sans-serif;
    color: #fff;
    font-weight: 800;
    transition: all 0.5s ease-in;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.hero-card {
    position: absolute;
    bottom: 56px;
    right: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 35px 18px 37px 39px;
    width: calc(48.27%);
}

.hero-card p {
    font-size: 26px;
    line-height: 32px;
    color: #5D2367;
    font-family: 'Proxima Nova Extrabold', sans-serif;
    margin-bottom: 14px;
}

.hero-card-button {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: max-content;
}

.section--become {
    position: relative;
    padding: 260px 0 113px;
}

.section--become .section-block {
    display: flex;
    align-items: end;
    position: relative;
}

.section--become .section__content {
    width: 75%;
}

.section--become .become-shape {
    width: 25%;
    text-align: right;
    position: relative;
}

.section--become .become-shape::after {
    content: "";
    background: url(../images/become-shape.svg) no-repeat center;
    width: 116px;
    height: 116px;
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-45%, -36%);
    z-index: -1;
}

.section--become .section__content h2 {
    margin: 0 0 30px 0;
}

.section--become .section__content p {
    margin: 0;
    max-width: 784px;
}

.section--become .become-btn {
    margin-top: 31px;
}

.section-image_text {
    position: relative;
    padding: 0 0 80px;
}

.section-image_text .image_text-heading h2 {
    font-size: 54px;
    line-height: 70px;
    color: #fff;
    font-style: italic;
    margin: auto 0;
}

.section-image_text .image_text-heading {
    padding: 67px 70px 67px 67px;
    background-color: #5D2367;
    border-radius: 20px 0px 0px 20px;
    width: 50%;
    display: flex;
}

.section-image_text .image_text-block {
    display: flex;
    align-self: center;
    flex-wrap: wrap;
    position: relative;
}

.section-image_text .image_text-img {
    width: 50%;
}

.image_text-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image_text-content-block {
    display: flex;
    gap: 30px;
    margin-top: 57px;
}

.image_text-content-block>.image_text-content:first-child {
    max-width: 529px;
}

.image_text-content-block>.image_text-content p:first-child {
    display: none;
}

.image_text-content-block>.image_text-content:last-child {
    max-width: 534px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image_text-content {
    width: calc(50%);
}

.section-result .section__heading,
.section--news .section__heading {
    text-align: center;
    position: relative;
}

.section--news {
    padding: 172px 0 170px;
    position: relative;
}

.section--news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background/news_bg.svg) no-repeat top;
    background-size: cover;
    opacity: 0.25;
    z-index: -1;
}

.section--news .newsslider {
    margin-top: 55px;
}

.newsslider .swiper-slide {
    display: flex;
}

.newsslider .swiper-slide .news__content {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsslider .news__content h3 {
    margin-bottom: 30px;
}

.newsslider .news__content p {
    color: #393939;
}

.newsslider .swiper-slide .news-img,
.newsslider .swiper-slide .news__content {
    width: calc(50%);
}

.newsslider .swiper-pagination {
    position: static;
    margin-top: 51px;
}

.newsslider .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    background-color: #fff;
    opacity: 1;
    margin: 0 8px !important;
}

.newsslider .swiper-pagination-bullet-active {
    background: #5D2367;
}

.section-result {
    position: relative;
    padding: 49px 0 150px;
}

.section-result .result-card {
    display: flex;
    gap: 14px;
    margin-top: 78px;
}

.section-result .result-card .result-card-block {
    width: calc(33.33% - 14px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 58px;
}

.section-result .result-card .result-card-block img {
    flex: 1;
}

.section-result .result-card-block .result-block-detalis * {
    font-family: 'Source Sans Pro Bold', sans-serif;
    margin: 0;
}

.section-result .result-card-block .result-block-detalis p {
    font-size: 25px;
    line-height: 51px;
}

.section-result .result-card-block .result-block-detalis h3 {
    font-size: 35px;
    line-height: 37px;
}

.section-result .result-card-block .result-block-detalis h4 {
    font-size: 123px;
    line-height: 138px;
}

.section-awareness {
    position: relative;
    padding: 0 0 147px;
}

.section-awareness .awareness-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 694px;
    position: relative;
    border-radius: 20px;
}

#post-15 .section-awareness .awareness-bg {
    height: 100%;
    padding: 80px 0 80px 49px;
    position: relative;
}

.awareness-block {
    padding: 25px 55px 25px 39px;
    background-color: #fff;
    border-radius: 20px;
    width: 48.8%;
}

.awareness-block h3 {
    font-family: 'Source Sans Pro Bold', sans-serif;
}

.awareness-block p {
    color: #000;
}


#post-15 .section-awareness .awareness-card {
    position: static;
    transform: unset;
}

#post-15 .section-awareness .awareness-block {
    padding: 20px 19px 35px 23px;
    width: 48.1%;
}

#post-15 .section-awareness .awareness-block h3 {
    max-width: 360px;
    line-height: 50px;
    margin-bottom: 20px;
}

.awareness-card {
    position: absolute;
    top: 61px;
    left: 43px;
}

.awareness-block a {
    margin-top: 20px;
}

.section-train {
    position: relative;
    padding: 0 0 71px;
}

.section-train .section_heading {
    max-width: 868px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.section-train .train-blocks {
    margin-top: 88px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.section-train::after {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(../images/background/hero-shape.svg);
    background-size: cover;
    z-index: -1;
}

.section-train::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 140px;
    background: url(../images/background/hero-bottom.svg);
    background-size: cover;
    z-index: -1;
}

.section-train .tarin-card {
    border: 3px solid #5D2367;
    border-radius: 20px;
    background-color: #fff;
    padding: 70px 23px 44px 25px;
    position: relative;
    text-align: center;
}

.section-train .tarin-card img {
    position: absolute;
    top: -63px;
    left: auto;
    transform: translateX(-50%);
}

.section-train .tarin-card p {
    color: #000000;
}

.text-image {
    padding: 0 0 58px;
}

.rsbtn {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    box-sizing: content-box;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.rsplay-btn {
    display: none;
    padding: 3px 12px;
    border: 1px solid #707070;
    background-color: #fff;
}

.awareness-bg .rsbtn,
.hero-card .rsbtn {
    position: absolute;
    top: -75px;
    right: 0;
}

.section-image_text .rsbtn {
    justify-content: end;
    margin-bottom: 30px;
}

.section--become .rsbtn {
    position: absolute;
    right: 0;
    top: -20px;
}

.section-result .rsbtn,
.section--news .rsbtn {
    position: absolute;
    top: 0;
    right: 0;
}

.section-train .rsbtn {
    position: absolute;
    right: -92px;
    top: 88px;
}

.section--become .become-shape img:last-child {
    display: none;
}

.section-bewoners {
    padding: 230px 0 162px;
}

.section-verdachte {
    padding: 140px 0 150px;
    position: relative;
}

.section-verdachte::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url(../images/background/verdachte-shape.svg);
    background-size: cover;
    z-index: -1;
    opacity: 0.25;
}

.section-verdachte .section-block {
    align-items: center;
    gap: 134px;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.section-verdachte .section__content p {
    max-width: 731px;
    color: #000000;
}

.section-verdachte .section__content {
    width: 68%;
}

.section-verdachte .rsbtn {
    position: static;
    justify-content: end;
}

.section-verdachte .section__content h3 {
    font-family: 'Source Sans Pro Bold', sans-serif;
    margin-bottom: 30px;
}

.section-verdachte .section-block:last-child {
    padding: 0;
    margin-bottom: 0;
}

.section-goodnews {
    padding: 82px 0 250px;
    position: relative;
}

.section-goodnews .section__heading {
    text-align: center;
}

.news__info h3 {
    font-family: 'Source Sans Pro Bold', sans-serif;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

.news__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
}

.news-img img {
    width: 100%;
    height: 100%;
}

.section-goodnews::after {
    content: "";
    position: absolute;
    top: -88px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background/news_shape.svg) no-repeat center;
    background-size: cover;
    z-index: -1;
    opacity: 0.25;
}

.section-doetinchem {
    padding: 0 0 118px;
}

.section-doetinchem:last-child {
    padding-bottom: 40px;
}

.news__info {
    padding-right: 13px;
    max-width: 500px;
}

.news__info .rsbtn {
    margin-bottom: 36px;
}

.section-doetinchem .news__info .rsbtn {
    justify-content: end;
}

.section-doetinchem .news__info {
    padding: 0 0 0 68px;
    max-width: unset;
}

.scrolling-btn.show {
    display: flex;
}

.scrolling-btn {
    width: 70px;
    height: 70px;
    background-color: #5D2367;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.scrolling-btn span {
    font-size: 0;
    background-image: url(../images/icons/up-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.site-header.sticky+main {
    margin-top: 228px;
}

.sticky {
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    transition-property: all;
    transition-timing-function:
        cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    animation: headerSticky .95s ease forwards;
    padding: 20px 0 80px 0;
}
.site-header.sticky .container.header-wrap {
    align-items: center;
}
.sticky .site-logo {
    max-width: 256px;
}

.sticky.site-header::after {
    height: 280px;
    background-position: top;
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.section-blog-heading {
    padding: 230px 20px 0;
    text-align: center;
    margin-bottom: 60px;
}

.wpa-visible-ltr#skiplinks a,
.wpa-visible-ltr#skiplinks a:visited {
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #333;
    display: block;
    font-weight: 600;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 6px;
    top: var(--admin-bar-top);
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
}

.wpa-visible-ltr#skiplinks a:active,
.wpa-visible-ltr#skiplinks a:hover,
.wpa-visible-ltr#skiplinks a:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #0073aa;
    display: block;
    font-weight: 600;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 6px;
    top: var(--admin-bar-top);
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
}

#page .ifweac_sidebar_toggler_btn {
    display: block;
    padding: 0;
    background: transparent;
    background-color: transparent !important;
    color: unset;
    box-shadow: unset;
    line-height: normal;
}

.ifweac_sidebar_toggler:has(img) {
    display: none;
}

.ifweac_accessibility-menu-wrapper.show .ifweac_sidebar_toggler {
    display: block;
}

.scholieren.section--become .section__content p {
    margin-bottom: 24px;
}

.scholieren.section--become .section-block {
    align-items: center;
}

/* Text Reader */

#page .ssblock-wrp-0 {
    display: none !important;
}

#page .ssplayer_icon_spk {
    font-size: x-large;
}

#page .ssplayer_icon_spk::before {
    display: inline-block;
    content: "";
    position: relative;
    color: #fff;
    width: 17px;
    height: 14px;
    background-image: url(../images/icons/speaker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    top: 0px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

#page .gsp_button_player .ss_opts_ic,
#page .ssplayer_icon_spk>svg {
    display: none !important;
}

#page .gsp_button_player .ssplayer_button {
    width: 120px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: white;
    border-radius: 0px;
    border: 1px solid #707071;
    height: auto;
    padding: 3px 12px;
}

#page .gsp_button_player .ssplayer_txt_wrapper {
    margin-left: 0;
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: none;
}

.ssplayer_button .ssp_txt {
    text-transform: none !important;
}

#page .ssplayer_button svg {
    color: #454463 !important;
}

#page .gsp_button_player .ssplayer_wrapper.ssplayer_button .ssplayer_icon_pp {
    background-color: #454463;
}

#page .gsp_button_player .ssplayer_button .ssplayer_options_block {
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 17px;
    height: 12px;
}

.search .section-blog-heading {
    padding: 0;
}

.search .news__info {
    padding: 0 68px 0 0;
}

.search .news__excerpt {
    margin-bottom: 24px;
}

.search .site-main {
    position: relative;
}

.search .site-main::after {
    content: "";
    position: absolute;
    top: -88px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/background/news_shape.svg) no-repeat center;
    background-size: cover;
    z-index: -1;
    opacity: 0.25;
}

.search .search-field {
    border: 1px solid #5D2367;
    border-radius: 20px;
}

.search form {
    position: relative;
    max-width: 512px;
}

a:focus,
button:focus,
input:focus,
select:focus div:focus {
    outline-offset: 2px;
    outline: 2px #000 solid !important;
    box-shadow: 0 0 0 2px #5d2367, 0 0 0 4px #396196, 0 0 4px 8px #c8c0c9 !important;
}

.footer-brand ul li>a,
.footer-logo a,
.site-logo a,
.header-action ul li>a {
    display: inline-block;
}

.newsslider .swiper-wrapper {
    padding: 0 0 0 10px;
}

.ifweac_sidebar_content h6 {
    color: #fff;
    font-family: var(--heading-font-family) !important;
    font-size: 20px !important;
}

.ifweac_accessibility-menu-wrapper #ifweac_sidebar * {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.rht_icon_wrapper_element {
    display: none !important;
}

#ifweac_sidebar {
    background-color: #121212eb !important;
}

.no-results {
    max-width: 1153px;
    margin: 0 auto;
}

/* header */

.site-header .contrast {
    position: absolute;
    color: #fff;
    top: -54px;
    left: auto;
    right: 20px;
    translate: 0% 0;
    display: flex;
    gap: 40px;
}

.site-header .contrast a {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Source Sans Pro Bold', sans-serif;
}

.site-header .container.header-wrap {
    position: relative;
}

.footer-brand ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 logos per row */
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}
.footer-brand li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-brand img {
  width: 120px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.footer-brand li:nth-child(n+6):nth-child(-n+9) {
  grid-row: 2;
}
.footer-brand li:nth-child(6) { grid-column: 1; }
.footer-brand li:nth-child(7) { grid-column: 2; }
.footer-brand li:nth-child(8) { grid-column: 3; }
.footer-brand li:nth-child(9) { grid-column: 4; }

.site-header.sticky .contrast {
    top: -10px;
}

.contrast {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
    font-weight: bold;
}

.contrast .toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* The switch - the box around the slider */
.contrast .switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

/* Hide default HTML checkbox */
.contrast .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.contrast .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 2px solid #fff;
    transition: .4s;
    border-radius: 20px;
}

.contrast .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    top: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.contrast input:checked + .slider {
    background-color: #fff;
}

.contrast input:checked + .slider:before {
    transform: translateX(14px);
    background-color: #552b78; /* Matches the purple background */
}
.wcag-contrast a.btn {
    background: #000;
    color: #fff !important;
}
.wcag-contrast .hero-card a.btn {
    BACKGROUND: #000;
    color: #fff !important;
}
/* When this class is present, stop all motion */
body.animations-off *,
body.animations-off *::before,
body.animations-off *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
}
.toggle-wrapper span {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Source Sans Pro Bold', sans-serif;
}
/* Container and Label Styling */
.footer-toggles {
    display: flex;
    gap: 20px;
    justify-content: center;

}

.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* The Switch Visuals */
.site-footer .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.site-footer .switch input { opacity: 0; width: 0; height: 0; }

.site-footer .slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: transparent;
    border: 2px solid #fff;
    transition: .4s;
    border-radius: 34px;
}
.site-footer .toggle-wrapper span {
    font-size: 20px;
    font-family: 'Source Sans Pro Bold', sans-serif;
    color: #fff;
    font-weight: 800;
}
.site-footer .slider:before {
    position: absolute;
    content: "";
    height: 14px; width: 14px;
    left: 2px; bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
.site-footer input:checked + .slider { background-color: #fff; }
.site-footer input:checked + .slider:before {
    transform: translateX(18px);
    background-color: #5b2a6d;
}
body.no-animations *,
body.no-animations *::before,
body.no-animations *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
}
@media screen and (max-width:1366px) {
    .site-logo {
        width: 300px;
    }

    .site-header {
        padding: 60px 0;
    }

    .site-header::after {
        top: -1px;
    }

    /* .sticky.site-header::after {
        top: 30px;
        height: 100%;
    } */

    .site-header::after {
        top: -24px;
    }

    .section-result .result-card .result-card-block {
        gap: 30px;
    }

    .section-result .result-card .result-card-block img {
        max-width: 115px;
    }

    .site-header .contrast {
        top: -40px;
    }
}

@media screen and (max-width:1167px) {

    .section-hero::after {
        height: 150px;
        bottom: -90px;
    }

    .section--become {
        position: relative;
        padding: 140px 0 100px;
    }

    .section-image_text .image_text-heading {
        padding: 55px;
    }

    .section-image_text {
        padding: 0 0 40px;
    }

    .section--news {
        padding: 120px 0;
    }

    .section-result {
        padding: 0 0 120px;
    }

    .section-result .result-card-block .result-block-detalis h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .section-result .result-card-block .result-block-detalis h4 {
        font-size: 100px;
        line-height: 112px
    }

    .awareness-block {
        padding: 25px 40px 25px 35px;
        width: 60%;
    }

    .section-awareness {
        padding: 0 0 100px;
    }

    .section-train .rsbtn {
        right: 0;
    }

    .btn {
        padding: 15px 22px;
    }

    #post-15 .section-awareness {
        padding: 0;
    }

    .section-goodnews {
        padding: 60px 0 186px;
    }

    .section-goodnews::after {
        top: -50px;
    }

    .section-blog-heading {
        padding-top: 140px;
    }

    .footer-logo {
        max-width: 200px;
    }

}

@media screen and (max-width:1023px) {
    /* .site-header {
        padding: 40px 0 0 0;
    } */

    /* .sticky.site-header::after,
    .site-header::after {
        height: 170px;
        top: 0;
    } */

    .sticky .site-logo,
    .site-logo {
        max-width: 200px;
    }

    .section-hero {
        padding: 150px 0 100px;
        margin-top: -65px;
        height: auto;
    }

    .hero-card {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 0 0 0 auto;
        padding: 35px 18px 37px 22px;
    }

    h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .home h1 {
        margin-bottom: 24px;
    }

    .section-hero::after {
        height: 130px;
    }

    h2 {
        font-size: 43px;
        line-height: 48px;
    }

    .section--become .become-shape::after {
        top: 27%;
        left: 28%;
    }

    .section-image_text .image_text-heading h2 {
        font-size: 38px;
        line-height: 43px;
    }

    .section-image_text .image_text-heading {
        padding: 45px;
    }

    .section-result .rsbtn,
    .section--news .rsbtn,
    .section--become .rsbtn {
        top: -36px;
    }

    .section-result .result-card .result-card-block {
        gap: 40px;
    }

    .section-result .result-card-block .result-block-detalis p {
        font-size: 18px;
        line-height: 22px;
    }

    .section-result .result-card-block .result-block-detalis h3 {
        font-size: 24px;
        line-height: 23px;
    }

    .image_text-content-block {
        margin-top: 40px;
    }

    .section-train .train-blocks {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 90px;
    }

    .section-train::before {
        top: 42%;
        height: 80px;
    }

    .section-train::after {
        bottom: 57%;
        height: 80px;
    }

    .footer-block {
        gap: 90px;
    }

    .footer-copyright {
        margin-top: 50px;
    }

    #post-15 .section-awareness .awareness-block {
        width: 60%;
    }

    .section-verdachte .section__content h2 {
        margin-bottom: 20px;
        font-size: 37px;
        line-height: 38px;
    }

    .section-verdachte {
        padding: 100px 0px 90px;
    }

    .section-bewoners {
        padding: 140px 0 100px;
    }

    .section-verdachte .section-block {
        margin-bottom: 35px;
        padding-bottom: 35px;
        gap: 70px;
    }

    .section-verdachte::after {
        top: 55%;
        height: 100%;
        transform: translate(-50%, -55%)
    }

    .news__info h3 {
        font-size: 32px;
        line-height: 35px;
    }

    .section-doetinchem .news__info {
        padding: 0 0 0 28px;
    }

    .section-goodnews {
        padding: 60px 0 150px;
    }

    .search .no-results {
        padding: 40px 0;
    }


    #post-15 .section-awareness .awareness-bg,
    .section-awareness .awareness-bg {
        padding: 60px 0;
        margin: 0 auto;
        height: 100%;
    }

    #post-15 .section-awareness .awareness-card,
    .awareness-card {
        position: static;
        transform: unset;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #post-15 .section-awareness .awareness-block,
    .awareness-block {
        width: 70%;
    }

    #post-15 .section-awareness .awareness-block h3 {
        max-width: unset;
    }

    .site-header .contrast {
        top: -36px;
    }

    .site-header .contrast a {
        font-size: 16px;
    }
    .footer-brand ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 17px;
        line-height: 25px;
    }

    p {
        margin: 0 0 5px 0;
    }

    p,
    ul li,
    ol li {
        font-size: 16px;
        line-height: 24px;
    }

    p:last-child {
        margin: 0;
    }

    ol,
    ul {
        margin: 0 0 10px 0;
    }

    input[type="text"],
    input[type="input"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="url"],
    input[type="tel"],
    input[type="search"],
    textarea,
    select {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        line-height: 22px;
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px 0;
    }

    h1 {

        font-size: 34px;
        line-height: 40px;
        margin-bottom: 0;
    }

    h2 {
        font-size: 34px;
        line-height: 38px;
    }

    h3 {
        font-size: 30px;
        line-height: 32px;
    }

    h4 {
        font-size: 28px;
        line-height: 32px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
    }

    h6 {
        font-size: 20px
    }

    .home h1 {
        margin-bottom: 14px;
    }

    /* .site-header {
        padding: 30px 0 0;
    } */

    .header-action ul li:has(form) {
        display: none !important;
    }

    .header-action ul li:not(form) a {
        font-size: 20px;
    }

    .menu-toggle__icon {
        width: 38px;
        height: 26px;
    }

    .header-wrap {
        align-items: center;
    }

    .sticky .site-logo,
    .site-logo {
        max-width: 150px;
    }

    .footer-logo {
        max-width: 120px;
    }

    /* .sticky.site-header::after,
    .site-header::after {
        height: 100%;
    } */

    .section-hero::after {
        height: 105px;
        bottom: -70px;
    }

    .hero-card {
        width: 100%;
        text-align: center;
        padding: 22px;
    }

    .hero-card-button {
        width: auto;
        align-items: center;
        gap: 14px;
    }

    .hero-card p {
        font-size: 22px;
        line-height: 20px;
    }

    .awareness-bg .rsbtn,
    .image_text-heading .rsbtn,
    .hero-card .rsbtn {
        top: -50px;
    }

    .section-hero {
        padding: 128px 0 70px;
        margin-top: -42px;
        height: auto;
    }

    .btn {
        padding: 13px 20px;
        font-size: 16px;
        line-height: 18px;
    }

    .section--become .section-block {
        flex-wrap: wrap;
    }

    .section--become .become-shape,
    .section--become .section__content {
        width: 100%
    }

    .section--become .become-shape img:last-child {
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .section--become .become-shape img:first-child {
        display: none;
    }

    .section--become .become-shape {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section--become .section__content h2 {
        margin-bottom: 10px;
    }

    .section--become .become-btn {
        margin-top: 15px;
    }

    .section-result .rsbtn,
    .section--news .rsbtn,
    .section--become .rsbtn {
        top: -44px;
    }

    .section--become .become-shape::after {
        top: 8%;
        left: 50%;
    }

    .section--become {
        padding-bottom: 60px;
    }

    .section-image_text .rsbtn {
        margin-bottom: 20px;
    }

    .section-image_text .image_text-block {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .section-image_text .image_text-img,
    .section-image_text .image_text-heading {
        width: 100%;
    }

    .image_text-img {
        height: 300px;
    }

    .image_text-img img {
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }

    .section-image_text .image_text-heading h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .section-image_text .image_text-heading {
        padding: 25px;
        border-radius: 0 0 20px 20px;
    }

    .image_text-content-block {
        display: block;
        margin-top: 20px;
    }

    .image_text-content {
        width: 100%;
        margin: 0;
    }

    .image_text-btn {
        margin-top: 10px;
    }

    .section-image_text.text-image {
        padding: 0 0 40px;
    }

    .section-image_text {
        padding: 0;
    }

    .image_text-content-block>.image_text-content:first-child {
        max-width: unset;
    }

    .image_text-content-block>.image_text-content:last-child {
        margin-top: 5px;
        max-width: unset;
    }

    .section--news .newsslider {
        margin-top: 20px;
    }

    .newsslider .swiper-slide {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .newsslider .swiper-slide .news-img,
    .newsslider .swiper-slide .news__content {
        width: 100%;
    }

    .news__block .news-img img,
    .newsslider .swiper-slide .news-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 20px;
    }

    .newsslider .news__content h3 {
        margin-bottom: 8px;
    }

    .news__btn {
        margin-top: 12px;
    }

    .section--news {
        padding: 110px 0;
    }

    .newsslider .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .newsslider .swiper-pagination {
        margin-top: 24px;
    }

    .section-result .result-card {
        margin-top: 26px;
        flex-wrap: wrap;
        gap: 50px;
    }

    .section-result .result-card .result-card-block {
        width: calc(50% - 50px)
    }

    .section-result .result-card .result-card-block:last-child {
        width: calc(100%)
    }


    .result-card-block img {
        width: 100px;
    }

    .section-result .result-card .result-card-block {
        gap: 16px;
    }

    .section-result .result-card-block .result-block-detalis h4 {
        font-size: 80px;
        line-height: 86px;
    }

    .section-result {
        padding: 0 0 90px;
    }

    #post-15 .section-awareness .awareness-block h3 {
        line-height: 32px;
        margin-bottom: 10px;
    }

    #post-15 .section-awareness {
        padding: 0;
    }

    #post-15 .section-awareness .awareness-block {
        width: 100%;
    }

    .awareness-block {
        padding: 22px;
        width: 100%;
    }

    .awareness-card {
        width: 80%;
    }

    .section-awareness .awareness-bg {
        background-position: bottom right;
    }

    .section-train .rsbtn {
        top: -42px;
        right: 0;
    }

    .section-train .tarin-card img {
        width: 80px;
        height: 80px;
        top: -41px;
    }

    .section-train .tarin-card {
        padding: 52px 20px 27px 20px;
    }

    .tarin-card a {
        margin-top: 10px;
    }

    .section-train .train-blocks {
        row-gap: 63px;
    }

    .section-train {
        padding-bottom: 50px;
    }

    .footer-block {
        flex-direction: column;
        gap: 23px;
    }

    .footer-detalis {
        text-align: center;
    }

    .footer-info {
        justify-content: center;
    }

    .footer-detalis h5 {
        margin-bottom: 20px;
    }


    .footer-patner {
        margin-top: 40px;
    }

    .footer-brand {
        margin-top: 20px;
    }

    .footer-copyright a {
        font-size: 16px;
        line-height: 20px;
    }

    .site-footer {
        padding: 80px 0 20px;
        background-position: right;
    }

    .site-footer .container {
        padding-bottom: 30px;
        border-bottom: 1px solid #707070;
    }

    .footer-copyright {
        margin-top: 10px;
    }

    .awareness-block a {
        margin-top: 10px;
    }

    /* .section-verdachte {
        padding: 100px 0 40px;
    } */

    .section-verdachte .section-block {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 32px;
    }

    .section-verdachte::after {
        height: 100%;
    }

    .section-verdachte .section__content h2 {
        font-size: 34px;
        line-height: 38px;
    }

    #post-15 .section-awareness .awareness-block {
        padding: 20px;
    }

    .section-bewoners {
        padding-bottom: 80px;
    }

    .news__block {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .section-goodnews .news__block .news-img {
        order: 1;
    }

    .section-goodnews .news__block .news__info {
        order: 2;
        margin-top: 20px;
        max-width: unset;
        padding: 0;
    }

    .news__info h3 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .news__info .rsbtn {
        margin-bottom: 16px;
    }

    .section-doetinchem .news__block .news__info {
        margin-top: 20px;
        padding: 0;
    }

    .section-doetinchem {
        padding: 20px 0;
    }

    .scrolling-btn {
        width: 50px;
        height: 50px;
    }

    .scrolling-btn span {
        background-size: 12px;
    }

    .navbar ul li a {
        font-size: 20px;
    }

    .section-blog-heading {
        padding-top: 90px;
        margin-bottom: 15px;
    }

    .section-goodnews {
        padding: 60px 0 100px;
    }

    .section-goodnews::after {
        top: -25px;
    }

    .scholieren.section--become .section__content {
        margin-bottom: 30px;
    }

    .scholieren.section--become .section__content p {
        margin-bottom: 5px;
    }

    .ondernomen {
        padding-bottom: 50px;
    }

    .footer-social ul {
        gap: 12px;
    }

    .footer-social ul li a {
        width: 38px;
        height: 38px;

    }

    .footer-social ul li a>svg {
        width: 20px;
        height: 20px;
    }

    /* .header-action {
        margin-top: -30px;
    } */

    .section--become .become-shape {
        margin-top: 55px;
    }

    .site-header .contrast {
        gap: 10px;
        top: -40px;
    }
    .toggle-wrapper span {
        font-size: 16px;
    }
    .site-header .contrast a {
        font-size: 14px;
    }
    .footer-brand ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-brand li {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    .footer-brand img {
        width: 100px;
    }
    .site-header.sticky .container.header-wrap {
        padding-top: 35px;
    }
}


@media screen and (max-width:577px) {
    h2 {
        font-size: 30px;
        line-height: 32px;
    }

    h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .home h1 {
        margin-bottom: 9px;
    }

    h3 {
        font-size: 28px;
        line-height: 29px;
    }

    h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .hero-card {
        padding: 18px;
    }

    .section-image_text .image_text-heading {
        padding: 18px;
    }

    .section-image_text .image_text-heading h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .section-train .train-blocks {
        grid-template-columns: 1fr;
    }

    .section-train::after {
        bottom: 49%;
    }

    .section-train .train-blocks {
        margin-top: 58px;
    }

    .footer-block {
        gap: 20px;
    }

    .section-verdachte .section__content h2 {
        font-size: 25px;
        line-height: 28px;
    }

    #post-15 .section-awareness .awareness-block h3 {
        line-height: 26px;
    }

    .news__info h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .news__block .news-img img {
        height: auto;
    }

    .section-result .result-card .result-card-block {
        width: calc(100%)
    }

    .scrolling-btn {
        width: 40px;
        height: 40px;
        bottom: 10px;
        right: 10px;
    }

    .scrolling-btn span {
        background-size: 9px;
    }

    .site-footer {
        padding-bottom: 10px;
    }

    .section--news::after {
        top: -30px;
    }

    /* .site-header {
        padding: 35px 0 0;
    } */
    .sticky.site-header::after, .site-header::after {
        height: 300px;
    }

    .site-header .contrast {
        top: -29px;
        left: 0;
        right: 10px;
        justify-content: end;
    }
    .site-header {
        padding: 37px 0;
    }
}

@media screen and (max-width:479px) {
    .section-image_text .image_text-img {
        height: auto;
    }

    h1 {
        font-size: 22px;
        line-height: 24px;
    }

    h2 {
        font-size: 24px;
        line-height: 27px;
    }

    .newsslider .swiper-slide .news-img img {
        height: auto;
    }

    .awareness-card {
        width: 90%;
    }

    .footer-info {
        flex-direction: column;
        gap: 18px;
    }

    .footer-patner {
        margin-top: 28px;
    }

    .footer-brand ul {
        gap: 12px;
    }

    .footer-copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
    }


    .menu__toggle {
        gap: 10px;
    }

    .section-verdachte .section-block {
        gap: 12px;
    }

    .awareness-block {
        padding: 20px;
    }
    .toggle-wrapper span {
        font-size: 13px;
    }
    .contrast .toggle-wrapper {
        gap: 5px;
    }
    .container.header-wrap {
        padding-top: 20px;
    }
}

@media screen and (min-width:2150px) {
    .sticky.site-header::after {
        background-position: center;
    }
}

/* body.wcag-contrast {
    background-color: #000 !important;
    color: #fff !important;
} */

/* body.wcag-contrast.search h1,
body.wcag-contrast a,
body.wcag-contrast p,
body.wcag-contrast input::placeholder,
body.wcag-contrast .section--news h2,
body.wcag-contrast h2,
body.wcag-contrast h3,
body.wcag-contrast h4 {
    color: #fff !important;
} */

body.wcag-contrast button
/* body.wcag-contrast input,
body.wcag-contrast select,
body.wcag-contrast textarea { */{
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}


body.wcag-contrast.search form input[type="submit"],
body.wcag-contrast .header-action form input[type="submit"] {
    border: none !important;
}

body.wcag-contrast .section-train .tarin-card p,
body.wcag-contrast .awareness-block p {
    color: #000 !important;
}

body.wcag-contrast .awareness-block h3,
body.wcag-contrast #page .navbar ul li a {
    color: #5D2367 !important;
}

body.wcag-contrast .btn:hover {
    border: 1px solid #fff !important;
}