html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Playfair Display', serif;
    background-color: #fff;
    color: #111;
    font-size: 1.6rem;
}

a,
a:hover,
a:visited,
a:active {
    color: #4e4e4e;
    text-decoration: underline;
}

p {
    font-size: 1.6rem;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4.6rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

.special-color {
    color: #e49721;
}

.underline {
    border-bottom: 0.6rem solid #e49721;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.custom-btn,
.custom-btn-2 {
    font-family: 'Playfair Display', serif;
}

.custom-btn {
    display: inline-block;
    padding: 1.2rem 5.5rem 1.8rem 5.5rem;
    background: #000;
    border: none;
    border-radius: 0;
    font-size: 3.7rem;
    color: #fff;
    text-decoration: none;
    transition: all ease 300ms;
}

.custom-btn:hover,
.custom-btn:focus {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.custom-btn-2,
a.custom-btn-2 {
    display: inline-block;
    padding: 2rem 7.5rem;
    background: #f6b44d;
    border: none;
    border-radius: 0;
    font-size: 4.2rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all ease 300ms;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.3);
}

.custom-btn-2:hover,
.custom-btn-2:focus {
    text-decoration: none;
    transform: scale(1.04);
}

.row-equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-equal>[class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mr-auto {
    justify-content: center;
}

.padding-0 {
    padding: 0rem !important;
}

.margin-0 {
    margin: 0rem !important;
}

.section {
    padding: 15px 0;
}

.effect-pulse {
    animation: shadow-pulse 2s ease infinite;
}

.datepicker {
    font-family: 'Open Sans', sans-serif;
}

.heading-section {
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.section {
    padding: 5rem 0;
}

.section-top .container,
.section-form .container,
.section-steps .container {
    padding: 0;
}

.section-top {
    padding: 2.5rem 0;
    background: #fff;
}

.section-top .branding-wrap {}

.section-top .branding-wrap .branding {}

.section-top .branding-wrap img {
    max-width: 100%;
}

.section-top .branding-heading {
    font-family: 'Open Sans', sans-serif;
    margin: 0.8rem 0;
    text-align: right;
    font-size: 1.8rem;
    color: #8d898a;
}

.section-form {
    position: relative;
    padding: 3.5rem 0 6rem 0;
    background: transparent url(../images/backgrounds/bg-1.jpg) top center no-repeat;
    background: url(../images/backgrounds/bg-1.jpg) top center no-repeat, linear-gradient(90deg, rgba(246, 180, 77, 1) 0%, rgba(246, 180, 77, 1) 49%, rgba(224, 220, 223, 1) 51%, rgba(224, 220, 223, 1) 100%);
    background-size: auto 100%;
    min-height: 660px;
}

.section-form .heading-main,
.section-form .list-benefits {
    text-align: center;
}

.section-form .heading-main {
    margin: 0.2rem 0 3rem 0;
    padding: 0 0 0 2.5rem;
    font-size: 5.8rem;
}

.section-form .heading-main strong {
    color: #e49721;
}

.section-form .list-benefits {
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15rem;
    font-size: 2rem;
    font-weight: 500;
}

.section-form .list-benefits .item {
    position: relative;
    padding: 0;
    margin: -1.3rem 0 0 0;
}

.section-form .list-benefits .item:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 1.5rem;
    right: 0.6rem;
    width: 4.5rem;
    height: 4.5rem;
    background: url(../images/icons/icon-check.png) center center no-repeat;
    background-size: cover;
}

.section-form .form-wrap-col {
    margin-bottom: -245px;
}

.section-form .form-wrap {
    position: relative;
    z-index: 2;
    background: #fbb548;
    height: auto;
    margin: 0.5rem 0 0 0;
    padding: 2.5rem;
    box-shadow: 0 0 36px rgba(255, 255, 255, 1);
    min-height: 720px;
    text-align: center;
}

.section-form .form-wrap .heading {
    margin: 0 0 2.5rem 0;
    font-size: 2.5rem;
    font-weight: 300;
}

.section-form .form-wrap .heading strong {
    display: block;
}

.section-form .form-wrap .form-inputs,
.section-form .form-wrap .form-checkboxes,
.section-form-step .form-inputs-p1,
.section-form-step .form-inputs-p2 {
    font-family: 'Open Sans', sans-serif;
}

.section-form .form-wrap .inner-wrap {
    padding: 2.5rem 2.5rem 5.5rem 2.5rem;
    background: #fbcf8a;
}

.section-form .form-wrap .form-input {
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 0.2rem 0.5rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
}

.section-form .form-wrap .form-input-label {
    margin: 2rem 0 0 0;
}

.section-form .form-wrap .form-input-label .form-input {
    margin: 0;
}

.section-form .form-wrap .inner-wrap .row:first-of-type .form-input {
    margin: 0 0 0 0;
}

.section-form .form-wrap .form-input:focus {
    outline: #000 1px solid;
}

.section-form .form-wrap input::placeholder {
    color: #333;
}

.section-form .form-wrap .check-all label,
.section-form .form-wrap .form-checkboxes label {
    font-weight: 400;
    font-size: 1.4rem;
}

.section-form .form-wrap .check-all {
    margin: 2rem 0 0 0;
}

.section-form .form-wrap .check-all label input {
    margin: 0 0.5rem 0 0;
}

.section-form .form-wrap .form-checkboxes .form-checkbox {
    margin: 0 0.2rem 0 0;
}

.section-form .form-wrap .custom-btn {
    margin: -3.5rem 0 3rem 0;
}

.section-form-step {
    position: relative;
    z-index: 2;
    margin: 0 0 -16rem 0;
    padding: 5rem 0;
    background: #e2dee1;
}

.section-form-step .form-step-wrap-col {
    padding: 0;
}

.section-form-step .form-wrap {
    padding: 3.5rem 4.5rem 0 4.5rem;
    background: #fbb548;
    box-shadow: 0 0 36px rgba(255, 255, 255, 1);
}

.section-form-step .form-wrap .heading {
    margin: 0 0 3rem 0;
    font-size: 4.2rem;
}

.section-form-step .form-wrap .inner-wrap {
    padding: 4.5rem 14rem 0 14rem;
    background: #fbcf8a;
}

.section-form-step .form-wrap .form-inputs-p1,
.section-form-step .form-wrap .form-inputs-p2 {
    text-align: center;
}

.section-form-step .form-wrap .form-input-wrap {
    margin: 0 auto;
    max-width: 270px;
}

.section-form-step .form-wrap .form-input {
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 0.2rem 0.5rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
}

.section-form-step .form-wrap .form-input-label {
    margin: 2rem 0 0 0;
}

.section-form-step .form-wrap .form-input-label .form-input {
    margin: 0;
}

.section-form-step .form-wrap .form-input:focus {
    outline: #000 1px solid;
}

.section-form-step .form-wrap .form-submit-wrap {
    text-align: right;
}

.section-form-step .form-wrap .form-submit-wrap .custom-btn {
    margin: 3rem 0 -3rem 0;
}

.section-form-step .objectives-title {
    margin: 0 0 1.5rem 0;
    font-size: 2rem;
    font-weight: 700;
}

.section-form-step .objective-label {
    margin: 0 0 0.5rem 0;
    font-weight: 400;
}

.section-form-step.step-results .container .container {
    width: auto;
    padding: 0;
}

.section-form-step.step-results .proposal-title {
    text-align: center;
}

.section-form-step.step-results .form-wrap .inner-wrap {
    padding-bottom: 1.5rem;
}

.section-form-step.step-results header {
    margin: 0 0 2rem 0;
}

.section-form-step.step-results .row-equal {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.section-form-step.step-results .proposal-loan-info-container:last-of-type .row-equal {
    border: none;
}

.section-form-step.step-results .row-equal img {
    padding: 1.5rem 0;
}

.section-form-step.step-results .row-equal .loan-form-btn {
    display: inline-block;
    padding: 1.5rem 3rem;
    background: #000;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    transition: background ease 400ms;
}

.section-form-step.step-results .row-equal .loan-form-btn:hover {
    background: #fff;
    color: #000;
}

.section-steps {
    padding: 25rem 0 10rem 0;
}

.section-steps .heading-section {
    margin: 0 0 6.4rem 0;
    padding: 0 1.5rem;
}

.section-steps .steps-wrap {
    margin: 0;
}

.section-steps .step-wrap {
    padding: 0;
}

.section-steps .step {
    padding: 2.5rem;
    min-height: 38.5rem;
    background: #fed18a;
}

.section-steps .step-2 {
    background: #f6b44d;
}

.section-steps .step-3 {
    background: #db8d14;
}

.section-steps .step .number {
    margin: -3rem 0 3rem 0;
    line-height: 1;
    font-size: 10rem;
    font-weight: 900;
    color: #fff;
}

.section-steps .step .title {
    margin: 0 0 2.4rem 0;
    font-size: 3.2rem;
    font-weight: 900;
    color: #000;
}

.section-steps .step .desc {
    margin: 0 0 2.4rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

.section-reviews {
    padding: 6rem 0 5rem 0;
    background: #e5e5e5;
}

.section-reviews .heading-section {
    margin: 0 0 5rem 0;
}

.section-reviews .review {
    margin: 0 0 3rem 5.5rem;
    padding: 3rem;
    background: #f1ba64;
}

.section-reviews .review .image-wrap {
    margin-left: -7rem;
}

.section-reviews .review img {
    max-width: 100%;
}

.section-reviews .review .desc {
    padding: 0 2rem 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.8;
}

.section-effects {
    padding: 7rem 0 5rem 0;
}

.section-effects .image-wrap img {
    max-width: 100%;
}

.section-effects .content-wrap {
    margin: 0 -1.5rem 0 0;
    padding: 0 0 0 3rem;
}

.section-effects .heading-section {
    margin: 0 0 3.5rem 0;
    text-align: left;
}

.section-effects .description {
    font-size: 1.8rem;
}

.section-effects .note,
.section-effects .info {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}

.section-effects .note {
    margin: 0 0 3.5rem 0;
}

.section-effects .note strong {
    font-weight: 500;
}

.section-effects .info {
    font-weight: 300;
}

.section-effects .law-note {
    font-family: 'Open Sans', sans-serif;
    margin: 2.5rem 0 0 0;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
}

.section-check {
    padding: 14rem 0 9rem 0;
    background: url(../images/backgrounds/bg-2.png) top center no-repeat;
    background-size: cover;
}

.section-check .btn-wrap {
    text-align: right;
}

.section-check .custom-btn-2,
.section-check a.custom-btn-2 {
    margin: 0 6rem 0 0;
}

.section-footer {
    font-family: 'Open Sans', sans-serif;
    padding: 6rem 0;
    background: #353535;
    color: #818181;
}

.section-footer .menu-wrap {
    margin: 0 0 4.5rem 0;
}

.section-footer .menu-wrap .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-footer .menu-wrap .menu .item {
    display: inline-block;
    margin: 0 3rem 0 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.section-footer .menu-wrap .menu .item,
.section-footer .menu-wrap .menu .item a {
    text-decoration: none;
    color: #818181;
}

.section-footer .menu-wrap .menu .item a:hover {
    text-decoration: underline;
}

.section-footer .footer-note {
    font-size: 1.1rem;
}

.section-footer .footer-note a {
    color: #818181;
}

@media (max-width: 1199px) {
    .section-form-step .form-wrap .inner-wrap {
        padding: 4.5rem 8rem 0 8rem;
    }
    .section-steps .step .number {
        font-size: 9rem;
    }
    .section-steps .step .title {
        font-size: 3rem;
    }
    .section-reviews .review .desc {
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .section-effects .heading-section,
    .section-effects .note {
        margin: 0 0 2rem 0;
    }
    .section-effects .info {
        font-size: 1.7rem;
        line-height: 1.6;
    }
    .section-check {
        padding: 14rem 0 9rem 0;
        background-position: top left;
    }
}

@media (max-width: 991px) {
    .d-flex {
        display: block !important;
        width: 100%;
        text-align: center;
    }
    .section-form-step .form-wrap .custom-btn {
        padding: 1.2rem 4.5rem 1.8rem 4.5rem;
        font-size: 3.2rem;
    }
    .section-top .branding-wrap .branding,
    .section-top .branding-heading {
        text-align: center;
    }
    .section-form {
        background-position: top right;
    }
    .section-form .heading-main,
    .section-form .list-benefits {
        padding: 0;
    }
    .section-form-step.step-results .row-equal img {
        max-width: 420px;
        margin: 0.5rem auto 0 auto;
        padding: 0;
    }
    .section-steps .step {
        min-height: auto;
        text-align: center;
    }
    .section-reviews .heading-section {
        margin: 0 0 7rem 0;
    }
    .section-reviews .review {
        margin: 0 0 6rem 0;
        text-align: center;
    }
    .section-reviews .review .image-wrap {
        margin: -6rem 0 0 0;
    }
    .section-reviews .review .desc {
        padding: 3rem 0 0 0;
    }
    .section-check {
        background-position: top left -5rem;
    }
    .section-check .custom-btn-2,
    .section-check a.custom-btn-2 {
        margin: 0 2.5rem 0 0;
    }
    .section-effects,
    .section-effects .heading-section {
        text-align: center;
    }
    .section-effects .info {
        margin: 0 0 3rem 0;
    }
    .section-effects .content-wrap {
        margin: 0;
        padding: 0;
    }
    .section-check {
        padding: 22rem 0 4rem 0;
        background-position: top left -14rem;
    }
    .section-check .btn-wrap {
        text-align: center;
    }
    .section-check .custom-btn-2,
    .section-check a.custom-btn-2 {
        margin: 0;
        padding: 2rem 4.5rem;
        font-size: 3.2rem;
    }
    .section-footer {
        padding: 4rem 0;
    }
    .section-footer .menu-wrap {
        margin: 0 0 3.5rem 0;
    }
    .section-form-step.step-results .proposal-title {
        font-size: 3.4rem;
    }
    .section-form-step.step-results .confirm-title {
        font-size: 3.2rem;
    }
}

@media (max-width: 767px) {
    .section-form-step .form-wrap .heading,
    .section-form-step .form-wrap .form-submit-wrap {
        text-align: center;
    }
    .section-form-step .form-wrap {
        padding: 3.5rem 3.5rem 0 3.5rem;
    }
    .section-form-step .form-wrap .inner-wrap {
        padding: 4.5rem 2rem 0 2rem;
    }
    .section-form-step .form-wrap .custom-btn {
        padding: 1.2rem 3.5rem 1.8rem 3.5rem;
        font-size: 2.2rem;
    }
    .section-form {
        padding: 2.5rem 0 6rem 0;
    }
    .section-form .heading-main {
        margin: 0.2rem 0 2rem 0;
        font-size: 3.8rem;
    }
    .section-form .list-benefits {
        margin: 0 0 2.5rem 0;
    }
    .section-form-step.step-results .row-equal img {
        max-width: 290px;
    }
    .custom-btn {
        font-size: 3rem;
    }
    .section-steps {
        padding: 23rem 0 7rem 0;
    }
    .section-steps .heading-section {
        margin: 0 0 4.6rem 0;
    }
    .section-steps .step .number {
        margin: -2rem 0 1rem 0;
        font-size: 8rem;
    }
    .section-reviews {
        padding: 4.5rem 0 0 0;
    }
    .section-effects {
        padding: 4rem 0 5rem 0;
    }
}

@media (max-width: 600px) {
    .section-top .main-heading {
        font-size: 2.4rem;
    }
    .section-top .sub-heading {
        font-size: 2.2rem;
    }
}


/* NORMAL PAGE */

.normal-page-wrap,
.normal-page {
    padding: 3rem 0;
    background: #f1f1f1;
}

.normal-page-wrap .inner-wrap {
    padding: 3rem 2.5rem;
    background: #fff;
}

.normal-page-wrap .normal-page-heading {
    margin: 2rem 0 3rem 0;
    font-size: 3.6rem;
    font-weight: 600;
}

.normal-page-wrap h2,
.normal-page-wrap h3,
.normal-page-wrap h4,
.normal-page-wrap h5,
.normal-page-wrap h6 {
    margin: 1em 0 1em 0;
    font-weight: 600;
}

.normal-page-wrap p {
    margin: 0 0 2.5rem 0;
    font-size: 2.1rem;
    font-weight: 500;
    text-align: justify;
}

.normal-page-wrap img {
    max-width: 100%;
    margin: 0 0 2.5rem 0;
}

.normal-page-wrap .featured-image {
    margin: 1.5rem 0 3rem 0;
}

.normal-page-wrap ul {
    list-style: none;
    padding: 0 0 0 2rem;
}

.normal-page-wrap ul li {
    padding: 0 0 0 2rem;
    position: relative;
}

.normal-page-wrap ul li:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 1rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #ff9602;
}

.normal-page-wrap .loan-form-btn {
    margin: 1.5rem 0;
}

@media (max-width: 991px) {
    .normal-page-wrap .inner-wrap {
        padding: 2.5rem;
    }
    .normal-page-wrap .vertical-align-center {
        display: block;
    }
    .normal-page-wrap p {
        margin: 0 0 1.6rem 0;
        font-size: 1.8rem;
    }
    .normal-page-wrap img {
        margin: 0 0 2rem 0;
    }
    .normal-page-wrap .featured-image {
        margin: 1rem 0 2rem 0;
    }
}


/* FORM LOADER */

.multi-step-form {
    position: relative;
}

.form-loader-wrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
    background: rgba(255, 255, 255, .8);
    border-radius: 0.3rem;
    padding: 1em;
    vertical-align: top;
    font-size: 4.4rem;
    text-align: center;
    -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
    -o-transition: .3s color, .3s border, .3s transform, .3s opacity;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
    will-change: display;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.form-loader-info {
    padding: 8% 0 0 0;
    font-size: 3.8rem;
    color: #111;
}

.form-loader-info .heading {
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.form-loader-content {
    top: 43%;
    position: relative;
    background-image: url("../images/msf-spinner-orange.gif");
    background-size: cover;
    width: 10rem;
    height: 10rem;
    margin: auto;
    top: calc(50% - 5rem);
}


/* COOKIE BAR START */

#cookieBarDiv {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    z-index: 99999;
}

#cookieBarDiv,
#cookieBarDiv a {
    color: #fff;
}

#cookieBarDiv a {
    text-decoration: underline;
}

#cookieBarDiv .cookieBarDivContainer {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
}

#cookieBarDiv button {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1.5rem;
    margin-top: 0.3rem;
    border-radius: 0.5rem;
    color: #111111;
    padding: 0.3rem 1rem;
    border: none;
}


/* COOKIE BAR END */


/* CLAUSE STYLES */

.clause-description {
    z-index: 2147483647;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 305px;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(187, 187, 187);
    border-radius: 0;
    font-family: Ubuntu;
    font-size: 11px;
    color: rgb(85, 85, 85);
    text-align: center;
}

.clause-description a:first-child {
    display: block;
    float: right;
    font-weight: bold;
}

.clause-description {
    width: 100% !important;
    top: 0 !important;
}

.clause-description a {
    color: #808080 !important;
    font-weight: 400;
}


/* ERRORS */

.error-info {
    background-color: #ff0000;
    color: white;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 900 !important;
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

label.error {
    margin: 0.2rem 0.2rem 0 0.2rem;
    color: #ff0000 !important;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
}


/* COUNTER */

.rdr-counter-wrap {
    font-size: 2.2rem;
}

.rdr-counter {
    display: inline-block;
    font-weight: 600;
}


/* TOOLTIPS */

.tooltip {
    top: -1.5rem !important;
    width: 100%;
}

.tooltip .tooltip-inner {
    padding: 1rem;
    max-width: 48rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, .2);
    box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, .2);
    background: #21395c;
    color: white;
    font-size: 1.2rem;
}

.tooltip .tooltip-arrow {}

.tooltip.top .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #21395c;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #21395c;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #21395c;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #21395c;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #21395c;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #21395c;
}


/* TOOLTIPS */


/* DATEPICKERS */

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover {
    background: #40B55C;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}