@font-face {
    font-family: Poppins;
    font-display: swap;
    src: url(../fonts/Poppins-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Poppins;
    font-display: swap;
    src: url(../fonts/Poppins-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

/*@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}*/

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

*::after,
*::before {
    display: inline-block
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    /*color: #616161;
    line-height: 1;
    font-family: "Poppins, sans-serif";
    font-size: .875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale*/
}

button,
input,
textarea {
    font-family: "";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent
}

input,
textarea {
    width: 100%
}

label {
    display: inline-block
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper>main {
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 76.875rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.h1 {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    letter-spacing: 0
}

.h2 {
    color: #fff;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.white-text {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

.btn {
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 16px
}

.inner-text {
    color: #121212;
    font-style: normal;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.header {
    background: #fff;
    padding: 16px 0
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1370px;
    gap: 10px
}

.header__logo {
    max-width: 228px
}

.header__logo-link {
    display: block
}

.header__logo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__links {
    display: flex;
    align-items: center;
    gap: 24px
}

.header__links-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    padding: 12px 24px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    transition: all .3s ease
}

.header__links-item_collecteer {
    background: #e0e0e0;
    color: #121212
}

.header__links-item_collecteer:hover {
    background: #d0d0d0
}

.header__links-item_doneer {
    background: #6406dc;
    color: #fff
}

.header__links-item_doneer:hover {
    background: #5004b8
}

.footer {
    background-color: #eee;
    padding: 64px 0 142px 0
}

.footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.footer__logo {
    margin-bottom: 32px;
    display: block;
    width: 100%;
    text-align: center
}

.footer__logo img {
    width: 100%;
    height: auto;
    max-width: 342px;
    -o-object-fit: cover;
    object-fit: cover
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 380px
}

.footer__btn_doneer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    padding: 12px 24px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    transition: all .3s ease;
    background: #6406dc;
    color: #fff
}

.footer__btn_doneer:hover {
    background: #5004b8
}

.footer__social-item {
    background-color: #e0e0e0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease
}

.footer__social-item:hover {
    background-color: #d0d0d0
}

.footer__social-item img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 32px
}

.footer__links-item {
    color: #616161;
    font-size: 12px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 20px
}

.footer__links-text {
    color: #616161;
    font-size: 12px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 20px;
    transition: color .2s ease
}

.footer__links-text:hover {
    color: #121212
}

.footer__partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 402px
}

.footer__partners-item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.divider {
    margin-top: 48px;
    margin-bottom: 48px;
    height: 1px;
    background-color: #e0e0e0;
    width: 100%
}

.site-footer .footer-inner {
    padding: 64px 16px
}

.site-footer .footer-inner .footer-top .holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 48px;
    border-bottom: 1px solid #e0e0e0
}

.site-footer .footer-inner .footer-top .holder .footer-logo {
    display: block
}

.site-footer .footer-inner .footer-top .holder .footer-logo img {
    width: auto;
    height: auto;
    max-width: 100%
}

.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px
}

.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder li a,
.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder li a.social-btn {
    all: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 12px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
    position: relative;
    transition: background .3s ease;
    text-decoration: none
}

.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder li a.social-btn:hover,
.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder li a:hover {
    background: #9e9e9e
}

.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder li a img,
.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder li a.social-btn img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder li a img.facebook-icon,
.site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder li a.social-btn img.facebook-icon {
    width: 16px
}

.site-footer .footer-inner .footer-top .holder .cta-wrap .cta-btn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 12px 24px;
    border-radius: 16px;
    background: #6406dc;
    text-decoration: none;
    transition: background .3s ease
}

.site-footer .footer-inner .footer-top .holder .cta-wrap .cta-btn:hover {
    background: #5004b8
}

.site-footer .footer-inner .footer-top .holder .cta-wrap .cta-btn img {
    margin-right: 10px
}

.site-footer .footer-inner .footer-middle .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    padding: 48px 0;
    border-bottom: 1px solid #e0e0e0
}

.site-footer .footer-inner .footer-middle .holder .menu-wrap span.heading {
    display: block;
    margin-bottom: 12px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #121212
}

.site-footer .footer-inner .footer-middle .holder .menu-wrap .lw-menu--holder ul.lw-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer .footer-inner .footer-middle .holder .menu-wrap .lw-menu--holder ul.lw-footer-menu li {
    margin-bottom: 8px
}

.site-footer .footer-inner .footer-middle .holder .menu-wrap .lw-menu--holder ul.lw-footer-menu li a {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #616161;
    text-decoration: none;
    transition: color .2s ease;
    display: inline-block
}

.site-footer .footer-inner .footer-middle .holder .menu-wrap .lw-menu--holder ul.lw-footer-menu li a:hover {
    color: #6406dc
}

.site-footer .footer-inner .footer-middle .holder .menu-wrap .lw-menu--holder ul.lw-footer-menu li.current-menu-item a {
    color: #6406dc
}

.site-footer .footer-inner .footer-bottom .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 48px
}

.site-footer .footer-inner .footer-bottom .holder .lw-menu--privacy ul.lw-footer-menu {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer .footer-inner .footer-bottom .holder .lw-menu--privacy ul.lw-footer-menu li a {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #616161;
    text-decoration: none;
    transition: color .2s ease
}

.site-footer .footer-inner .footer-bottom .holder .lw-menu--privacy ul.lw-footer-menu li a:hover {
    color: #6406dc
}

.site-footer .footer-inner .footer-bottom .holder .lw-menu--privacy ul.lw-footer-menu li.current-menu-item a {
    color: #6406dc
}

.site-footer .footer-inner .footer-bottom .holder .sponsors-holder {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center
}

.site-footer .footer-inner .footer-bottom .holder .sponsors-holder li {
    max-width: 95px;
    height: auto
}

.site-footer .footer-inner .footer-bottom .holder .sponsors-holder li a img {
    width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

.hero {
    background: #6406dc;
    padding: 65px 0
}

.hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.hero__title {
    max-width: 792px;
    margin-bottom: 12px
}

.hero__text {
    max-width: 792px;
    margin-bottom: 16px
}

.hero__button {
    padding: 12px 24px;
    border-radius: 16px;
    background-color: #1ddda9;
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 24px;
    transition: all .3s ease;
    margin-bottom: 48px
}

.hero__button:hover {
    background-color: #18b88f;
	color:#fff;
}

.hero__search {
    width: 100%;
    max-width: 592px;
    margin-bottom: 24px
}

.hero__search-form {
    position: relative
}

.hero__search-input {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
    max-width: 592px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #fff;
    color: #616161;
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.hero__search-input:focus-visible {
    outline: 0;
    box-shadow: rgba(29, 221, 169, .16) 0 1px 4px, #1ddda9 0 0 0 3px
}

.hero__search-button {
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 16px
}

.hero__search-button svg path {
    fill: #121212;
    transition: all .3s ease
}

.hero__search-button svg:hover path {
    fill: #6406dc
}

.hero__filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px
}

.hero__filter-text {
    color: #fff;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.hero__filter-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 16px;
    border: 1px solid #fff;
    box-sizing: border-box;
    align-items: center;
    border-radius: 40px;
    color: #fff;
    transition: all .3s ease
}

.hero__filter-item:hover {
    background-color: #fff;
    color: #121212
}

.hero__filter-item._active {
    background: rgba(255, 255, 255, .32);
    border: none
}

.hero__filter-item._active:hover {
    background: rgba(255, 255, 255, .32);
    border: none;
    color: #fff
}

.hero__filter-item-text {
    color: inherit;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.hero__filter-item-count {
    color: inherit;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400
}

.hero__filter-item-close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 10px
}

.pagination {
    padding: 32px 0
}

.pagination__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px
}

.pagination__arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: 0 0;
    border: none;
    cursor: pointer;
    transition: opacity .2s ease
}

.pagination__arrow svg {
    display: block
}

.pagination__arrow:disabled {
    cursor: default
}

.pagination__arrow:disabled svg {
    opacity: .3
}

.pagination__arrow:not(:disabled):hover {
    opacity: .8
}

.pagination__list {
    display: flex;
    align-items: center;
    gap: 2px
}

.pagination__item {
    list-style: none
}

.pagination__page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #121212;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    width: 40px;
    height: 40px;
    transition: color .2s ease, background-color .2s ease
}

.pagination__page:hover {
    color: #6406dc
}

.pagination__page.is-active {
    border-radius: 50%;
    background-color: #6406dc;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}

.pagination__dots {
    color: #000;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.blog {
    padding-top: 64px;
    padding-bottom: 64px
}

.blog__container {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 48px
}

.blog__title {
    width: 100%;
    color: #121212;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.blog__card {
    border-radius: 16px;
    width: calc(33.3333333333% - 16px)
}

.blog__post {
    border-radius: 16px;
    width: calc(33.3333333333% - 16px)
}

.card {
    background: #fbbc13;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px 20px;
    min-height: 400px
}

.card__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.card__content {
    position: relative;
    z-index: 10
}

.card__title {
    color: #fff;
    font-style: normal;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin-bottom: 8px
}

.card__text {
    color: #fff;
    font-style: normal;
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-bottom: 36px
}

.card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    transition: color .2s ease;
    position: relative;
    z-index: 2
}

.card__link:hover {
    text-decoration: underline
}

.card__link:focus-visible {
    outline: 0;
    box-shadow: rgba(100, 6, 220, .16) 0 1px 4px, #6406dc 0 0 0 3px;
    border-radius: 8px
}

.post {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(18, 18, 18, .06);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(18, 18, 18, .06);
    overflow: hidden;
    transition: box-shadow .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease
}

.post:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px 0 rgba(18, 18, 18, .12)
}

.post__thumbnail {
    flex: 1 1 auto
}

.post__thumbnail a {
    display: block
}

.post__thumbnail img {
    width: 100%;
    height: auto;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

.post__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px
}

.post__title {
    color: #121212;
    font-style: normal;
    text-align: left;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    margin: 0 0 4px;
    height: 64px;
    overflow: hidden
}

.post__taxonomy {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 12px
}

.post__author {
    color: rgba(18, 18, 18, .5);
    font-size: 14px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0
}

.post__author span {
    font-weight: 700
}

.post__like {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(18, 18, 18, .5);
    font-size: 14px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 22px
}

.post__like svg path {
    fill: rgba(18, 18, 18, .5)
}

.post__read-more {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #6406dc;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    transition: color .2s ease
}

.post__read-more:hover {
    color: #5004b8
}

.post__read-more:focus-visible {
    outline: 0;
    box-shadow: rgba(100, 6, 220, .16) 0 1px 4px, #6406dc 0 0 0 3px;
    border-radius: 8px
}

.form-hero {
    padding-top: 64px;
    background: #6406dc;
    min-height: 568px
}

.form-hero__container {
    flex-direction: column;
    align-items: flex-start;
    max-width: 822px
}

.form-hero__heading {
    margin-bottom: 12px
}

.form-hero__text {
    margin-bottom: 48px
}

.form {
    margin-top: -252px;
    padding-bottom: 96px;
    position: relative;
    z-index: 1
}

.form__conteiner {
    max-width: 792px;
    background-color: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 8px 24px 0 rgba(18, 18, 18, .06);
    min-height: 888px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.post-hero {
    padding-top: 64px;
    padding-bottom: 48px;
    background: #6406dc
}

.post-hero__container {
    max-width: 822px
}

.post-hero__back {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    transition: all .3s ease;
    margin-bottom: 16px;
    margin-left: 8px
}
.post-hero__back:hover,
.post-hero__back:hover span {
    text-decoration: underline;
	 color: #fff;
}

.post-hero__title {
    text-align: left;
    margin-bottom: 12px
}

.post-hero__author {
    text-align: left;
    margin-bottom: 16px
}

.post-hero__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px
}

.post-hero__doneed-link {
    color: #121212;
    background: #1ddda9
}

.post-hero__doneed-link:hover {
    background: #18b88f
}

.post-hero__interessant-link {
    position: relative;
    color: #fff;
    border: 1px solid #fff
}

.post-hero__interessant-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 16px;
    background: 0 0
}

.post-hero__interessant-link:hover {
    background: #0096d9;
    border: 1px solid #0096d9
}

.post-hero__interessant-link:focus-within .interest-popover,
.post-hero__interessant-link:hover .interest-popover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    transition: opacity .2s ease, visibility 0s linear 0s, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear 0s;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear 0s, -webkit-transform .2s ease
}

.interest-popover {
    position: absolute;
    left: 0;
    top: -132px;
	min-width:max-content;
    background: #fff;
    border-radius: 12px;
    padding: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    pointer-events: none;
    visibility: hidden;
    transition: opacity .2s ease, visibility 0s linear .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s, -webkit-transform .2s ease
}

.interest-popover__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px
}

.interest-popover__item--interessant .interest-popover__icon {
    background: #00bafd
}

.interest-popover__item--interessant.is-voted .interest-popover__icon {
    background: #0284c7
}

.interest-popover__label {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 20px
}

.interest-popover__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all .3s ease
}

.interest-popover__item--steun .interest-popover__icon {
    background: #1ddda9
}

.interest-popover__item--steun.is-voted .interest-popover__icon {
    background: #059669
}

.interest-popover__item--herkenning .interest-popover__icon {
    background: #ff4c00
}

.interest-popover__item--herkenning.is-voted .interest-popover__icon {
    background: #c2410c
}

.interest-popover__count {
    color: #121212;
    font-size: 12px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0
}

.interest-popover:hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    transition: opacity .2s ease, visibility 0s linear 0s, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear 0s;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear 0s, -webkit-transform .2s ease
}

.single-content {
    padding-bottom: 64px;
    position: relative
}

.single-content__container {
    max-width: 822px;
    position: relative
}

.single-content__bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 260px;
    background: #6406dc;
    z-index: 0
}

.single-content__figure {
    margin-bottom: 64px;
    position: relative;
    z-index: 1
}

.single-content__figure--empty {
    height: 280px
}

.single-content__image {
    width: 100%;
    height: auto;
    max-height: 445px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.single-content__title {
    color: #121212;
    text-align: left;
    margin-bottom: 12px
}

.single-content__entry P {
    color: #616161;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 24px
}

.support-banner {
    background: #6406dc;
    border-radius: 16px;
    padding: 48px;
    margin-top: 48px;
    margin-bottom: 48px
}

.support-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.support-banner__title {
    color: #fff;
    font-style: normal;
    text-align: left;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    letter-spacing: 0
}

.support-banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #1ddda9;
    border-radius: 16px
}

.support-banner__button:hover {
    background: #18b88f
}

.support-banner__button-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.support-banner__button-text {
    color: #121212
}

.tags-block {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 48px
}

.tags-block__tag {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 5px 8px;
    color: #121212;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    transition: all .3s ease
}

.tags-block__tag:hover {
    background: #e0e0e0
}

.share-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px
}

.share-block__title {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0
}

.share-block .footer__social {
    gap: 12px
}

.share-block__social {
    max-width: unset
}

.recommendations {
    padding-top: 64px;
    padding-bottom: 64px
}

.recommendations__title {
    color: #121212;
    text-align: left;
    margin-bottom: 48px
}

@media (min-width:76.875em) {
    .h1 {
        font-size: 4rem
    }
    .h1 {
        line-height: 4.5rem
    }
    .h2 {
        font-size: 3rem
    }
    .h2 {
        line-height: 3.5rem
    }
    .white-text {
        font-size: 1rem
    }
    .white-text {
        line-height: 1.5rem
    }
    .btn {
        font-size: 1rem
    }
    .btn {
        line-height: 1.5rem
    }
    .inner-text {
        font-size: 1.5rem
    }
    .inner-text {
        line-height: 2rem
    }
    .header__links-item {
        font-size: 1rem
    }
    .footer__btn_doneer {
        font-size: 1rem
    }
    .hero__search-input {
        font-size: 1rem
    }
    .hero__search-input {
        line-height: 1.5rem
    }
    .hero__filter-text {
        font-size: 1rem
    }
    .hero__filter-text {
        line-height: 1.5rem
    }
    .hero__filter-item-text {
        font-size: 1rem
    }
    .hero__filter-item-text {
        line-height: 1.5rem
    }
    .hero__filter-item-count {
        font-size: 1rem
    }
    .hero__filter-item-count {
        line-height: 1.5rem
    }
    .pagination__page {
        font-size: 1rem
    }
    .pagination__page {
        line-height: 1.5rem
    }
    .pagination__dots {
        font-size: 1rem
    }
    .pagination__dots {
        line-height: 1.5rem
    }
    .blog__title {
        font-size: 3rem
    }
    .blog__title {
        line-height: 3.5rem
    }
    .card__title {
        font-size: 1.5rem
    }
    .card__title {
        line-height: 2rem
    }
    .card__text {
        font-size: .875rem
    }
    .card__text {
        line-height: 1.375rem
    }
    .card__link {
        font-size: 1rem
    }
    .card__link {
        line-height: 1.5rem
    }
    .post__title {
        font-size: 1.5rem
    }
    .post__title {
        line-height: 2rem
    }
    .post__read-more {
        font-size: 1rem
    }
    .post__read-more {
        line-height: 1.5rem
    }
    .post-hero__back {
        font-size: 1rem
    }
    .post-hero__back {
        line-height: 1.5rem
    }
    .post-hero__back svg {
        width: .5rem
    }
    .post-hero__back svg {
        height: .75rem
    }
    .single-content__entry P {
        font-size: 1rem
    }
    .single-content__entry P {
        line-height: 1.5rem
    }
    .support-banner__title {
        font-size: 2rem
    }
    .support-banner__title {
        line-height: 2.5rem
    }
    .tags-block__tag {
        font-size: .875rem
    }
    .tags-block__tag {
        line-height: 1.375rem
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .site-footer .footer-inner .footer-top .holder .cta-wrap .social-holder {
        margin-right: 12px
    }
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .site-footer .footer-inner .footer-middle .holder .col-lg {
        flex: 1 0 0%
    }
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:767.98px) {
    .site-footer .footer-inner .footer-top .holder {
        justify-content: center;
        gap: 24px;
        padding-bottom: 32px
    }
    .site-footer .footer-inner .footer-top .holder .cta-wrap .cta-btn {
        display: block;
        margin-top: 24px;
        text-align: center
    }
    .site-footer .footer-inner .footer-middle .holder {
        padding: 32px 0
    }
    .site-footer .footer-inner .footer-middle .holder .menu-wrap {
        width: 100%
    }
    .site-footer .footer-inner .footer-bottom .holder {
        padding-top: 32px;
        justify-content: center
    }
    .site-footer .footer-inner .footer-bottom .holder .lw-menu--privacy {
        margin-bottom: 24px
    }
    .site-footer .footer-inner .footer-bottom .holder .sponsors-holder {
        justify-content: space-between
    }
    .site-footer .footer-inner .footer-bottom .holder .sponsors-holder li {
        max-width: 45%;
        width: 100%
    }
}

@media (max-width:20em) {
    .h1 {
        font-size: 2rem
    }
    .h1 {
        line-height: 2.5rem
    }
    .h2 {
        font-size: 2rem
    }
    .h2 {
        line-height: 2.5rem
    }
    .white-text {
        font-size: .875rem
    }
    .white-text {
        line-height: 1.25rem
    }
    .btn {
        font-size: .75rem
    }
    .btn {
        line-height: 1.25rem
    }
    .inner-text {
        font-size: 1.25rem
    }
    .inner-text {
        line-height: 1.75rem
    }
    .header__links-item {
        font-size: .75rem
    }
    .footer__btn_doneer {
        font-size: .75rem
    }
    .hero__search-input {
        font-size: .875rem
    }
    .hero__search-input {
        line-height: 1.25rem
    }
    .hero__filter-text {
        font-size: .8125rem
    }
    .hero__filter-text {
        line-height: 1.25rem
    }
    .hero__filter-item-text {
        font-size: .75rem
    }
    .hero__filter-item-text {
        line-height: 1.25rem
    }
    .hero__filter-item-count {
        font-size: .75rem
    }
    .hero__filter-item-count {
        line-height: 1.25rem
    }
    .pagination__page {
        font-size: .875rem
    }
    .pagination__page {
        line-height: 1.25rem
    }
    .pagination__dots {
        font-size: .875rem
    }
    .pagination__dots {
        line-height: 1.25rem
    }
    .blog__title {
        font-size: 2rem
    }
    .blog__title {
        line-height: 2.5rem
    }
    .card__title {
        font-size: 1.25rem
    }
    .card__title {
        line-height: 1.75rem
    }
    .card__text {
        font-size: .75rem
    }
    .card__text {
        line-height: 1.125rem
    }
    .card__link {
        font-size: .8125rem
    }
    .card__link {
        line-height: 1.25rem
    }
    .post__title {
        font-size: 1.25rem
    }
    .post__title {
        line-height: 1.75rem
    }
    .post__read-more {
        font-size: .8125rem
    }
    .post__read-more {
        line-height: 1.25rem
    }
    .post-hero__back {
        font-size: .8125rem
    }
    .post-hero__back {
        line-height: 1.25rem
    }
    .post-hero__back svg {
        width: .5rem
    }
    .post-hero__back svg {
        height: .75rem
    }
    .single-content__entry P {
        font-size: .875rem
    }
    .single-content__entry P {
        line-height: 1.25rem
    }
    .support-banner__title {
        font-size: 1.25rem
    }
    .support-banner__title {
        line-height: 2rem
    }
    .tags-block__tag {
        font-size: .75rem
    }
    .tags-block__tag {
        line-height: 1.125rem
    }
}

@media (max-width:61.99875em) {
    .header__logo {
        max-width: 140px
    }
    .header__links {
        gap: 8px
    }
    .header__links-item {
        padding: 6px 12px
    }
    .header__links-item svg {
        display: none
    }
    .footer__logo img {
        max-width: 260px
    }
    .footer__social {
        max-width: 300px
    }
    .footer__btn_doneer {
        margin-top: 24px
    }
    .hero__filter-item {
        padding: 6px 12px
    }
    .blog__card {
        width: calc(50% - 12px)
    }
    .blog__post {
        width: calc(50% - 12px)
    }
    .form-hero {
        min-height: 400px
    }
    .form-hero__container {
        max-width: 772px
    }
    .form {
        margin-top: -202px;
        padding: 0 15px 64px
    }
}

@media (max-width:47.99875em) {
    .btn {
        padding: 6px 12px;
        border-radius: 12px
    }
    .footer {
        padding: 64px 0
    }
    .footer__partners {
        flex-wrap: wrap;
        max-width: 250px
    }
    .footer__partners-item {
        width: calc(50% - 12px)
    }
    .divider {
        margin-top: 32x;
        margin-bottom: 32px
    }
    .pagination__container {
        gap: 28px
    }
    .pagination__arrow {
        width: 32px;
        height: 32px
    }
    .pagination__page {
        width: 32px;
        height: 32px
    }
    .pagination__dots {
        width: 32px;
        height: 32px
    }
    .blog {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .blog__card {
        width: 100%
    }
    .blog__post {
        width: 100%
    }
    .card {
        min-height: 400px
    }
    .form {
        margin-top: -152px
    }
    .interest-popover {
        left: -48%
    }
    .single-content__bg-image {
        height: 160px
    }
    .single-content__figure {
        margin-bottom: 32px
    }
    .single-content__figure--empty {
        height: 180px
    }
    .support-banner {
        padding: 32px
    }
    .support-banner__button {
        padding: 6px 12px
    }
    .support-banner__button svg {
        display: none
    }
    .support-banner__button {
        padding: 4px 8px;
        border-radius: 11px
    }
    .tags-block {
        margin-bottom: 32px
    }
    .recommendations__title {
        margin-bottom: 32px
    }
}

@media (max-width:29.99875em) {
    .header__logo {
        max-width: 110px
    }
    .post-hero__doneed-link svg {
        display: none
    }
    .single-content__bg-image {
        height: 100px
    }
    .single-content__figure {
        margin-bottom: 24px
    }
    .single-content__figure--empty {
        height: 120px
    }
    .support-banner {
        padding: 16px
    }
    .support-banner__inner {
        gap: 10px;
        flex-wrap: wrap
    }
    .tags-block {
        margin-bottom: 24px
    }
    .recommendations__title {
        margin-bottom: 24px
    }
}

@media (min-width:20em) and (max-width:76.875em) {
    @supports (font-size: clamp(2rem, 1.2967032967rem + 3.5164835165vw, 4rem)) {
        .h1 {
            font-size:clamp(2rem, 1.2967032967rem + 3.5164835165vw, 4rem)
        }
    }
    @supports not (font-size:clamp(2rem, 1.2967032967rem + 3.5164835165vw, 4rem)) {
        .h1 {
            font-size: calc(2rem + 2 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(2.5rem, 1.7967032967rem + 3.5164835165vw, 4.5rem)) {
        .h1 {
            line-height: clamp(2.5rem, 1.7967032967rem + 3.5164835165vw, 4.5rem)
        }
    }
    @supports not (line-height:clamp(2.5rem, 1.7967032967rem + 3.5164835165vw, 4.5rem)) {
        .h1 {
            line-height: calc(2.5rem + 2 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(2rem, 1.6483516484rem + 1.7582417582vw, 3rem)) {
        .h2 {
            font-size: clamp(2rem, 1.6483516484rem + 1.7582417582vw, 3rem)
        }
    }
    @supports not (font-size:clamp(2rem, 1.6483516484rem + 1.7582417582vw, 3rem)) {
        .h2 {
            font-size: calc(2rem + 1 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(2.5rem, 2.1483516484rem + 1.7582417582vw, 3.5rem)) {
        .h2 {
            line-height: clamp(2.5rem, 2.1483516484rem + 1.7582417582vw, 3.5rem)
        }
    }
    @supports not (line-height:clamp(2.5rem, 2.1483516484rem + 1.7582417582vw, 3.5rem)) {
        .h2 {
            line-height: calc(2.5rem + 1 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .white-text {
            font-size: clamp(.875rem, .831043956rem + .2197802198vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .white-text {
            font-size: calc(.875rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .white-text {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .white-text {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .btn {
            font-size: clamp(.75rem, .6620879121rem + .4395604396vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .btn {
            font-size: calc(.75rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .btn {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .btn {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .inner-text {
            font-size: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .inner-text {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.75rem, 1.6620879121rem + 0.4395604396vw, 2rem)) {
        .inner-text {
            line-height: clamp(1.75rem, 1.6620879121rem + .4395604396vw, 2rem)
        }
    }
    @supports not (line-height:clamp(1.75rem, 1.6620879121rem + 0.4395604396vw, 2rem)) {
        .inner-text {
            line-height: calc(1.75rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .header__links-item {
            font-size: clamp(.75rem, .6620879121rem + .4395604396vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .header__links-item {
            font-size: calc(.75rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .footer__btn_doneer {
            font-size: clamp(.75rem, .6620879121rem + .4395604396vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .footer__btn_doneer {
            font-size: calc(.75rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .hero__search-input {
            font-size: clamp(.875rem, .831043956rem + .2197802198vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .hero__search-input {
            font-size: calc(.875rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .hero__search-input {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .hero__search-input {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.8125rem, 0.7465659341rem + 0.3296703297vw, 1rem)) {
        .hero__filter-text {
            font-size: clamp(.8125rem, .7465659341rem + .3296703297vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.8125rem, 0.7465659341rem + 0.3296703297vw, 1rem)) {
        .hero__filter-text {
            font-size: calc(.8125rem + .1875 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .hero__filter-text {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .hero__filter-text {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .hero__filter-item-text {
            font-size: clamp(.75rem, .6620879121rem + .4395604396vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .hero__filter-item-text {
            font-size: calc(.75rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .hero__filter-item-text {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .hero__filter-item-text {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .hero__filter-item-count {
            font-size: clamp(.75rem, .6620879121rem + .4395604396vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.75rem, 0.6620879121rem + 0.4395604396vw, 1rem)) {
        .hero__filter-item-count {
            font-size: calc(.75rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .hero__filter-item-count {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .hero__filter-item-count {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .pagination__page {
            font-size: clamp(.875rem, .831043956rem + .2197802198vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .pagination__page {
            font-size: calc(.875rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .pagination__page {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .pagination__page {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .pagination__dots {
            font-size: clamp(.875rem, .831043956rem + .2197802198vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .pagination__dots {
            font-size: calc(.875rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .pagination__dots {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .pagination__dots {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(2rem, 1.6483516484rem + 1.7582417582vw, 3rem)) {
        .blog__title {
            font-size: clamp(2rem, 1.6483516484rem + 1.7582417582vw, 3rem)
        }
    }
    @supports not (font-size:clamp(2rem, 1.6483516484rem + 1.7582417582vw, 3rem)) {
        .blog__title {
            font-size: calc(2rem + 1 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(2.5rem, 2.1483516484rem + 1.7582417582vw, 3.5rem)) {
        .blog__title {
            line-height: clamp(2.5rem, 2.1483516484rem + 1.7582417582vw, 3.5rem)
        }
    }
    @supports not (line-height:clamp(2.5rem, 2.1483516484rem + 1.7582417582vw, 3.5rem)) {
        .blog__title {
            line-height: calc(2.5rem + 1 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .card__title {
            font-size: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .card__title {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.75rem, 1.6620879121rem + 0.4395604396vw, 2rem)) {
        .card__title {
            line-height: clamp(1.75rem, 1.6620879121rem + .4395604396vw, 2rem)
        }
    }
    @supports not (line-height:clamp(1.75rem, 1.6620879121rem + 0.4395604396vw, 2rem)) {
        .card__title {
            line-height: calc(1.75rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.75rem, 0.706043956rem + 0.2197802198vw, 0.875rem)) {
        .card__text {
            font-size: clamp(.75rem, .706043956rem + .2197802198vw, .875rem)
        }
    }
    @supports not (font-size:clamp(0.75rem, 0.706043956rem + 0.2197802198vw, 0.875rem)) {
        .card__text {
            font-size: calc(.75rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.125rem, 1.0370879121rem + 0.4395604396vw, 1.375rem)) {
        .card__text {
            line-height: clamp(1.125rem, 1.0370879121rem + .4395604396vw, 1.375rem)
        }
    }
    @supports not (line-height:clamp(1.125rem, 1.0370879121rem + 0.4395604396vw, 1.375rem)) {
        .card__text {
            line-height: calc(1.125rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.8125rem, 0.7465659341rem + 0.3296703297vw, 1rem)) {
        .card__link {
            font-size: clamp(.8125rem, .7465659341rem + .3296703297vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.8125rem, 0.7465659341rem + 0.3296703297vw, 1rem)) {
        .card__link {
            font-size: calc(.8125rem + .1875 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .card__link {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .card__link {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .post__title {
            font-size: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .post__title {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.75rem, 1.6620879121rem + 0.4395604396vw, 2rem)) {
        .post__title {
            line-height: clamp(1.75rem, 1.6620879121rem + .4395604396vw, 2rem)
        }
    }
    @supports not (line-height:clamp(1.75rem, 1.6620879121rem + 0.4395604396vw, 2rem)) {
        .post__title {
            line-height: calc(1.75rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.8125rem, 0.7465659341rem + 0.3296703297vw, 1rem)) {
        .post__read-more {
            font-size: clamp(.8125rem, .7465659341rem + .3296703297vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.8125rem, 0.7465659341rem + 0.3296703297vw, 1rem)) {
        .post__read-more {
            font-size: calc(.8125rem + .1875 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .post__read-more {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .post__read-more {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.8125rem, 0.7465659341rem + 0.3296703297vw, 1rem)) {
        .post-hero__back {
            font-size: clamp(.8125rem, .7465659341rem + .3296703297vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.8125rem, 0.7465659341rem + 0.3296703297vw, 1rem)) {
        .post-hero__back {
            font-size: calc(.8125rem + .1875 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .post-hero__back {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .post-hero__back {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (width:clamp(0.5rem, 0.5rem + 0vw, 0.5rem)) {
        .post-hero__back svg {
            width: clamp(.5rem, .5rem + 0, .5rem)
        }
    }
    @supports not (width:clamp(0.5rem, 0.5rem + 0vw, 0.5rem)) {
        .post-hero__back svg {
            width: calc(.5rem + 0 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (height:clamp(0.75rem, 0.75rem + 0vw, 0.75rem)) {
        .post-hero__back svg {
            height: clamp(.75rem, .75rem + 0, .75rem)
        }
    }
    @supports not (height:clamp(0.75rem, 0.75rem + 0vw, 0.75rem)) {
        .post-hero__back svg {
            height: calc(.75rem + 0 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .single-content__entry P {
            font-size: clamp(.875rem, .831043956rem + .2197802198vw, 1rem)
        }
    }
    @supports not (font-size:clamp(0.875rem, 0.831043956rem + 0.2197802198vw, 1rem)) {
        .single-content__entry P {
            font-size: calc(.875rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .single-content__entry P {
            line-height: clamp(1.25rem, 1.1620879121rem + .4395604396vw, 1.5rem)
        }
    }
    @supports not (line-height:clamp(1.25rem, 1.1620879121rem + 0.4395604396vw, 1.5rem)) {
        .single-content__entry P {
            line-height: calc(1.25rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(1.25rem, 0.9862637363rem + 1.3186813187vw, 2rem)) {
        .support-banner__title {
            font-size: clamp(1.25rem, .9862637363rem + 1.3186813187vw, 2rem)
        }
    }
    @supports not (font-size:clamp(1.25rem, 0.9862637363rem + 1.3186813187vw, 2rem)) {
        .support-banner__title {
            font-size: calc(1.25rem + .75 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(2rem, 1.8241758242rem + 0.8791208791vw, 2.5rem)) {
        .support-banner__title {
            line-height: clamp(2rem, 1.8241758242rem + .8791208791vw, 2.5rem)
        }
    }
    @supports not (line-height:clamp(2rem, 1.8241758242rem + 0.8791208791vw, 2.5rem)) {
        .support-banner__title {
            line-height: calc(2rem + .5 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (font-size:clamp(0.75rem, 0.706043956rem + 0.2197802198vw, 0.875rem)) {
        .tags-block__tag {
            font-size: clamp(.75rem, .706043956rem + .2197802198vw, .875rem)
        }
    }
    @supports not (font-size:clamp(0.75rem, 0.706043956rem + 0.2197802198vw, 0.875rem)) {
        .tags-block__tag {
            font-size: calc(.75rem + .125 * (100vw - 20rem)/ 56.875)
        }
    }
    @supports (line-height:clamp(1.125rem, 1.0370879121rem + 0.4395604396vw, 1.375rem)) {
        .tags-block__tag {
            line-height: clamp(1.125rem, 1.0370879121rem + .4395604396vw, 1.375rem)
        }
    }
    @supports not (line-height:clamp(1.125rem, 1.0370879121rem + 0.4395604396vw, 1.375rem)) {
        .tags-block__tag {
            line-height: calc(1.125rem + .25 * (100vw - 20rem)/ 56.875)
        }
    }
}