@keyframes tabPaneOpen {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body,
html {
    height: 100%;
    -webkit-text-size-adjust: 100%
}

html {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.15;
    scroll-behavior: smooth
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6
}


a {
    background-color: transparent;
    transition-duration: .3s
}

b,
strong {
    font-weight: bolder
}

b {
    font-weight: 700;
}

img {
    border-style: none;
    box-sizing: content-box;
    display: block;
    max-width: 100%;
    height: auto
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: block
}

.clearfix:after {
    clear: both
}

*,
:after,
:before {
    box-sizing: inherit
}

body,
figure {
    margin: 0
}


/* General Claases */
.underline {
    text-decoration: underline !important;
}

.underline:hover {
    text-decoration: none !important;
}

.text-white {
    color: #fff;
}

.mt-0 {
    margin-top: 0 !important;
}

.text-center {
    text-align: center;
}

.font-italic {
    font-style: italic;
}

.w-100 {
    width: 100%;
}

.show-mobile {
    display: none;
}

.show-desktop {
    display: block;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-sml {
    padding-top: 30px;
    margin: 0 !important;
}

.pt-m-sml {
    padding-top: 50px;
}

.pt-med {
    padding-top: 50px;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mb-small {
    margin-bottom: 20px !important;
}


.sub-list {
    margin-left: 15px;
}

.popup {
    position: fixed;
    text-align: center;
    padding: 0;
    width: 75%;
    max-width: 607px;
    border: 0;
    background-color: #fff;
    color: #00297f;
    font-weight: 700;
    font-size: .9rem;
    z-index: 100;
    top: 35%;
}

.popup-text {
    line-height: 1.2;
    padding-inline: .5em;
}

.popup-text span {
    display: inline-block;
    margin-top: 40px;
    text-transform: uppercase;
    text-underline-offset: 0;
}

.popup-container {
    display: flex;
    align-items: center;
}

.close-popup {
    cursor: pointer;
    background-image: url('../img/cross-circle.png');
    min-width: 20px;
    min-height: 20px;
    background-size: 100%;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
}

.linkDropdown {
    color: #5ad2d9;
}

@media(min-width: 458px) {
    .popup {
        font-size: 13px;
    }
}

@media(min-width: 768px) {
    .popup {
        font-size: 18px;
    }

    .close-popup {
        min-width: 50px;
        min-height: 50px;
        background-image: url('../img/cross-circle@2x.png');
    }
}

.popup a {
    text-underline-offset: 0;
    color: inherit;
    text-decoration: none;
}

.popup a:hover {
    color: #2c66e3;
    text-decoration: none;
}

.popup div {
    flex: 1;
}

figcaption,
q {
    font-style: italic
}

figcaption {
    text-align: center;
    font-size: 10px
}

q {
    display: block;
    margin-bottom: 20px;
    font-size: 14px
}

q span {
    font-style: normal
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

svg {
    fill: currentColor
}

.d-flex,
.nav ul {
    display: flex;
    align-items: baseline
}

.nav ul {
    justify-content: center;
    /* gap: 4rem; */
    gap: 2rem;
}

.justify-center {
    justify-content: center;
}

.d-flex-column {
    flex-direction: column
}

.margin-top-auto {
    margin-top: auto
}

.margin-center-vertical {
    /* margin-top: auto !important; */
    /* margin-bottom: auto !important; */
}

.is-visible-tablet {
    display: none !important
}

.is-visible-desktop {
    display: none !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pt-small {
    padding-top: 30px !important
}

.pt-micro {
    padding-top: 15px !important
}

#get-involved,
#support-us {
    position: absolute;
    top: -75px;
    left: 0
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

[class^="col-"] {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

.col-6 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

.container {
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px
}

.footer {
    font-size: 11px;
    line-height: 1.5;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #002b80;
    color: #fff
}

.footer .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer .link-button,
.footer__left {
    order: -1;
}

.footer__left {
    display: flex;
}

.footer .link-button {
    margin-bottom: 40px;
}

.footer__social {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer__right {
    display: flex;
}

.footer__right,
.footer__left {
    width: 100%;
}

.footer__right svg,
.footer__right img {
    max-width: 160px;
    vertical-align: middle;
    width: 100%;
    align-items: center;
    height: auto;
}

.footer__right ul {
    gap: 2rem;
    vertical-align: middle;
    margin: 0 auto;
    align-items: center;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}

.footer__right li {/* width: 40%; */flex: 1;display: flex;justify-content: center;}

.movie-link,
.download-link {
    order: -1;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 27px;
}

.download-link__icon,
.movie-link__icon {
    height: 56px;
}

.footer__right {
    order: -1;
}

.movie-link img,
.download-link img {
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto;
}

.copyright {
    font-size: 11px;
    padding-top: 10px;
    width: 100%;
    text-align: center
}

.header {
    margin-bottom: 0;
    background-color: #fff
}

.header.sticky {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    padding: 15px 20px;
    margin-right: auto;
    margin-left: auto
}

.header__donate {
    display: none;
    margin-right: 30px
}

.header__movie-link {
    display: none;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #000
}

.header__movie-link:active,
.header__movie-link:focus,
.header__movie-link:hover {
    color: #00d1d9;
    transition-duration: .3s
}

.nav a:active,
.nav a:focus,
.nav a:hover {
    color: #22407f;
    border-color: #22407f;
    transition-property: border-color;
    transition-duration: .3s
}

.header__movie-link img,
section {
    margin-right: auto;
    margin-left: auto
}

.main-container {
    padding-top: 90px
}

.main-container.has-mobile-menu {
    overflow-y: hidden;
    width: 100%
}

section {
    position: relative;
    width: 100%;
    height: auto
}

.facts-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none
}

.facts-item:active .link-button,
.facts-item:focus .link-button,
.facts-item:hover .link-button {
    background-color: #22407f;
    transition-duration: .3s
}

.facts-item span:first-child {
    flex-shrink: 0;
    align-self: flex-start;
    font-size: 10px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
    border-radius: 5px
}

.facts-item span {
    display: inline-block;
    vertical-align: bottom
}

.facts-item .link-button {
    color: #fff
}

.logo {
    display: block;
    height: 60px;
    width: auto;
    object-fit: cover
}

.logo-wrapper h1 {
    display: none
}

.link-button {
    display: inline-block;
    padding: 4px 14px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background-color: #bf9f40;
    border-radius: 8px;
    color: #fff;
    transition-duration: .3s
}

.link-button--lg {
    height: 55px;
    min-width: 165px;
    padding: 10px 8px;
    text-align: center
}

.link-button--lg span {
    display: block;
    line-height: 1.3
}

.link-button--lg .link-button__text {
    font-size: 14px;
    color: #fff
}

.link-button--lg .link-button__subtext {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #002b80
}

.link-button--lg .link-button__title {
    line-height: 1.1;
    color: #fff
}

.link-button--lg .link-button__subtitle {
    font-size: 13px;
    text-transform: uppercase;
    color: #000
}

.link-button--donate:active,
.link-button--donate:focus,
.link-button--donate:hover {
    background-color: #e6b800;
    transition-duration: .3s
}

.link-button--primary {
    background-color: #22407f
}

.link-button--primary .link-button__subtitle {
    color: #00d1d9
}

.link-button--secondary {
    background-color: #00d1d9
}

.nav-toggle {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 50px;
    z-index: 2;
    background: 0 0;
    border: 0;
    padding: 0
}

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .5s ease;
    background: #00d1d9;
    content: "";
    height: 4px;
    width: 100%
}

.nav-toggle .nav-toggle-bar {
    margin-top: 0
}

.nav-toggle .nav-toggle-bar::after {
    margin-top: 12px
}

.nav-toggle .nav-toggle-bar::before {
    margin-top: -12px
}

.nav-toggle.expanded .nav-toggle-bar {
    background: 0 0
}

.nav-toggle.expanded .nav-toggle-bar::after,
.nav-toggle.expanded .nav-toggle-bar::before {
    background: #00d1d9;
    margin-top: 0
}

.nav-toggle.expanded .nav-toggle-bar::after {
    transform: rotate(45deg)
}

.nav-toggle.expanded .nav-toggle-bar::before {
    transform: rotate(-45deg)
}

.nav {
    display: none;
}

.nav a,
.nav-mobile a {
    text-decoration: none
}

.nav a:not(.text-lowercase),
.nav-mobile a:not(.text-lowercase) {
    text-transform: uppercase;
    }

.nav a {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #22407f;
    border-bottom: 1px solid transparent;
    transition-property: border-color;
    transition-duration: .3s
}

.nav-mobile {
    z-index: 1;
    font-size: 16px;
    position: fixed;
    top: 90px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 20px 20px 120px;
    overflow-y: auto;
    text-align: center;
    background-color: #22407f;
    transition-duration: .3s
}

.nav-mobile a {
    display: block;
    padding-top: 10px;
    border-bottom: 2px solid transparent;
    color: #fff
}

.nav-mobile a:active,
.nav-mobile a:focus,
.nav-mobile a:hover {
    border-bottom: 2px solid #00d1d9
}

.nav-mobile li:not(:last-child) {
    margin-bottom: 1px
}

.nav-mobile ul {
    max-width: 290px;
    margin-right: auto;
    margin-left: auto
}

.nav-mobile.expanded {
    left: 0;
    transition-duration: .3s
}

.nav-mobile__donate {
    display: block
}

.nav-mobile__social a {
    color: #00d1d9;
    font-size: 12px
}

.nav-link-icon {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 110px;
    margin: auto
}

.nav a.nav-link-icon:hover {
    border-color: transparent
}

.nav a.nav-link-icon>span {
    border-bottom: 1px solid transparent
}

.nav a.nav-link-icon:hover>span {
    border-color: #22407f
}

.nav-link-icon picture {
    flex-shrink: 0;
    width: 24px;
    margin-left: 6px
}

.flagday-mobile {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: 40px;
    margin-right: auto;
}

.section-hero {
    margin-top: 5rem;
    display: grid;
    align-items: center;
    color: #fff;
    font-size: 1.1rem;
    position: relative;
    max-width: 1920px;
    overflow: hidden;
}


.section-hero .wave-team {
    top: auto;
    bottom: 0;
}

.section-hero img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #fff;
}

.section-hero h1 {
    font-size: 1.5rem;
    position: absolute;
    margin-left: 1rem;
    margin-bottom: 4rem;
    text-shadow: 3px 3px 10px rgb(0 0 0 / .6);
}

.section-video {
    padding-top: 5em;
    position: relative;
    max-width: 1920px;
}

.wave-team {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-team svg {
    position: relative;
    display: block;
    height: 40px;
    width: 100%;
}

.wave-team .shape-fill {
    fill: #FFFFFF;
}

@media (max-width: 767px) {
    .mb0-mobile {
        margin-bottom: 0 !important
    }

    .download-link {
        display: none;
    }

    .footer__right ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__right li:first-child {
        flex: auto;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.section-video,
.section-donate {
    padding-inline: 1.5em;
}

.section-video .video-container {
    position: relative;
    width: 100%;
    max-width: 640px;
    padding-bottom: 56.25%;
    height: 0;
}

.section-video .video-container iframe {
    border: 0;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 360px;
}

.section-video .card {
    max-width: 70%;
    margin: 40px auto 0;
}

.section-middle-image {
    margin: 5rem auto;
    position: relative;
    max-width: 1920px;
    overflow: hidden;
}

.wave-middleimage-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-middleimage-bottom svg {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}

.wave-middleimage-bottom .shape-fill {
    fill: #FFFFFF;
}

.wave-middleimage-top {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wave-middleimage-top svg {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}

.wave-middleimage-top .shape-fill {
    fill: #FFFFFF;
}

@media (max-width: 767px) {
    .section-middle-image {
        height: 60vh;
        margin-bottom: 0;
    }
}

.section-middle-image img {
    width: 100%;
    height: 120vh;
    overflow-x: hidden;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    object-fit: cover;
}

.section-donate {
    display: grid;
    max-width: 1920px;
}

.section-donate .bulb {
    width: 100%;
    max-width: 300px;
    min-height: 40vh;
    background-image: url('../img/Bulb-off.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-bottom: 2rem;
    margin-inline: auto;
}

.bulb:hover {
    background-image: url('../img/Bulb-on.png');

}

.section-donate .text-bottom {
    margin-bottom: 3rem;
}

.section-donate h3 {
    font-size: 1.3rem;
}

.section-hero p,
.section-video p,
.section-donate p {
    max-width: 50ch;
}

.section-donate .two-imgs {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.two-imgs__item {
    width: 100%;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1664187914 svg {
        width: calc(160% + 1.3px);
        height: 35px;
    }
}

.custom-shape-divider-bottom-1664187934 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1664187934 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 57px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1664187934 .shape-fill {
    fill: #FFFFFF;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .pt-m-sml {
        padding-top: 30px;
    }

    .custom-shape-divider-bottom-1664187934 svg {
        width: calc(160% + 1.3px);
        height: 35px;
    }
}

.section-info:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    height: 40px;
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-13.82,87.33 C211.34,-74.50 240.69,212.66 506.49,48.84 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %2300d1d9;'%3E%3C/path%3E%3C/svg%3E")
}

.section-info:after,
.section-hero-2:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    height: 40px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-13.82,87.33 C211.34,-74.50 240.69,212.66 506.49,48.84 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %2300d1d9;'%3E%3C/path%3E%3C/svg%3E")
}
.section-info.section-info--nbs:before,
.section-info.section-info--nbs:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-13.82,87.33 C211.34,-74.50 240.69,212.66 506.49,48.84 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %23d8d8d8;'%3E%3C/path%3E%3C/svg%3E")
}

.section-hero-2 img {
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
    /* margin-top: 50px !important; */
    max-width: 500px !important;
}

.section-hero-2 ul {
    margin-bottom: 30px;
}

.section-info.no-border-bottom:after {
    display: none
}

.section-image {
    /* height: 50vh; */
    /* min-height: 50vh; */
    background-color: #cbcbcb
}

.section-image__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    bottom: 40px;
    width: 100%;
    padding: 0 20px;
    max-width: 540px
}

.section-image h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    /* text-shadow: 0 0 10px #000; */
    color: #fff
}

.section-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.section-image .container {
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    transform: translateY(-50%)
}

.section-image .wave-bottom {
    overflow: hidden;
    height: auto;
    min-height: auto;
    background-color: #fff
}

.section-image .wave-bottom img {
    min-height: 0
}

.section-image .wave-bottom:after {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    display: block;
    position: absolute;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-13.82,87.33 C211.34,-74.50 240.69,212.66 506.49,48.84 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %23ffffff;'%3E%3C/path%3E%3C/svg%3E")
}

.section-info {
    z-index: 10;
    position: relative;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 0;
    background-color: #00d1d9
}

.section-info.section-info--nbs {
    background-color: #d8d8d8;
}

.section-info a:not(.text-decoration-underline) {
    text-decoration: none;
    color: #000;
    transition-duration: .3s
}

.section-info a.text-decoration-underline {
    color: #000;
    transition-duration: .3s
}

.section-info a:active,
.section-info a:focus,
.section-info a:hover {
    text-decoration: underline;
    transition-duration: .3s
}

.section-info a.text-decoration-underline:hover {
    text-decoration: none;
}

.section-info h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.3;
    color: #fff
}

.section-info p {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.67;
    margin-bottom: 20px
}

.section-info__body {
    display: flex;
    flex-wrap: wrap
}

.section-info__body>div {
    flex-basis: 100%
}

.section-info__img {
    /* order: 1; */
    /* margin-right: auto; */
    /* margin-left: auto; */
}

.section-info__img--illustration-1,
.section-info__img--illustration-2 {
    /* margin-top: auto; */
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
}

.section-info--home .section-info__img--illustration-1,
.section-info--home .section-info__img--illustration-2 {
    max-width: 80%;
    margin: 0 auto;
}

.section-info__img--illustration-3 {
    margin-top: auto;
    margin-bottom: 0 !important;
    max-width: 280px
}

.section-info__movie-link {
    display: block;
    max-width: 225px;
    margin: 40px auto 80px;
    border-bottom: none !important
}

.section-info__movie-link:active,
.section-info__movie-link:focus,
.section-info__movie-link:hover {
    border-bottom: none !important
}

.section-info__movie-title {
    white-space: normal
}

.section-info.section-info--movie {
    margin-top: 0;
    padding-top: 40px
}

.section-info--no-top:before {
    display: none
}

.section-team {
    position: relative;
    max-width: 100%;
    margin-top: -40px;
    background-color: #002b80
}

.section-team:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-13.82,87.33 C211.34,-74.50 240.69,212.66 506.49,48.84 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %23002b80;'%3E%3C/path%3E%3C/svg%3E")
}

.section-team a,
.social a {
    text-decoration: none;
    color: #fff
}

.section-team>.container {
    padding-bottom: 20px
}

.section-team>.container h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff
}

.section-team>.container p {
    max-width: 620px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.67;
    margin-bottom: 20px;
    color: #fff
}

.section-tweets {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #00d1d9
}

.section-tweets .container {
    max-width: 1280px
}

.section-text {
    padding-top: 25px;
    padding-bottom: 25px
}

.section-text h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 30px
}

.section-text h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.section-text p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 30px
}

.section-text p a {
    text-decoration: underline;
    color: inherit
}

.section-text__img-right img,
.section-text__img-left img {
    display: block;
    margin: 0 auto 30px
}

.section-text .link-button {
    margin-bottom: 30px
}

.section-text-bag {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.section-text-bag .link-button {
    margin-top: auto
}

.section-flagday {
    padding-top: 40px
}

.section-flagday h2 {
    margin-top: 0
}

.section-flagday-image {
    height: auto;
    min-height: auto;
    overflow: hidden;
    background-color: #fff
}

.section-flagday-image img {
    margin-top: -12vh;
    padding-bottom: 6vh
}

.social {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
}

.social a {
    display: block;
    width: 50px;
    height: 50px
}

.social.social--blue a, .social.social--blue a svg {
    width: 50px;
    height: 50px
}

.social a:active svg,
.social a:focus svg,
.social a:hover svg {
    fill: #002b80;
    transition-duration: .3s
}

.social a svg {
    width: 50px;
    height: 50px;
    fill: #002b80;
    transition-duration: .3s
}

.social li {
    flex-shrink: 0
}

.social li:not(:last-child) {
    margin-right: 20px
}

.support__content a {
    display: block
}

.tabs,
.tabs-content {
    padding-right: 20px;
    padding-left: 20px
}

.tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1320px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.tabs a {
    display: block;
    text-align: center;
    color: #fff
}

.tabs a svg {
    width: 20px;
    height: 20px;
    transition-duration: .3s
}

.tabs a.active {
    color: #000;
    transition-duration: .3s
}

.tabs li {
    width: calc(100% / 3);
    margin-bottom: 10px
}

.tabs p {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000
}

.tabs-content {
    background-color: #fff
}

.tabs-pane {
    display: none;
    opacity: 0;
    max-width: 860px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto
}

.tabs-pane h4 {
    font-size: 11px;
    margin-top: 0
}

.tabs a,
.tabs-pane i {
    text-decoration: none
}

.tabs-pane p {
    font-size: 11px;
    color: #000
}

.tabs-pane.active {
    display: block;
    opacity: 1;
    animation-name: tabPaneOpen;
    animation-duration: 1s
}

.tabs-pane__close {
    display: block;
    text-align: center;
    color: #000 !important
}

.tabs-pane__close svg {
    width: 20px;
    height: 20px;
    transform: rotate(180deg)
}

.team {
    padding-top: 25px;
    background-color: #cbcbcb
}

.team img {
    width: 80px;
    height: 110px;
    margin-right: auto;
    margin-left: auto;
    object-fit: cover
}

.scroll-button {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.13;
    border-radius: 8px;
    color: #002b80;
    align-items: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px 8px
}

.scroll-button:active,
.scroll-button:focus,
.scroll-button:hover {
    background-color: #fff
}

.scroll-button--secondary {
    background-color: rgba(172, 230, 0, 0.8)
}

.scroll-button--secondary:active,
.scroll-button--secondary:focus,
.scroll-button--secondary:hover {
    background-color: #ace600
}

.scroll-button svg {
    width: 13px;
    margin-top: 8px
}

.section-support {
    padding-top: 52px;
    padding-bottom: 58px;
    z-index: 10;
    background-color: #fff
}

.support:not(:last-child) {
    margin-bottom: 50px
}

.section-support h2,
.support h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.43;
    color: #002b80;
    margin-top: 20px;
    margin-bottom: 30px
}

.support p {
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: -.01px;
    color: #000;
    margin: 0 0 30px
}

.spend-day:not(:last-child) {
    margin-bottom: 50px
}

.section-info__spend-day {
    margin-top: 38px
}

.spend-day__content {
    background-color: #fff;
    padding: 18px 14px 30px
}

.spend-day__content h3 {
    margin-top: 0;
    line-height: 1.43;
    font-weight: 700;
    color: #002b80;
    font-size: 21px;
    margin-bottom: 20px
}

.spend-day__content p {
    min-height: 112px;
    margin-bottom: 14px;
    line-height: 1.6;
    letter-spacing: -.02px;
    color: #000;
    font-size: 15px;
    margin: 0
}

.spend-day__pay {
    background-color: #ace600;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 24px 0
}

.spend-day__cost {
    color: #002b80;
    font-weight: 700;
    font-size: 46px;
    letter-spacing: -2px
}

.spend-day:nth-child(even) .spend-day__pay {
    background-color: #002b80
}

.spend-day:nth-child(even) .spend-day__cost {
    color: #fff
}

.spend-day__image-wrap img {
    width: 100%
}

.order-now-btn {
    width: 100%;
    text-align: center
}

.purchase-btn {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center
}

.flagday-modal {
    z-index: 101;
    max-width: 80%;
    width: 800px;
    height: 542px;
    position: fixed;
    top: 35%;
    right: 0;
    left: 0;
    margin: auto
}

.flagday-modal button {
    position: absolute;
    top: -24px;
    right: -24px;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer
}

@media (max-width: 767px) {
    /* .footer__right {
        margin-bottom: 30px;
    } */

    .section-info--nbs .section-info__img--illustration-1 {
        max-width: 200px;
    }

    
    .social.social--blue a,
    .social.social--blue a svg {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 768px) {
    .two-imgs__item {
        width: 50%;
    }

    .footer__social {
        /* width: 25%; */
        order: -1;
    }

    .footer__left,
    .footer__right {
        /* width: 25%; */
    }


    .footer__left {
        display: flex;
    }

    .footer__right {
        /* width: 50%; */
    }

    .section-image .container {
        top: 65%
    }

    .section-info:after,
    .section-info:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-6.49,49.83 C233.35,-153.45 180.86,334.03 505.36,66.61 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %2300d1d9;'%3E%3C/path%3E%3C/svg%3E")
    }

    .section-team:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-6.49,49.83 C233.35,-153.45 180.86,334.03 505.36,66.61 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %23002b80;'%3E%3C/path%3E%3C/svg%3E")
    }
    

    .section-info--nbs:after,
    .section-info--nbs:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-6.49,49.83 C233.35,-153.45 180.86,334.03 505.36,66.61 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %23d8d8d8;'%3E%3C/path%3E%3C/svg%3E")
    }

    #get-involved,
    #support-us {
        top: -100px
    }

    .spend-day {
        display: flex
    }

    .spend-day:not(:last-child) {
        margin-bottom: 80px
    }

    .spend-day__image-wrap {
        width: 240px;
        flex-shrink: 0
    }

    .spend-day__image-wrap img {
        height: 100%;
        object-fit: cover
    }

    .spend-day__pay {
        width: 170px;
        flex-shrink: 0;
        flex-direction: column;
        justify-content: space-between;
        padding: 30px 14px
    }

    .spend-day__cost {
        line-height: normal;
        letter-spacing: -.57px
    }

    .spend-day__content h3 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 15px
    }

    .spend-day__content {
        padding: 18px 20px 15px
    }

    .section-info__spend-day {
        margin-top: 70px
    }

    .support {
        display: flex
    }

    .support p {
        margin: 0
    }

    .support:not(:last-child) {
        margin-bottom: 60px
    }

    .support__image-wrap {
        width: 240px;
        flex-shrink: 0;
        padding-top: 5px
    }

    .support__content {
        padding-left: 25px;
        display: flex;
        flex-direction: column
    }

    .support__content a {
        margin-top: auto
    }

    .support h3 {
        margin-top: 0;
        font-size: 24px;
        line-height: normal;
        margin-bottom: 6px
    }

    .section-support {
        padding-top: 60px;
        padding-bottom: 90px
    }

    .section-support h2 {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 60px
    }

    .section-image__button {
        bottom: 80px
    }

    .nav-mobile__social a,
    figcaption {
        font-size: 14px
    }

    q {
        margin-bottom: 30px;
        font-size: 16px
    }

    .is-visible-tablet {
        display: block !important
    }

    .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .row.gap-small {
        margin-right: -10px;
        margin-left: -10px
    }

    .row.gap-small [class^="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }

    .col-6 {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    [class^="col-"] {
        padding-right: 15px;
        padding-left: 15px
    }

    .container {
        padding-right: 30px;
        padding-left: 30px
    }

    .header__body {
        padding: 20px 30px
    }

    .header__donate {
        display: block
    }

    .facts-item {
        margin-bottom: 70px
    }

    .facts-item span:first-child {
        font-size: 24px;
        margin-right: 30px
    }

    .logo {
        width: auto;
        height: 80px
    }

    .nav-mobile {
        font-size: 18px;
        top: 120px;
        height: auto;
        padding-bottom: 40px
    }

    .nav-mobile__donate {
        display: none
    }

    .section-team>.container p {
        font-size: 16px
    }

    .section-image {
        height: 44vh
    }

    .section-flagday-image {
        height: auto;
        margin-top: -50px;
        padding-bottom: 25px
    }

    .section-image h2 {
        font-size: 50px
    }

    .section-image img {
        height: 100%;
        min-height: auto;
        margin-top: 0
    }

    .section-info h2,
    .section-info p {
        font-size: 26px;
        margin-bottom: 40px
    }

    .section-info h2 {
        margin-bottom: 60px
    }

    .section-info p {
        font-size: 16px
    }

    .section-hero-2 p,
    .section-hero-2 a {
        font-size: 16px;
    }

    .section-info__img--illustration-3 {
        max-width: 340px;
        margin-bottom: 30px !important
    }

    .section-info__movie-link {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0
    }

    .section-info__movie-title {
        white-space: nowrap
    }

    .section-info.section-info--movie,
    .section-tweets {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .spend-day__content p {
        line-height: 1.67;
        letter-spacing: -.01px;
        font-size: 15px;
        min-height: 174px;
        margin-bottom: 0
    }

    .section-team>.container {
        padding-bottom: 30px
    }

    .section-team>.container h2 {
        font-size: 32px;
        margin-bottom: 30px
    }

    .section-tweets {
        padding-top: 100px
    }

    .tabs {
        flex-wrap: nowrap;
        padding-right: 40px;
        padding-left: 40px
    }

    .tabs li {
        width: auto
    }

    .tabs p,
    .tabs-pane p {
        font-size: 12px
    }

    .tabs-content {
        padding-right: 60px;
        padding-left: 60px
    }

    .tabs-pane {
        padding-top: 40px;
    }

    .tabs-pane h4 {
        font-size: 18px
    }

    .team {
        padding-top: 55px
    }

    .team img {
        width: 105px;
        height: 118px
    }

    .footer .container {
        justify-content: space-between;
        padding-right: 60px;
        padding-left: 60px;
    }

    .footer .link-button {
        order: inherit;
        margin-bottom: 0;
        font-size: 24px;
        padding: 7px 16px;
        margin: 0 auto;
    }

    .copyright {
        padding-top: 20px;
        font-size: 14px
    }

    .movie-link,
    .download-link {
        order: inherit;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0;
        width: auto
    }

    .movie-link {
        margin-left: auto;
    }

    .download-link {
        margin-left: 50px;
    }

    .social.social--blue {
        margin-bottom: 0
    }

    .social.social--blue li:not(:last-child) {
        margin-right: 14px;
    }

    .footer {
        padding-bottom: 32px
    }

    .col-6 {
        width: 50%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .section-image {
        height: 500px;
        min-height: auto;
    }

    .section-flagday-image {
        height: auto
    }

    .section-text {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .section-text h2 {
        margin-top: 0;
        font-size: 32px
    }

    .section-text p {
        font-size: 15px
    }

    .link-button--lg {
        min-width: 240px;
        height: 80px;
        font-weight: 700;
        font-size: 30px;
        padding: 15px;
        line-height: 1.5
    }

    .link-button--lg .link-button__text {
        font-size: 18px
    }

    .link-button--lg .link-button__subtext {
        font-size: 22px
    }

    .link-button--lg .link-button__title {
        font-size: 30px;
        line-height: 1.1
    }

    .link-button--lg .link-button__subtitle {
        font-size: 18px
    }

    .section-image .wave-bottom:after {
        height: 80px;
        bottom: 0
    }

    .nav-link-icon picture {
        width: 32px
    }

    .is-hidden-tablet {
        display: none
    }

    .flagday-modal {
        top: 0;
        bottom: 0
    }

    .section-image .wave-bottom {
        margin-top: 0
    }

    .section-image .wave-bottom:after {
        width: 100%;
        left: 0;
        transform: none
    }

    .section-flagday-image img {
        padding-bottom: 0
    }
}

@media(min-width: 768px) {
    .section-hero h1 {
        font-size: 3rem;
    }

    .section-video {
        display: grid;
        grid-template-columns: 60% 40%;
        gap: 3rem;
    }

    .section-video .card {
        align-self: center;
        margin: 0;
    }

    .section-donate .two-imgs {
        flex-direction: row;
    }


    .section-donate .two-imgs img {
        width: 100%;
    }

    .section-info--nbs .section-info__img--illustration-1 {
        max-width: 230px;
    }
}

@media (min-width: 1280px) {
    .popup {
        top: 30%;
    }

    .footer__right {
        width: 50%;
    }

    .section-hero h1 {
        margin-bottom: 12rem;
        margin-left: 4rem;
        font-size: 4rem;
    }

    .section-video,
    .section-donate {
        padding-inline: 5em;
    }

    .section-video {
        gap: 0;
    }

    .section-video .card {
        max-width: 90%;
        align-self: start;
        margin-top: 5rem;
    }

    .section-donate .text-top {
        grid-area: text-top;
    }

    .section-donate .text-bottom {
        grid-area: text-bottom;
    }

    .section-donate h3 {
        font-size: 2rem;
    }

    .section-donate .bulb {
        grid-area: bulb;
        max-width: 100%;
        height: 80vh;
        background-size: 100%;
        background-position: left top;
    }

    .section-donate .two-imgs {
        align-items: center;
        grid-area: two-imgs;
        flex-direction: column;
    }

    .section-donate {
        grid-template-areas:
            'text-top two-imgs'
            'bulb two-imgs'
            'text-bottom text-bottom';
    }

    .col-lg-6 {
        width: 50%
    }

    .header__body {
        padding: 20px 60px
    }

    .header__donate {
        margin-right: 30px
    }

    #get-involved,
    #support-us {
        top: -130px
    }

    .section-info__spend-day {
        margin-top: 90px
    }

    .spend-day__image-wrap {
        width: 360px
    }

    .spend-day__pay {
        width: 360px;
        padding: 70px 14px
    }

    .spend-day__content h3 {
        font-size: 36px;
        line-height: 1.28;
        letter-spacing: -.02px;
        margin-bottom: 18px
    }

    .spend-day__cost {
        font-size: 8px;
        line-height: normal;
        letter-spacing: -1px
    }

    .spend-day__content {
        padding: 50px 40px
    }

    .section-support {
        padding-top: 80px;
        padding-bottom: 140px
    }

    .section-support h2 {
        font-size: 8px;
        line-height: 1.25;
        letter-spacing: -1px;
        margin-bottom: 80px
    }

    .support__image-wrap {
        width: 360px
    }

    .support h3 {
        font-size: 36px;
        line-height: 1.28;
        letter-spacing: -.02px;
        margin-bottom: 20px
    }

    .support p {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: -.02px;
        margin-bottom: 20px
    }

    .support__content {
        padding-left: 60px
    }

    .support__content a {
        margin-top: 0
    }

    .support:not(:last-child) {
        margin-bottom: 80px
    }

    .scroll-button {
        font-size: 2.8px;
        line-height: 1.14;
        padding: 14px 20px
    }

    .scroll-button svg {
        width: 20px
    }

    .section-image__button {
        max-width: 960px;
        bottom: 140px
    }

    figcaption {
        font-size: 20px;
        text-align: left
    }

    q {
        font-size: 24px
    }

    .row {
        flex-wrap: nowrap
    }

    .col-6 {
        width: 50%
    }

    .container {
        padding-right: 60px;
        padding-left: 60px
    }

    .header__movie-link {
        display: block
    }

    .main-container {
        padding-top: 140px
    }

    .logo {
        width: 181px;
        height: auto
    }

    .nav-toggle {
        display: none
    }

    .nav {
        display: block;
    }

    .nav-mobile.expanded {
        left: -100%
    }

    .section-image img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .section-team>.container p {
        font-size: 24px;
        margin-bottom: 40px
    }

    .section-image {
        height: auto;
        max-height: 100vh;
    }

    .section-image h2 {
        font-size: 80px;
        line-height: 1.25
    }

    .section-info {
        padding-bottom: 100px;
        margin-top: -40px
    }

    .section-info h2 {
        font-size: 45px
    }

    .section-info p {
        font-size: 24px
    }

    .section-info__body {
        flex-wrap: nowrap
    }

    .section-info__body>div {
        flex-basis: 50%
    }

    .section-info__img {
        /* order: 0; */
        /* margin-right: 0; */
    }

    .section-info__img--illustration-3 {
        max-width: 100%;
        margin-bottom: 0
    }

    .section-info__movie-link {
        max-width: 100%
    }

    .section-info.section-info--movie {
        padding-bottom: 140px
    }

    .spend-day__content p {
        line-height: 1.67;
        letter-spacing: -.02px
    }

    .section-team>.container {
        padding-bottom: 80px
    }

    .section-team>.container h2 {
        font-size: 45px;
        margin-bottom: 70px
    }

    .section-team>.container p {
        max-width: 920px
    }

    .tabs {
        padding-right: 0;
        padding-left: 0
    }

    .tabs a svg {
        width: 45px;
        height: 45px
    }

    .tabs p,
    .tabs-pane p {
        font-size: 18px
    }

    .tabs-pane__close svg {
        width: 50px;
        height: 50px
    }

    .team img {
        width: 200px;
        height: 225px
    }

    .copyright {
        font-size: 16px
    }

    .nav a {
        font-size: 14px
    }

    .header__donate {
        margin-right: 80px
    }

    .section-image .container {
        top: 50%
    }

    .flagday-mobile {
        display: none
    }

    .nav-link-icon {
        flex-direction: row;
        width: auto
    }

    .section-text {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .section-text h2 {
        font-size: 45px;
        line-height: 60px;
        margin-top: 25px;
        margin-bottom: 50px
    }

    .section-text h3 {
        font-size: 24px;
        line-height: 40px
    }

    .section-text p {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 40px
    }

    .section-text__img-right img {
        width: 100%;
        margin-bottom: 30px;
        margin-left: auto
    }

    .section-text__img-left img {
        margin-left: 0;
        margin-right: auto
    }

    .section-image .wave-bottom:after {
        bottom: 0
    }

    .link-button--lg {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 400px;
        height: 130px;
        font-weight: 700;
        font-size: 50px;
        padding: 20px 10px
    }

    .link-button--lg .link-button__text {
        font-size: 30px;
        line-height: 1
    }

    .link-button--lg .link-button__subtext {
        font-size: 36px;
        line-height: 1.6
    }

    .link-button--lg .link-button__title {
        font-size: 50px
    }

    .link-button--lg .link-button__subtitle {
        font-size: 30px
    }

    .is-hidden-desktop {
        display: none !important
    }

    .purchase-btn {
        text-align: left;
        margin-top: auto;
        margin-bottom: 0
    }

    .is-visible-desktop {
        display: inline-block !important
    }

    .flagday-modal {
        top: 0
    }
    
    .section-info--nbs .section-info__img--illustration-1 {
        max-width: 409px;
    }

    .footer__right ul {
        gap: 2rem;
    }
    
    .footer__social {
        width: 25%;
        order: -1;
    }

    .footer__left,
    .footer__right {
        width: 25%;
    }


    .footer__left {
        display: flex;
    }

    .footer__right {
        width: 50%;
    }
}

@media (min-width: 1366px) {
    .nav a {
        font-size: 18px;
        letter-spacing: 1.8px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .section-image .wave-bottom:after {
        height: 40px
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .section-image {
        height: 70vh;
        min-height: 70vh
    }

    .section-image img {
        min-height: 77vh;
        margin-top: 0
    }

    .tabs li {
        width: calc(100% / 6)
    }
}

@media (max-width: 1024px) {
    .download-link {
        display: none;
    }

}



.section-hero-2 {
    height: auto !important;
    display: block;
    position: relative;
    background-color: #002b80;
    padding: 70px 0;
    z-index: 11;
    min-height: auto;
    max-height: none;
}

.section-hero-2:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none' style='height: 100%25; width: 100%25;'%3E%3Cpath d='M-13.82,87.33 C211.34,-74.50 240.69,212.66 506.49,48.84 L500.00,150.00 L0.00,150.00 Z' style='stroke: none; fill: %23002b80;'%3E%3C/path%3E%3C/svg%3E")
}

.section-hero-2 .container {
    position: static;
    transform: none;
}

.section-hero-2 h2 {
    margin-top: 0;
    text-shadow: none;
}

.section-hero-2 a {
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}

.section-hero-2 a:hover {
    text-decoration: underline;
}

.crabImage {
    width: 70%;
    margin-left: -10%;
}

.btn-1,
.btn-2 {
    max-width: 360px;
    background: #002b80;
    color: #fff;
    padding: 15px 10px;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
    margin-bottom: 50px;
    transition-duration: .3s;
}

.btn-1 span,
.btn-2 span {
    color: #fff;
    letter-spacing: 4.29px;
    font-size: 24px;
    display: block;
    /* font-weight: 700; */
    transition: all 0.3s;
}

.btn-1 b,
.btn-2 b {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: all 0.3s;
}

.btn-1:hover {
    background-color: #fff;
}

.btn-1:hover * {
    color: #002b80;
}

.btn-1-secondary span {
    font-size: 19px;
    line-height: 2.11;
    letter-spacing: 0;
}

.btn-1-secondary b {
    font-size: 32px;
    line-height: 1.25;
}

.btn-1-secondary p {
    color: #00d1d9;
    font-size: 24px;
    margin: 0;
    letter-spacing: 5px;
    font-weight: 700;
}

.btn-2:hover span,
.btn-2:hover b {
    color: #fff;
}

.btn-2:hover {
    background-color: #002b80;
}

.btn-2 {
    background-color: #fff;
}

.btn-2 b,
.btn-2 span {
    color: #002b80;
}

.btn-link {
    font-size: 26px;
    font-weight: 700;
    color: #002b80 !important;
    margin-top: 10px;
}

@media (min-width: 768px) {
    a.btn-link {
        font-size: 28px;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    a.btn-link {
        font-size: 40px;
        margin-top: 30px;
    }
}


img.section-info__cover {
    max-width: 380px;
    width: 90%;
}

@media (min-width: 768px) {
    img.section-info__cover {
        box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.25);
        width: 100%;
    }
}

.section-info__middle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-info__middle.flex-top {
    justify-content: flex-start;
}

.section-info__middle.flex-bottom {
    justify-content: flex-end;
}

.yt-video {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 50px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(min-width: 1280px) {

    .section-hero-2 p,
    .section-hero-2 a {
        font-size: 24px;
    }
}

@media(max-width: 1199px) {
    .section-hero-2 img {
        width: 80% !important;
    }

    .section-hero-2 li.mt-sml {
        padding-top: 10px;
    }

    .btn-1,
    .btn-2 {
        max-width: 240px;
        line-height: 20px;
        padding: 12px 15px;
    }

    .btn-1 span,
    .btn-2 span {
        font-size: 15px;
        letter-spacing: 1.83px;
    }

    .btn-1 b,
    .btn-2 b {
        font-size: 26px;
    }

    .btn-1-secondary span {
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0;
    }

    .btn-1-secondary b {
        font-size: 21px;
        line-height: 1.4;
    }

    .btn-1-secondary p {
        font-size: 15px;
        line-height: 1;
        letter-spacing: 3px;
    }

    

.footer .link-button {
    margin: 0 auto 30px;
}


.footer__right {
    margin-bottom: 30px;
}
}

@media(max-width: 991px) {

    .section-info--home .section-info__img--illustration-1,
    .section-info--home .section-info__img--illustration-2 {
        width: 80%;
        max-width: 300px;
        margin-top: 30px;
    }

    .section-hero-2 h2 {
        font-size: 56px;
    }


}


@media(max-width: 767px) {

    .section-info--home .section-info__img--illustration-1,
    .section-info--home .section-info__img--illustration-2 {
        margin-top: 30px;
    }

    .section-hero-2 p,
    .section-hero-2 a {
        font-size: 14px;
    }

    .show-mobile {
        display: block;
        padding-top: 20px;
    }

    .show-desktop {
        display: none;
    }

    .btn-1,
    .btn-2 {
        max-width: 170px;
        line-height: 18px;
        padding: 8px 15px;
        margin-bottom: 30px;
    }

    .btn-1 span,
    .btn-2 span {
        font-size: 11px;
        letter-spacing: 1.83px;
    }

    .btn-1 b,
    .btn-2 b {
        font-size: 17px;
    }

    .section-info__middle .section-info__img {
        max-width: 170px;
    }

    .section-info {
        padding-bottom: 40px;
    }

    .section-image img {
        min-height: 320px;
        margin-top: 0
    }

    .section-image {
        height: 320px;
        min-height: 320px;
    }

    .OneTonneLess .col-6 {
        height: 100%;
    }

    .section-video,
    .section-donate {
        padding-top: 40px;
    }

    .section-hero-2 h2 {
        font-size: 20px;
    }

    .section-hero-2 a {
        margin: 0;
    }

    .section-hero-2 img {
        max-width: 300px !important;
        margin-top: 50px;
    }

    .section-hero-2 ul {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .btn-1-secondary {
        max-width: 180px;
    }

    .btn-1-secondary span {
        font-size: 9px;
        line-height: 1;
        letter-spacing: 0;
    }

    .btn-1-secondary b {
        font-size: 14px;
        line-height: 1.4;
    }

    .btn-1-secondary p {
        font-size: 9px;
        line-height: 1;
        letter-spacing: 3px;
    }

}

@media(max-width: 580px) {
    .section-image .container br {
        display: none;
    }

    .footer__right svg, 
    .footer__right img {
        max-width: 130px;
    }
}