:root {
    --red: #f00;
}
@font-face {
    font-family: "Ray-Ban Sans";
    src: url("../fonts/Ray-BanSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Ray-Ban Sans";
    src: url("../fonts/Ray-BanSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input.form-control.valid,
select.form-control.valid {
    color: #fff;
    background: rgba(255, 255, 255, 0.2) !important;
}

input.form-control,
select.form-control,
input:focus {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    color: #fff;
}
input.form-control::placeholder {
    color: #fff;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(213, 213, 213, 0.7);
    /* color: #fff; */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    /* color: rgba(213, 213, 213, 0.7); */
    color: #fff;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    /* color: rgba(213, 213, 213, 0.7); */
    color: #fff;
}

body {
    background: #0e0e0e;
    color: #d5d5d5;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
}
nav ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}
.a-join {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -100%;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 13px 36px;
    background: rgba(14, 14, 14, 0.9);
    backdrop-filter: blur(10px);
    z-index: 100;
}
.sidenav .site-logo {
    width: 60px;
}
.sidenav .close-btn img {
    width: 32px;
}
.nav-wrapper-m {
    padding: 100px 35px 35px 35px;
}
.sidenav a {
    margin-bottom: 24px;
    text-decoration: none;
    font-size: 32px;
    color: #fff;
    font-family: "Ray-Ban Sans", sans-serif;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.raybanFooterLogo {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
footer {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    font-family: "Ray-Ban Sans", sans-serif;
    text-transform: uppercase;
    line-height: 36px;
}
.footer-nav {
    gap: 40px;
}
.footer-nav div {
    cursor: pointer;
}
footer a,
footer a:hover {
    color: inherit;
    text-decoration: none;
}
.site-logo {
    height: 100%;
}
.text-red {
    color: var(--red);
}
.title {
    font-family: "Ray-Ban Sans", sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 80px;
}
.mast-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 450px;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%);
}
.section-mast {
    height: 700px;
    position: relative;
}
.section-mast .col-left,
.section-mast .col-right {
    width: 50%;
}
.section-mast .col-left .inner {
    width: 60%;
    z-index: 2;
}
.section-mast .col-right {
    position: relative;
}
.section-mast .col-right img {
    position: absolute;
}
.mast-btn-group {
    padding-left: 70px;
    margin-top: 32px;
    gap: 32px;
}
button {
    padding: 8px 24px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: "Ray-Ban Sans", sans-serif;
}
button.btn-red {
    border: none;
    background: var(--red);
}
.masthead-person {
    width: 80%;
    left: -80px;
    bottom: 0;
}
.masthead-logo {
    right: 100px;
    top: 50%;
    width: 200px;
    z-index: 2;
}
.view-more {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}
.view-more img {
    transform: rotate(90deg);
    width: 40px;
}
.view-more.show img {
    transform: rotate(-90deg);
    width: 40px;
}

.section-event {
    background: url("../imgs/microsite/section2-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.section-event .container {
    padding-bottom: 120px;
    gap: 80px;
}
.section-title {
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #ececec;
    font-family: "Ray-Ban Sans", sans-serif;
    font-size: 32px;
}
.section-event .col-left,
.section-event .col-right {
    width: 50%;
}
.wrapper-location {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 40px 32px;
}
.wrapper-location > div:not(:last-child) {
    margin-bottom: 24px;
}
.location-map-wrapper {
    border: 1px solid #fff;
}
.location-map-img {
    width: 100%;
    object-fit: cover;
}
.wrapper-location .label {
    width: 30%;
    padding-right: 10px;
    font-family: "Ray-Ban Sans", sans-serif;
    font-size: 24px;
}
.wrapper-location .value {
    width: 70%;
}
.desc-indent .title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    font-family: "Ray-Ban Sans", sans-serif;
}
.desc-indent p {
    margin-top: 24px;
    margin-left: 70px;
    font-size: 16px;
    line-height: 24px;
}
#popup .modal-content {
    background: rgb(242, 242, 242);
    border-radius: 0;
    color: #0e0e0e;
    padding: 40px;
}
#popup .modal-header {
    font-family: "Ray-Ban Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    border: none;
    padding: 0 0 27px 0;
}
#popup .modal-header .btn-close {
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
}
#popup .modal-header .btn-close img {
    filter: invert(1);
}
#popup .modal-body {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
}
#popup .modal-body ol {
    padding-left: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    .section-mast {
        padding: 20px;
        height: auto;
        margin-top: 84px;
    }
    .section-mast .col-left,
    .section-mast .col-right {
        width: 100%;
    }
    .section-mast .col-left .inner {
        width: 100%;
    }
    .masthead-logo {
        display: none;
    }
    .masthead-person {
        width: 90%;
        left: 0;
        bottom: 0;
    }
    .desc-indent .title {
        font-size: 40px;
        line-height: 38px;
    }
    .desc-indent p {
        margin-left: 20px;
        margin-bottom: 24px;
    }
    .mast-btn-group {
        padding-left: 20px;
    }
    .section-mast .col-right {
        height: 300px;
    }

    .section-event {
        background-size: 300% auto;
        background-position: top;
    }
    .section-event .container {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
        gap: 50px;
    }
    .section-event .col-left,
    .section-event .col-right {
        width: 100%;
    }
    .wrapper-location {
        padding: 10px;
    }
    .wrapper-location .label {
        font-family: "Ray-Ban Sans", sans-serif;
        font-size: 20px;
    }
    footer {
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .footer-nav {
        gap: 10px;
    }
    .copyright {
        margin-top: 10px;
    }
    #popup .modal-content {
        padding: 20px;
    }
    .view-more-hide {
        height: 0;
        transition: 0.3s;
        overflow: hidden;
    }
    .view-more-hide.show {
        height: 100%;
    }
}

.section-prize {
    background: url("../imgs/microsite/section3-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 100px;
}
.section-prize .container {
    position: relative;
    padding-top: 120px;
}
.section-prize .container .col-left,
.section-prize .container .col-left {
    z-index: 2;
}
.win-big {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50%;
}
.prize-second {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 70px;
}
.prize-second .desc-indent .title {
    font-size: 40px;
}
.prize-second .text-small {
    font-size: 12px;
}

@media only screen and (max-width: 1024px) {
    .section-prize {
        background-size: 300% auto;
        background-repeat: no-repeat;
        background-position-y: 300px;
    }
    .section-prize .container .col-left,
    .section-prize .container .col-left {
        padding: 10px 20px;
    }
    .section-prize img {
        width: 100%;
    }
    .prize-second {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 16px;
    }
}

.section-form {
    margin-top: 80px;
}
.section-form .container {
    margin-top: 80px;
    margin-bottom: 80px;
}
.section-title-spc img {
    width: calc((100% - 450px) / 2);
}
.section-title-spc div {
    font-family: "Ray-Ban Sans", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    padding-left: 24px;
    padding-right: 24px;
}
.section-title-spc img:last-child {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.section-form .subtitle {
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 32px;
}
.section-form .subtitle small {
    color: #d5d5d5;
    font-size: 16px;
}

/* form */
form label.error {
    color: var(--red);
    font-size: 14px;
}
form {
    background: transparent !important;
    color: #fff;
}
.section-form a,
.section-form a:hover {
    color: #fff;
    text-decoration: none;
}
.section-form .check-wrapper a,
.section-form .check-wrapper a:hover {
    text-decoration: underline;
}
.colorc7 {
    color: #c7c7c7;
}
.droparea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.2);
    height: 255px;
    width: 100%;
    cursor: pointer;
}
.dropzone .dz-preview.dz-image-preview {
    background: transparent;
    text-align: center;
    margin-top: 10px;
}
.dz-remove,
.dz-remove a {
    color: #fff;
}

.dz-image img {
    width: 100px;
}
.form-result {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    padding: 16px 32px;
    align-items: center;
    border-radius: 4px;
}
.form-success {
    color: #38dd61;
    border: 1px solid #2cb64e;
    background: rgba(237, 249, 240, 0.2);
}
.form-warning {
    color: #ff0000;
    border: 1px solid #ff0000;
    background: rgba(237, 249, 240, 0.2);
}
form .check-wrapper {
    display: flex;
    flex-direction: column;
}
form .check-wrapper .error {
    order: 2;
}
#form-join button[type="submit"] {
    margin-top: 32px;
    padding: 8px 24px;
    width: 220px;
    background: #303030;
    border: none;
    border-radius: 0;
    max-width: 100%;

    color: rgba(255, 255, 255, 0.5);
    font-family: "Ray-Ban Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 163.636% */
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
    position: relative;
    top: -5px;
}

@media screen and (max-width: 768px) {
    #form-join button[type="submit"] {
        width: 100%;
    }
}
.form-terms {
    margin-top: 32px;
    margin-bottom: 32px;
}
.form-terms ul {
    margin-top: 12px;
}
.form-terms ul li {
    color: #c7c7c7;
    font-size: 14px;
    font-weight: 300;
}
/* end form */

@media only screen and (min-width: 1440px) {
    .container-small {
        max-width: 900px;
    }
}
@media only screen and (max-width: 1024px) {
    .section-title-spc div {
        font-size: 32px;
        line-height: normal;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-form .container {
        margin-top: 30px;
    }
    .section-form .subtitle {
        font-size: 20px;
    }
    .section-title-spc img {
        width: calc((100% - 220px) / 2);
    }
}

.section-leaderboard {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../imgs/microsite/leaderboard-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.section-leaderboard .container {
    margin-top: 50px;
}
.leaderboard {
    margin-top: 40px;
}
.leaderboard-row {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Ray-Ban Sans;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 4px;
}
.leaderboard-row div:nth-child(1) {
    width: 20%;
    text-align: center;
}
.leaderboard-row div:nth-child(2) {
    width: 60%;
    text-align: left;
}
.leaderboard-row div:nth-child(3) {
    width: 20%;
    text-align: center;
}
.leaderboard-th {
    background: rgba(255, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}
.leaderboard-tr {
    background: rgba(134, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

@media only screen and (max-width: 1024px) {
    .section-leaderboard {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .table-container {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .leaderBoardTable {
        width: 100%;
        min-width: 600px; /* Adjust this value based on table's minimum width */
    }
}

.leaderBoardTable {
    width: 100%;
    border-collapse: collapse;
}

.leaderBoardTable td {
    white-space: nowrap;
    padding: 10px;
}

.section-products {
    background: rgb(2, 0, 36);
    background: linear-gradient(
        29deg,
        rgba(2, 0, 36, 1) 0%,
        rgba(108, 3, 7, 1) 0%,
        rgba(108, 3, 7, 0) 64%
    );
    background-position-y: 70px;
    background-repeat: no-repeat;
}
.section-products .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-store {
    padding-top: 120px;
    padding-bottom: 120px;
}
.store-list {
    margin-top: 80px;
    flex-wrap: wrap;
}
.store-list .item {
    width: 25%;
    margin-bottom: 60px;
    padding: 0 40px;
    color: #fff;
}
.store-list .item:before {
    content: "";
    background: url("../imgs/microsite/raybanPin.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
}
.store-list .item-inner {
    margin-left: 34px;
}
.store-list .item-inner > div:nth-child(1) {
    font-weight: 700;
    margin-bottom: 10px;
}
.store-list .item-inner > div:nth-child(2) {
    font-weight: 300;
}

.section-products .col-left,
.section-products .col-right {
    width: 50%;
}
.section-products .col-left {
    padding-right: 32px;
}
.product-slider-inner {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.slick-dots {
    bottom: -32px;
    display: flex;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
}
.slick-dots li {
    height: 100%;
    flex-grow: 1;
}
.slick-dots li.slick-active {
    background: #e8e8e8;
}
.slick-prev,
.slick-next {
    width: 56px;
    height: 56px;
}
.slick-prev {
    transform: rotate(180deg) translateY(28px);
    left: -56px;
}
.slick-next {
    right: -56px;
}
.product-item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
}
.product-box {
    background: #fff;
    padding: 10px;
    width: 100%;
    position: relative;
    color: #000;
}
.product-logo {
    width: 64px;
    float: right;
}
.product-img {
    width: 100%;
}
.fourColor {
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3;
    text-transform: uppercase;
    margin-top: 12px;
}
.product-code {
    margin-top: 12px;
    color: #fff;
    text-align: right;

    /* Desktop/s paragraph */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}
.product-name {
    font-family: "Ray-Ban Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.product-box small {
    font-family: "Ray-Ban Sans", sans-serif;
    font-size: 8px;
    margin-top: 7px;
}
.txtAlignRight {
    text-align: right;
}
.colorWhite {
    color: white;
}
.playerStandingTitle {
    color: #fff;
    text-align: center;

    /* Desktop/Big header */
    font-family: "Ray-Ban Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%; /* 76.8px */
    margin-bottom: 24px;
}
.bgRedCandy {
    background: #9f020b;
    padding-top: 150px;
}
.bgRedBrown {
    background: #630207;
    padding-left: 0;
    padding-right: 0;
}
.thinkYouCanContainer {
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.1) 100%
        ),
        #9f020b;
    padding: 40px;
    align-items: center;
}
.thinkYouCan {
    color: #fff;
    /* Desktop/H3 */
    font-family: "Ray-Ban Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 15rem;
    max-width: 100%;
}
.raceYourWay {
    color: #fff;
    /* Desktop/b paragraph */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    width: 28rem;
}
.leaderBoardDescription {
    color: #fff;
    text-align: center;

    /* Desktop/b paragraph */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin-bottom: 40px;
}
.mb-150px {
    margin-bottom: 150px;
}
.leaderBoardTable {
    width: 960px;
    margin: 0 auto 120px;
    border: none;
    border-collapse: collapse;
    max-width: 100%;
}
.leaderBoardTable tr.leaderBoardTitle td {
    color: rgba(255, 255, 255, 0.7);
    leading-trim: both;
    text-edge: cap;
    font-family: "Ray-Ban Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
    letter-spacing: 0.36px;
    position: relative;
}
.leaderBoardTable tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;

    /* Desktop/H4 */
    font-family: "Ray-Ban Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 36.4px */
}
.recordBorderSeparator {
    position: absolute;
    bottom: -1.5px;
    right: 0;
}
.driverBorderSeparator {
    position: absolute;
    bottom: -1.5px;
    left: 0;
}
.positionBorderSeparator {
    position: absolute;
    bottom: -1.5px;
    left: 2rem;
}
.racePosition {
    padding-left: 2rem;
}
.raceTime {
    text-align: right;
    padding: 1rem 0;
}
.top3Bg {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(159, 2, 11, 0.1) 100%
    );
}
.top3Padding {
    padding-top: 28px;
    padding-bottom: 28px;
}
.formContainer {
    width: 640px;
    max-width: 100%;
    margin-top: 124px;
    margin-bottom: 124px;
    margin-left: auto;
    margin-right: auto;
}
.productSection {
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.39) 35.6%,
            rgba(255, 0, 0, 0.9) 154.06%
        ),
        #121212;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-wrap: wrap;
}
.productSectionLeftContainer {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}
.productSectionTitle {
    color: #fff;

    /* Desktop/Big header */
    font-family: "Ray-Ban Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%; /* 76.8px */
    margin: 24px 0;
}
.product-itemContainer {
    width: 610px;
    max-width: 100%;
}
@media screen and (max-width: 992px) {
    .productSection {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .productSectionLeftContainer {
        margin-bottom: 40px;
    }
    .productSectionLeftContainer,
    .product-itemContainer {
        width: unset;
    }
}
.inline {
    display: inline;
}
.viewMore {
    color: #fff;
    font-family: "Ray-Ban Sans";
    font-size: 14.092px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.707px; /* 225% */
    letter-spacing: 0.705px;
    text-transform: uppercase;
}
.athrillingraceContainer {
    position: relative;
}
.athrillingraceDescContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.athrillingraceInsideDescContainer {
    width: 1290px;
    margin: 160px auto 0;
}
.athrillingraceInsideDesc {
    width: 533px;
    margin: 0 auto;
}
.athrillingraceInsideDescTitle {
    color: #fff;

    /* Desktop/Big header */
    font-family: "Ray-Ban Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 96%; /* 76.8px */
    margin-bottom: 32px;
}
.mb-32 {
    margin-bottom: 32px;
}
.athrillingraceInsideLeftDesc {
    color: #d5d5d5;

    /* Desktop/s paragraph */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}
.athrillingraceInsideRightDesc {
    color: #fff;

    /* Desktop/H4 */
    font-family: "Ray-Ban Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 36.4px */
}
.directionLink {
    color: #fff;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 0.6px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
    .leaderBoardTable {
        max-width: 100%;
    }
    .leaderboard-th {
        font-size: 12px;
        font-weight: 700;
    }
    .leaderboard-tr {
        font-size: 16px;
    }
    .section-products .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-products .col-left,
    .section-products .col-right {
        width: 100%;
    }
    .product-slider-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-store {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .store-list {
        margin-top: 24px;
    }
    .store-list .item {
        width: 33%;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 640px) {
    .product-item {
        width: 100%;
    }
    .leaderBoardTable {
        max-width: 100%;
        width: 100%;
    }
}
.py16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
    .store-list .item {
        width: 50%;
    }
}
@media only screen and (max-width: 640px) {
    .store-list .item {
        width: 100%;
    }
}
/* Masthead */
.masthead-sec a {
    text-decoration: none;
    font-family: "Ray-Ban Sans", sans-serif;
}

.masthead-sec h1,
h2,
h3,
h4 {
    font-family: "Ray-Ban Sans", sans-serif;
}

.nav-line {
    position: relative;
    display: inline-block;
}
.nav-line::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}
.nav-line:hover::after {
    width: 100%;
}

/* Programme Section */
.programme-sec {
    font-family: "Ray-Ban Sans", sans-serif;
}

.arrows {
    width: 30px;
    height: 36px;
    position: absolute;
    left: 3%;
    margin-left: -15px;
    bottom: 30px;
}

.arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/* Responsive */
.programme-bg {
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}
.programme-bg {
    background-image: url("../imgs/microsite/programme-bg-mobile.png");
}
@media (min-width: 768px) {
    .programme-bg {
        background-image: url("../imgs/microsite/programme-bg.png");
    }
}

.rewards-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.rewards-bg {
    background-image: url("../imgs/microsite/rewards-bg-mobile.png");
}
@media (min-width: 768px) {
    .rewards-bg {
        background-image: url("../imgs/microsite/rewards-bg.png");
    }
}

.racemap-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.racemap-bg {
    background-image: url("../imgs/microsite/race-map-mobile.png");
}
@media (min-width: 768px) {
    .racemap-bg {
        background-image: url("../imgs/microsite/race-map-location.png");
    }
}
.ml--18 {
    margin-left: -18px;
}
.mr--18 {
    margin-right: -18px;
}
.zoom:hover {
    transform: scale(1.03);
}

@media screen and (min-height: 700px) {
    .ferrari-header-text {
        margin-top: 0px !important;
    }
}

.button-red {
    background: #f00 !important;
    color: #fff !important;
}
#thank-you{
    padding-bottom: 150px;
}
@media screen and (max-width: 640px) {
    #thank-you{
        padding-bottom: 80px;
    }
    .thankyouMessage{
        display: block;
        max-width: 335px;
        margin-left: auto;
        margin-right: auto;
    }
    .bgRedCandy{
        padding-top: 80px;
    }
    .mb-mobile-80px {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 320px) {
    .thankyouMessage{
        max-width: 300px;
        font-size: 60px;
    }
}