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

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: 0 10px 0 10px
}

.top-left-desktop {
    position: absolute;
    top: 0;
    left: 0;
}

.bottom-right-desktop {
    position: absolute;
    bottom: 0;
    right: 0;
}

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

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

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

.hero-section .discount {
    font-size: 20px;
    font-weight: 800;
    font-family: Rubik, sans-serif;
    color: #001822;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffec1b;
    padding: 12px 19px 10px 15px;
    border-radius: 20px;
    width: fit-content;
    margin-top: 20px;
    line-height: 100%
}

.hero-section .discount img {
    max-width: 24px;
    width: 100%
}

.hero-section .titles-content h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    line-height: 113.99999999999999%;
    margin: 20px 0 0 0;
    max-width: 525px
}

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

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

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

.about-section {
    padding: 60px 0;
    background-color: #2e2e2e;
    background-image: url(../images/about-background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover
}

.about-section h1 {
    font-size: 40px;
    font-weight: 800;
    font-family: 'Alegreya Sans', sans-serif;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 113.99999999999999%
}

.about-section h1 span {
    color: #ffec1b
}

.about-section .about-title-p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    line-height: 113.99999999999999%;
    max-width: 583px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px
}

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

.about-section .about-instructions {
    font-size: 20px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    line-height: 113.99999999999999%;
    margin-top: 24px;
    text-align: center
}

.about-section a {
    font-size: 20px;
    font-weight: 700;
    font-family: Rubik, sans-serif;
    color: #282828;
    background-color: #3bfe31;
    box-shadow: 0 0 6px 0 #0000004D;
    box-shadow: 0 9px 9.4px 0 #285F5F33 inset;
    width: fit-content;
    display: block;
    padding: 15px 20px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 100%
}

.about-section .about-p {
    font-size: 20px;
    font-weight: 800;
    font-family: Rubik, sans-serif;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px
}

.extra-modules-slider {
    background-color: #010101;
    padding: 34px 15px 52px 15px;
    display: flex;
    justify-content: center
}

.extra-modules-slider .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center
}

.extra-modules-slider .section-title-h3 {
    font-size: 14px;
    font-weight: 800;
    font-family: Poppins;
    color: #fff;
    line-height: 135%;
    margin-bottom: 0
}

.extra-modules-slider .section-title {
    font-size: 35px;
    font-weight: 800;
    font-family: Poppins;
    color: #fff;
    line-height: 54px;
    margin-top: 3px;
    margin-bottom: 0
}

.extra-modules-slider .section-title span {
    color: #ffec1b
}

.extra-modules-slider .extra-modules-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

.extra-modules-slider .extra-modules-description-mobile {
    display: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

.extra-modules-slider .extra-modules-slider-container {
    width: 100%;
    position: relative
}

.extra-modules-slider .extra-modules-slider-container .carousel {
    max-width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    padding: 0 0;
    margin: auto;
    overflow: hidden;
    margin-top: 15px
}

.extra-modules-slider .carousel_item-next,
.extra-modules-slider .carousel_item-prev {
    display: flex
}

.extra-modules-slider .carousel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    padding: 0 0;
    margin: auto;
    overflow: hidden
}

.extra-modules-slider .carousel_inner {
    display: flex;
    width: 100%;
    transition: transform .5s ease
}

.extra-modules-slider .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0
}

.extra-modules-slider .carousel_item {
    height: fit-content
}

.extra-modules-slider .carousel_item .section-title {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    line-height: 42.5px;
    text-align: center;
    color: #fff;
    margin: 0
}

.extra-modules-slider .carousel_item .section-description {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 20px;
    line-height: 30.6px;
    color: #fff
}

.extra-modules-slider .carousel_item .slide-item {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.extra-modules-slider .carousel_item img {
    height: 534px;
    display: block;
    max-width: 100%
}

.extra-modules-slider .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    font-size: 2em;
    border: none;
    display: block;
    cursor: pointer
}

.row>* {
    padding: 0 !important
}

.extra-modules-slider .prev {
    left: 0;
    top: 8em;
    cursor: pointer
}

.extra-modules-slider .next {
    right: 0;
    top: 8em;
    cursor: pointer
}

.extra-modules-slider .carousel-pagination {
    text-align: center;
    width: 100%;
    margin-top: 15px
}

.extra-modules-slider .dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color .3s
}

.extra-modules-slider .dot.active {
    background-color: #ffffff;
}

.extra-modules-slider .carousel_item {
    text-align: center;
    flex: 0 0 25%;
    width: 25%
}

.extra-modules-slider .slide_img {
    width: 100px
}

.extra-modules-slider .carousel-arrow-left-to-right {
    transform: rotate(180deg)
}

.ourDifferences-section {
    background-color: #010101;
    padding: 21px 0 40px 0;
    border-bottom: 5px solid #ffec1b
}

.ourDifferences-section .ourDifferences-section-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ourDifferences-section h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Alegreya Sans', sans-serif;
    color: #fff;
    line-height: 72%;
    text-align: center
}

.ourDifferences-section h2 span {
    color: #ffec1b
}

.ourDifferences-section img {
    margin-top: 10px;
    max-width: 403px;
    width: 100%
}

.ourDifferences-section a {
    font-size: 20px;
    font-weight: 700;
    font-family: Rubik, sans-serif;
    color: #2e2e2e;
    background-color: #3bfe31;
    box-shadow: 0 0 6px 0 #0000004D;
    box-shadow: 0 9px 9.4px 0 #285F5F33 inset;
    width: fit-content;
    display: block;
    padding: 15px 24px;
    border-radius: 100px;
    margin: 0 auto;
    line-height: 100%
}

.exclusive-offer-section {
    background-color: #282828;
    padding: 50px 0 43px 0;
    background-image: url(../images/exclusive-offer-background.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.exclusive-offer-section .exclusive-offer-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.exclusive-offer-section .exclusive-h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Alegreya Sans', sans-serif;
    color: #fff;
    margin: 0
}

.exclusive-offer-section p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    line-height: 120%;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px
}

.exclusive-offer-section p span {
    font-weight: 900
}

.exclusive-offer-section .access-card-content-student {
    padding: 0 30px 30px 30px;
    max-width: 525px;
    width: 100%;
    background-color: #fff;
    border: 4px solid #1a1a1a;
    box-shadow: 0 0 12.8px 0 #ffec1b;
    box-shadow: 0 0 16.1px 5px #ffec1b;
    border-radius: 10px 60px;
    margin-top: 40px;
    overflow: hidden
}

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

.exclusive-offer-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 23px 10px 23px
}

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

.exclusive-offer-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
}

.exclusive-offer-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 0 0 0;
    max-width: 437px
}

.exclusive-offer-section .access-card-content-student .old-price {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #6D6D6D;
    text-decoration: line-through;
    line-height: 100%;
    margin-top: 15px;
}

.exclusive-offer-section .access-card-content-student h2 span {
    color: #1a1a1a;
    font-weight: 800
}

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

.exclusive-offer-section .access-card-content-student .insight-price {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    color: #1A1A1A;
    line-height: 113.99999999999999%;
    margin-top: 15px;
}

.exclusive-offer-section .access-card-content-student a {
    font-size: 20px;
    font-weight: 700;
    font-family: Rubik, sans-serif;
    color: #1a1a1a;
    background-color: #3af832;
    box-shadow: 0 0 14.5px 0 #0000004D;
    box-shadow: 0 9px 9.4px 0 #fffFFF33 inset;
    width: fit-content;
    display: block;
    padding: 16px 20px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 20px
}

.exclusive-offer-section .warranty {
    margin-top: 42px;
    max-width: 707px;
    width: 100%
}

.statements-section {
    padding: 53px 0 0 0;
    background-color: #010101;
    border-bottom: 5px solid #ffec1b
}

.statements-section .statements-section-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.statements-section h2 {
    font-size: 55px;
    font-weight: 800;
    font-family: 'Alegreya Sans', sans-serif;
    color: #fff;
    margin: 0;
    line-height: 100%
}

.statements-section h2 span {
    color: #ffec1b
}

.statements-section p {
    font-size: 18px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    color: #fff;
    max-width: 510px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 17px;
    line-height: 21.6px
}

.statements-section img {
    max-width: 854px;
    width: 100%;
    margin-top: 30px
}

.faq-section {
    background-color: #010101;
    padding: 40px 0 45px 0
}

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

.faq-section .faq-subtitle {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Alegreya Sans', sans-serif;
    color: #fff;
    text-align: center;
    margin: 9px 0 0 0
}

.faq-section .faq-subtitle span {
    font-weight: 800
}

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

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

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

.accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #6d6d6d
}

.faq-section .accordion-item button {
    font-size: 20px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    background-color: #1a1a1a;
    border-radius: 5px
}

.faq-section .accordion-collapse {
    background-color: #1a1a1a;
    color: #fff
}

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

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

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

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

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

.faq-section .support-content a {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    color: #fff;
    background-color: #00c174;
    box-shadow: 0 0 6px 0 #0000004D;
    box-shadow: 0 9px 9.4px 0 #285F5F33 inset;
    width: fit-content;
    display: block;
    padding: 10px 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: #010101;
    padding: 20px 0;
    border-top: 1px solid #fffFFF1A
}

footer .copy-content {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center
}

footer .copy-links-desktop {
    display: block
}

footer .copy-links-mobile {
    display: none
}

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

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

.background-form .modal-content {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    border: 1px solid #ffec1b;
    box-shadow: 0 0 18.8px 0 #ffec1b;
    border-radius: 20px;
    padding: 25px 20px 30px 20px;
    overflow: hidden;
}

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

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

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

.background-form .form-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin: 15px 0 0 0;
}

.background-form .container-ddi-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    position: relative;
    transition: .5s all ease;
}

.background-form .form-container label {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    line-height: 100%;
    margin-bottom: 5px;
}

.background-form .form-container .input-name,
.background-form .form-container input[type="email"] {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    height: 44px;
    width: 100%;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    padding: 12px 16px;
    outline: none;
}

.background-form .form-container .form-box-phonemask input {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    height: 42px;
    width: 100%;
    border-radius: 5px;
    padding: 12px 16px;
    outline: none;
    border: none;
}

.background-form .form-container .input-ddi {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    height: 44px;
    width: 100px;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    padding: 12px 16px;
    outline: none;
    position: absolute;
    top: 0;
    transform: translateX(-110px);
    transition: .5s all ease;
}

.background-form .form-container .form-box-phonemask {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    height: 44px;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    padding: 12px 16px;
    transition: .5s all ease;
}

.background-form .form-container .dropdown-toggle {
    background-color: #ffffff;
    border: none;
    padding-left: 0px;
}

.background-form .form-container .dropdown-toggle::after {
    border: none !important;
    margin-left: 0 !important;
    vertical-align: middle !important;
    content: url('../images/arrow-down.svg');
    position: absolute;
    right: -15px;
    top: 58%;
    transform: translateY(-50%);
}

.background-form .form-container .dropdown-toggle:active {
    background-color: #ffffff !important;
}

.background-form .form-container .dropdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.background-form .dropdown img {
    /* height: 24px; */
    width: 24px;
}

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

.input-submit:disabled {
    opacity: 50%;
}

.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:1550px) {
    .top-left-desktop {
        position: absolute;
        top: -20px;
        left: -60px;
    }
}

@media screen and (max-width:1550px) {
    .exclusive-offer-section {
        background-size: 120%
    }
}

@media screen and (max-width:1300px) {
    .exclusive-offer-section {
        background-size: 150%
    }
}

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

    .extra-modules-slider .prev {
        left: -1%
    }

    .extra-modules-slider .next {
        right: -1%
    }
}

@media screen and (max-width:1225px) {
    .extra-modules-slider .carousel_item img {
        height: auto
    }
}

@media screen and (max-width:1215px) {
    .extra-modules-slider .extra-modules-slider-container {
        width: 98%
    }
}

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

    .extra-modules-slider .next,
    .extra-modules-slider .prev {
        top: 40%
    }

    .extra-modules-slider .prev {
        left: -2%
    }

    .extra-modules-slider .next {
        right: -2%
    }
}

@media screen and (max-width:1107px) {
    .top-left-desktop {
        position: absolute;
        top: -50px;
        left: -80px;
    }
}

@media screen and (max-width:1060px) {
    .exclusive-offer-section {
        background-size: 170%
    }
}

@media screen and (max-width:1040px) {
    .top-left-desktop {
        position: absolute;
        top: -85px;
        left: -80px;
    }
}

@media screen and (max-width:980px) {
    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .top-mobile {
        position: absolute;
        top: -95px;
        width: 100%;
    }

    .bottom-mobile {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .hero-section .titles-content {
        padding: 0 20px
    }

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

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

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

    .hero-section .discount {
        font-size: 16px;
        margin-top: 20px
    }

    .hero-section .discount img {
        max-width: 24px;
        width: 100%
    }

    .hero-section .titles-content h1 {
        font-size: 25px;
        text-align: center;
        margin: 20px 0 0 0;
        white-space: normal;
        text-align: left;
        max-width: 315px
    }

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

    .hero-section .titles-content p {
        font-size: 16px
    }

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

    .hero-section .image-content {
        padding: 0 10px
    }

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

    .about-section {
        background-image: url(../images/about-background-mobile.png);
        padding: 40px 20px 30px 20px
    }

    .about-section h1 {
        font-size: 30px;
        margin: 0 auto
    }

    .about-section .about-title-p {
        font-size: 16px
    }

    .about-section .player {
        width: 100%;
        margin-top: 20px
    }

    .about-section .about-instructions {
        font-size: 16px;
        margin-top: 20px
    }

    .about-section a {
        font-size: 14px;
        margin-top: 20px
    }

    .about-section .about-p {
        font-size: 16px;
        margin-top: 20px
    }

    .extra-modules-slider {
        padding: 20px 11px 30px 10px
    }

    .extra-modules-slider .section-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px
    }

    .extra-modules-slider .section-description {
        font-size: 14px;
        font-weight: 400;
        font-family: Poppins, sans-serif;
        color: #fff;
        line-height: 20px;
        margin-top: 15px
    }

    .extra-modules-slider .extra-modules-slider-container .carousel {
        margin-top: 5px;
        width: 100%
    }

    .extra-modules-slider .carousel_item .section-title {
        margin-top: 0
    }

    .extra-modules-slider .carousel_item .section-description {
        margin-top: 0
    }

    .extra-modules-slider .carousel-pagination {
        margin-top: 10px
    }

    .extra-modules-slider .extra-modules-description {
        font-size: 14px
    }

    .extra-modules-slider .row {
        padding: 0
    }

    .extra-modules-slider .carousel_item {
        text-align: center;
        flex: 1 0 100%;
        width: 100%
    }

    .extra-modules-slider .carousel_item img {
        max-height: 647px;
        height: 100%
    }

    .extra-modules-slider .next {
        top: 43%
    }

    .extra-modules-slider .prev {
        top: 43%
    }

    .ourDifferences-section {
        padding: 30px 7px
    }

    .ourDifferences-section h2 {
        font-size: 25px;
        line-height: 93%
    }

    .ourDifferences-section h2 span {
        font-size: 35px
    }

    .ourDifferences-section img {
        margin-top: 19px
    }

    .exclusive-offer-section {
        background-image: url(../images/exclusive-offer-background-mobile.png);
        padding: 40px 16px 28px 16px;
        background-repeat: no-repeat;
        background-size: cover
    }

    .exclusive-offer-section .exclusive-h2 {
        font-size: 30px;
    }

    .exclusive-offer-section p {
        font-size: 16px;
        margin-top: 15px
    }

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

    .exclusive-offer-section .access-card-content-student .access-card-outdoor-student {
        width: 90%
    }

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

    .exclusive-offer-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
    }

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

    .exclusive-offer-section .access-card-content-student .old-price {
        font-size: 16px;
    }

    .exclusive-offer-section .access-card-content-student .access-card-percentage img {
        margin-top: 15px
    }

    .exclusive-offer-section .access-card-content-student .insight-price {
        font-size: 20px;
    }

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

    .exclusive-offer-section .warranty {
        margin-top: 30px;
        z-index: 1
    }

    .statements-section {
        padding: 30px 7px 17px 7px
    }

    .statements-section h2 {
        font-size: 25px
    }

    .statements-section p {
        font-size: 16px;
        margin-top: 8px
    }

    .faq-section {
        padding: 30px 7px 26px 7px
    }

    .faq-section h1 {
        font-size: 30px
    }

    .faq-section .faq-subtitle {
        font-size: 20px;
        line-height: 120%;
        max-width: 239px;
        margin: 0 auto;
        margin-top: 2px
    }

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

    .faq-section .accordion {
        gap: 3px
    }

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

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

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

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

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

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

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

    footer .copy-links-desktop {
        display: none
    }

    footer .copy-links-mobile {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 650px) {
    .top-mobile {
        position: absolute;
        top: -60px;
        width: 100%;
    }
}

@media screen and (max-width:553px) {
    .extra-modules-slider .carousel {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .top-mobile {
        position: absolute;
        top: -34px;
        width: 100%;
    }
}

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

@media screen and (max-width: 400px) {
    .top-mobile {
        position: absolute;
        top: -10px;
        width: 100%;
    }
}

@media screen and (max-width:391px) {
    .about-section a {
        font-size: 12px
    }
}

@media screen and (max-width:387px) {
    .extra-modules-slider .dot {
        margin: 0 4px
    }
}

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

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

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

@media screen and (max-width: 366px) {
    .exclusive-offer-section .access-card-content-student a {
        font-size: 9px;
    }
}

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

@media screen and (max-width:347px) {
    .about-section a {
        font-size: 10px
    }

    .extra-modules-slider .dot {
        margin: 0 3px
    }
}

@media screen and (max-width:345px) {
    .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:341px) {
    .extra-modules-slider .next {
        right: -4%
    }

    .extra-modules-slider .prev {
        left: -4%
    }
}

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

    .extra-modules-slider .carousel_item .section-title {
        font-size: 19px
    }
}

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

    .faq-section .support-content a {
        font-size: 11px
    }
}

@media screen and (max-width:315px) {
    .extra-modules-slider .carousel_item .section-title {
        font-size: 18px
    }

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

@media screen and (max-width:315px) {
    .about-section h1 {
        font-size: 28px
    }
}

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

    .faq-section .support-content a {
        font-size: 10px
    }

    .extra-modules-slider .dot {
        margin: 0 2px
    }
}

@media screen and (max-width:303px) {
    @media screen and (max-width:391px) {
        .about-section a {
            font-size: 8px
        }
    }
}