* {
    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
}

.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;
}

.hero-section .titles-content {
    margin: 103px 0 123px 0;
}

.hero-section .titles-content img {
    max-width: 140px;
    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: 28px;
    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 h2 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    line-height: 100%;
    margin: 8px 0 0 0;
}

.hero-section .titles-content ul {
    font-size: 16px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    margin: 24px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    list-style: none;
}

.hero-section .titles-content ul li {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

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

.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: 24px
}

.hero-section .image-content {
    align-self: flex-end;
}

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

.about-section {
    padding: 60px 0;
    background-color: #2F4EFE;
    background-image: url('../images/about-background.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 5px solid #FFEC1B
}

.about-section .about-section-content {
    background-image: url('../images/about-football.png');
    background-position: 6% 11%;
    background-repeat: no-repeat;
    background-size: 298px;
}

.about-section h2 {
    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 h2 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: #213CD6;
    padding: 34px 15px 52px 15px;
    display: flex;
    justify-content: center;
}

.extra-modules-slider .max-width-background {
    background-image: url('../images/extra-football.png'), url('../images/extra-trophy.png');
    background-repeat: no-repeat;
    background-size: 256px, 482px;
    background-position: -35px 34px, 112% 143%;
    overflow: visible;
    padding: 0 60px 0 60px;
    width: fit-content;
}

.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: #001381;
    padding: 31px 0 30px 0;
    border-top: 5px solid #ffec1b;
    border-bottom: 5px solid #ffec1b;
    background-image: url('../images/our-player-soccer.png'), url('../images/our-trophy.png');
    background-repeat: no-repeat;
    background-position: center left, center right;
}

.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%
}

.background-grandient {
    background-image: linear-gradient(#213CD6, #001381);
}

.exclusive-offer-section {
    padding: 33px 0 37px 0;
    background-image: url('../images/exclusive-ball.png');
    background-position: center left;
    background-repeat: no-repeat;
}

.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: 46px;
    position: relative;
}

.exclusive-offer-section .football-ball {
    position: absolute;
    bottom: -56px;
    right: -182px;
}

.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: 30px;
    max-width: 707px;
    width: 100%
}

.statements-section {
    padding: 37px 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;
    position: relative;
    z-index: 1;
    bottom: 0;
}

.statements-section .ball-content {
    position: relative;
}

.statements-section .football-ball {
    position: absolute;
    max-width: 395px;
    width: 100%;
    margin: 0;
    bottom: 0;
    right: -90px;
    z-index: 0;
}

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

.faq-section h2 {
    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: #000E5D;
    border-radius: 5px
}

.faq-section .accordion-collapse {
    background-color: #000E5D;
    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: #001381;
    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: #213CD6;
    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 {
    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
}

.fixed-whatsapp-btn img,
img {
    max-width: 100%;
    height: auto;
    display: block
}


.fixed-whatsapp-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    user-select: none;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
    margin-right: 25px
}

.whats-btn-message {
    background: url(../images/whats-btn-message.png) right/contain no-repeat;
    width: 385px;
    height: 80px;
    bottom: 4.5vh;
    position: fixed;
    box-shadow: -10px 0 10px rgba(0, 0, 0, .2);
    right: 130px;
    display: none;
    -webkit-animation: .5s linear forwards animateSize
}

@-webkit-keyframes animateSize {
    0% {
        width: 0;
        height: 0
    }

    100% {
        width: 385px;
        height: 80px
    }
}

.whats-btn-message .header {
    display: flex;
    justify-content: space-between;
    padding: 5px 25px 0 15px;
    width: 100%;
    align-items: center
}

.whats-btn-message .header .section-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700
}

.whats-btn-message .header img {
    cursor: pointer;
    width: 12px
}

.whats-btn-message .section-description {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    padding: 0 0 0 15px;
    width: 100%;
    display: block
}

@media screen and (max-width:1400px) {
    .extra-modules-slider .max-width-background {
        padding: 0;
    }
}

@media screen and (max-width:1280px) {
    .extra-modules-slider .max-width-background {
        width: 90%;
        background-size: 191px, 416px;
        background-position: 0% 6%, 113% 100%;
    }

    .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:1200px) {
    .ourDifferences-section {
        background-size: 50%, 50%;
    }
}
@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:1050px) {
    .statements-section .football-ball {
        right: 0;
    }
}

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

    .mobile {
        display: block
    }

    .mobile-background-hero-about {
        background-color: #0d0d0d
    }

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

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

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

    .hero-section .titles-content img {
            max-width: 120px;
        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 {
        align-self: inherit;
    }

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

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


    .about-section {
        padding: 40px 20px 30px 20px
    }

    .about-section .about-section-content {
        background-position: 2% 5%;
        background-size: 201px;
    }

    .about-section h2 {
        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 {
        background-image: url('../images/our-player-soccer.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        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 {
        padding: 40px 16px 28px 16px;
        overflow: hidden;
        background-size: 81%;
        background-position: top left;
    }

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

    .statements-section .football-ball {
        max-width: 50%;
    }

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

    .faq-section h2 {
        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:950px) {
    .about-section .about-section-content {
        background-position: 1% 12%;
        background-size: 128px;
    }
}

@media screen and (max-width:890px) {
    .exclusive-offer-section .football-ball {
        position: absolute;
        bottom: -40px;
        right: -90px;
        max-width: 200px;
    }
}

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

    .about-section .about-section-content {
        background-position: 1% 15%;
        background-size: 128px;
    }
}

@media screen and (max-width:640px) {
    .extra-modules-slider .max-width-background {
        background-size: 191px, 416px;
        background-position: 0% 6%, 155% 100%;
    }
}

@media screen and (max-width: 575px) {
    .extra-modules-slider .max-width-background {
        background-size: 191px, 372px;
        background-position: 0% 6%, 165% 100%;
    }

    .whats-btn-message {
        background: url(../images/whats-btn-message.png) right/100% 100% no-repeat;
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 130px;
        display: none;
        -webkit-animation: .5s linear forwards animateSize
    }

    .whats-btn-message .section-description {
        padding: 0 15px
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0;
            height: 0
        }

        100% {
            width: 300px;
            height: fit-content
        }
    }
}

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

@media screen and (max-width:510px) {
    .about-section .about-section-content {
        background-position: -1% 17%;
        background-size: 95px;
    }

    .extra-modules-slider .max-width-background {
        background-size: 191px, 372px;
        background-position: -10% 6%, 227% 100%;
    }
}

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

    .extra-modules-slider .max-width-background {
        background-size: 191px, 372px;
        background-position: -10% 6%, 308% 100%;
    }
}

@media screen and (max-width:465px) {
    .exclusive-offer-section .football-ball {
        display: none;
    }

    .exclusive-offer-section .access-card-content-student {
        overflow: hidden;
    }
}

@media screen and (max-width:450px) {
    .about-section .about-section-content {
        background-position: -1% 20%;
        background-size: 95px;
    }

    .extra-modules-slider .max-width-background {
        background-size: 191px, 285px;
        background-position: -10% 6%, 157% 100%;
    }

    .fixed-whatsapp-btn {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        margin-right: 10px
    }

    .whats-btn-message {
        background: url(../images/whats-btn-message.png) right/100% 100% no-repeat;
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 95px;
        display: none;
        -webkit-animation: .5s linear forwards animateSize
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0;
            height: 0
        }

        100% {
            width: 245px;
            height: fit-content
        }
    }
}

@media screen and (max-width: 420px) {
    .extra-modules-slider .max-width-background {
        background-size: 147px, 210px;
        background-position: -9% 8%, 132% 89%;
    }
}

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

    .extra-modules-slider .max-width-background {
        background-size: 147px, 210px;
        background-position: -11% 8%, 139% 89%;
    }
}

@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:368px) {
    .hero-section .titles-content a {
        font-size: 12px
    }
}

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

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

@media screen and (max-width:450px) {
    .about-section .about-section-content {
        background-position: -1% 24%;
        background-size: 80px;
    }
}

@media screen and (max-width: 350px) {
    .extra-modules-slider .max-width-background {
        background-size: 147px, 210px;
        background-position: -13% 10%, 157% 89%;
    }

    .whats-btn-message {
        background: url(../images/whats-btn-message.png) right/100% 100% no-repeat;
        width: 385px;
        height: 80px;
        bottom: 6vh;
        position: fixed;
        padding-bottom: 5px;
        right: 95px;
        display: none;
        -webkit-animation: .5s linear forwards animateSize
    }

    .success-btn,
    .whats-btn-message .header .section-title {
        font-size: 14px
    }

    .whats-btn-message .section-description {
        font-size: 12px
    }

    @-webkit-keyframes animateSize {
        0% {
            width: 0;
            height: 0
        }

        100% {
            width: 185px;
            height: fit-content
        }
    }
}

@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
    }

    .exclusive-offer-section .access-card-content-student a {
        font-size: 11px
    }
}

@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 h2 {
        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
        }
    }
}