@font-face {
    font-family: 'Cupra-Medium';
    src: url("/vp_pages/themes/cupra/assets/fonts/Cupra-Medium.eot");
    src:
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Medium.eot?#iefix") format("embedded-opentype"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Medium.woff2") format("woff2"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Medium.woff") format("woff"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Medium.ttf") format("truetype"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Medium.svg#Cupra-Medium'") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cupra-Regular';
    src: url("/vp_pages/themes/cupra/assets/fonts/Cupra-Regular.eot");
    src:
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Regular.eot?#iefix") format("embedded-opentype"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Regular.woff2") format("woff2"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Regular.woff") format("woff"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Regular.ttf") format("truetype"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Regular.svg#Cupra-Regular'") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cupra-Book';
    src: url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.eot");
    src:
            url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.eot?#iefix") format("embedded-opentype"),
            url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.woff2") format("woff2"),
            url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.woff") format("woff"),
            url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.ttf") format("truetype"),
            url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.svg#Cupra-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cupra-Light';
    src: url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.eot");
    src:
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.eot?#iefix") format("embedded-opentype"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.woff2") format("woff2"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.woff") format("woff"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.ttf") format("truetype"),
        url("/vp_pages/themes/cupra/assets/fonts/Cupra-Light.svg#Cupra-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    background-color: #f8f8f8;
}

body {
    font-family: 'Cupra-Book', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #242221;
}

h1, h2, h3, .footer p, .legal-list a {
    font-family: 'Cupra-Light', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 1.875rem;
}

h2 {
    font-size: 1.5625rem;
}

h4 {
    font-family: 'Cupra-Regular', sans-serif;
    font-weight: 500;
}

a {
    transition: all .3s ease-in;
    color: #242221;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #0056b3;
    text-decoration: none;
}

a img {
    line-height: 0;
    vertical-align: middle;
}

small {
    opacity: .8;
}

.small, .bumper-ad__tc {
    font-size: .9rem !important;
    color: #666;
}

.small-title, .evhc-title, .ui-dialog .ui-dialog-title, .bumper-ad__title {
    font-family: 'Cupra-Regular', sans-serif;
    font-weight: 350;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #000;
    padding-bottom: 1rem;
    margin-top: 0;
}

.two-way-messaging .small-title {
    padding-bottom: 0;
}

.ui-dialog .ui-dialog-title {
    padding-bottom: 0;
}

.constraint {
    margin: 0 auto;
    max-width: 1436px;
    width: 100%;
    padding: 2.5rem 5vw;
}

.main .constraint {
    padding: 2.5rem 5vw .5rem;
}

.footer .constraint {
    padding: 1rem 5vw;
}

.flex-container {
    flex-direction: column;
}

.flex--space-between {
    justify-content: space-between;
}

.flex-section {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
}

.flex-53, .flex-44 {
    width: 100%;
}

.header {
    background: #1B1B1B;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #75787b
}

.header .constraint {
    max-width: 1436px;
    width: 100%;
    padding: 1rem;
}

.header__logo {
    width: 154px;
    height: 32px;
    background-color: #FFF;
    mask: url(/vp_pages/themes/cupra/assets/images/logo-cupra.svg) no-repeat 100% 100%;
    -webkit-mask: url(/vp_pages/themes/cupra/assets/images/logo-cupra.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.dark {
    background: #1B1B1B;
}

.light {
    background-color: #fff;
}

.hero__container {
    margin: 0 auto;
    max-width: 1436px;
}

.hero__text-container {
    color: #a3a3a3;
}

.hero__text-title {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.07;
    margin: 0 0 1rem;
}

.hero__text-container p {
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 .5rem;
}

.details-table {
    border-width: 0;
    margin: 1.0625rem 0 0;
    line-height: 1.25;
}

.details-table tr, .details-table tr:nth-of-type(even) {
    background: transparent;
}

.details-table tr td {
    padding: .9375rem 0 .9375rem;
}

.details-table__title {
    width: 10rem;
    font-weight: 350;
    color: #666;
}

.details-table__detail {
    font-weight: 350;
    color: #1b1b1b;
    font-family: Cupra-Regular, Arial, sans-serif;
}

.orb--red {
    background-color: #d7122b;
}

.cta--primary, .evhc-cta--primary, .evhc-cta--secondary, .js-evhc-reject, input[type="button"],
input[type="submit"], #js-document-verification_unlock__btn, .ui-widget.ui-widget button,
.evhc-summary .cta--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    padding: .75rem 1rem 1rem 1rem;
    background-color: #1b1b1b;
    color: #fff;
    border: 1px solid #1b1b1b;
    font-family: 'Cupra-Regular', sans-serif;
    text-align: center;
    line-height: normal;
    font-size: 1rem;
    font-weight: 400;
    min-width: 8.5rem;
    transition: none;
    -webkit-font-smoothing: antialiased;
}

.cta--primary:hover, .cta--primary:focus, .evhc-cta--primary:hover, .evhc-cta--primary:focus,
#js-document-verification_unlock__btn:hover, #js-document-verification_unlock__btn:focus,
.ui-widget.ui-widget button:hover, .ui-widget.ui-widget button:focus {
    border: 1px solid #494949;
    background-color: #494949;
    color: #fff;
}

.evhc-cta--secondary, .js-evhc-reject, .evhc-summary .cta--primary  {
    background-color: transparent;
    color: #242221;
    border: 1px solid #242221;
}

.evhc-cta--secondary:hover, .evhc-cta--secondary:focus, .js-evhc-reject:hover, .js-evhc-reject :focus,
.evhc-summary .cta--primary:focus, .evhc-summary .cta--primary:hover {
    background-color: transparent;
    color: rgb(36 34 33 / 60%);
    border: 1px solid rgba(36, 34, 33, 0.6);
}

.booking-cta-container {
	margin: 2rem 0 0;
}

.box, .evhc-approval-form {
	background-color: #f4f4f3;
	border: none;
    padding: 1.5rem;
}

.box p {
    font-size: 1rem !important;
}

.box label {
    font-family: 'Cupra-Medium', Arial, sans-serif;
    color: #777;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0.9375rem;
}

.staff-bio p {
    font-size: 1rem;
    margin: 0;
}

.photo-gallery {
	margin: 2rem auto;
}

#js-custom_content {
    margin: 2rem 0;
}

input[type=text], textarea, select {
    min-height: 3.4375rem;
    padding: 1rem;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #0F0F0F;
    font-family: Cupra-Regular, Arial, sans-serif;
}

input[type=text]:focus, textarea:focus, input[type=checkbox]:focus, select:active {
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.evhc-summary {
    padding: 0;
    margin-bottom: 0;
    background: #EDEDED;
}

.evhc-summary .constraint {
    padding: 2rem 5vw
}

.evhc-summary p {
    padding-bottom: 1rem;
    font-family: 'Cupra-Regular', sans-serif;
    font-weight: 350;
    font-size: 1.25rem;
    color: #000;
}

.evhc-summary-text--red {
    color: #D7122B;
}

.evhc-table {
    border: none;
}

.evhc-table__head, .evhc-table__total {
    background: #242221;
    color: #fff;
    font-family: Cupra-Regular, sans-serif;
}

.evhc-table__cat {
    background-color: #f4f4f3;
}

th, td {
    border-bottom: 1px solid #d1d1d1;
}

#js-document-verification__form li {
    word-wrap: break-word;
}

#js-document-verification__form p {
    margin-top: 0;
}

#js-document-verification_modal__dialog ul {
    list-style-type: none;
}

#js-document-verification_modal__dialog li {
    margin-left: 0;
}

.ui-widget {
    font-family: 'Cupra-Book', sans-serif !important;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #242221;
}

.cookies__dropdown label {
    font-family: 'Cupra-Regular', sans-serif;
    font-weight: 500;
}

.footer {
    width: 100%;
    color: #242221;
    background-color: #fff;
    padding: 2rem 0;
    margin: 0;
    border-top: 1px solid #dbdbdb;
}

.footer .flex-container {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-basis: auto;
}

.footer a {
    color: #242221;
}

.footer a:hover, .footer a:focus {
    color: #242221;
    text-decoration: none;
}

.social {
    text-align: left;
}

.social .icon {
    font-size: 1.5rem;
    margin: 0 1rem;
    transition: none;
}

.social .ion-social-facebook {
    margin-left: 0;
}

.social .ion-email {
    margin-right: 0;
}

.footer p, .legal-list a {
	font-size: 0.875rem;
}

.footer p {
    margin: 0;
}

.legal-list {
    margin: 0;
    padding: 0;
}

.legal-list a {
    text-decoration: none;
}

.legal-list__item {
    display: block;
    text-align: center;
}

.legal-list__item:not(:last-of-type)::after {
    content: "";
    padding: 0;
}

.widget-2wm-content-container h3 {
    font-family: 'Cupra-Regular', sans-serif !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 47.75em) {
    h1 {
        font-size: 2.5rem;
    }

    .small-title, .evhc-title, .ui-dialog .ui-dialog-title, .evhc-summary p, .bumper-ad__title {
        font-size: 1.5rem;
    }

    .flex--end {
        justify-content: flex-end;
    }

    .constraint {
        padding: 2.5rem 4.18vw;
    }

    .main .constraint {
        padding: 2.5rem 4.18vw .5rem;
    }

    .evhc-summary .constraint {
        padding: 2rem 4.18vw
    }

    .footer .constraint {
        padding: 1rem 4.18vw;
    }
}

@media screen and (min-width: 64em) {
    h1 {
        font-size: 3rem;
    }

    .small-title, .evhc-title, .ui-dialog .ui-dialog-title, .evhc-summary p, .bumper-ad__title {
        font-size: 1.875rem;
    }

    .constraint {
        padding: 4rem 3.14vw;
    }

    .main .constraint {
        padding: 2.5rem 4.18vw 2rem;
    }

    .evhc-summary .constraint {
        padding: 2rem 3.14vw
    }

    .footer .constraint {
        padding: 1rem 4.18vw;
    }

    .flex-container {
        flex-direction: row;
    }

    .flex-44 {
        width: 44%;
    }

    .flex-53 {
        width: 53%;
    }

    .header .constraint {
        padding: 1rem 2rem;
    }

    .header__logo {
        width: 193px;
        height: 40px;
    }

    .hero__text-container p, .box p {
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .details-table {
        margin: -.9375rem 0 2rem;
    }

    .flex-container.bumper-ad {
        flex-direction: column;
    }

    .evhc-summary p {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 89.75em) {
    .footer .flex-container {
        justify-content: space-between;
        flex-direction: row;
    }

    .legal-list__item {
        display: inline-block;
        text-align: unset;
    }

    .legal-list__item:not(:last-of-type)::after {
        content: "|";
        padding: 0 1em;
    }
}