.banner{
    color: #ffffff;
    position: relative;
    z-index: 3;
    top: 15%;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 120rem;
    margin: 0 auto;
    font-size: 1rem;
}
.banner h1{
    font-size: 5em;
    font-weight: 700;
    color: #343434;
    background: #fff;
    width: max-content;
    border-radius: .3rem;
    padding: .2em .5em;
    margin-bottom: 1em;
}
.banner p{
    font-weight: 700;
    font-size: 4em;
    color: #fff;
    margin-bottom: 1em;
}
.banner ul{
    margin-bottom: 4em;
}
.banner li{
    font-size: 2em;
    font-weight: 700;
    list-style: none;
    padding-left: 2em;
    position: relative;
}
.banner li:not(:last-child){
    margin-bottom: 1.5em;
}
.banner li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .09em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: .1em solid #fff;
    background-color: #004a99;
}
.banner button{
    background-color: #004a99;
    padding: 1em;
    border-radius: .6em;
    letter-spacing: .1em;
    font-size: 2.2em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    border: .1em solid #ffffff;
    width: 100%;
    max-width: 21em;
    box-shadow: .3em 0 1em #878484;
}
@media screen and (max-width: 1440px) {
    .banner{
        top: 9rem;
        font-size: .8rem;
    }
}
@media screen and (max-width: 1140px) {
    .banner{
        top: 3rem;
        font-size: .7rem;
    }
}
@media screen and (max-width: 990.9px) {
    .banner button{
        box-shadow: none;
        border-color: #004a99;
    }
    .banner h1{
        padding: 0;
        color: #004a99;
        width: inherit;
        margin-bottom: .4em;
        background-color: transparent;
    }
    .circle-scroll-down{
        display: none;
    }
    .banner{
        position: inherit;
        color: #111;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
        width: 100%;
        padding: 0 2rem;
    }
    .banner p{
        color: #111;
        font-size: 3em;
    }
    .content .special-equipment__top, .content .special-equipment__bottom{
        margin-right: 0;
    }
}
@media screen and (max-width: 767.9px) {
    .banner{
        font-size: .6rem;
    }
}

.banner__gift {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 1rem;
    background: rgba(0, 0, 0, .55);
    border: .2rem solid #ff9800;
    border-radius: .5rem;
    padding: 1.2rem 2rem;
    margin: 2rem 0;
    font-size: 1.8rem;
    color: #fff;
    backdrop-filter: blur(.4rem);
}

.banner__gift svg {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    stroke: #ff9800;
}

@media screen and (max-width: 1140px) {
    .banner__gift {
        font-size: 1.4rem;
        padding: .8rem 1.4rem;
        margin: 1rem 0;
    }
}

@media screen and (max-width: 990.9px) {
    .banner__gift {
        background: #fff3e0;
        border-color: #ff9800;
        color: #e65100;
        backdrop-filter: none;
        font-size: 1.3rem;
        padding: .8rem 1.2rem;
        margin: 1rem 0;
    }
    .banner__gift svg {
        stroke: #e65100;
        width: 1.8rem;
        height: 1.8rem;
    }
}

@media screen and (max-width: 575.9px) {
    .banner__gift {
        font-size: 1.2rem;
        padding: .6rem 1rem;
        gap: .6rem;
        width: auto;
    }
    .banner__gift svg {
        width: 1.6rem;
        height: 1.6rem;
    }
}
