@import url('./variables.css');
@import url('./modal.css');
@import url('./cookies.css');
@import url('./carousel.css');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: "Gotham", sans-serif;
}

body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    color: var(--green-2);
}

main {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    background-color: #fff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham", sans-serif;
    line-height: 1.1;
    font-weight: 500;
}

p,
button,
label,
span {
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
}

strong,
b {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.swoosh {
    background-color: #F4F4F1;
    background: url('../img/background-texture_3000w.webp');
    background-size: cover;
    background-repeat: no-repeat;
    
}

@media screen and (max-width: 800px) {
    main {
        overflow: hidden;
    }
   
}

.intro-gradient {
    width: 150%;
    margin: 0 -25%;
}
@media screen and (min-width: 600px) {
.intro-gradient {
    width: 100%;
    margin: 0 ;
}
}


img {
    width: 100%;
}

.bold {
    font-weight: 600;
}

a:focus-visible,
button:focus-visible,
.modal-trigger:focus-visible {
    outline: 3px solid var(--green-1);
    /* outline: 3px solid var(--gold); */
    outline-offset: 2px;
}

section.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}

section.hero .claim {
    font-size: var(--title-large);
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    width: 90%;
    line-height: 1;
    letter-spacing: -5px;
}

.section-head {
    color: var(--green-2);
    text-align: center;
    font-size: var(--title-normal);
    font-style: normal;
    font-weight: 400;
    line-height: 96%;
}

.promo {
    text-align: center;
    padding: 0 1em;
}

.promo ul.row {
    display: flex;
    gap: 1em;
    align-items: baseline;
    justify-content: space-evenly;
    margin: 1.5em 0;
    flex-direction: row;
    height: fit-content;
    align-items: stretch;
}
@media screen and (min-width: 500px) {
    .promo ul.row {
        gap: 2em;
    }    
}

.promo .col-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
    max-width: 200px;
}

.promo .col-item img {
    width: 100%;
    max-width: var(--icon-img-max-width);
}

.promo .col-item-text {
    background-color: var(--green-1);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    justify-content: start;
    align-items: center;
    padding: .5em .3em 1em;
    height: auto;
    flex: 1;
    width: 100%;
}

.promo .col-item-number {
    background-color: #fff;
    color: var(--green-2);
    font-size: var(--text-medium);
    padding: 0;
    border-radius: 100%;
    margin: -1.5em auto 1em;
    width: 1.5em;
    height: 1.5em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.promo .col-item h4 {
    color: #fff;
    text-align: center;
    font-size: var(--text-small);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    font-family: "Gotham", sans-serif;
    margin: auto;
}

@media screen and (max-width: 360px) {
    .promo ul.row {
        flex-direction: column;
        gap: 0.5em;
        align-items: center;
    }
    .promo .col-item {
        min-width: 135px;
        gap: 0.5em;
    }
}

@media screen and (min-width: 450px) {
    .promo .col-item-text {
        padding: .5em .5em 1em;
    }
}

@media screen and (min-width: 550px) {
    .promo {
        padding: 0 1em;
    }

    .promo ul.row {
        margin: 2em 0;
    }

    .promo .col-item-text {
        padding: 1em 1em 2em;
    }
}
@media screen and (min-width: 600px) {
    .promo .col-item h4 {
        font-size: var(--text-normal);
    }
}
p.promo-small-text, .details p.promo-small-text {
    color: var(--green-2);
    font-size: var(--text-xsmall);
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    text-align: left;
    margin-top: .5em;
    padding: 0;
}

.promo .promo-support-trigger-text {
    color: var(--green-2);
    text-align: center;
    font-size: var(--text-normal);
    font-style: normal;
    font-weight: 400;
    line-height: 114.3%;
    margin-top: 28px;
    padding: 0 1em;
}

.promo .promo-support-trigger-text button {
    color: var(--green-2);
    font-size: var(--text-normal);
    font-style: normal;
    font-weight: 600;
    line-height: 114.2%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    border: none;
    background: none;
}

.promo .promo-support-trigger-text button:hover {
    text-decoration: none;
}

@media screen and (min-width: 500px) {

    .promo span,
    .promo span a,
    .promo p {
        font-size: var(--text-normal);
    }
}


.modal-trigger-link {
    font-weight: 500;
    text-decoration: underline;
}

.modal-trigger-link:hover {
    text-decoration: none;
}

.modal-trigger {
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: underline;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    background-color: unset;
    color: inherit;
}

.modal-trigger:active,
.modal-trigger:hover,
.modal-trigger:focus-visible,
.modal-trigger:focus {
    border: none;
    outline: none;
    background-color: unset;
    color: inherit;
}

.modal-trigger:hover {
    text-decoration: none;
}

.modal-trigger:focus-visible {
    outline: 4px solid var(--green-1);
    outline-offset: .2em;
}

.btn-modal {
    display: flex;
    width: fit-content;
    height: fit-content;
    padding: .3em 1.5em;
    justify-content: center;
    align-items: center;
    gap: .5em;
    flex-shrink: 0;
    border-radius: 25px;
    border: 1px solid var(--green-1);
    background: var(--green-1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Gotham", sans-serif;
    font-size: var(--text-large);
    min-width: 150px;
    cursor: pointer;
}

.btn-modal:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

@media screen and (min-width: 500px) {
    .btn-modal {
        min-width: 170px;
    }
}

@media screen and (min-width: 600px) {
    .btn-modal {
        min-width: 200px;
    }
}

/*# sourceMappingURL=style.css.map */

.btn-modal:focus-visible {
    outline: 3px solid var(--green-2)
}

/* 
.form-group input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid var(--dark-green);
    background-color: #fff;
    outline: none;
    cursor: pointer;
    flex-shrink: 0;
    accent-color: var(--dark-green);
}

.form-group input[type=checkbox]:checked {
    background-color: var(--dark-green);
}

.form-group {
    color: var(--green-2);
    font-size: 15px;
    line-height: 130%;
} */


nav ul {
    list-style: none;
}

nav li {
    margin: 0;
}

nav li:last-child {
    margin-bottom: 0;
}

nav li button,
nav li .modal-trigger {
    font-size: var(--text-normal);
    transition: 300ms all ease;
    color: var(--green-2);
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    cursor: pointer;
    border: none;
    outline: none;
    background: unset;
    font-weight: 500;
    padding: .5rem;
}

nav li a:hover,
nav li .modal-trigger:hover {
    text-decoration: underline;
}

nav li a:focus-visible,
nav li .modal-trigger:focus-visible {
    outline: 3px solid var(--green-1);
    /* outline: 3px solid var(--gold); */
    outline-offset: .2em;
}

header {
    background-color: var(--green-1);
    padding: .5rem 1rem;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

header .logo {
    width: 100%;
    max-width: 120px;
    padding: 1em 0;
}

@media screen and (min-width: 500px) {
    header .logo {
        max-width: 150px;
    }
}

header .menu-button {
    color: #fff;
    fill: #fff;
    cursor: pointer;
    width: 3em;
    height: auto;
    padding: .2rem;
    border: none;
    background: none;
}

header .menu-button:hover {
    color: #fff;
    fill: #fff;
}

header .menu-button:focus-visible {
    outline: 3px solid var(--green-2);
    /* outline: 3px solid var(--gold); */

}

header nav .menu-links {
    padding: 1em;
    background: none;
    border-radius: 0 0 10px 0;
    margin-top: .3rem;
}

@media screen and (min-width: 500px) {
    header nav .menu-links {
        margin-top: .5rem;
    }
}

@media screen and (min-width: 800px) {
    header nav .menu-links {
        margin-top: .7rem;
    }
}

header nav li button,
header nav li .modal-trigger {
    margin-top: .5rem;
}

header .menu-button svg {
    width: 100%;
}

header nav {
    position: absolute;
    right: 1em;
    top: 1em;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header .overlay-menu {
    display: none;
}

header .overlay-menu.active {
    display: flex;
    position: absolute;
    top: -1em;
    right: -1rem;
    border-radius: 0 0 10px 0;
    z-index: 100;
    overflow: hidden;
    padding: 0 .5em .5em 0;
    flex-direction: column;
    background-color: #fff;
    box-shadow: -2px 4px 4px rgba(0, 0, 0, .2);
    border-radius: 0 0 0 10px;
}

header .overlay-menu .close-button {
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    color: var(--green-2);
    fill: var(--green-2);
    padding: 0.1rem 0.2rem 0 0;
    margin-top: 1em;
    margin-right: .5em;
    margin-left: auto;
    border: none;
    background: none;
    background-color: #fff;
}

header .overlay-menu .close-button:hover {
    color: var(--green-2-dark);
    fill: var(--green-2-dark);
}

header .overlay-menu .close-button:focus-visible {
    outline: 3px solid var(--green-1);
    /* outline: 3px solid var(--gold); */

}

header .overlay-menu .close-button svg,
.close-cookie svg {
    height: 100%;
    min-width: 100%;
}

.countdown {
    padding: 3em 1em;
    overflow: visible;
    margin-top: 1.5em;
    display: flex;
    color: var(--green-2);
    flex-direction: column;
}

.countdown .main-subtitle {
    color: var(--green-2);
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 450px;
}

.countdown .sticker {
    margin-top: 1em;
    text-align: center;
    padding: .5em 1em;
    font-size: var(--text-medium);
    background-color:  var(--red, #E53C41);;
    transform: rotate(-5deg);
    color: #fff;
    font-weight: 500;
    margin-left: auto;
    border-radius: 15px;
    letter-spacing: 0.18px;
    min-width: fit-content;
    line-height: 95%;

    letter-spacing: -2px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}


.countdown .sticker .big {
    font-size: 1.5em;
    letter-spacing: -3px;
    line-height: 1;
}

.countdown .scale {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 1em;
    margin-top: 1em;
}

.countdown .scale-title {
    margin-top: 0;
    font-size: var(--title-small);
    font-family: "Gotham", sans-serif;
    font-weight: 600
}
@media screen and (min-width: 500px) {
    .countdown .sticker {
        width: 170px;
        height: 170px;
        margin-top: 0;
    }
}
@media screen and (min-width: 600px) {
    .countdown .sticker {
        width: 200px;
        height: 200px;
    }
    .countdown .main-subtitle {
        max-width: unset;
    }
    .countdown {
        padding: 4em 2em;
    }

    .scale {
        padding: 0 2em;
    }
}

@media screen and (min-width: 800px) {
    .countdown .scale {
        padding: 0 3em;
    }

    .countdown .sticker {
        margin-right: -0.5em;
    }
}

footer {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* background-image: url("../img/footer-bg_1000w.webp"); */
    background-size: cover;
    background-position: center;
}



footer .footer-content {
    padding: 1em 2em 2em;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    gap: 1em;
}

footer .swirl {
    width: 100%;
    margin: 0;
    min-height: 130px;
    display: block;
    margin-bottom: -50px;
    margin-top: -80px;
}

footer .logo {
    width: 30%;
    max-width: 110px;
    align-self: flex-start;
    margin-top: 2em;
}

@media screen and (min-width: 400px) {
    footer .logo {
        max-width: 120px;
    }
}

@media screen and (min-width: 500px) {
    footer .logo {
        max-width: 200px;
    }
    footer .footer-content {
        padding: 1em 3em 2em;
    }
}

@media screen and (min-width: 1000px) {
    footer .swirl {
        margin-bottom: -100px;
    }
}

@media screen and (min-width: 1400px) {
    footer .swirl {
        margin-bottom: -150px;
        margin-top: -100px;
    }
}

footer .footer-content .link {
    color: var(--green-2);
    font-size: var(--text-small);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer;
    text-decoration: underline;
}
footer .footer-content .link:focus-visible {
    outline: 3px solid var(--green-1);
}

footer .footer-content .link:hover {
    text-decoration: none;
}

footer .footer-content .copyright {
    color: var(--green-2);
    font-size: var(--text-small);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

footer ul.footer-link-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}

footer ul.footer-link-list li button {
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    color: var(--green-2);
    font-size: var(--text-normal);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    text-decoration: none;
}

footer ul.footer-link-list li:hover button:hover {
    text-decoration: underline;
    color: var(--green-2);
}

footer p.copyright {
    padding: 0 16px;
    color: var(--green-2);
    font-size: var(--text-small);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

footer.simple-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    overflow:hidden;
    max-width: 800px;
    padding:1em;
    gap:1em;
}
footer.simple-footer .copyright {
    padding: 0;
    color: var(--green-2);
}
footer.simple-footer a {
    color: var(--green-2);
}
footer.simple-footer a:hover {
    text-decoration: none;
}
.simple-hero {
  padding: 1em 3em;
  display: flex;
  width: 100%;
  background-color: var(--green-1);
}
.simple-hero .hero-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;padding: 0 1em;
}
.simple-hero img {
    max-width: 200px;
    width: 100%;
    margin: auto;
}




body.simple main {
    padding-top: 2em;
}

body.simple .v-img {
    max-width: 230px;
    margin: auto;
    display: block;
}


.faq {
    margin: 5em 1em 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

h3.faq-title {
    color: var(--green-2);
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-size: var(--title-large);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    padding: 0 .5em;
}

.faq .button-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 2em;
}

@media screen and (min-width: 375px) {
    h3.faq-title {
        padding: 0 1em;
    }
}

@media screen and (min-width: 400px) {
    .faq .button-row {
        gap: 4em;
    }

    h3.faq-title {
        padding: 0 1.5em;
    }
}

@media screen and (min-width: 500px) {
    h3.faq-title {
        padding: 0;
    }
}

@media screen and (min-width: 600px) {
    .faq {
        margin: 4em 1em 1em;
        gap: 3em;
    }

    .faq .button-row {
        gap: 5em;
    }
}

.faqs {
    padding: 1.5em 1em;
}

.faqs .heading h2 {
    color: var(--green-2);
    text-align: center;
    font-size: var(--title-normal);
    font-style: normal;
    font-weight: 400;
    line-height: 96%
}

.faqs-list {
    display: flex;
    flex-direction: column;
    margin-top: 1.3em
}

@media screen and (min-width: 550px) {
    .faqs {
        padding: 2.5em .5em;
    }

    .faqs-list {
        margin-top: 2em;
    }
}

.item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px .5em;
    border-bottom: 1px solid var(--green-2);
    color: var(--green-2);
    font-family: "Gotham", sans-serif;
}

.item-head {
    display: flex;
    gap: .5em;
    align-items: center;
    color: var(--green-2);
    font-weight: bold;
    cursor: pointer;
    color: var(--green-2);
    font-size: var(--text-normal);
    line-height: 130%;
    background: none;
    border: none;
    outline: none;
}

.item-head .question {
    font-size: var(--text-normal);
    text-align: left;
    font-weight: 500;
    line-height: 130%;
    font-family: "Gotham", sans-serif;
    margin: 0;
}

.item-head svg {
    display: none;
    width: 1em;
    height: 1em;
    min-width: 1em;
}

.item-head svg.active {
    display: block;
}

.item-head svg path {
    fill: var(--green-2);
}

.item-body {
    display: none;
}

.item-body ul {
    margin-left: 2em;
    margin-bottom: 1em;
    list-style: disc;
    font-size: var(--text-normal);
    font-weight: 400;
    font-family: "Gotham", sans-serif;
}

.item-body ol {
    margin-left: 2em;
    margin-bottom: 1em;
    list-style: decimal;
    font-size: var(--text-normal);
    font-weight: 400;
}

.item-body p {
    line-height: 1.3;
    margin-bottom: 1em;
    font-size: var(--text-normal);
    font-weight: 400;
    font-family: "Gotham", sans-serif;
}

.item-body p:last-child {
    margin-bottom: 0;
}

.item-body.active {
    display: block;
    padding: 0 1.5em;
    color: var(--green-2);
    font-size: var(--text-normal);
    font-weight: 500;
    line-height: 130%;
}

.faq-and-info {
    padding: 1rem;
    margin: 1rem;
}

.faq-and-info h3 {
    margin-bottom: 1em;
    text-align: center;
}

.faq-and-info .button-wrapper {
    text-align: center;
}

.faq-and-info button {
    padding-left: 2.5em;
    padding-right: 2.5em;
}


body.simple a {
    text-decoration: underline;
}

body.simple a:hover {
    text-decoration: none;
}

body.simple .copyright {
    padding: .5em 0;
}

section.meta {
    padding: 0 1em 2em;
    color: var(--green-2);
    line-height: 1.5;
    font-size: var(--text-normal);
  }
  section.meta ul {
    margin-left: 2em;
    margin-bottom: 1em;
    list-style: disc;
    font-family: "Gotham", sans-serif;
    font-size: var(--text-small);
  }
  section.meta ol {
    margin-left: 2em;
    margin-bottom: 1em;
    list-style: decimal;
    font-family: "Gotham", sans-serif;
    font-size: var(--text-small);
  }
  
  section.meta h1 {
    font-size: var(--title-normal);
    font-weight: 500;
    color: var(--green-2);
    margin: 1em 0;
  }
  
  section.meta p {
    margin-bottom: 1em;
    margin-top: 0.5em;
    line-height: 1.5;
    font-size: var(--text-small);
    max-width: 800px;
  }
  section.meta p:last-child {
    margin-bottom: 0;
  }
  

section.error {
    padding: 4em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: "Gotham", sans-serif;
}

section.error .v-img {
    max-width: 150px;
}

section.error .site-error {
    margin: 3em 0;
}

section.error .error-info {
    margin: 1em 0;
    color: var(--green-2);
    font-size: var(--text-small);
}

section.error h1 {
    font-size: var(--title-medium);
    font-family: "Gotham", sans-serif;
    color: var(--green-2);
}

@media screen and (min-width: 500px) {
    section.error h1 {
        font-size: var(--title-medium);
    }
}

.u-consent p,
.u-consent-status,
.u-consent-expandable-trigger,
.bt-u-consent {
    font-size: var(--text-small);
}

section.error .warning {
    color: #c00e0e;
}

.main-title {
    font-family: "Gotham", sans-serif;
    font-size: 58px;
    text-align: center;
    margin-top: .3em;
    color: var(--green-2);
}

.main-subtitle {
    font-family: "Gotham", sans-serif;
    font-size: var(--title-medium);
    text-align: center;
    margin-top: 1em;
    color: var(--green-2);
    align-self: center;
}

@media screen and (min-width: 500px) {
    .main-title {
        font-size: 64px;
    }
}

.details {
    margin: 0 1em 1em; 
}

.desc-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2em 1em;
    color: var(--green-2);
}

.desc-header svg {
    width: 2rem;
    height: 2rem;
    color: var(--green-2);
}

@media screen and (max-width: 800px) {
    .desc-header {
        margin: 3em 1rem;
    }
}

@media screen and (max-width: 600px) {
    .desc-header {
        margin: 1rem;
    }

    .desc-header svg {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media screen and (max-width: 500px) {
    .desc-header {
        margin: 1em 0em;
    }
}

@media screen and (max-width: 420px) {
    .desc-header {
        gap: .5em;
    }
}

details.campaign-details ul {
    list-style: disc;
    padding-inline-start: 30px;
    display: flex;
    flex-direction: column;
}

details.campaign-details li {
    margin-top: .5em;
}

.details p,
.details ul {
    font-size: var(--text-normal);
    font-weight: 400;
    line-height: 1.2;
    color: var(--green-2);
}

.details .details-extra {
    margin-top: 1em;
}

.desc-wrapper p {
    color: var(--White, #fff);
    font-size: clamp(15px, 3vw, 18px);
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
}

.desc-wrapper p.tabbed-text {
    padding-left: var(--tab-space);
}

.desc-wrapper p span.bold {
    font-weight: 700;
}

details.campaign-details {
    color: var(--green-2);
    margin: 1.5em 0;
    margin-left: 2em;
}

@media screen and (min-width: 420px) {
    details.campaign-details {
        margin: 2em 0;
        margin-left: 2.5em;
    }
}
@media screen and (min-width: 501px) {
    details.campaign-details {
        margin-left: 3.5em;
    }
}
@media screen and (min-width: 600px) {
    details.campaign-details {
        margin-left: 4em;
    }
}



details.campaign-details summary {
    list-style: none;
    cursor: pointer;
    color: var(--green-2);
    font-family: "Gotham", sans-serif;
    font-size: var(--text-normal);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 5px 0 7px;
}

details.campaign-details summary:focus-visible {
    outline: 3px solid var(--green-1);
}

details.campaign-details summary::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .2em;
    background: url("../img/arrow.svg") no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
    transition: transform .3s ease;
    margin-bottom: -0.1em;
}

details.campaign-details[open] summary::before {
    transform: rotate(0deg);
}

details.campaign-details summary::-webkit-details-marker {
    display: none;
}




section.status {
    padding: 2em 1em 0;
    color: var(--green-2);
}

section.status .content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
section.status h1 {
    font-size: var(--title-normal);
    font-weight: 500;
}
section.status .status-input {
    display: inline-flex;
    flex-direction: column;
    gap: 0.2em;
}
section.status .status-title {
    font-size: var(--text-medium);
    font-weight: 500;
}
section.status .status-content {
    font-size: var(--text-normal);
    font-weight: 400;
}


.coming-soon {
    width: 100%;
    padding: 3em 2em;
    background-color: var(--green-1);
    color: #fff;
    margin: 2em 0 4em;
}
.coming-soon h2 {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.1;
    gap: 1em;
    justify-content: center;
    width: 100%;
}
.coming-soon h2 .small-claim {
    font-size: var(--text-medium);
    font-weight: 500;
}
.coming-soon h2 .big-claim {
    font-size: var(--title-medium);
    font-weight: 600;
    text-transform: uppercase;
}


.ended {
    width: 100%;
    padding: 3em 2em;
    background-color: var(--red);
    color: #fff;
    margin: 0 0 2em;
    position: relative;
}
.ended h2 {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.1;
    gap: 1em;
    justify-content: center;
    width: 100%;
}
.ended h2 .small-claim {
    font-size: var(--text-medium);
    font-weight: 500;
}
.ended h2 .big-claim {
    font-size: var(--title-medium);
    font-weight: 600;
    text-transform: uppercase;
}


.support-title {
   font-size: var(--title-normal);
    padding: 1em;
    text-align: center;
    background: var(--green-1);
    color: #fff;
    font-weight: 600;
}