body {
    background: #171719;
    color: white;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
.btn-em {
    color: black !important;
}
header.header a {
    color: white;
}
header.header a:hover {
    color: #FFA600;
}
.head-section {
    position: relative;
    margin-top: 100px;
    background: url('../images/ai-head.png') no-repeat top center;
    background-size: contain;
}
.head-section .title {
    mix-blend-mode: difference;
    padding-top: 80px;
    max-width: 100%;
}
.head-section .mobile-title {
    mix-blend-mode: difference;
    width: 60vw;
}
.head-section p {
    width: 460px;
    font-size: 17px;
    border-top: 1px #FFA600 solid;
    padding-top: 10px;
    margin-top: 70px;
}
header.header.with-menu {
    z-index: 4;
    position: sticky;
    top: 0;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #171719;
    min-height: 100vh;
    z-index: 3;
    padding-top: 120px;
    font-size: 22px;
}
.mobile-menu a {
    color: white;
    text-decoration: none;
}
.mobile-menu a:hover {
    text-decoration: underline;
    color: white;
}
.mobile-menu ul li {
    display: block;
}
.mobile-menu .links {
    font-size: 14px;
    margin-top: 30px;
}
.mobile-menu .links a {
    text-decoration: underline;
}
.mobile-menu .lang-links {
    font-size: 16px;
}
.head-section .join-button {
    background: url('../images/join-button.svg') no-repeat center center;
    background-size: contain;
    width: 260px;
    height: 260px;
    color: #FFA600;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-top: 115px;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-left: 70%;
    position: relative;
    top: -140px;
}
.about-section .items .item .wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background:
            linear-gradient(0deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1)),
            radial-gradient(99.11% 122.17% at 1.12% 0.89%, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%),
            radial-gradient(36.44% 91.08% at 74.5% 53.56%, rgba(255,166,0,0.5) 0%, rgba(255,166,0,0) 82.21%);
    background-clip: padding-box;
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}
.about-section .items .item img {
    max-width: 100%;
}
.about-section .subtitle {
    font-family: furoreregular, inter, sans-serif;
    font-size: 38px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.about-section .subtitle .highlight {
    background-image: url('../images/subtitle-highlight.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    background-position: 0 0;
    text-wrap: nowrap;
}
.about-section .items .item .wrap {
    position: relative;
    border-radius: 5px;
    z-index: 0;
    padding: 10px 30px;
    height: 100%;
}
.about-section .items .item .title {
    font-family: furoreregular, inter, sans-serif;
    font-size: 30px;
    text-wrap: nowrap;
}
.about-section .items .item .num {
    font-size: 54px;
    font-weight: bold;
    color: #2e2e30;
}
.about-section .items .item p {
    font-size: 16px;
    margin-top: 15px;
    width: 55%;
}
.benefits-section {
    margin-top: 120px;
}
.benefits-section .header {
    font-family: furoreregular, inter, sans-serif;
    font-size: 42px;
}
.benefits-section .header p {
    line-height: 1em;
}
.benefits-section .header .title {
    width: 50%;
}
.benefits-section .items {
    margin-top: 40px;
}
.benefits-section .items .item {
    border-left: 1px dashed white;
    position: relative;
    min-height: 250px;
}
.benefits-section .items .percents {
    text-align: right;
    font-family: furoreregular, inter, sans-serif;
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to top, #e29403, transparent);
    padding-right: 15px;
}
.benefits-section .items .item-1 .percents {
    height: 70px;
}
.benefits-section .items .item-2 .percents {
    height: 100px;
}
.benefits-section .items .item-3 .percents {
    height: 140px;
}
.benefits-section .items .item-4 .percents {
    height: 180px;
}
.faq-section {
    max-width: 1000px;
    margin: 120px auto;
}
.faq-section h3 {
    font-family: furoreregular, inter, sans-serif;
    font-size: 32px;
    text-align: center;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0 !important;
}
.accordion-button {
    border-radius: 0 !important;
}
.accordion-item {
    background-color: transparent;
    border: 1px solid #6a6a6b;
    border-radius: 0;
}
.accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}
.accordion-body {
    background-color: transparent;
    color: #fff;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #6a6a6b;
}
.accordion-button:focus, .accordion-button:not(.collapsed) {
    outline: none;
    box-shadow: 0 0 15px rgba(255, 166, 0, 0.3) !important;
    border-color: #FFA600 !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    border-color: #FFA600 !important;
}
.start-section h4 {
    font-family: furoreregular, inter, sans-serif;
    font-size: 52px;
}
.start-section p {
    color: #8b8b8c;
    max-width: 400px;
    margin: 0 auto;
    font-size: 15px;
}
.start-section p.hint {

}
.footer {
    background: linear-gradient(to top, #e29403 0%, transparent 80%);
    margin-top: 120px;
    font-size: 15px;
}
.footer .logo {
    width: 250px;
}
.footer p {
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.footer a {
    color: white;
}
.footer .nav-col {
    max-width: 200px;
}
.footer .links {
    margin-top: 30px;
    padding: 30px 0 25px;
}
.footer nav .subtitle {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
}
.footer nav ul {
    padding-left: 0;
    list-style: none;
}
.footer nav ul li {
    margin-bottom: 15px;
}
.footer nav ul a {
    text-decoration: none;
}
a.anchor {
    scroll-margin-top: 15px;
}
.modal .modal-dialog {
    max-width: 750px;
}
.modal .modal-content {
    border-radius: 0;
}
.modal .modal-header {
    border: 0;
}
.modal .modal-header .modal-title {
    font-family: furoreregular, inter, sans-serif;
    font-size: 34px !important;
    text-align: center;
    width: 100%;
}
.modal .modal-header .modal-title .subtitle {
    font-size: 18px !important;
    font-weight: normal;
    font-family: inter, sans-serif;
    width: 70%;
    margin: 0 auto;
}
.modal .form-control {
    border-radius: 0;
    border-color: #a4a4a4;
}
/**
  >= 1400px
 */
@media (min-width: 1400px) {
    .container {
        max-width: 1620px;
    }
}
/**
    <= 1640px
 */
@media (max-width: 1640px) {
    .container {
        max-width: 1620px;
        padding: 0 40px;
    }
}
@media (max-width: 1560px) {
    .head-section {
        min-height: 44vw;
    }
}
@media (max-width: 1500px) {
}
@media (max-width: 1440px) {
    .head-section p {
        width: 25vw;
    }
}
@media (max-width: 1290px) {
    .head-section .join-button {
        width: 240px;
        height: 240px;
        padding-top: 107px;
    }
    .about-section .items .item p {
        width: 75%;
    }
}
@media (max-width: 1200px) {
    .about-section .items .item .title {
        font-size: 27px;
    }
}
@media (max-width: 1100px) {
    .about-section .items .item .num {
        font-size: 42px;
    }
    .about-section .items .item .title {
        font-size: 25px;
    }
}
@media (max-width: 1040px) {
    .header .nav li.mx-4 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    .about-section .items .item .title {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .head-section p {
        font-size: 15px;
        position: relative;
        top: 240px;
        width: 35vw;
    }
    .about-section .items .item .num {
        font-size: 38px;
    }
    .about-section .items .item .title {
        font-size: 22px;
    }
    .start-section h4 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 25px;
    }
    .head-section {
        margin-top: 60px;
        padding-top: 20vw;
        margin-bottom: 170px;
    }
    .head-section .mobile-title {
        margin-bottom: 150px;
    }
    .head-section p {
        width: 90%;
        position: relative;
        top: 18vw;
    }
    .benefits-section .header p {
        font-size: 28px;
    }
    .benefits-section .header p:nth-child(2) {
        margin-bottom: 0;
    }
    .benefits-section .header .title {
        width: 70%;
    }
    .faq-section {
        margin-bottom: 80px;
    }
    .start-section {
        margin-top: 60px;
    }
    .start-section h4 {
        font-size: 36px;
    }
}
@media (max-width: 480px) {
    .head-section {
        margin-bottom: 120px;
        margin-top: 20px;
    }
    .head-section p {
        top: 18vw;
    }
    header .join-button {
        display: none;
    }
    .about-section .subtitle {
        font-size: 32px;
    }
    .about-section .items .item p {
        width: 100%;
    }
    .modal .modal-header .modal-title {
        font-size: 27px !important;
    }
    .modal .modal-header .modal-title .subtitle {
        font-size: 15px !important;
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width: 413px) {
    .head-section {
        margin-bottom: 90px;
    }
    .head-section p {
        top: 10vw;
    }
    .about-section .subtitle {
        font-size: 26px;
    }
    .benefits-section .header p {
        font-size: 24px;
    }
    .benefits-section .header p:nth-child(2) {
        margin-bottom: -10px;
    }
    .benefits-section .header .title {
        width: 80%;
    }
    .start-section h4 {
        font-size: 30px;
    }
}
@media (max-width: 360px) {
    .head-section .mobile-title {
        margin-bottom: 140px;
    }
}
