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

img,
video {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.max-width-content {
    width: 1280px;
    margin: 0 auto;
    padding: 0px 10px 0px 10px;
}

.hero-section .hero-section-logo img {
    margin: 0 auto;
    max-width: 150px;
    width: 100%;
}

.hero-section .hero-section-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 58px;
}

.hero-section .titles-content img {
    max-width: 151px;
    width: 100%;
}

.hero-section .titles-content h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    margin: 20px 0px 0px 0px;
    white-space: nowrap;
}

.hero-section .titles-content h1 span {
    color: #E3ED3A;
}

.hero-section .titles-content p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM sans', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    margin: 15px 0px 0px 0px;
}

.hero-section .titles-content p .span-yellow {
    font-weight: 700;
    color: #E3ED3A;
}

.hero-section .titles-content p .span-bold {
    font-weight: 700;
}

.hero-section .titles-content ul {
    font-size: 18px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    margin: 10px 0px 0px 0px;
}

.hero-section .titles-content ul span {
    font-weight: 700;
}

.hero-section .titles-content a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    background-color: #3AF832;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    display: inline-block;
    padding: 14px 15px;
    border-radius: 100px;
    margin-top: 30px;
}

.hero-section .image-content img {
    max-width: 587px;
    width: 100%;
}

.about-section {
    padding: 48px 0px 42px 0px;
    background-color: #0D0D0D;
    background-image: url('../images/background-about-left-blur.png'), url('../images/background-about-right-blur.png');
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.about-section h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    text-shadow: 0px 4px 4px #00000040;
    text-align: center;
    margin: 0px;
}

.about-section h1 span {
    color: #E3ED3A;
}

.about-section .player {
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 20px;
    width: 65%;
    aspect-ratio: 16 / 9;
    border: 10px solid #E3ED3A;
}

.about-section a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    background-color: #3AF832;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    width: fit-content;
    display: block;
    padding: 14px 15px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.content-pack-section {
    padding: 19px 0px 0px 0px;
    background-color: #0D0D0D;
    background-image: url('../images/background-access-right-blur.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.content-pack-section h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    max-width: 1037px;
    text-align: center;
    margin: 0 auto;
}

.content-pack-section h1 span {
    color: #E3ED3A;
}

.content-pack-section .content-pack-cards-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1232px;
    width: 100%;
    margin: 0 auto;
    margin-top: 117px;
    gap: 79px 20px;
}

.content-pack-section .content-pack-cards-content article {
    width: 293px;
    height: 380px;
    background-color: #FAF5EC;
    border-radius: 20px;
    position: relative;
    padding: 15px;
    text-align: center;
    transition: all ease .2s;
}

.content-pack-section .content-pack-cards-content article img {
    position: absolute;
    top: 16%;
    left: 50%;
    max-width: 212px;
    width: 100%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.content-pack-section .content-pack-cards-content h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    color: #1A1A1A;
    margin: 224px 0px 0px 0px;
    letter-spacing: -1px;
}

.content-pack-section .content-pack-cards-content article:nth-child(5) h2,
.content-pack-section .content-pack-cards-content article:nth-child(6) h2,
.content-pack-section .content-pack-cards-content article:nth-child(7) h2 {
    font-size: 18px;
}

.content-pack-section .content-pack-cards-content p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #1A1A1A;
    margin: 10px 0px 0px 0px;
    line-height: 113.99999999999999%;
    letter-spacing: -1px;
}

.content-pack-section .content-pack-cards-content article:nth-child(5) p,
.content-pack-section .content-pack-cards-content article:nth-child(6) p,
.content-pack-section .content-pack-cards-content article:nth-child(7) p {
    font-size: 17px;
}

.all-access-section {
    background-color: #0D0D0D;
    padding: 40px 0px 0px 0px;
    background-image: url('../images/background-table-left-blur.png'), url('../images/background-table-right-blur.png');
    background-repeat: no-repeat;
    background-position: left center, right top;
}

.all-access-section h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    text-align: center;
    margin: 0px;
}

.all-access-section .access-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 919px;
    margin: 0 auto;
    margin-top: 30px;
}

.all-access-section .access-table-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.all-access-section .access-table-name {
    font-size: 20px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    background-color: #373737;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.all-access-section .access-table-price {
    font-size: 18px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #0D0D0D;
    background-color: #FFFFFF;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.all-access-section .access-table-content:last-child .access-table-name {
    background-color: #FF666633;
    border: 1px solid #FF6666;
}

.all-access-section .access-table-content:last-child .access-table-price {
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    background-color: #FF6666;
    border: 1px solid #0D0D0D;
    position: relative;
}

.all-access-section .access-table-content:last-child .access-table-price .access-lineth {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-3deg);
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    width: 210px;
}


.all-access-section .access-table-price img {
    width: 18px;
}

.all-access-section h3 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    text-align: center;
    max-width: 947px;
    margin: 0 auto;
    margin-top: 29px;
}

.all-access-section h3 span {
    color: #FF6666;
}

.all-access-section .access-card-main-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.all-access-section .access-card-content-student {
    padding: 0px 30px 30px 30px;
    max-width: 525px;
    width: 100%;
    background-color: #E3ED3A;
    border: 2px solid #1A1A1A;
    box-shadow: 0px 0px 12.8px 0px #E3ED3A;
    box-shadow: 0px 0px 16.1px 5px #E3ED3A4D;
    border-radius: 60px 10px;
    margin-top: 24px;
    overflow: hidden;
}

.all-access-section .access-card-content-nostudent {
    padding: 0px 30px 30px 30px;
    max-width: 525px;
    width: 100%;
    background-color: #000000;
    border: 2px solid #E3ED3A;
    box-shadow: 0px 0px 12.8px 0px #E3ED3A;
    box-shadow: 0px 0px 16.1px 5px #E3ED3A4D;
    border-radius: 10px 60px;
    margin-top: 24px;
    overflow: hidden;
}

.all-access-section .access-card-content-student {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.all-access-section .access-card-content-student .access-card-outdoor-student {
    background-color: #1A1A1A;
    width: fit-content;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 14px 15px 10px 15px;
}

.all-access-section .access-card-content-student .access-card-outdoor-student span {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
}

.all-access-section .access-card-content-student .access-card-offer {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    line-height: 113.99999999999999%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-top: 25px;
}

.all-access-section .access-card-content-student h2 {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    line-height: 113.99999999999999%;
    margin: 16px 0px 0px 0px;
    max-width: 437px;
}

.all-access-section .access-card-content-student h2 span {
    color: #1A1A1A;
    font-weight: 800;
}

.all-access-section .access-card-content-student .access-card-percentage img {
    max-width: 365px;
    width: 100%;
    margin-top: 20px;
}

.all-access-section .access-card-content-student .access-card-forever {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    line-height: 113.99999999999999%;
    margin-top: 20px;
}

.all-access-section .access-card-content-student .access-card-bonus {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    line-height: 113.99999999999999%;
    margin-top: 1px;
}

.all-access-section .access-card-content-student a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    background-color: #3AF832;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    width: fit-content;
    display: block;
    padding: 14px 15px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.all-access-section .access-card-content-nostudent {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.all-access-section .access-card-content-nostudent .access-card-outdoor-nostudent {
    background-color: #E3ED3A;
    width: fit-content;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 14px 15px 10px 15px;
}

.all-access-section .access-card-content-nostudent .access-card-outdoor-nostudent span {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
}

.all-access-section .access-card-content-nostudent .access-card-offer {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-top: 25px;
}

.all-access-section .access-card-content-nostudent h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    margin: 16px 0px 0px 0px;
    max-width: 437px;
}

.all-access-section .access-card-content-nostudent h2 span {
    color: #E3ED3A;
}

.all-access-section .access-card-content-nostudent .access-card-percentage img {
    max-width: 365px;
    width: 100%;
    margin-top: 18px;
}

.all-access-section .access-card-content-nostudent .access-card-forever {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Rubik', sans-serif;
    color: #E3ED3A;
    line-height: 113.99999999999999%;
    margin-top: 20px;
}

.all-access-section .access-card-content-nostudent .access-card-bonus {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    margin-top: 1px;
}

.all-access-section .access-card-content-nostudent a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    background-color: #3AF832;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    width: fit-content;
    display: block;
    padding: 14px 15px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.warning-section {
    background-color: #0D0D0D;
    background-image: url('../images/background-statements-left-blur.png'), url('../images/background-all-blur.png');
    background-repeat: no-repeat;
    background-size: auto, 881px;
    background-position: left top, right center;
}

.warning-section .testimonials-image img {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
}

.warning-section .warning-content {
    background-color: #ffffff;
    border-radius: 50px;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}

.warning-section .warning-content h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    line-height: 113.99999999999999%;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.warning-section .warning-content h2 span {
    font-weight: 700;
}

.warning-section .warning-content .warning-bonus {
    font-size: 25px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    color: #1A1A1A;
    line-height: 113.99999999999999%;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}

.warning-section .warning-content .warning-red-content {
    background-color: #FF6666;
    max-width: 557px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
}

.warning-section .warning-content .warning-red-content span {
    font-size: 20px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
}

.warning-section .warning-content a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    background-color: #3AF832;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    width: fit-content;
    display: block;
    padding: 26px 30px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.faq-section {
    background-color: #0D0D0D;
    padding: 40px 0px;
    border-bottom: 5px solid #E3ED3A
}

.faq-section h1 {
    font-size: 45px;
    font-weight: 800;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}

.faq-section .accordion-content {
    margin-top: 30px;
}

.faq-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-section .accordion-item {
    border: 1px solid #6D6D6D;
    border-radius: 5px;
}

.faq-section .accordion-item button {
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #6D6D6D;
}

.faq-section .accordion-button::after {
    background-image: url(../images/faq-arrow.png) !important;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-arrow.png) !important;
}

.faq-section .support-content {
    padding: 40px 0px 0px 0px;
}

.faq-section .support-content h3 {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    margin: 0px;
    text-align: center;
}

.faq-section .support-content p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 120%;
    max-width: 860px;
    width: 100%;
}

.faq-section .support-content a {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    background-color: #3AF832;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    width: fit-content;
    display: block;
    padding: 14px 30px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 31px;
    background-color: #000000;
    padding: 10px 0px;
}

footer .copy-content {
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

footer .copy-content span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

footer .copy-content a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    text-decoration: underline !important;
}

.background-form .modal-content {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
    border: 1px solid #E3ED3A;
    box-shadow: 0px 0px 18.8px 0px #E3ED3A;
    border-radius: 20px;
}

.background-form .modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 15px 20px;
    border: 0px;
}

.background-form .modal-content h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    line-height: 113.99999999999999%;
    margin: 0px;
}

.background-form .close-btn {
    background: none;
    border: none;
}

.background-form .form-modal {
    padding: 0px 20px 25px 20px;
    width: 100%;
}

.background-form .form-modal div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.background-form .form-modal label {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

.background-form .form-modal input[type="text"],
.background-form .form-modal input[type="email"] {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #0D0D0D;
    outline: none;
    border: 1px solid #C5C5C5;
    height: 44px;
    width: 100%;
    border-radius: 5px;
    padding-left: 16px;
    margin-bottom: 15px;
}

.background-form-input-phone-border {
    border: 2px solid #FF6666 !important;
}

.background-form .form-modal .input-radio-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.background-form .input-radio-content div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.background-form .input-radio-content .radio-label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin-left: 5px;
}

.background-form .input-radio-content [type="radio"]:checked,
.background-form .input-radio-content [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.background-form .input-radio-content [type="radio"]:checked+.radio-label,
.background-form .input-radio-content [type="radio"]:not(:checked)+.radio-label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ffffff;
}

.background-form .input-radio-content [type="radio"]:checked+.radio-label:before,
.background-form .input-radio-content [type="radio"]:not(:checked)+.radio-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #F6F6F6;
    border-radius: 100%;
    background: #000000;
}

.background-form .input-radio-content [type="radio"]:checked+.radio-label:after,
.background-form .input-radio-content [type="radio"]:not(:checked)+.radio-label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #E3ED3A;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.background-form .input-radio-content [type="radio"]:not(:checked)+.radio-label:after {
    opacity: 0;
    transform: scale(0);
}

.background-form .input-radio-content [type="radio"]:checked+.radio-label:after {
    opacity: 1;
    transform: scale(1);
}

.background-form-warning-content-enabled {
    display: flex !important;
    background: #FF666699;
    border: 1px solid #FF6666;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    margin-top: 15px;
    gap: 4px !important;
}

.background-form-warning-content-disabled {
    display: none !important;
    background: #FF666699;
    border: 1px solid #FF6666;
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    margin-top: 15px;
    gap: 4px !important;
}

.background-form .warning-title {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    line-height: 100%;
}

.background-form .warning-subtitle {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    line-height: 100%;
}


.input-submit-enabled {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    background-color: #3AF832;
    opacity: 100%;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    border-radius: 100px;
    padding: 14px;
    width: 100%;
    border: none;
    margin-top: 20px;
    transition: .3s all ease;
}

.input-submit-disabled {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    background-color: #3AF832;
    opacity: 50%;
    box-shadow: 0px 0px 14.5px 0px #0000004D;
    box-shadow: 0px 9px 9.4px 0px #FFFFFF33 inset;
    border-radius: 100px;
    padding: 14px;
    width: 100%;
    border: none;
    margin-top: 20px;
    transition: .3s all ease;
}

.error-modal,
.loading-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    overflow: auto;
    opacity: 0;
    transition: visibility, opacity .5s linear;
    visibility: hidden
}

.error-modal {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.error-modal-content {
    background-color: #fefefe;
    padding: 20px;
    width: 30%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px
}

.error-modal-header {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: column;
    width: 100%
}

.error-modal-close,
.loading-modal-close {
    text-align: right;
    width: 100%
}

.error-modal-title,
.loading-modal-title {
    font-family: Alegreya Sans;
    font-size: 30px;
    font-weight: 800;
    line-height: 33px;
    letter-spacing: -.01em;
    text-align: center;
    color: #1a1a1a
}

.error-modal-description,
.loading-modal-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    letter-spacing: -.01em;
    text-align: center;
    color: #6d6d6d
}

.loading-modal {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7)
}

.loading-modal-content {
    padding: 20px;
    width: 30%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px
}

.loading-modal-content .modal-header {
    border-bottom: none !important
}

.loading-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%
}

.loading-modal-btn {
    width: auto;
    padding: 10px 30px;
    color: #fff;
    background-color: #00c174;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 10px
}

.loading-modal-btn a {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.loading-modal-btn:nth-child(5) {
    margin-bottom: 0
}

.loading-modal-btn img {
    margin-right: 10px
}

.loading-modal-btn-text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}


@media screen and (max-width:1280px) {
    .max-width-content {
        width: 100%
    }
}

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

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .about-section,
    .content-pack-section,
    .all-access-section,
    .warning-section {
        background-image: none;
        background-color: initial;
    }

    .mobile-background-hero-about {
        background-image: url('../images/mobile-background-hero-about.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
        background-color: #0D0D0D;
    }

    .hero-section {
        padding: 50px 0px 00px 0px;
        background-size: 1020px;
        background-position: center top;
    }

    .hero-section .hero-section-logo img {
        max-width: 90px;
    }

    .hero-section .hero-section-content {
        flex-direction: column;
        align-items: center;
        margin-top: 31px;
    }

    .hero-section .titles-content img {
        max-width: 109px;
        width: 100%;
        margin: 0 auto;
    }

    .hero-section .titles-content h1 {
        font-size: 25px;
        text-align: center;
        margin: 16px 0px 0px 0px;
    }

    .hero-section .titles-content p {
        font-size: 16px;
        text-align: center;
        margin: 8px 0px 0px 0px;
    }

    .hero-section .titles-content ul {
        font-size: 14px;
        margin: 16px 0px 0px 0px;
    }

    .hero-section .titles-content a {
        font-size: 16px;
        padding: 14px;
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin: 24px 0px 0px 0px;
    }

    .hero-section .image-content img {
        margin-top: 30px;
    }

    .about-section {
        padding: 16px 0px;
    }

    .about-section h1 {
        font-size: 20px;
        max-width: 343px;
        margin: 0 auto;
    }

    .about-section .player {
        width: 90%;
        margin-top: 16px;
    }

    .about-section a {
        font-size: 16px;
        margin-top: 24px;
    }

    .content-pack-section {
        padding: 16px 0px 24px 0px;
        background-image: url('../images/mobile-background-pack.png') !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        background-color: #0D0D0D;
    }

    .content-pack-section h1 {
        font-size: 18px;
    }

    .content-pack-section .content-pack-cards-content {
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 56px;
        padding-bottom: 32px;
    }

    .content-pack-section .content-pack-overflow {
        overflow-x: auto;
    }

    .content-pack-section .content-pack-cards-content article {
        flex: 0 0 240px;
        height: 340px;
    }

    .content-pack-section .content-pack-cards-content article img {
        max-width: 142px;
    }

    .content-pack-section .content-pack-cards-content h2 {
        font-size: 18px;
        margin: 151px 0px 0px 0px;
    }

    .content-pack-section .content-pack-cards-content p {
        font-size: 16px !important;
    }

    .content-pack-section .content-pack-overflow::-webkit-scrollbar {
        width: 10px;
        border-radius: 15px;
        margin: 0px 10px;
    }

    .content-pack-section .content-pack-overflow::-webkit-scrollbar-track {
        background: #e4ed3a31;
        border-radius: 15px;
    }

    .content-pack-section .content-pack-overflow::-webkit-scrollbar-thumb {
        background: #E3ED3A;
        border-radius: 15px;
    }

    .content-pack-section .content-pack-overflow::-webkit-scrollbar-thumb:hover {
        background: #E3ED3A;
    }

    .all-access-section {
        padding: 32px 0px 47px 0px;
        background-image: url('../images/mobile-background-access.png') !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #0D0D0D;
    }

    .all-access-section h1 {
        font-size: 20px;
    }

    .all-access-section .access-table-price {
        width: 50%;
    }

    .all-access-section .access-table {
        margin-top: 16px;
    }

    .all-access-section .access-table-name {
        font-size: 14px;
        padding-left: 10px;
        height: 30px;
    }

    .all-access-section .access-table-price {
        font-size: 14px;
        height: 30px;
    }

    .all-access-section .access-table-content:last-child .access-table-price {
        font-size: 16px;
    }

    .all-access-section .access-table-content:last-child .access-table-price .access-lineth {
        width: 115px;
        border: 1px solid #ffffff;
    }

    .all-access-section .access-table-content {
        gap: 5px;
    }

    .all-access-section h3 {
        font-size: 16px;
        margin-top: 24px;
    }

    .all-access-section .access-card-main-content {
        flex-direction: column;
        align-items: center;
        margin-top: 24px;
        gap: 48px;
    }

    .all-access-section .access-card-content-student {
        padding: 0px 14px 30px 14px;
        border-radius: 60px 10px;
        margin-top: 0px;
    }

    .all-access-section .access-card-content-student .access-card-outdoor-student span {
        font-size: 16px;
    }

    .all-access-section .access-card-content-student .access-card-offer {
        font-size: 16px;
        justify-content: center;
        max-width: 226px;
        margin-top: 20px;
        text-align: left;
        gap: 10px;
    }

    .all-access-section .access-card-content-student h2 {
        font-size: 18px;
        max-width: 293px;
    }

    .all-access-section .access-card-content-student .access-card-percentage img {
        margin-top: 18px;
    }

    .all-access-section .access-card-content-student .access-card-forever {
        font-size: 20px;
    }

    .all-access-section .access-card-content-student .access-card-bonus {
        font-size: 16px;
        margin-top: 4px;
    }

    .all-access-section .access-card-content-student a {
        font-size: 15px;
        margin-top: 24px;
    }

    .all-access-section .access-card-content-nostudent {
        padding: 0px 14px 30px 14px;
        border-radius: 60px 10px;
        margin-top: 0px;
    }

    .all-access-section .access-card-content-nostudent .access-card-outdoor-nostudent span {
        font-size: 16px;
    }

    .all-access-section .access-card-content-nostudent .access-card-offer {
        font-size: 16px;
        justify-content: center;
        max-width: 226px;
        margin-top: 20px;
        text-align: left;
        gap: 10px;
    }

    .all-access-section .access-card-content-nostudent h2 {
        font-size: 18px;
        max-width: 293px;
    }

    .all-access-section .access-card-content-nostudent .access-card-forever {
        font-size: 20px;
    }

    .all-access-section .access-card-content-nostudent .access-card-bonus {
        font-size: 16px;
        margin-top: 4px;
    }

    .all-access-section .access-card-content-nostudent a {
        font-size: 15px;
        margin-top: 24px;
    }

    .warning-section {
        background-image: url('../images/mobile-background-statements.png') !important;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        background-color: #0D0D0D;
    }

    .warning-section .warning-content {
        padding: 30px 16px;
        border-radius: 20px;
    }

    .warning-section .warning-content h2 {
        font-size: 18px;
    }

    .warning-section .warning-content .warning-bonus {
        font-size: 16px;
    }

    .warning-section .warning-content .warning-red-content {
        margin-top: 16px;
    }

    .warning-section .warning-content .warning-red-content span {
        font-size: 16px;
        line-height: 113.99999999999999%;
        display: inline-block;
    }

    .warning-section .warning-content a {
        font-size: 15px;
        margin-top: 24px;
        padding: 14px 26px;
    }

    .faq-section h1 {
        font-size: 22px;
    }

    .faq-section .accordion-content {
        margin-top: 16px;
    }

    .faq-section .accordion-item button {
        font-size: 14px;
    }

    .faq-section .support-content {
        padding: 32px 0px 0px 0px;
    }

    .faq-section .support-content h3 {
        font-size: 20px;
        line-height: 120%;
    }

    .faq-section .support-content p {
        font-size: 16px;
        margin-top: 8px;
    }

    .faq-section .support-content a {
        font-size: 15px;
        margin-top: 24px;
    }

    footer {
        flex-direction: column;
        padding: 20px 10px 24px 10px;
        gap: 16px;
    }

    footer .copy-content {
        text-align: center;
    }
}

@media screen and (max-width: 659px) {
    .mobile-background-hero-about {
        background-size: contain;
    }
}

@media screen and (max-width: 395px) {
    .all-access-section .access-table-content:last-child .access-table-price .access-lineth {
        width: 90px;
    }
}

@media screen and (max-width: 378px) {
    .faq-section .support-content a {
        font-size: 14px;
    }
}

@media screen and (max-width: 376px) {
    .all-access-section .access-card-content-student a {
        font-size: 14px;
    }

    .all-access-section .access-card-content-nostudent a {
        font-size: 14px;
    }
}

@media screen and (max-width: 362px) {
    .hero-section .titles-content a {
        font-size: 14px;
    }

    .warning-section .warning-content a {
        font-size: 14px;
    }

    .background-form .form-modal .input-radio-content {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 360px) {
    .faq-section .support-content a {
        font-size: 13px;
    }
}


@media screen and (max-width: 356px) {
    .all-access-section .access-card-content-student a {
        font-size: 13px;
    }

    .all-access-section .access-card-content-nostudent a {
        font-size: 13px;
    }
}

@media screen and (max-width: 350px) {
    .all-access-section .access-table-price {
        font-size: 12px;
    }

    .all-access-section .access-table-content:last-child .access-table-price {
        font-size: 14px;
    }
}

@media screen and (max-width: 345px) {
    .warning-section .warning-content a {
        font-size: 13px;
    }

    .background-form .modal-content h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 343px) {
    .faq-section .support-content a {
        font-size: 12px;
    }
}

@media screen and (max-width: 340px) {
    .hero-section .titles-content h1 {
        font-size: 23px;
    }
}

@media screen and (max-width: 337px) {
    .all-access-section .access-card-content-student a {
        font-size: 12px;
    }

    .all-access-section .access-card-content-nostudent a {
        font-size: 12px;
    }
}

@media screen and (max-width: 335px) {
    .all-access-section .access-table-name {
        font-size: 13px;
    }
}

@media screen and (max-width: 330px) {
    .hero-section .titles-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 326px) {
    .warning-section .warning-content a {
        font-size: 12px;
    }
}

@media screen and (max-width: 325px) {
    .faq-section .support-content a {
        font-size: 11px;
    }
}

@media screen and (max-width: 322px) {
    .hero-section .titles-content a {
        font-size: 12px;
    }
}

@media screen and (max-width: 317px) {
    .all-access-section .access-card-content-student a {
        font-size: 11px;
    }

    .all-access-section .access-card-content-nostudent a {
        font-size: 11px;
    }
}

@media screen and (max-width: 315px) {
    .all-access-section .access-table-name {
        font-size: 12px;
    }


    .background-form .modal-content h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 314px) {
    .hero-section .titles-content h1 {
        font-size: 21px;
    }
}

@media screen and (max-width: 310px) {
    .warning-section .warning-content a {
        font-size: 11px;
    }
}

@media screen and (max-width: 307px) {
    .faq-section .support-content a {
        font-size: 10px;
    }
}