.section-hero-index{
    background-color: #471c51;
    /*background-image: url("../img/index/bg-hero-index.jpg");*/
    background: radial-gradient(circle at center bottom, rgba(138,43,133,1) 0%, rgba(42,27,56,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}
.section-hero-index h1{
    font-family: var(--font-oswald);
    font-size: 30px;
    font-weight: normal;
    line-height: 1.6;
    color: #f840f2;
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .section-hero-index h1{
        font-size: 42px;
    }
}
p.subheading-301km{
    font-family: var(--font-raleway);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
}

@media (min-width: 768px) {
    .section-hero-index h1{
        font-size: 42px;
    }
}
.c-yellow{
    color: #feea58 !important;
}
.text-plus{
    font-family: var(--font-raleway);
    font-size: 22px;
    font-weight: 500;
    line-height: 2.23;
    letter-spacing: 1.08px;
    color: #fee65c;
}
.img-reece{
    width: 115px;
    height: 115px;
}
@media (min-width: 768px) {
    .img-reece{
        width: 152px;
        height: 152px;
    }
}
.frame-name{
    font-family: var(--font-raleway);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #f640f1;
    line-height: 10px;
}
.frame-img{
    margin-bottom: 15px;
}

.register-301km .form-control{
    height: 70px;
    border-radius: 45px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    font-family: var(--font-raleway);;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.5;
    color: #2a1d38;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    transition: all 250ms linear;
    padding-right: 35px;
    text-align: center;
}
.register-301km .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2a1d38;
    opacity: 1;
    transition: all 250ms linear;
    font-style: italic;
}
.register-301km .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #2a1d38;
    opacity: 1;
    transition: all 250ms linear;
    font-style: italic;
}
.register-301km .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #2a1d38;
    opacity: 1;
    transition: all 250ms linear;
    font-style: italic;
}
.register-301km .form-control:-moz-placeholder { /* Firefox 18- */
    color: #2a1d38;
    opacity: 1;
    transition: all 250ms linear;
    font-style: italic;
}

.register-301km .form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0;
}
.register-301km .form-control:focus::-moz-placeholder { /* Firefox 19+ */
    opacity: 0;
}
.register-301km .form-control:focus:-ms-input-placeholder { /* IE 10+ */
    opacity: 0;
}
.register-301km .form-control:focus:-moz-placeholder { /* Firefox 18- */
    opacity: 0;
}
.register-301km .form-control:focus, .register-301km .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: solid 1px #e65cf1;
}

.svg-required{
    position: absolute;
    right: 18px;
    top: calc( 50% - 4px );
    height: 8px;
    width: 8px;
}
.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid{
    background-position: right calc(1.375em + .1875rem) center;
}
.modal-intent-img{
    height: 300px;
    background-image: url("../img/index/money-money.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ft{
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
}
.ft-caption{
    font-size: 14px;
    text-transform: uppercase;
    color: #f640f1 !important;
    padding-top: 7px;
}
.ft-light .ft-digit{
    background: transparent;
    color: #ffca58 !important;
    font-weight: normal;
    border: 0;
}
.ft-delimiter{
    color: #ffca58 !important;
    margin: 0 14px;
}
.ft-blink{
    animation: blink 1s linear infinite;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}
.register-notice-text{
    font-family: var(--font-raleway);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.85;
    color: #d09ede;
}
.register-notice-text b{
    font-weight: 700;
}