:root {
    --black: #212121;
    --white: #FFFFFF;
    --dark-grey: #535151;
    --light-grey: #B3B3B3;
    --swiper-theme-color: #212121;
    --docudays: 'Docudays', Helvetica, Arial, sans-serif;
    --director: 'Director UA Variable', "Times New Roman", serif;
    --paragraph: 'Fira Code', Arial, Helvetica, sans-serif;
}

/* --- COMMON STYLES --- */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body, p, ul, ol {
    font-family: var(--paragraph);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
@media (min-width: 1024px) {
    html, body, p, ul, ol {
        font-size: 16px;
        line-height: 24px;
    }
}

p {
    margin-block-start: 9px;
}

ul {
    list-style: square;
    padding-inline-start: 32px;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    color: var(--black);
}

img {
    display: block;
}

a {
    font-family: var(--docudays);
    color: var(--black);
    text-decoration: none;
}

button {
    font-family: var(--docudays);
    font-style: normal;
    font-weight: 400;
    background-color: unset;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.wa-wrapper {
    position: relative;
    flex: 1 0 auto;
    overflow-x: hidden;
}

.wa-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
@media (min-width: 744px) {
    .wa-container {
        padding: 0 60px;
    }
}
@media (min-width: 1440px) {
    .wa-container {
        padding: 0;
    }
}

section {
    margin-bottom: 60px;
}


/* --- FONTS & TYPOGRAPHY --- */
h1, h2, h3, h4, h5, h6,
.wa-btn-text {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0;
}

h1 .wa-hero-title-2, h2, h3, h4, h5, h6 {
    font-family: var(--docudays);
}

h1 {
    font-family: var(--director);
    font-size: 10vw;
    line-height: 1;
}
@media (min-width: 425px) {
    h1 {
        font-size: 45px;
    }
}

h1 .wa-hero-title-1 {
    font-size: 18vw;
    line-height: 1;
}

h1 .wa-hero-title-2 {
    font-family: var(--docudays);
    font-size: 36vw;
    line-height: 1;
}

.wa-eng-page h1 .wa-hero-title-2 {
    font-size: 18vw;
}

h1.wa-page-title {
    margin-bottom: 32px;
}

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

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

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

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

.wa-btn-text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
}

.wa-link-l, .wa-link-s {
    font-family: var(--docudays);
    width: fit-content;
    letter-spacing: 1px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

.wa-link-l {
    font-size: 20px;
    line-height: 24px;
}

.wa-link-l:hover, .wa-link-s:hover {
    border-bottom-color: inherit;
}

.wa-link-s {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 744px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 44px;
        line-height: 58px;
    }

    .wa-eng-page h1 .wa-hero-title-1,
    .wa-eng-page h1 .wa-hero-title-2 {
        font-size: 17vw;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 80px;
    }

    h1 .wa-hero-title-1 {
        font-size: 9vw;
    }

    h1 .wa-hero-title-2 {
        font-size: 16vw;
    }

    h1.wa-page-title {
        margin-bottom: 60px;
    }

    .wa-eng-page h1 .wa-hero-title-1 {
        font-size: 100px;
    }

    .wa-eng-page h1 .wa-hero-title-2 {
        font-size: 100px;
    }

    h2 {
        font-size: 60px;
        line-height: 78px;
    }

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

    h4 {
        font-size: 23px;
        line-height: 30px;
    }

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

    .wa-btn-text {
        font-size: 22px;
        line-height: 28px;
    }

    .wa-link-s {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 110px;
        line-height: 120px;
    }

    h1 .wa-hero-title-1 {
        font-size: 150px;
    }

    h1 .wa-hero-title-2 {
        font-size: 180px;
    }

    .wa-eng-page h1 .wa-hero-title-1,
    .wa-eng-page  h1 .wa-hero-title-2 {
        font-size: 107px;
    }
}


/* --- BUTTONS & LINK BUTTONS --- */
.wa-link-bordered {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 550px;
    font-family: var(--docudays);
    background-color: var(--white);
    padding: 12px 24px;
    border: 2px solid var(--black);
}

.wa-link-bordered:hover {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
}

.wa-link-bordered:focus,
.wa-link-bordered:focus-within {
    color: var(--white);
    background-color: var(--dark-grey);
    border-color: var(--dark-grey);
}

.wa-link-bordered.disabled {
    color: var(--light-grey);
    border-color: var(--light-grey);
    pointer-events: none;
}


/* --- HEADER --- */
.wa-header {
    position: absolute;
    width: 100%;
    padding: 24px 0;
    background-color: transparent;
    z-index: 1000;
    transition: top .5s ease, background-color .5s ease;
}
.wa-menu__active .wa-header {
    height: 100vh;
    overflow-x: hidden;
}
.wa-header.wa-header__static {
    position: absolute;
}
.wa-header.wa-header__fixed {
    position: fixed;
    top: 0;
    background-color: var(--white);
}
.wa-header.wa-header__hidden {
    top: -120px;
    background-color: transparent;
}

@media (min-width: 744px) {
    .wa-header {
        padding: 40px 0;
    }
}
@media (min-width: 1024px) {
    .wa-header {
        padding: 28px 0;
    }
    .wa-header.wa-header__fixed {
        padding: 24px 0;
    }
}
/* For dropdown */
.wa-header__dropdown-1,
.wa-header__dropdown-2 {
    background-color: var(--white);
    padding: 28px 0 290px;
    box-shadow: 0 5px 16px 1px;
}

.wa-menu-content {
    display: flex;
    justify-content: space-between;
    position: static;
    width: 100%;
}
.wa-menu__active .wa-menu-content {
    position: absolute;
    width: calc(100% - 32px);
    z-index: 2000;
}
@media (min-width: 744px) {
    .wa-menu__active .wa-menu-content {
        width: calc(100% - 120px);
    }
}

.wa-logo-img {
    width: 169px;
    /*transition: width .3s ease, margin .3s ease;*/
}
.wa-eng-page .wa-logo-img {
    width: 80px;
}
.wa-menu__active .wa-logo-img, .wa-header__fixed .wa-logo-img {
    width: 169px;
}
@media (min-width: 744px) {
    .wa-logo-img {
        width: 296px;
    }
    .wa-menu__active .wa-logo-img {
        width: 296px;
    }
}
@media (min-width: 1024px) {
    :not(.wa-header__fixed) .wa-logo-img {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    :not(.wa-header__fixed) .wa-logo-img {
        width: 369px;
    }
}

.wa-eng-page .wa-logo-img {
    width: 130px;
}

.wa-menu-right-col {
    display: flex;
    align-items: flex-start;
}
@media (min-width: 1024px) {
    .wa-menu-right-col {
        padding-top: 2px;
    }
}

.wa-header__fixed .wa-menu-right-col {
    align-items: center;
    padding-top: 0;
}

.wa-menu-desktop {
    display: none;
}
@media (min-width: 1024px) {
    .wa-menu-desktop {
        display: block;
    }
}

.wa-menu-item {
    margin-left: 32px;
}
@media (min-width: 1200px) {
    .wa-menu-item {
        margin-left: 60px;
    }
}

.wa-menu-btn {
    display: flex;
    align-items: center;
}

.wa-header-btn-text {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
}

.wa-menu-btn .wa-header-btn-text {
    text-transform: unset;
    margin-right: 4px;
}

.wa-btn-icon {
    display: block;
    width: 8px;
    height: 13px;
    background-image: url("/media/svg/dropdown-arrow.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.wa-menu-links-wrap {
    flex-direction: row;
    align-items: center;
}

.wa-menu-link {
    margin-left: 60px;
}

.wa-menu-actions,
.wa-menu-links-wrap,
.wa-lang-switcher,
.wa-languages {
    display: flex;
}

@media (min-width: 744px) {
    .wa-menu-actions {
        margin-top: 16px;
    }
}

/* Language Switcher */
.wa-lang-switcher {
    background-color: var(--white);
    padding-top: 3px;
    margin-right: 12px;
}
@media (min-width: 744px) {
    .wa-lang-switcher {
        margin-right: 22px;
    }
}
@media (min-width: 1024px) {
    .wa-lang-switcher {
        flex-direction: row;
        margin-top: 0;
        margin-right: 0;
        margin-left: 24px;
    }
}

.wa-languages {
    flex-direction: column;
}
@media (min-width: 1024px) {
    .wa-languages {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .wa-link-lang:last-child {
        margin-left: 16px;
    }
}

.wa-link-lang:hover {
    border-bottom-color: transparent;
}

.wa-link-lang__active {
    /*pointer-events: none;*/
}

:not(.wa-dropdown__active) .wa-link-lang:not(.wa-link-lang__active) {
    opacity: 0;
    /*pointer-events: none;*/
    transition: opacity .5s ease;
}
.wa-dropdown__active .wa-link-lang:not(.wa-link-lang__active) {
    pointer-events: initial;
    opacity: 1;
}
@media (min-width: 1024px) {
    .wa-link-lang:not(.wa-link-lang__active) {
        font-weight: 400;
    }
    :not(.wa-dropdown__active) .wa-link-lang:not(.wa-link-lang__active) {
        opacity: 1;
    }
}

.wa-lang-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
}
@media (min-width: 1024px) {
    .wa-lang-btn {
        display: none;
    }
}

.wa-lang-icon {
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("/media/svg/dropdown-arrow.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .3s ease;
}

.wa-dropdown__active .wa-lang-icon {
    transform: rotate(90deg);
}

@media (min-width: 1024px) {
    .wa-menu-btn-wrapper {
        display: none;
    }
}

.wa-menu-toggler {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    margin-right: -5px;
}
@media (min-width: 744px) {
    .wa-menu-toggler {
        margin-top: -7px;
        margin-right: -1px;
    }
}

.wa-menu-toggler::before, .wa-menu-toggler::after {
    content: '';
    position: absolute;
    left: 14px;
    display: block;
    height: 1px;
    width: 13px;
    background-color: var(--black);
    transition: all .5s;
}
@media (min-width: 744px) {
    .wa-menu-toggler::before, .wa-menu-toggler::after {
        left: 8px;
        width: 24px;
    }
}

.wa-menu-toggler::before {
    top: 17px;
}
.wa-menu-toggler::after {
    bottom: 17px;
}
@media (min-width: 744px) {
    .wa-menu-toggler::before {
        top: 15px;
    }

    .wa-menu-toggler::after {
        bottom: 15px;
    }
}

.wa-menu__active .wa-menu-toggler::before {
    transform: rotate(45deg);
    top: 21px;
}
@media (min-width: 744px) {
    .wa-menu__active .wa-menu-toggler::before {
        top: 21px;
    }
}

.wa-menu__active .wa-menu-toggler::after {
    transform: rotate(-45deg);
    bottom: 18px;
}
@media (min-width: 744px) {
    .wa-menu__active .wa-menu-toggler::after {
        top: 21px;
    }
}

.wa-menu-wrap {
    position: relative;
    background-color: var(--white);
}

.wa-dropdown-menu {
    position: absolute;
    top: -500px;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.wa-dropdown-inner {
    background-color: var(--white);
    padding: 0 24px;
}

.wa-dropdown-link {
    display: block;
    width: max-content;
    margin-bottom: 8px;
}

#showDropdownAbout, #showDropdownParticipate {
    left: 36px;
}
#showDropdownAbout.showDropdownAbout__active,
#showDropdownParticipate.showDropdownParticipate__active {
    top: 10px;
}

.wa-link-support {
    z-index: 1;
}

.wa-menu-mobile {
    position: absolute;
    top: 0;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    transition: top .5s ease, visibility .5s ease, opacity .5s ease;
}
@media (min-width: 744px) {
    .wa-menu-mobile {
        width: calc(100% - 80px);
    }
}
@media (min-width: 1024px) {
    .wa-menu-mobile {
        display: none;
    }
}

.wa-menu__active .wa-menu-mobile {
    top: 100px;
    height: fit-content;
    visibility: visible;
    opacity: 1;
}
@media (min-width: 744px) {
    .wa-menu__active .wa-menu-mobile {
        top: 150px;
    }
}

.wa-menu-mobile__links {
    display: flex;
    flex-direction: column;
}

.wa-menu-mobile__links:first-child {
    margin-bottom: 10px;
}

.wa-menu-mobile h3 {
    width: 250px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--black);
    margin-bottom: 24px;
}

.wa-menu-mobile a {
    margin-left: 32px;
    margin-bottom: 16px;
}

.wa-menu-mobile-link {
    width: fit-content;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 4px;
}
@media (min-width: 744px) {
    .wa-menu-mobile-link {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}


/* --- MAIN SECTION / SECTION WITH MAIN HEADING --- */
.wa-content {
    position: static;
    visibility: visible;
    transform: scaleY(1);
    padding-top: 120px;
    transition: scaleY .5s ease, padding-top .5s ease, visibility .5s ease;
    margin-bottom: 60px;
}
@media (min-width: 744px) {
    .wa-content {
        padding-top: 150px;
    }
}
@media (min-width: 1024px) {
    .wa-content {
        padding-top: 140px;
        margin-bottom: 100px;
    }
}
.wa-content.wa-content__hidden {
    position: absolute;
    visibility: hidden;
    transform: scaleY(0);
}

.wa-title-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wa-col-left,
.wa-col-right {
    display: flex;
    width: 100%;
}

.wa-col-right {
    display: none;
}
@media (min-width: 1024px) {
    .wa-col-right {
        display: flex;
        justify-content: flex-end;
    }
    .wa-col-left {
        padding-top: 20px;
        margin-right: 50px;
    }
}

.wa-title-img {
    display: none;
}
@media (min-width: 1024px) {
    .wa-title-img {
        display: block;
        width: 12vw;
        height: fit-content;
    }

    .wa-col-right .wa-title-img:first-child {
        margin-top: 225px;
    }
}
@media (min-width: 1200px) {
    .wa-title-img {
        display: block;
        width: 11vw;
        height: fit-content;
    }
}
@media (min-width: 1440px) {
    .wa-title-img {
        width: 12vw;
        max-width: 140px;
    }
}

.wa-title-wrapper {
    width: 100%;
}
@media (min-width: 1024px) {
    .wa-title-wrapper {
        /*max-width: 38vw;*/
    }
}
@media (min-width: 1200px) {
    .wa-title-wrapper {
        max-width: 520px;
    }
}

.wa-hero-title {
    letter-spacing: 0;
    margin-bottom: 3vh;
}
@media (min-width: 1024px) {
    .wa-hero-title {
        margin-top: -13px;
        margin-bottom: 3px;
    }
}

.wa-word-wrapper {
    display: flex;
    justify-content: space-between;
}

.i-bg-1, .i-bg-2 {
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    background-position-y: bottom;
}
@media (min-width: 1024px) {
    .i-bg-1, .i-bg-2 {
        background-image: none;
        color: var(--black);
    }
}

.i-bg-1 {
    background-image: url("/media/img/main_001.jpg");
}

.i-bg-2 {
    background-image: url("/media/img/main_002.jpg");
}

.wa-send-link {
    margin-top: 26px;
}
@media (min-width: 744px) {
    .wa-send-link {
        margin-top: 33px;
    }
}
@media (min-width: 1024px) {
    .wa-send-link {
        margin-top: 16px;
    }
}

.wa-col-left .wa-title-img {
    margin-right: 55px;
}

.wa-col-right .wa-title-img {
    margin-right: 55px;
}
@media (min-width: 1200px) {
    .wa-col-left .wa-title-img {
        /*margin-right: 55px;*/
    }

    .wa-col-right .wa-title-img {
        margin-top: 17px;
    }
}

@media (min-width: 744px) {
    .wa-text-wrap {
        margin-left: 10px;
    }
}


/* --- GRIDS 4 COLUMNS --- */
.wa-col-2, .wa-col-3, .wa-col-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wa-col-2 .wa-col,
.wa-col-3 .wa-col,
.wa-col-4 .wa-col {
    width: 100%;
}
@media (min-width: 744px) {
    .wa-col-3 .wa-col {
        width: 31%;
        max-width: 378px;
    }
}
@media (min-width: 584px) {
    .wa-col-4 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 16px;
        grid-row-gap: 32px;
    }

    .wa-col-4 .wa-col {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .wa-col-2 .wa-col {
        width: 46%;
    }

    .wa-col-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
}
@media (min-width: 1200px) {
    .wa-col-2 {
        /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
        /*grid-column-gap: 100px;*/
    }

    .wa-col-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        /*grid-column-gap: 56px;*/
    }

    .wa-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


/* --- ABOUT SECTION --- */
.wa-about-section {
    /*margin-bottom: 32px;*/
}
@media (min-width: 1024px) {
    .wa-about-section {
        /*margin-bottom: 80px;*/
    }
}
.wa-about-section .wa-article {
    margin-bottom: 16px;
}

@media (min-width: 744px) {
    .wa-about-section .wa-article {
        margin-bottom: 32px;
    }
}
@media (min-width: 1024px) {
    .wa-about-section .wa-article:last-child, .wa-article:last-child p {
        margin-bottom: 0;
    }
}

.wa-decor-divider {
    width: 100%;
    height: 35px;
}


/* --- NUMBERS SECTION --- */
.wa-numbers-section {
    margin-bottom: 40px;
}
@media (min-width: 744px) {
    .wa-numbers-section {
        margin-bottom: 31px;
    }

    .wa-numbers-section .wa-col-3 .wa-col {
        width: 45%;
    }
}
@media (min-width: 1024px) {
    .wa-numbers-section {
        margin-bottom: 80px;
    }

    .wa-numbers-section .wa-col-3 .wa-col {
        width: 31%;
    }
}

.wa-section-title {
    margin-bottom: 16px;
}

.wa-numbers-section .wa-col {
    margin-bottom: 16px;
}
.wa-numbers-section .wa-col:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .wa-numbers-section .wa-col {
        margin-bottom: 60px;
    }
}

.wa-number span:first-child {
    font-family: var(--director);
    font-size: 50px;
    line-height: 50px;
}
.wa-number-text {
    font-family: var(--docudays);
    font-size: 40px;
    line-height: 52px;
}
@media (min-width: 744px) {
    .wa-number span:first-child {
        font-size: 94px;
        line-height: 90px;
        letter-spacing: -6px;
    }
}
@media (min-width: 1024px) {
    .wa-number span:first-child {
        font-size: 90px;
        line-height: 90px;
    }
}


/* --- ABOUT SECTION --- */
.wa-full-width {
    width: 100%;
}

.wa-about-section > div {
    margin-bottom: 32px;
}


/* --- SEND MATERIALS SECTION --- */
.wa-send-section {
    margin-bottom: 39px;
}
@media (min-width: 1024px) {
    .wa-send-section {
        margin-bottom: 45px;
    }
}
@media (min-width: 1024px) {
    .wa-send-section {
        margin-bottom: 80px;
    }
}

.wa-send-section .wa-section-title {
    margin-bottom: 18px;
}
@media (min-width: 744px) {
    .wa-send-section .wa-section-title {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .wa-send-section .wa-section-title {
        margin-bottom: 26px;
    }
}

.wa-send-section .wa-col {
    margin-bottom: 17px;
}
.wa-send-section .wa-col:last-child {
    margin-bottom: 0;
}
@media (min-width: 744px) {
    .wa-send-section .wa-col-3 .wa-col {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .wa-send-section .wa-col-3 .wa-col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 31%;
    }
}

.wa-send-section .wa-link-bordered {
    margin-top: 21px;
}
@media (min-width: 1024px) {
    .wa-send-section .wa-link-bordered {
        margin-top: 9px;
    }
}


/* --- MEDIA SECTION --- */
.wa-media-item a {
    display: block;
    width: 100%;
    height: fit-content;
}
.wa-media-link:hover h3 {
    color: #66666E;
}
@media (min-width: 1024px) {
    .wa-media-item a {
        width: 100%;
    }
}

.wa-media-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    border: 2px solid var(--black);
    margin-bottom: 18px;
}

.wa-media-link:hover .wa-media-img-wrap {
    border-color: transparent;
}

.wa-img-hover-l, .wa-img-hover-r {
    display: none;
    position: absolute;
    top: 0;
}

.wa-img-hover-l {
    left: 0;
}

.wa-img-hover-r {
    right: 0;
}

.wa-media-link:hover .wa-img-hover-l,
.wa-media-link:hover .wa-img-hover-r {
    display: block;
}

.wa-media-img-wrap img:last-child {
    filter: grayscale(1);
}

.wa-media-logo {
    max-width: 230px;
}

.wa-media-item h3 {
    margin-bottom: 18px;
}

.wa-article-action {
    width: fit-content;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

.wa-media-link:hover .wa-article-action {
    border-bottom-color: inherit;
}


/* --- PARTNERS SECTION --- */
.wa-partners-section {
    margin-bottom: 30px;
}
@media (min-width: 744px) {
    .wa-partners-section {
        margin-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .wa-partners-section {
        margin-bottom: 60px;
    }
}

.wa-partners-section .wa-section-title {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .wa-partners-section .wa-section-title {
        margin-bottom: 41px;
    }
}

.wa-authors {
    margin-bottom: 32px;
}

.wa-authors .wa-col {
    margin-bottom: 41px;
}

.wa-authors .wa-col:last-child {
    margin-bottom: 0;
}

.wa-author-article p {
    margin-top: 0;
}

.wa-partners-title {
    margin-bottom: 16px;
}

.wa-logos a {
    width: 200px;
}

.wa-logos a img {
    width: 100%;
    max-height: 70px;
}

.wa-logos .wa-col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 24px;
}
@media (min-width: 744px) {
    .wa-logos .wa-col {
        width: 50%;
    }

    .wa-logos .wa-col-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .wa-logos .wa-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .wa-logos .wa-col {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .wa-logos .wa-col-4 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.wa-logos .wa-col-4 .wa-col img {
    width: 100%;
    max-width: 140px;
    max-height: 70px;
    filter: grayscale(1);
}

.wa-author-slider {
    padding: 18px 0 35px;
}
@media (min-width: 1024px) {
    .wa-author-slider {
        padding: 5px 0 70px;
        margin-top: 32px;
    }
}

.swiper-wrapper {
    margin-bottom: 26px;
}
@media (min-width: 744px) {
    .swiper-wrapper {
        margin-bottom: 12px;
    }
}
@media (min-width: 1024px) {
    .swiper-wrapper {
        margin-bottom: 25px;
    }
}

.swiper-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-buttons {
    display: flex;
}

.swiper-button-prev, .swiper-button-next {
    position: static;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    margin-top: unset;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: '';
    font-size: 0;
}

.swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    width: fit-content;
    text-align: left;
}

.pagination-dash {
    width: 33px;
    height: 1px;
    background-color: var(--black);
    margin: 0 5px;
}
@media (min-width: 744px) {
    .pagination-dash {
        width: 53px;
    }
}
@media (min-width: 1024px) {
    .pagination-dash {
        width: 73px;
    }
}

.swiper-line {
    width: calc(100% - 190px);
    max-width: 900px;
    height: 1px;
    background: var(--black);
    opacity: .4;
}
@media (min-width: 744px) {
    .swiper-line {
        width: calc(100% - 240px);
    }
}
@media (min-width: 1024px) {
    .swiper-line {
        width: calc(100% - 300px);
    }
}
@media (min-width: 1200px) {
    .swiper-line {
        width: 70%;
    }
}

.wa-arrow-l.wa-arrow-m, .wa-arrow-l.wa-arrow-xl,
.wa-arrow-r.wa-arrow-m, .wa-arrow-r.wa-arrow-xl {
    display: none;
}
@media (min-width: 744px) {
    .wa-arrow-l.wa-arrow-m,
    .wa-arrow-r.wa-arrow-m {
        display: block;
    }
    .wa-arrow-l.wa-arrow-s, .wa-arrow-l.wa-arrow-xl,
    .wa-arrow-r.wa-arrow-s, .wa-arrow-r.wa-arrow-xl {
        display: none;
    }
}
@media (min-width: 1024px) {
    .wa-arrow-l.wa-arrow-xl,
    .wa-arrow-r.wa-arrow-xl {
        display: block;
    }
    .wa-arrow-l.wa-arrow-s, .wa-arrow-l.wa-arrow-m,
    .wa-arrow-r.wa-arrow-s, .wa-arrow-r.wa-arrow-m {
        display: none;
    }
}


/* --- FOOTER --- */
.wa-footer {
    display: flex;
    flex-shrink: 0;
    color: var(--white);
    background-color: var(--black);
    padding: 16px 0 26px;
}

.wa-footer .wa-col-3 .wa-col {
    width: 100%;
}
@media (min-width: 1024px) {
    .wa-footer .wa-col-3 .wa-col {
        width: 31%;
    }
}

.wa-footer-content {
    margin: 32px 0 0;
}
@media (min-width: 1024px) {
    .wa-footer-content {
        margin: 32px 0;
    }
}

.wa-footer-content .wa-col {
    margin-bottom: 32px;
}
.wa-footer-content .wa-col:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .wa-footer-content .wa-col {
        margin-bottom: 0;
    }
}

.wa-footer-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 32px;
}

.wa-footer-logo-wrap img:first-child {
    margin-right: 32px;
    margin-bottom: 32px;
}

.wa-menu-footer {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1024px) {
    .wa-menu-footer {
        margin-left: 59px;
    }
}

.wa-menu-footer a {
    width: fit-content;
    color: var(--white);
    margin-bottom: 24px;
}

.wa-socials-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.wa-social-link {
    display: flex;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin-right: 32px;
    margin-bottom: 16px;
}

.wa-social-link:last-child {
    margin-right: 0;
}

.wa-social-link__fb {
    background-image: url("../media/svg/fb.svg");
}

.wa-social-link__insta {
    background-image: url("../media/svg/insta.svg");
}

.wa-social-link__yt {
    background-image: url("../media/svg/yt.svg");
}

.wa-social-link__x {
    background-image: url("../media/svg/x.svg");
}

.wa-social-link__lin {
    background-image: url("../media/svg/linkedin.svg");
}

.wa-menu__active + .wa-footer {
    display: none;
}

.wa-email {
    margin-bottom: 32px;
}
.wa-email a,
.wa-design a {
    color: var(--white);
}

@media (min-width: 1024px) {
    .wa-design {
        margin-top: 140px;
    }

    .wa-email {
        margin-bottom: 0;
    }
}

.wa-design p {
    font-family: var(--docudays);
}

@media (min-width: 1024px) {
    .wa-copyright {
        margin-top: 53px;
    }
}


/* --- METHODOLOGY PAGE --- */
.wa-ol-basic li {
    margin-bottom: 16px;
}

/* --- PROJECTS PAGE --- */
.wa-project-article {
    margin-bottom: 32px;
}
@media (min-width: 1200px) {
    .wa-project-article {
        margin-bottom: 0;
    }
}
.wa-proj-img-wrap,
.wa-project-article h3,
.wa-project-article p {
    margin-bottom: 16px;
}

.wa-proj-img-wrap img {
    width: 100%;
    filter: grayscale(1);
}
.wa-external-link:hover .wa-proj-img-wrap img {
    filter: grayscale(0);
}

.wa-external-link:hover .wa-article-action {
    border-bottom-color: inherit;
}

.wa-center-btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap ;
    justify-content: center;
    margin-top: 16px;
}
@media (min-width: 1200px) {
    .wa-center-btn {
        margin-top: 60px;
    }
}

.wa-center-btn a {
    width: 100%;
}
@media (min-width: 584px) {
    .wa-center-btn a {
        width: 550px;
    }
}


/* --- TEAM PAGE --- */
.wa-team-content h2 {
    margin-bottom: 32px;
}

.wa-team-content .wa-col {
    margin-bottom: 24px;
}

.wa-space-between {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.wa-team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}
@media (min-width: 744px) {
    .wa-team-member {
        margin-bottom: 0;
    }
}

.wa-member-photo {
    display: flex;
    justify-content: center;
    width: 220px;
    margin-bottom: 24px;
}

.wa-member-photo img {
    width: 100%;
    height: 220px;
}

.wa-team-photo {
    display: flex;
    align-items: end;
    width: 220px;
    height: 220px;
    overflow: hidden;
}

.wa-team-photo img  {
    width: 100%;
}

.wa-team-member h3,
.wa-team-member h4,
.wa-team-member h5 {
    text-align: center;
}

.wa-team-member h3 {
    margin-bottom: 16px;
}


/* --- FAQ PAGE --- */
.wa-faq-section h3 {
    position: relative;
    padding-bottom: 6px;
    padding-right: 60px;
}

.wa-faq-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -32px;
    width: calc(100% + 32px);
    height: 2px;
    background-color: var(--black);
}

.wa-faq-list > li::marker {
    font-family: var(--docudays);
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 1024px) {
    .wa-faq-list > li::marker {
        font-family: var(--docudays);
        font-size: 28px;
        line-height: 36px;
    }
}

.wa-faq-list > li {
    margin-bottom: 24px;
}

li::marker {
    font-size: 16px;
    line-height: 24px;
}

.wa-question-wrap {
    position: relative;
    cursor: pointer;
}

.wa-question-wrap::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 16px;
    width: 16px;
    height: 25px;
    background-image: url("../media/svg/dropdown-arrow.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.wa-question-wrap.open::after {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.wa-answer-wrap {
    display: none;
    padding: 8px 0 32px;
    margin-left: -30px;
}

.wa-answer-wrap p {
    margin: 0;
}

.wa-answer-wrap p {
    margin-top: 12px;
}


/* --- SEND MATERIALS PAGE --- */
.wa-testify-content .wa-center-btn {
    margin: 32px 0;
}

.wa-articles-text {
    margin-top: 32px;
}

.wa-articles-text article h4 {
    margin-bottom: 16px;
}

.wa-section-t-wrap {
    display: flex;
    align-items: center;
}

.wa-icon-attention {
    width: 49px;
    height: 49px;
    margin-right: 16px;
}


/* --- TESTIFY PAGE --- */
.wa-features-section .wa-col-3 {
    justify-content: initial;
}

.wa-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
}

.wa-feature-item .img-wrap {
    /*width: 100%;*/
    /*height: 140px;*/
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.wa-feature-item .img-wrap img {
    width: 80%;
}

.wa-interviewer-article {
    margin-bottom: 32px;
}

.wa-interviewer-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
@media (min-width: 744px) {
    .wa-interviewer-top {
        flex-direction: row;
    }
}

.wa-interviewer-photo {
    width: 220px;
    height: 220px;
    object-fit: contain;
    margin-right: 24px;
    margin-bottom: 24px;
}

.wa-interviewer-photo img {
    width: 220px;
}

.wa-interviewer-quote {
    font-size: 12px;
}


/* --- BECOME A PARTNER / PARTNERSHIP PAGE --- */
.wa-timeline-wrap {
    border-left: 2px dashed var(--dark-grey);
    margin: 32px 0 32px 12px;
}

.wa-timeline-item {
    position: relative;
    margin-bottom: 16px;
    margin-left: -11px;
}

.wa-timeline-item::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../media/svg/list-decor-S.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.wa-timeline-item:not(:first-child)::before,
.wa-timeline-item:not(:last-child)::before {
    left: 0;
}

.wa-timeline-item:first-child,
.wa-timeline-item:last-child {
    left: -2px;
}

.wa-timeline-item:first-child {
    top: -2px;
}

.wa-timeline-item:last-child {
    bottom: -2px;
}

.wa-timeline-item:first-child::before,
.wa-timeline-item:last-child::before {
    width: 24px;
    height: 24px;
    background-image: url("../media/svg/list-decor-L.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.wa-timeline-item-text {
    position: relative;
    right: -40px;
    width: calc(100% - 50px);
}

.wa-partnership-section h3 {
    margin-bottom: 16px;
}

.wa-partner-persons .wa-col {
    padding: 16px 0 0;
}

.wa-partner-persons h4 {
    text-align: center;
    margin-bottom: 16px;
}


/* --- COOKIES BANNER --- */
.wa-cookies-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: var(--white);
    background-color: rgba(76, 76, 80, 0.8);
}

.wa-cookies {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0 20px
}

.wa-cookies img {
    margin-right: 16px;
}

