/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

@media screen and (max-width: 1090px) {
    .home main .content-wrapper .sidebar {
        display: none;
    }

    .home main .content-wrapper .content {
        width: 100%;
    }
}

@media screen and (max-width: 880px) {
    .home main .hero h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .home main .hero {
        height: 500px;
    }

    .home main .hero p {
        font-size: 16px;
    }

    header li button {
        margin-left: 0;
    }

    .home main .content-wrapper .content .list .col .features {
        display: none;
    }

    .home main .content-wrapper .content .list .col .logo {
        width: 25%;
    }

    .home main .content-wrapper .content .list .col .bonus {
        width: 40%;
    }

    .home main .content-wrapper .content .list .col .action {
        width: 35%;
        margin-left: 0;
    }

    .home main .content-wrapper .section-1 .top-list {
        grid-template-columns: 1fr 1fr;
    }

    .home main .content-wrapper .section-1 .table-wrap {width: 100%;overflow: scroll;}

    .home main .content-wrapper .section-1 table {min-width: 800px;}

    header .menu-normal {
        display: none;
    }

    header .menu-icon {
        display: block;
        width: 20px;
        margin-bottom: 4px;
    }

    .home main .content-wrapper .content .list .col .action-wrapper {
        margin: 0 auto;
        width: min-content;
    }

    .home main .content-wrapper .content .list .col .action-wrapper h3 {
        width: min-content;
    }

    .main-cta {
        width: max-content;
    }

    footer .wrapper {
        display: block;
    }

    footer ul {
    text-align: left;
    flex-direction: unset;
    align-items: center;
    }

    footer li {
        align-self: normal;
        margin-top: 20px;
    }

    .home main .content-wrapper .section-1 .items {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
            ".";
    }

    .home main .content-wrapper .section-1 .items-inline {
        width: 100%;
        flex-wrap: wrap;
    }

    .home main .content-wrapper .section-1 .items-wrapper {
        flex-wrap: wrap;
        gap: 0;
    }

    .home main .content-wrapper .content .list .col .bonus {
        padding: 20px 0;
    }


    .menu-mobile {
        display: none;
        position: fixed;
        width: 100%;
        background: #22201c;
        z-index: 9;
        height: auto;
        align-items: center;
    }

    .menu-mobile.active {
        display: flex;
    }

        .menu-mobile .background {
            height: 100vh;
            width: 100vw;
            position: fixed;
            background: #0000007a;
            top: 0;
            z-index: -1;
        }

        .menu-mobile .wrapper {
            width: 100%;
            background: #22201c;
        }

        .menu-mobile ul {max-width: 500px;margin: 10px auto;padding: 0;list-style: none;width: 89%;margin-bottom: 30px;margin-top: 20px;text-align: right;z-index: 9;}

        .menu-mobile ul img {
            width: 22px;
            margin-bottom: 10px;
            right: 0;
            margin-right: 0;
            margin-left: auto;
        }

        .menu-mobile li {color: #fff;padding-bottom: 0;text-align: left;padding-top: 20px;}

        .menu-mobile a {color: #fff;text-decoration: none;font-size: 17px;}

}

@media screen and (max-width: 650px) {
    .home main .hero h1 {
        font-size: 23px;
        line-height: 100%;
        max-width: 350px;
    }

    header img {
        width: 175px;
    }

    .home main .hero {
        height: 370px;
    }

    .home main .hero p {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 50px;
        max-width: 420px;
    }


    .home main .content-wrapper .content .list .col .bonus .bonus-wrapper p {font-size: 12px;margin-top: 0;}

    .home main .content-wrapper .content .list .col .bonus .bonus-wrapper p:nth-child(2) {font-size: 20px;max-width: 250px;}

    .home main .content-wrapper .content .list .col .logo {width: 50%;justify-content: start;}

    .home main .content-wrapper .content .list .col .bonus {width: 100%;}

    .home main .content-wrapper .content .list .col .features {

    }

    .home main .content-wrapper .content .list .col .action {margin-top: 10px;width: 100%;}

    .home main .content-wrapper .content .list .col .action-wrapper h3 {font-size: 18px;line-height: 150%;}

    .home main .content-wrapper .content .list .col .action-wrapper img {margin-bottom: 0;width: 110px;margin-top: 3px;}

    .home main .content-wrapper .content .list .col{
    flex-wrap: wrap;
    padding: 14px;
    padding-bottom: 16px;
    }

    .home main .content-wrapper .content .list .col .features-mobile {
        display: block;
        width: 45%;
        margin: 0;
        border: none;
        padding: 10px 0;
        padding-top: 5px;
    }

    .home main .content-wrapper .content .list .col .action-wrapper {
    width: 100%;
    position: relative;
    }

    .home main .content-wrapper .content .list .col .logo img {
        width: 110px;
        margin-left: 5px;
    }

    .home main .content-wrapper .content .list .col .features-wrapper p {
        display: none;
    }

    .home main .content-wrapper .content .list .col .features-wrapper {
        width: fit-content;
        margin-right: 0;
        margin-left: auto;
    }

    .home main .content-wrapper .content .list .col .features-wrapper li {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .home main .content-wrapper .content .list .col .bonus .bonus-wrapper {
        width: 92%;
    }

    header {
        margin-top: 20px;
    }

    .home main .content-wrapper .notice {
        padding: 25px 19px;
    }


    .main-cta {font-size: 14px;}

    .col .main-cta {
        position: absolute;right: 0;bottom: 0;
    }

    .home main .content-wrapper .section-1 h2 {
        font-size: 20px;
        line-height: 130%;
        max-width: 300px;
        margin-bottom: 25px;
        margin-top: 80px;
    }

    .home main .content-wrapper .section-1 .item {
        padding: 25px 19px;
    }

    .home main .content-wrapper .section-1 .items-inline .item {
        padding: 19px;
    }
}


@media screen and (max-width: 560px) {

    .home main .content-wrapper .section-1 .top-list {display: flex;width: max-content;gap: 15px;}

    .home main .content-wrapper .section-1 .wrapper {width: 100%;overflow: scroll;}

    .home main .content-wrapper .section-1 .top-list .list-item {width: max-content;min-width: 190px;padding: 15px 0;max-width: 180px;}

    .home main .content-wrapper .section-1 .top-list .list-item .logo {max-width: 130px;}

    .home main .content-wrapper .section-1 .top-list .list-item h4 {font-size: 21px;margin-bottom: 1px;}

    .home main .content-wrapper .section-1 .top-list .list-item .score {

    }

    .home main .content-wrapper .section-1 .top-list .list-item h5 {font-size: 13.4427px;line-height: 150%;margin-top: 13px;max-width: 90%;margin-bottom: 25px;}

    .home main .content-wrapper .section-1 .text {
        margin-bottom: 30px;
    }

    .home main .content-wrapper .section-1 table thead th {
        font-size: 12.5px;
        padding: 7px 3px;
    }

    .home main .content-wrapper .section-1 table tbody td {
        font-size: 12.5px;
        padding: 5px 0;
    }

    .top-list .main-cta {
        font-size: 13px;
    }

    table .main-cta {
        font-size: 12.5px;
        padding: 6px 15px;
    }


    .other main h1 {
        font-size: 35px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .other main {
        margin-top: 60px;
    }


    .other main form input {
        width: calc(100% - 38px);
        color: #fff;
    }

    .other main form textarea {
        width: calc(100% - 38px);
    }

    .other main form {
        width: 100%;
    }

    footer li {
        text-align: right;
    }

    footer li img {
        height: 21px;
    }

}

@media screen and (max-width: 370px) {

.home main .hero .wrapper {

}

.home main .hero {

}

.home main .hero h1 {
    font-size: 22px;
}

.home main .hero p {
    font-size: 13px;
    margin-bottom: 40px;
}

}