@charset "UTF-8";
/* CSS Document */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#C8C9C7;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#006FCF}


/*
  IMPORTANT: Remove the selector below when adding more than one venue to the Europe Carousel.
  This selector is centering OVO Arena Wembley while it's the only venue in the carousel.
*/
#benefitsCarousel .owl-stage {
  margin: 0 auto;
}

.owl-carousel.owl-drag .owl-item {
  padding: 0 10px;
}

div.owl-stage {
  height: 300px;
  padding: 20px 0 0 0;
}

div.slides {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

div.benefit-slide-content {
  padding: 30px 20px 20px;
}

#benefitsCarousel div.image {
    DISPLAY: NONE;
  width: 45%;
  display: flex;
  align-items: center;
}

#benefitsCarousel div.copy {
  width: 100%;
  text-align: center;
}

#benefitsCarousel .copy h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 10px;
}

#benefitsCarousel .copy h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #006FCF;
  margin-bottom: 10px;
}

#benefitsCarousel .copy p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  padding: 0;
}

#benefitsCarousel li {
  margin-bottom: 7px;
}

#benefitsCarousel .copy a.benefit-link {
  display: block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: underline;
  color: #006FCF;
}

/* Overall with of carousel container */
#benefitsCarousel {
  /* max-width: 992px;
  width: 95%; */
  margin: 0 auto;
  padding: 10px 0 0 0;
}

/* Nav Arrow Styling */
.owl-theme .owl-nav {
  margin-top: 0px;
}

.owl-theme .owl-nav img {
  width: 24px;
}

.owl-theme .owl-nav span {
  font-size: 8px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Styling each prev and next arrows */
button.owl-prev {
  position: absolute;
  left: -50px;
  top: calc(50% - 10px);
}

.owl-prev {
  -webkit-font-smoothing: antialiased !important;
  color: #016fd0 !important;
  font-size: 60px !important;
}

button.owl-next {
  position: absolute;
  right: -50px;
  top: calc(50% - 10px);
}

.owl-next {
  -webkit-font-smoothing: antialiased !important;
  color: #016fd0 !important;
  font-size: 60px !important;
}

div.owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot {
    width: 25px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 15px;
    height: 15px;
    margin: 3px 7px;
}














@font-face {
    font-family: "BentonSans-Cond-Md";
    src: url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot");
    src: url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-2.eot?") format("embedded-opentype"), url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-3.woff") format("woff"), url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-1.ttf") format("truetype"), url("https://www.aexp-static.com/nav/ngn/fonts/66edbae4-0c00-4453-9c58-c0c4cb412064-4.svg#web") format("svg");
    font-style: normal;
    font-weight: 900;
}

h1 {
    font-family: 'BentonSans-Cond-Md', Helvetica Neue, Helvetica, sans-serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

h2 {
    font-family: 'BentonSans-Cond-Md', Helvetica Neue, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.hide {
    display: none!important;
}
  
.mobhide {
    display: block;
}
  
.dskhide {
    display: none;
}

.btn {
    display: inline-block !important;
}

.btn i {
    display: none;
}

.f1-hero {
    padding: 70px 0 60px;
}

.f1-hero > .container {
    max-width: 1380px !important;
}

.f1-hero .card-img-bg.hidden-md-down,
.f1-hero .card-img-bg.hidden-sm-down {
    background-position: left bottom;
}

.f1-hero .card-img-bg.hidden-md-up {
    background-position: center bottom;
}

.f1-hero .hero-logos {
    margin-bottom: 50px;
}

.f1-hero .hero-logos img {
    width: 253px;
}

.f1-hero h1 {
    position: relative;
}

.heading-ribbon {
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
    width: 217px;
    height: 45px;
    background: url('/content/dam/amex/en-us/benefits/membership/experiences/formula-1/2025/images/heading-ribbon.svg');
    background-size: contain;
    z-index: 9;
}

.heading-text {
    position: relative;
    z-index: 10;
}

.f1-hero .richtext {
    max-width: 550px;
}

.perks {
    padding: 40px 0 0;
}

.perks > .container {
    max-width: 1440px !important;
    padding: 0 20px;
}

.perks * {
    text-align: center;
}

.perks-carousel-container .card-img-bg {
    border-radius: 8px;
}

.perks p {
    max-width: 800px;
    margin: 0 auto;
}

.perks-carousel-container {
    padding: 40px 75px 60px;
}

.perks-carousel-container > .container {
    max-width: 100% !important;
}

#benefitsCarousel .slides img {
    display: block;
    width: 46px;
    margin: 0 auto 15px;
}

#benefitsCarousel h4 {
    font-weight: 900;
    text-transform: uppercase;
    color: #00175A;
    margin-bottom: 15px;
}

#benefitsCarousel a {
    color: #006FCF;
}

#benefitsCarousel p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}

.races-filter-container {
    padding: 40px 0;
}

.races-filter-container h2 {
    text-align: right;
    color: #00175A;
    margin: 7px 10px 0 0;
}

#races-dropdown {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 375px;
    max-width: 100%;
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    background: #ffffff url('/content/dam/amex/en-us/benefits/membership/experiences/formula-1/2025/images/icons/select-arrow.svg') no-repeat calc(100% - 12px) 18px;
    border: 1px solid #ddd;
    border-radius: 4px;;
    padding: 12px 32px 10px 17px;
    z-index: 9;
}

/* MEGA CARD */

.mega-card-container > .container {
    max-width: 1440px !important;
}

#race-mega-card {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    margin: 0 auto 20px;
    overflow: hidden;
    z-index: 10;
}

.mega-card-close {
    position: absolute;
    cursor: pointer;
}

.mega-card-close.desktop {
    top: 55px;
    right: 50px;
}

.mega-card-close.mobile {
    display: none;
    top: 20px;
    right: 20px;
}

.selected-race-content {
    width: 100%;
    display: flex;
}

.selected-race-content .race-images {
    width: 40%;
    border-radius: 0;
}

.selected-race-content .race-round {
    font-size: 19px;
    padding: 5px 7px 4px;
}

.selected-race-content .race-image {
    display: block;
    object-fit: cover;
    height: 100%;
}

.selected-race-content .race-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    width: 60%;
    padding: 50px;
    border: 0;
}

.selected-race-content .race-content * {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
}

.selected-race-content .race-title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 700;
    color: #00175A;
    margin-bottom: 25px;
}

.selected-race-content .race-description {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

.selected-race-content .race-icons {
    margin: 30px 0 20px -20px;
}

.selected-race-content .race-icons .icon.grey {
    display: none;
}

.selected-race-content .race-icons .icon.blue {
    display: inline-block;
}

.selected-race-content .race-icons img {
    margin-bottom: 7px;
}

.selected-race-content .race-icons li {
    width: 140px;
    text-align: center;
    vertical-align: top;
    margin: 0 0 30px;
    padding: 0px 10px;
}

.selected-race-content .race-icon-tooltip {
    display: block;
    position: static;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #00175A;
    background: transparent;
    margin: 0 0 5px;
    transform: none;
    white-space: normal;
}

.selected-race-content .race-icon-tooltip::after {
    display: none;
}

.selected-race-content .race-icon-description {
    /* display: block; */
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.selected-race-content a {
    display: none;
}

.selected-race-content .race-disclaimer  {
    display: block;
    position: absolute;
    bottom: 50px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}

/* RACES LISTS */

.races-ribbon-bg {
    position: absolute;
    right: -170px;
    top: 30px;
    z-index: 1;
}

.past-races-container {
    padding-bottom: 30px;
}

.past-races-container h2 {
    text-align: center;
    color: #00175A;
    border-top: 1px solid #A8A8A8;
    padding: 20px 0;
    margin: 25px 0 30px;
}

.races-filter-container > .container,
.upcoming-races-container > .container,
.past-races-container > .container {
    max-width: 1440px !important;
    padding: 0 20px !important;
}

.upcoming-races-list,
.past-races-list {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: grid; 
    grid: auto auto / calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px); 
    grid-gap: 20px;
    margin: 0 auto;
    z-index: 2;
}

.upcoming-races-list {
    margin-bottom: 20px;
}

.past-races-list {
}

.race {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.race-details {
    font-family: 'BentonSans', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
}

.race-images {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.race-images,
.race-image {
    display: block;
    width: 100%;
}

.race-round {
    position: absolute;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'BentonSans';
    font-weight: 900;
    color: #fff;
    background: #E10600;
    border-radius: 8px 0 0 0;
    padding: 3px 6px 2px;
}

.race-content {
    border-top: 4px solid #E10600;
    padding: 20px 20px 40px;
}

.race-icons {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.race-icons li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-right: 13px;
}

.race-icons li:last-child {
    margin-right: 0;
}

.race-icons li img {
    width: 22px;
    height: 22px;
}

.race-icons li .icon.blue {
    display: none;
}

.race-icon-tooltip,
.race-icon-description {
    display: none;
    margin: 0;
}

.race-icon-tooltip {
    display: none;
    position: absolute;
    top: -25px;
    left: 50%;
    white-space: nowrap;
    background: #ECEDEE;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: top .3s;
}

.race-icons li:hover .race-icon-tooltip {
    display: block;
    top: -30px;
}

.race-icons li:hover .icon.grey {
    display: none;
}

.race-icons li:hover .icon.blue {
    display: inline-block;
}

.race-icon-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ECEDEE;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.race-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #006FCF;
    margin: 0 0 10px;
}

.race-date {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #53565A;
    margin: 0 0 5px;
}

.race-description {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 5px;
}

.race a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #006FCF;
}

.race-disclaimer {
    display: none;
}

.academy {
    padding: 140px 0 150px;
    overflow: hidden;
}

.academy > .container {
    max-width: 1440px !important;
}

.academy > .container > .row {
    display: flex;
    justify-content: right;
}

.academy > .container > .row > .col-md-12 {
    max-width: 590px;
    position: static;
}

.academy * {
    text-align: left;
}

.academy .car-image {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 1170px;
}

.academy .car-image.mobile {
    display: none;
}

.academy .logos {
    position: absolute;
    top: 0;
    right: calc(100% + 25px);
    width: 250px;
}

.academy h2 {
    color: #00175A;
}

.store {
    padding: 100px 0 80px;
}

.store .richtext {
    max-width: 900px;
    margin: 0 auto;
}

.store h2 {
    text-align: center;
}

.store i {
    display: none;
}

.store .col-md-6:first-of-type .button {
    text-align: right;
}

.store .btn {
    width: 185px;
}

.experiences {
    padding: 110px 0 90px;
}

.experiences .richtext {
    max-width: 450px;
    margin: 0 auto;
}

.experiences h2 {
    position: relative;
    color: #00175A;
    text-align: center;
}

.experiences .button {
    text-align: center;
}

.terms-and-conditions {
    padding: 50px 0;
}

.terms-and-conditions * {
    font-size: 13px;
    line-height: 20px;
}

.terms-and-conditions ol > li::marker {
    font-weight: bold;
}

.terms-and-conditions a i {
    display: none;
}

@media (max-width: 1399px) {
    .academy .car-image {
        width: 800px;
    }
}

@media (max-width: 1299px) {
    div.slides {
        height: 400px;
    }
}

@media (max-width: 1099px) {
    div.slides {
        height: 450px;
    }
}

@media (max-width: 1023px) {
    .perks-carousel-container {
        padding: 40px 35px 60px;
    }
    .upcoming-races-list, .past-races-list {
        grid: auto auto / calc(50% - 10px) calc(50% - 10px);
    }

    .academy {
        padding: 60px 0 30%;
    }
    
    .academy > .container > .row > .col-md-12 {
        margin: 0 auto;
    }

    .academy .car-image.desktop {
        display: none;
    }

    .academy .car-image.mobile {
        display: block;
    }

    .academy .car-image {
        width: 100%;
        bottom: -10px;
    }

    .academy .car-image img {
        width: 100%;
    }

    .academy .logos {
        position: static;
        margin: 0 auto 30px;
    }

    .academy * {
        text-align: center;
    }
}

@media (max-width: 899px) {
    div.slides {
        height: 500px;
    }
}

@media (max-width: 799px) {
    div.slides {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .dskhide {
        display: block;
    }

    .mobhide {
        display: none;
    }

    h1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .heading-ribbon {
        left: 0;
    }

    .button {
        text-align: center;
    }

    .btn {
        width: auto;
    }

    /* Text centering on mobile */
    .f1-hero * {
        text-align: center !important;
        margin: 0 auto;
    }

    .f1-hero {
        padding: 50px 0 52%;
    }

    .f1-hero .hero-logos img {
        width: 180px;
    }

    .perks-carousel-container {
        padding: 40px 10px 90px;
    }

    div.slides {
        height: 400px;
    }

    div.owl-dots {
        bottom: -60px;
        width: 210px;
    }

    .owl-nav {
        display: flex;
        position: absolute;
        bottom: -61px;
        left: 50%;
        width: 293px;
        justify-content: space-between;
        transform: translateX(-50%);
    }

    button.owl-prev,
    button.owl-next {
        position: static;
    }

    .races-filter-container h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    #races-dropdown {
        width: 100%;
        margin: 0 auto;
    }

    .mega-card-container > .container {
        padding: 0 20px !important;
    }

    .mega-card-close.mobile {
        display: block;
        top: 10px;
        right: 10px;
    }

    .mega-card-close.desktop {
        display: none;
    }

    .selected-race-content {
        display: block;
    }

    .selected-race-content .race-content {
        border-top: 4px solid #E10600;
    }
    
    .selected-race-content .race-images {
        width: 100%;
    }
    
    /* .selected-race-content .race-image.large {
        display: none;
    } */
    
    .selected-race-content .race-image.small {
        display: block;
    }

    .selected-race-content .race-content {
        width: 100%;
        padding: 20px 20px 40px;
    }

    .selected-race-content .race-title {
        margin-bottom: 15px;
    }

    .selected-race-content .race-icons {
        width: 100%;
        text-align: center;
        margin: 10px auto 20px;
    }

    .selected-race-content .race-icons li {
        width: 49%;
    }

    .selected-race-content .race-disclaimer {
        bottom: 30px;
    }

    .races-filter-container {
        padding: 40px 0 62px;
        margin-bottom: -13px;
        overflow: hidden;
    }

    .races-ribbon-bg {
        right: -77px;
        top: 64px;
        width: 214px;
    }

    .upcoming-races-container {
        overflow: hidden;
    }

    .past-races-container {
        padding-bottom: 0;
    }

    .upcoming-races-container > .container,
    .past-races-container > .container {
        padding: 0 20px !important;
    }

    .upcoming-races-list,
    .past-races-list {
        display: block;
    }

    .race {
        margin-bottom: 20px;
    }

    .store {
        padding: 40px 0 10px;
    }

    .store h2 {
        max-width: 250px;
        margin: 0 auto;
    }

    .store a i {
        display: none;
    }

    .store .col-md-6:first-of-type .button {
        text-align: center;
    }

    .store .button {
        padding-bottom: 10px;
    }

    .store .btn {
        width: 100%;
    }

    .experiences {
        padding: 60px 0 40px;
    }
}

/* #race-mega-card:focus {
    outline: 3px solid #000;
} */

#benefitsCarousel a:focus,
.race a:focus {
    outline: 1px dashed #000;
}