@charset "UTF-8";

/*!
Theme Name: Resident360
Theme URI: 
Description: 
Author: Resident360
Author URI:
Version: 0.1
*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 10px;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity, filter;
    transition-timing-function: linear
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #707070
}

.hamburger-box {
    display: inline-block;
    height: 16px;
    position: relative;
    width: 40px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #707070;
    border-radius: 0;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -7px
}

.hamburger-inner:after {
    bottom: -7px
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
    opacity: 0;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

html {
    scroll-behavior: smooth
}

a {
    cursor: pointer !important;
    transition: all .3s
}

a:hover {
    text-decoration: none
}

.modal_form .contact-field {
    margin: 10px 0;
    position: relative
}

.form_field_icon {
    position: absolute;
    right: 20px;
    top: 12px
}

.modal_form .wpcf7-response-output {
    display: none !important
}

.modal_form .contact-field span.wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.modal_form .contact-field .wpcf7-not-valid-tip {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    right: 10px;
    top: 8px
}

.modal_form input,
.modal_form select,
.modal_form textarea {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 10px 15px;
    transition: all .3s;
    width: 100%
}

.modal_form input:focus {
    border-color: #2a2d33
}

.modal_form textarea {
    height: 150px
}

.modal_form textarea:focus {
    border-color: #2a2d33
}

.modal_form input.wpcf7-submit {
    background: #ea0;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all .5s ease
}

.modal_form input.wpcf7-submit:hover {
    background: #ba9e51;
    text-decoration: none
}

.modal_form .contact-field .ajax-loader {
    left: 8px;
    position: absolute;
    top: 18px
}

.cover {
    background-position: 50% !important;
    background-size: cover !important
}

.top_bar {
    background: hsla(0, 0%, 100%, .05);
    font-size: 14px;
    font-weight: 500;
    padding: 20px 40px
}

.header_logo {
    text-align: center
}

.header_logo img {
    max-width: 200px
}

p:last-child {
    margin: 0
}

.header_menu ul li a i {
    display: inline-flex;
    margin: 2px 0 0 10px;
    overflow: hidden;
    transition: all .3s;
    width: 0
}

.header_menu ul li a:hover i {
    width: 13px
}

.two_column_content_image_btn {
    --tw-text-opacity: 1;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: block;
    height: 100%;
    letter-spacing: .1em;
    padding: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px
}

.two_column_content_image_btn:hover {
    width: 100px
}

@media (min-width:1024px) {
    .two_column_content_image_btn {
        background-color: rgba(0, 0, 0, .4);
        padding: 36px
    }
}

.two_column_content_image_btn span {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    --tw-rotate: -90deg;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: -moz-max-content;
    width: max-content
}

.two_column_content_image_btn span i {
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 5px;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.two_column_content_image_btn:hover span i {
    opacity: 1;
    right: -2rem;
    transition-delay: .1s
}

.two_column_content_image_right .two_column_content_image_btn {
    left: 0;
    right: auto
}

.contact_gallery_carousel_item {
    height: 300px
}

.contact_gallery_section {
    background: #b6242a;
    color: #fff;
    text-align: center
}

.contact_gallery_footer {
    padding: 30px 0
}

.contact_gallery_footer ul li {
    display: inline-block;
    font-size: 20px;
    margin: 0 5px
}

.contact_gallery_footer ul li a {
    color: #fff
}

.contact_gallery_section button.owl-prev {
    margin-right: 150px
}

.contact_gallery_section button.owl-next {
    margin-left: 150px
}

.contact_gallery_section .owl-nav {
    bottom: 0;
    position: absolute;
    width: 100%
}

.contact_gallery_section .owl-nav i {
    display: block;
    font-size: 30px;
    transform: translateY(62px)
}

.owl-nav button {
    outline: none !important
}

.testimonials_section_broder_top {
    background: #947800;
}

.testimonials_section_broder_bottom {
    background: #947800;
}

.testimonials_section_testimonials_carousel_el {
    position: relative
}

.testimonials_section_testimonials_carousel_el .owl-nav {
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.testimonials_section_testimonials_carousel_el .owl-nav button {
    background: #4d5d69 !important
}

.testimonials_section_testimonials_carousel_el .owl-nav i {
    font-size: 40px
}

.testimonials_section_testimonials_carousel_el .owl-item.active:nth-child(2n) {
    border-left: 1px solid hsla(0, 0%, 100%, .28) !important;
    border-right: 1px solid hsla(0, 0%, 100%, .28) !important
}

.footer_menu {
    display: flex;
    text-align: center
}

.footer_menu ul {
    border-right: 1px solid #fff;
    padding: 30px 40px
}

.footer_menu ul:last-child {
    border: none
}

.footer_menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 5px 4px;
    text-transform: uppercase
}

.footer_links {
    margin-bottom: 20px;
    margin-top: 70px;
    text-align: center
}

.footer_links ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 5px 4px;
    padding: 0 10px;
    text-transform: uppercase
}

.footer_links ul li:last-child {
    border: 0
}

.footer_credit {
    text-align: center
}

.footer_credit ul {
    align-items: center;
    display: flex;
    justify-content: center
}

.footer_credit ul li {
    display: inline-flex;
    font-size: 12px;
    margin: 0 8px
}

.footer_credit ul li a {
    color: #8d8b8b
}

.footer_credit ul li img {
    width: 35px
}

.floorplans_section {
    padding: 80px 0
}

.floorplan_item_popup a {
    color: #7a7a7a;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px 50px;
    text-transform: uppercase
}

.floorplan_item_popup a:hover {
    background: #947800;
    color: #fff
}

body.page-id-61 .section_1 .two_column_content_image_inner,
body.page-id-61 .section_1 .two_column_content_section {
    margin-top: 0
}

.two_column_content_image_col_gallery,
.two_column_content_image_col_gallery .carousel,
.two_column_content_image_col_gallery .carousel-inner,
.two_column_content_image_col_gallery .carousel-item {
    height: 100%
}

body.page-id-61 .section_1 {
    padding-bottom: 100px;
    padding-top: 70px
}

body.page-id-61 .section_1 .two_column_content_inner {
    background: #fff
}

.two_column_content_text_col_content ul li {
    margin-bottom: 7px
}

.carousel-indicators li {
    border-radius: 100% !important;
    height: 10px !important;
    width: 10px !important
}

.gallery_section {
    padding: 250px 0 80px
}

.gallery_section ul {
    display: flex;
    flex-wrap: wrap
}

.gallery_section ul li {
    border-bottom: 40px solid #fff;
    border-right: 40px solid #fff;
    height: 40vw;
    width: 50%
}

.gallery_section ul li:first-child {
    border-left: 40px solid #fff
}

.gallery_section ul li:last-child {
    border-right: 40px solid #fff
}

.gallery_section ul li:nth-child(2n) {
    margin-top: -170px
}

body.page-id-67 .simple_text_inner p a {
    background: #947800;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 30px;
    min-width: 176px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase
}

body.page-id-67 .simple_text_inner p a:hover {
    background: #958d7c
}

.contact_form_contact {
    padding-left: 30px
}

.contact_form_contact h3 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase
}

.contact_modal_social a {
    color: #7a7a7a;
    margin-right: 5px
}

#map{
	width: 100%;
    height: 500px;
}

.schedule_tour_form .contact_field input,
.schedule_tour_form .contact_field select,
.schedule_tour_form .contact_field textarea {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.schedule_tour_form .contact_field input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.schedule_tour_form .contact_field input::placeholder {
    color: #fff;
    opacity: 1
}

.schedule_tour_form .contact_field.contact_field_submit {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .schedule_tour_form .contact_field.contact_field_submit {
        text-align: center
    }
}

.schedule_tour_form .contact_field.contact_field_submit input {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: #fff;
    border-color: #fff;
	color: #262262;
    border-width: 1px;
    display: inline-block;
    font-size: 1.125rem;
    letter-spacing: .05em;
    line-height: 1.75rem;
    margin-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%;
	cursor: pointer;
}

.schedule_tour_form .contact_field.contact_field_submit input:hover {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #8d1722;
    border-color: #8d1722;
    color: #fff;
}

@media (min-width:1024px) {
    .schedule_tour_form .contact_field.contact_field_submit input {
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (max-width:767px) {
    .header_menu {
        margin-top: -29px
    }

    .header_menu ul li {
        display: none
    }

    .header_menu ul li:last-child {
        display: block
    }

    .top_bar {
        padding: 20px 0
    }

    .header_logo {
        text-align: left
    }

    .home_header_action_btn {
        display: none
    }

    .two_column_content_text_col_content {
        text-align: left !important
    }

    .parallax_section_content {
        padding: 15px
    }

    .parallax_section_content p {
        font-size: 14px
    }

    .parallax_section_content h2 {
        font-size: 32px
    }

    .parallax_section {
        padding-top: 100px
    }

    .contact_gallery_section button.owl-prev {
        margin-right: 60px
    }

    .contact_gallery_section button.owl-next {
        margin-left: 60px
    }

    .footer_contact_col,
    .header_modal_contact {
        padding: 0;
        text-align: center
    }

    .header_modal_contact {
        display: none
    }

    body.page-id-61 .section_1 {
        padding-top: 0
    }

    .map_section h2 {
        font-size: 32px
    }

    div#map {
        height: 400px
    }

    .neighborhoods_section .col-md-6:nth-child(odd) .neighborhood_item {
        margin-top: 0
    }

    .neighborhood_item_details {
        padding: 20px
    }

    .neighborhood_item_details h3 {
        font-size: 20px
    }

    .walk_score_section {
        padding: 40px 0
    }

    .walk_score_section_image {
        margin-bottom: 40px;
        padding-right: 0
    }

    .gallery_section {
        padding: 40px 15px
    }

    .gallery_section ul {
        display: block
    }

    .gallery_section ul li {
        border: 0 !important;
        display: block;
        height: 220px;
        margin-bottom: 20px;
        margin-top: 0 !important;
        width: 100%
    }

    .contact_form_contact {
        margin-top: 20px;
        padding-left: 0
    }
}

.ui-widget.ui-widget-content {
    background: transparent;
    border: 0;
    color: #fff;
    margin: 0 auto;
    width: auto
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    --tw-text-opacity: 1;
    align-items: center;
    aspect-ratio: 1/1;
    background-color: hsla(0, 0%, 100%, .2);
    border-width: 0;
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: flex;
    justify-content: center;
    margin: 5px;
    text-align: center
}

.ui-button:hover,
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background-color: hsla(0, 0%, 100%, .5)
}

html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    background: transparent;
    border: 1px solid hsla(37, 60%, 62%, .5);
    color: #fff;
    font-size: 10px;
    margin: 5px;
    padding: 4px 3px;
    text-align: center
}

.ui-datepicker td a {
    color: #fff
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-transform: uppercase
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    color: #262262;
}

.ui-datepicker th {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.tourdatefield {
    display: none
}

.ui-datepicker-header a,
.ui-datepicker-header a.ui-datepicker-next,
.ui-datepicker-header a.ui-datepicker-prev,
.ui-datepicker-header a.ui-state-hover,
.ui-datepicker-header a:hover {
    background-color: transparent;
    border-color: transparent;
    border-width: 1px;
    display: block;
    height: 1.25rem;
    width: 1.25rem
}

.ui-datepicker-header span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.ui-datepicker-header .ui-datepicker-prev span {
    --tw-rotate: 180deg;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='29'%3E%3Cpath data-name='Polígono 1' d='M17 14.5 0 29V0Z' fill='%23fff'/%3E%3C/svg%3E");
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.ui-datepicker-header .ui-datepicker-next span {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.483' height='26.412'%3E%3Cpath data-name='Polígono 1' d='M15.483 13.206 0 26.412V0Z' fill='%23fff'/%3E%3C/svg%3E")
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.1
*/
body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    background: #fff;
    bottom: 0;
    display: none;
    right: 0;
    z-index: 1035
}

.sl-overlay,
.sl-wrapper {
    left: 0;
    position: fixed;
    top: 0
}

.sl-wrapper {
    height: 100%;
    width: 100%;
    z-index: 1040
}

.sl-wrapper * {
    box-sizing: border-box
}

.sl-wrapper button {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 28px;
    padding: 0
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    font-family: Arial, Baskerville, monospace;
    font-size: 3rem;
    height: 44px;
    line-height: 44px;
    margin-right: -14px;
    margin-top: -14px;
    right: 30px;
    width: 44px
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    color: #000;
    display: none;
    position: fixed;
    top: 30px;
    z-index: 10060
}

.sl-wrapper .sl-counter {
    font-size: 1rem;
    left: 30px
}

.sl-wrapper .sl-download {
    bottom: 5px;
    color: #fff;
    display: none;
    font-size: 1rem;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10060
}

.sl-wrapper .sl-download a {
    color: #fff
}

.sl-wrapper .sl-navigation {
    display: none;
    width: 100%
}

.sl-wrapper .sl-navigation button {
    color: #000;
    display: block;
    font-family: Arial, Baskerville, monospace;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 22px;
    z-index: 10060
}

.sl-wrapper .sl-navigation button.sl-next {
    font-size: 2rem;
    right: 5px
}

.sl-wrapper .sl-navigation button.sl-prev {
    font-size: 2rem;
    left: 5px
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        font-size: 3rem;
        right: 10px
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        font-size: 3rem;
        left: 10px
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        font-size: 3rem;
        right: 20px
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        font-size: 3rem;
        left: 20px
    }
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr
}

.sl-wrapper .sl-image {
    position: fixed;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    border: 0;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-image img {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image img {
        border: 0
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0
}

@media (min-width:35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0
    }
}

@media (min-width:50em) {
    .sl-wrapper .sl-image iframe {
        border: 0
    }
}

.sl-wrapper .sl-image .sl-caption {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 1rem;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-spinner {
    animation: pulsate 1s ease-out infinite;
    border: 5px solid #333;
    border-radius: 40px;
    display: none;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007
}

.sl-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

.sl-transition {
    transition: transform .2s ease
}

@keyframes pulsate {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after,
:before {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: effra, sans-serif;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-radius: 0;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .5rem .75rem
}

[multiple]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
select:focus,
textarea:focus {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    border-color: #2563eb;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-date-and-time-value {
    min-height: 1.5em
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
    padding-bottom: 0;
    padding-top: 0
}

select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

[multiple] {
    background-image: none;
    background-position: 0 0;
    background-repeat: unset;
    background-size: initial;
    padding-right: .75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset
}

[type=checkbox],
[type=radio] {
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #6b7280;
    border-width: 1px;
    color: #2563eb;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem
}

[type=checkbox] {
    border-radius: 0
}

[type=radio] {
    border-radius: 100%
}

[type=checkbox]:focus,
[type=radio]:focus {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px
}

[type=checkbox]:checked,
[type=radio]:checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")
}

[type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}

[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
    background-color: currentColor;
    border-color: transparent
}

[type=checkbox]:indeterminate {
    background-color: currentColor;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent
}

[type=checkbox]:indeterminate:focus,
[type=checkbox]:indeterminate:hover {
    background-color: currentColor;
    border-color: transparent
}

[type=file] {
    background: unset;
    border-color: inherit;
    border-radius: 0;
    border-width: 0;
    font-size: unset;
    line-height: inherit;
    padding: 0
}

[type=file]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

.prose :where(p):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em;
    margin-top: 1.25em
}

.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-bottom: 1.2em;
    margin-top: 1.2em
}

.prose :where(a):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline
}

.prose :where(strong):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: disc;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-counters);
    font-weight: 400
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-bottom: 3em;
    margin-top: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    border-left-color: var(--tw-prose-quote-borders);
    border-left-width: .25rem;
    color: var(--tw-prose-quotes);
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1.6em;
    margin-top: 1.6em;
    padding-left: 1em;
    quotes: "\201C" "\201D" "\2018" "\2019"
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.1111111;
    margin-bottom: .8888889em;
    margin-top: 0
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: 900
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 1em;
    margin-top: 2em
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: 800
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: .6em;
    margin-top: 1.6em
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: 700
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5em;
    margin-top: 1.5em
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: 700
}

.prose :where(img):not(:where([class~=not-prose] *)) {
    margin-bottom: 2em;
    margin-top: 2em
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-bottom: 0;
    margin-top: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-size: .875em;
    font-weight: 600
}

.prose :where(code):not(:where([class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    background-color: var(--tw-prose-pre-bg);
    border-radius: .375rem;
    color: var(--tw-prose-pre-code);
    font-size: .875em;
    font-weight: 400;
    line-height: 1.7142857;
    margin-bottom: 1.7142857em;
    margin-top: 1.7142857em;
    overflow-x: auto;
    padding: .8571429em 1.1428571em
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0
}

.prose :where(pre code):not(:where([class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose] *)) {
    font-size: .875em;
    line-height: 1.7142857;
    margin-bottom: 2em;
    margin-top: 2em;
    table-layout: auto;
    text-align: left;
    width: 100%
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-color: var(--tw-prose-th-borders);
    border-bottom-width: 1px
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    padding-bottom: .5714286em;
    padding-left: .5714286em;
    padding-right: .5714286em;
    vertical-align: bottom
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-color: var(--tw-prose-td-borders);
    border-bottom-width: 1px
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: baseline
}

.prose :where(tfoot):not(:where([class~=not-prose] *)) {
    border-top-color: var(--tw-prose-th-borders);
    border-top-width: 1px
}

.prose :where(tfoot td):not(:where([class~=not-prose] *)) {
    vertical-align: top
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgba(0, 0, 0, .5);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(video):not(:where([class~=not-prose] *)) {
    margin-bottom: 2em;
    margin-top: 2em
}

.prose :where(figure):not(:where([class~=not-prose] *)) {
    margin-bottom: 2em;
    margin-top: 2em
}

.prose :where(li):not(:where([class~=not-prose] *)) {
    margin-bottom: .5em;
    margin-top: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-bottom: .75em;
    margin-top: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose] *)) {
    margin-bottom: .75em;
    margin-top: .75em
}

.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(tbody td, tfoot td):not(:where([class~=not-prose] *)) {
    padding: .5714286em
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

html {
    -webkit-font-smoothing: antialiased
}

.btn-outline {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    background-color: transparent;
    border-color: rgb(112 112 112/var(--tw-border-opacity));
    border-width: 1px;
    color: rgb(112 112 112/var(--tw-text-opacity));
    display: block;
    font-size: 1.125rem;
    letter-spacing: .1em;
    line-height: 1.75rem;
    line-height: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: .75rem 1rem;
    text-transform: uppercase;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.btn-outline:hover {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #8d1722;
    border-color: #8d1722;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .btn-outline {
        padding: 1rem 1.25rem
    }
}

.py-normal {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem
}

@media (min-width:1024px) {
    .py-normal {
        padding-bottom: 7rem;
        padding-top: 7rem
    }
}

.py-large {
    padding-bottom: 4rem;
    padding-top: 4rem
}

@media (min-width:1024px) {
    .py-large {
        padding-bottom: 8rem;
        padding-top: 8rem
    }
}

.parallax_section_content h2,
.section-title,
.simple_text_inner h2,
.walk_score_section_content h2 {
    font-family: le-monde-livre-std, serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
    margin-bottom: 2rem
}

@media (min-width:1024px) {

    .parallax_section_content h2,
    .section-title,
    .simple_text_inner h2,
    .walk_score_section_content h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 2rem
    }
}

@media (min-width:1536px) {

    .parallax_section_content h2,
    .section-title,
    .simple_text_inner h2,
    .walk_score_section_content h2 {
        font-size: 3rem;
        line-height: 1
    }
}

.header_content_inner h1,
.header_content_inner h2,
.parallax_section_content h1,
.parallax_section_content h2 {
    font-family: le-monde-livre-std, serif;
    font-size: 3rem;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: 2rem
}

@media (min-width:1024px) {

    .header_content_inner h1,
    .header_content_inner h2,
    .parallax_section_content h1,
    .parallax_section_content h2 {
        font-size: 70px
    }
}

@media (min-width:1280px) {

    .header_content_inner h1,
    .header_content_inner h2,
    .parallax_section_content h1,
    .parallax_section_content h2 {
        margin-bottom: 2.5rem
    }
}

.header_content_inner p,
.parallax_section_content p {
    letter-spacing: .05em;
    margin-bottom: 1rem;
    text-transform: uppercase
}

@media (min-width:1024px) {

    .header_content_inner p,
    .parallax_section_content p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .two_column_content_section+.two_column_content_section {
        margin-top: -2.5rem
    }
}

.parallax_section_content a {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #262262;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem 1.75rem;
    text-align: center;
    text-transform: uppercase;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.parallax_section_content a:hover {
    --tw-bg-opacity: 1;
    background-color: #b92435;
}

.parallax_section_content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px
}

@media (min-width:768px) {
    .parallax_section_content p {
        margin-left: 0;
        margin-right: 0;
        max-width: none
    }
}

.testimonials_section_testimonial_item h3 {
    --tw-text-opacity: 1;
    color: #9ca7b0;
    font-size: 1.125rem;
    letter-spacing: .05em;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

.testimonials_section_testimonial_item p {
    line-height: 1.625
}

.testimonials_section_testimonial_item h4 {
    --tw-text-opacity: 1;
    color: #9ca7b0;
    font-size: .875rem;
    letter-spacing: .05em;
    line-height: 1.25rem;
    margin-top: 1rem;
    text-transform: uppercase
}

.walk_score_section_content h2 {
    text-align: center
}

.walk_score_section_content ul {
    --tw-border-opacity: 1;
    align-items: center;
    border-bottom-width: 1px;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    border-top-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem
}

.walk_score_section_content ul li {
    font-size: 1.25rem;
    line-height: 1.75rem;
    min-width: 180px
}

.walk_score_section_content ul li strong {
    font-family: le-monde-livre-std, serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-right: 1rem
}

.modal {
    align-items: center;
    animation: fadeIn .5s ease-in-out;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20
}

.modal.is-active {
    display: block
}

@media (min-width:1024px) {
    .modal.is-active {
        display: flex
    }
}

.modal:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.modal-content ul {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    list-style-type: disc;
    margin-left: .25rem;
    padding-left: 1rem
}

@media (min-width:1024px) {
    .modal-content ul {
        gap: 0
    }
}

.modal-content ul li {
    line-height: 1.375
}

.modal-content ul li ::marker {
    color: #947800
}

.modal-content ul li::marker {
    color: #947800
}

@media (min-width:768px) {
    .modal-content ul li {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:1024px) {
    .modal-content ul li {
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 2
    }
}

.location-carousel ul {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    list-style-position: inside;
    list-style-type: disc
}

@media (min-width:1024px) {
    .location-carousel ul {
        gap: 0
    }
}

.location-carousel ul li {
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.375
}

.location-carousel ul li ::marker {
    color: #8d1722;
}

.location-carousel ul li::marker {
    color: #8d1722;
}

@media (min-width:768px) {
    .location-carousel ul li {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:1024px) {
    .location-carousel ul li {
        line-height: 2
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.visible {
    visibility: visible
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.bottom-0 {
    bottom: 0
}

.bottom-8 {
    bottom: 2rem
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.right-0 {
    right: 0
}

.right-4 {
    right: 1rem
}

.top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.top-4 {
    top: 1rem
}

.top-\[2px\] {
    top: 2px
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-\[2\] {
    z-index: 2
}

.m-auto {
    margin: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-0\.5 {
    margin-bottom: .125rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-auto {
    margin-left: auto
}

.mr-2 {
    margin-right: .5rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.\!grid {
    display: grid !important
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.aspect-\[4\/3\] {
    aspect-ratio: 4/3
}

.h-10 {
    height: 2.5rem
}

.h-6 {
    height: 1.5rem
}

.h-\[280px\] {
    height: 280px
}

.h-full {
    height: 100%
}

.min-h-\[400px\] {
    min-height: 400px
}

.min-h-screen {
    min-height: 100vh
}

.w-10 {
    width: 2.5rem
}

.w-48 {
    width: 12rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.min-w-\[220px\] {
    min-width: 220px
}

.max-w-0 {
    max-width: 0
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-\[180px\] {
    max-width: 180px
}

.max-w-\[240px\] {
    max-width: 240px
}

.max-w-full {
    max-width: 85%
}

.max-w-md {
    max-width: 28rem
}

.max-w-none {
    max-width: none
}

.max-w-screen-2xl {
    max-width: 1536px
}

.max-w-screen-lg {
    max-width: 1024px
}

.max-w-screen-md {
    max-width: 768px
}

.max-w-screen-xl {
    max-width: 1280px
}

.max-w-sm {
    max-width: 24rem
}

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.resize {
    resize: both
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

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

.gap-10 {
    gap: 2.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.rounded {
    border-radius: .25rem
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-light {
    --tw-border-opacity: 1;
    border-color: rgb(236 236 236/var(--tw-border-opacity))
}

.border-medium {
    --tw-border-opacity: 1;
    border-color: rgb(149 149 149/var(--tw-border-opacity))
}

.bg-\[\#4d5d69\] {
    --tw-bg-opacity: 1;
    background-color: rgb(38 34 98/var(--tw-bg-opacity))
}

.bg-accent {
    --tw-bg-opacity: 1;
    background-color: #262262;
}

.bg-red {
    background-color: #c22032;
}

.bg-black\/70 {
    background-color: rgba(0, 0, 0, .7)
}

.bg-darker {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / 60%);
}

.bg-darker\/70 {
    background-color: rgb(34 34 34 / 70%);
}

.bg-light {
    --tw-bg-opacity: 1;
    background-color: rgb(236 236 236/var(--tw-bg-opacity))
}

.bg-lighter {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: 50%
}

.fill-medium {
    fill: #959595
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-8 {
    padding-top: 2rem
}

.text-center {
    text-align: center
}

.font-serif {
    font-family: le-monde-livre-std, serif
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,
.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.uppercase {
    text-transform: uppercase
}

.leading-loose {
    line-height: 2
}

.leading-none {
    line-height: 1
}

.leading-relaxed {
    line-height: 1.625
}

.leading-snug {
    line-height: 1.375
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.text-body {
    --tw-text-opacity: 1;
    color: rgb(112 112 112/var(--tw-text-opacity))
}

.text-medium {
    --tw-text-opacity: 1;
    color: rgb(149 149 149/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.opacity-0 {
    opacity: 0
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#mainNav>.menu-item {
    position: relative
}

#mainNav>.menu-item ul {
    background-color: rgba(52, 50, 49, .9);
    display: none;
    flex-direction: column;
    gap: .25rem;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-bottom: .75rem;
    padding-top: .75rem;
    right: 0;
    top: 100%
}

@media (min-width:1024px) {
    #mainNav>.menu-item ul {
        position: absolute
    }
}

#mainNav>.menu-item ul>.menu-item>a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .25rem 1.5rem;
    text-align: center;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#mainNav>.menu-item ul>.menu-item>a:hover {
    --tw-text-opacity: 1;
    color: rgb(149 141 124/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    #mainNav>.menu-item ul>.menu-item>a {
        text-align: left
    }
}

#mainNav>.menu-item:hover ul {
    animation: fadeIn .5s ease-in-out;
    display: flex
}

#mainNav>.menu-item>a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    display: block;
    letter-spacing: .1em;
    line-height: 1;
    padding: .5rem .25rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#mainNav>.menu-item>a:hover {
    --tw-text-opacity: 1;
    color: rgb(149 141 124/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    #mainNav>.menu-item>a {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

#mainNav>.menu-item:after {
    --tw-translate-x: -50%;
    --tw-bg-opacity: 1;
    background-color: rgb(149 141 124/var(--tw-bg-opacity));
    bottom: 0;
    content: "";
    display: none;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 0
}

@media (min-width:1024px) {
    #mainNav>.menu-item:after {
        display: block
    }
}

#mainNav>.menu-item:hover:after {
    width: 100%
}

#mainNav>.menu-item.menu-item-has-children>a:after {
    --tw-translate-x: -50%;
    --tw-bg-opacity: 1;
    background-color: rgb(149 141 124/var(--tw-bg-opacity));
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 0
}

@media (min-width:1024px) {
    #mainNav>.menu-item.menu-item-has-children>a:after {
        display: none
    }
}

#mainNav>.menu-item.menu-item-has-children:hover>a:after {
    width: 100%
}

#mainNav>.menu-item.button {
    display: block
}

#mainNav>.menu-item.button a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    padding: .75rem 1rem;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

#mainNav>.menu-item.button a:after {
    content: var(--tw-content);
    display: none
}

#mainNav>.menu-item.button a:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(92 91 90/var(--tw-bg-opacity));
    color: rgb(149 141 124/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    #mainNav>.menu-item.button a {
        --tw-bg-opacity: 1;
        background-color: rgb(149 141 124/var(--tw-bg-opacity));
        padding: 1rem 1.25rem
    }

    #mainNav>.menu-item.button a:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity))
    }
}

.header_modal_menu ul {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    text-align: center
}

@media (min-width:1024px) {
    .header_modal_menu ul {
        min-height: -moz-min-content;
        min-height: min-content;
        text-align: left
    }
}

.header_modal_menu li {
    left: -200%;
    position: relative
}

.header_modal_menu li.current-menu-item a {
    color: #8d1722;
}

.header_modal_menu li a {
    display: block;
    position: relative
}

@keyframes fadeInLeft {
    0% {
        left: 0;
        opacity: 0;
        position: relative
    }

    to {
        left: 200%;
        opacity: 1;
        position: relative
    }
}

.header_modal_menu li a {
    --tw-text-opacity: 1;
    animation: fadeInLeft .9s ease-in-out forwards;
    color: rgb(149 149 149/var(--tw-text-opacity));
    font-family: le-monde-livre-std, serif;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1;
    opacity: 0;
    text-transform: uppercase;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.header_modal_menu li a:hover {
    --tw-text-opacity: 1;
    color: #262262;
    padding-left: 1rem
}

@media (min-width:1024px) {
    .header_modal_menu li a {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.header_modal_menu li:nth-child(2) a {
    animation-delay: .1s
}

.header_modal_menu li:nth-child(3) a {
    animation-delay: .2s
}

.header_modal_menu li:nth-child(4) a {
    animation-delay: .3s
}

.header_modal_menu li:nth-child(5) a {
    animation-delay: .4s
}

.header_modal_menu li:nth-child(6) a {
    animation-delay: .5s
}

.header_modal_menu li:nth-child(7) a {
    animation-delay: .6s
}

.header_modal_menu li:nth-child(8) a {
    animation-delay: .7s
}

.header_modal_menu li.menu-item.button a {
    --tw-border-opacity: 1;
    border-color: rgb(149 149 149/var(--tw-border-opacity));
    border-width: 1px;
    display: inline-block;
    margin: 0;
    padding: .5rem 1rem;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.header_modal_menu li.menu-item.button a:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #8d1722;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .header_modal_menu li.menu-item.button a {
        padding: .75rem 1.25rem
    }
}

.floorplans_filter button {
    --tw-text-opacity: 1;
    /* color: rgb(191 150 67/var(--tw-text-opacity)); */
    font-weight: 500;
    letter-spacing: .1em;
    padding-bottom: 3px;
    position: relative;
    text-transform: uppercase
}

.floorplans_filter button,
.floorplans_filter button:after {
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.floorplans_filter button:after {
    --tw-translate-x: -50%;
    --tw-bg-opacity: 1;
    background-color: #bb2039;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 0
}

.floorplans_filter button.active:after,
.floorplans_filter button:hover:after {
    width: 100%
}

.owl-dots {
    display: flex;
    gap: .75rem;
    justify-content: center;
    margin-top: 2rem
}

@media (min-width:1024px) {
    .owl-dots {
        justify-content: flex-start
    }
}

.owl-dot {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.owl-dot:hover {
    opacity: .6
}

.owl-dot span {
    background-color: #e9dadc;
    border-radius: 9999px;
    display: block
}

.owl-dot span,
.owl-dot.active span {
    --tw-bg-opacity: 1;
    height: .75rem;
    width: .75rem
}

.owl-dot.active span {
    background-color: #c22032;
}

.two_column_gallery {
    height: 100%
}

.two_column_gallery .owl-item,
.two_column_gallery .owl-stage,
.two_column_gallery .owl-stage-outer {
    height: 400px
}

@media (min-width:1024px) {

    .two_column_gallery .owl-item,
    .two_column_gallery .owl-stage,
    .two_column_gallery .owl-stage-outer {
        height: 100%
    }
}

.two_column_gallery .owl-dots {
    justify-content: center;
    left: 0;
    margin-top: -2.5rem;
    position: absolute;
    width: 100%;
    z-index: 10
}

.two_column_gallery .owl-dots .owl-dot span {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    height: 1rem;
    width: 1rem
}

.two_column_gallery .owl-dots .owl-dot.active span {
    --tw-bg-opacity: 1;
    background-color: rgb(191 150 67/var(--tw-bg-opacity))
}

.contact_field {
    margin-bottom: 1.5rem
}

.contact_field input,
.contact_field select,
.contact_field textarea {
    border-color: hsla(0, 0%, 58%, .5);
    border-radius: 0;
    padding: .75rem 1rem;
    width: 100%
}

.contact_field.contact_field_submit input {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: hsla(0, 0%, 58%, .5);
    border-width: 1px;
    font-size: 1.125rem;
    letter-spacing: .05em;
    line-height: 1.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: uppercase;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%
}

.contact_field.contact_field_submit input:hover {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #8d1722;
    border-color: #8d1722;
    color: rgb(255 255 255/var(--tw-text-opacity));
    cursor: pointer;
}

@media (min-width:1024px) {
    .contact_field.contact_field_submit input {
        width: -moz-fit-content;
        width: fit-content
    }

    .contact_field textarea {
        height: 345px
    }
}

.simple_text h2 {
    font-family: le-monde-livre-std, serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
    margin-bottom: 2rem
}

@media (min-width:1024px) {
    .simple_text h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 2rem
    }
}

@media (min-width:1536px) {
    .simple_text h2 {
        font-size: 3rem;
        line-height: 1
    }
}

.simple_text h3 {
    font-family: effra, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.25;
    margin-bottom: 1rem
}

@media (min-width:1024px) {
    .simple_text h3 {
        margin-bottom: 1rem
    }

    .simple_text p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.simple_text_inner h2,
.simple_text_inner p {
    text-align: center
}

@media (min-width:1024px) {

    .simple_text_inner h2,
    .simple_text_inner p {
        text-align: left
    }

    .simple_text_inner p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.simple_text_inner ul {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    list-style-type: disc;
    margin-left: .25rem;
    padding-left: 1rem
}

@media (min-width:1024px) {
    .simple_text_inner ul {
        gap: 0
    }
}

.simple_text_inner ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.375
}

.simple_text_inner ul li ::marker {
    color: #8d1722;
}

.simple_text_inner ul li::marker {
    color: #8d1722;
}

@media (min-width:1024px) {
    .simple_text_inner ul li {
        line-height: 2
    }
}

.sl-overlay {
    --tw-bg-opacity: 1;
    background-color: rgb(52 50 49/var(--tw-bg-opacity))
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-navigation button {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:left-0:before {
    content: var(--tw-content);
    left: 0
}

.before\:top-0:before {
    content: var(--tw-content);
    top: 0
}

.before\:z-\[1\]:before {
    content: var(--tw-content);
    z-index: 1
}

.before\:block:before {
    content: var(--tw-content);
    display: block
}

.before\:h-full:before {
    content: var(--tw-content);
    height: 100%
}

.before\:w-full:before {
    content: var(--tw-content);
    width: 100%
}

.before\:bg-darker\/40:before {
    background-color: rgb(34 34 34 / 40%);
    content: var(--tw-content)
}

.before\:bg-white:before {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    content: var(--tw-content)
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content)
}

.after\:max-w-\[80\%\]:after {
    content: var(--tw-content);
    max-width: 80%
}

.hover\:cursor-pointer:hover {
    cursor: pointer
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: #8d1722;
}

.hover\:fill-accent:hover {
    fill: #c12b40;
}

.hover\:pb-5:hover {
    padding-bottom: 1.25rem
}

.hover\:text-accent:hover {
    --tw-text-opacity: 1;
    color: rgb(44 51 135);
}

.group:hover .group-hover\:max-w-\[14px\] {
    max-width: 14px
}

.group:hover .group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:bg-accent {
    --tw-bg-opacity: 1;
    background-color: #8d1722;
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group\/body.admin-bar .group-\[\.admin-bar\]\/body\:top-\[32px\] {
    top: 32px
}

.group\/body.admin-bar .group-\[\.admin-bar\]\/body\:min-h-\[calc\(100vh-32px\)\] {
    min-height: calc(100vh - 32px)
}

.group\/header.is-stuck .group-\[\.is-stuck\]\/header\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.prose-headings\:text-body :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~=not-prose] *))) {
    --tw-text-opacity: 1;
    color: rgb(112 112 112/var(--tw-text-opacity))
}

.prose-strong\:text-body :is(:where(strong):not(:where([class~=not-prose] *))) {
    --tw-text-opacity: 1;
    color: rgb(112 112 112/var(--tw-text-opacity))
}

@media (min-width:768px) {
    .md\:max-w-fit {
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:odd\:top-8:nth-child(odd) {
        top: 2rem
    }
}

@media (min-width:1024px) {
    .lg\:absolute {
        position: absolute
    }

    .lg\:relative {
        position: relative
    }

    .lg\:-top-20 {
        top: -5rem
    }

    .lg\:bottom-0 {
        bottom: 0
    }

    .lg\:right-4 {
        right: 1rem
    }

    .lg\:top-4 {
        top: 1rem
    }

    .lg\:order-last {
        order: 9999
    }

    .lg\:mb-12 {
        margin-bottom: 3rem
    }

    .lg\:mb-\[26vh\] {
        margin-bottom: 26vh
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:min-h-\[400px\] {
        min-height: 400px
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-4\/12 {
        width: 33.333333%
    }

    .lg\:w-60 {
        width: 15rem
    }

    .lg\:w-9\/12 {
        width: 75%
    }

    .lg\:min-w-\[240px\] {
        min-width: 240px
    }

    .lg\:max-w-2xl {
        max-width: 42rem
    }

    .lg\:max-w-lg {
        max-width: 32rem
    }

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .lg\:-translate-x-1\/2,
    .lg\:-translate-y-1\/2 {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -50%
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-end {
        align-items: flex-end
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:gap-12 {
        gap: 3rem
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:divide-x>:not([hidden])~:not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)));
        border-right-width: calc(1px*var(--tw-divide-x-reverse))
    }

    .lg\:border-l {
        border-left-width: 1px
    }

    .lg\:bg-fixed {
        background-attachment: fixed
    }

    .lg\:p-10 {
        padding: 2.5rem
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .lg\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-14 {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem
    }

    .lg\:py-16 {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .lg\:py-20 {
        padding-bottom: 5rem;
        padding-top: 5rem
    }

    .lg\:py-28 {
        padding-bottom: 7rem;
        padding-top: 7rem
    }

    .lg\:py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .lg\:py-8 {
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .lg\:py-9 {
        padding-bottom: 2.25rem;
        padding-top: 2.25rem
    }

    .lg\:pb-10 {
        padding-bottom: 2.5rem
    }

    .lg\:pb-20 {
        padding-bottom: 5rem
    }

    .lg\:pb-3 {
        padding-bottom: .75rem
    }

    .lg\:pb-32 {
        padding-bottom: 8rem
    }

    .lg\:pb-40 {
        padding-bottom: 10rem
    }

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:pt-20 {
        padding-top: 5rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pt-28 {
        padding-top: 7rem
    }

    .lg\:pt-3 {
        padding-top: .75rem
    }

    .lg\:pt-40 {
        padding-top: 10rem
    }

    .lg\:pt-44 {
        padding-top: 11rem
    }

    .lg\:pt-80 {
        padding-top: 20rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:even\:top-40:nth-child(2n),
    .lg\:odd\:top-40:nth-child(odd) {
        top: 10rem
    }

    .group\/body.admin-bar .group-\[\.admin-bar\]\/body\:lg\:top-0 {
        top: 0
    }

    .group\/header.is-stuck .group-\[\.is-stuck\]\/header\:lg\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width:1280px) {
    .xl\:gap-10 {
        gap: 2.5rem
    }

    .xl\:bg-fixed {
        background-attachment: fixed
    }
}

@media (min-width:1536px) {
    .\32xl\:min-h-\[500px\] {
        min-height: 500px
    }

    .\32xl\:max-w-2xl {
        max-width: 42rem
    }

    .\32xl\:max-w-4xl {
        max-width: 56rem
    }

    .\32xl\:max-w-xl {
        max-width: 36rem
    }
}

.\[\&\.is-active\]\:flex.is-active {
    display: flex
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.\[\&\.is-active\]\:animate-fadeIn.is-active {
    animation: fadeIn .5s ease-in-out
}

.\[\&\.is-stuck\]\:sticky.is-stuck {
    position: sticky
}

.\[\&\.is-stuck\]\:bg-darker.is-stuck {
    --tw-bg-opacity: 1;
    background-color: rgb(52 50 49/var(--tw-bg-opacity))
}

.\[\&\.is-stuck\]\:shadow.is-stuck {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group\/body.admin-bar .group-\[\.admin-bar\]\/body\:\[\&\.is-stuck\]\:top-0.is-stuck {
    top: 0
}

@media (min-width:1024px) {
    .\[\&\.is-stuck\]\:lg\:fixed.is-stuck {
        position: fixed
    }

    .group\/body.admin-bar .group-\[\.admin-bar\]\/body\:\[\&\.is-stuck\]\:lg\:top-\[32px\].is-stuck {
        top: 32px
    }
}

i.fab.fa-facebook:hover {
	color: #262262;
}

.header_modal_menu li.menu-item.button a, button.uppercase.border-t.border-light.text-center.w-full.py-4.group-hover\:bg-accent.group-hover\:text-white.transition-all.duration-300.tracking-widest, a.btn-outline.mt-8.max-w-full.text-center.md\:max-w-fit {
	background-color: #262262;
	color: #fff;
}

.header_modal_menu li.menu-item.button a:hover, button.uppercase.border-t.border-light.text-center.w-full.py-4.group-hover\:bg-accent.group-hover\:text-white.transition-all.duration-300.tracking-widest:hover, a.btn-outline.mt-8.max-w-full.text-center.md\:max-w-fit:hover {
	background-color: #8d1722;
	color: #fff;
}

select.wpcf7-form-control.wpcf7-select option {
	color: #000;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #8d1722;
	color: #fff;
	border: #8d1722;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: #947800;
	color: #fff;
	border: #947800;
}


body.page-id-69 .contact_field textarea{
	max-height: 200px;
}

@media screen and (max-width:1024px) {
	body.page-id-69 .contact_field textarea{
		height: 200px; 
	}
}


/* Header */
header .header_button {
	background: #262262;
    color: #fff;
	padding: .5rem 1rem;
	--tw-border-opacity: 1;
    border:none;
    display: inline-block;
    margin: 0;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	font-size: inherit;
    line-height: inherit;
	text-transform: uppercase;
	--tw-text-opacity: 1;
    animation: fadeInLeft .9s ease-in-out forwards;
	left:0px !important;
}

.header_button:hover {
	background: #8d1722;
    color: #fff;
	--tw-bg-opacity: 1;
    --tw-text-opacity: 1;
}

header .topbar {
    background: #ececec;
}

.special-label-header {
    font-family: le-monde-livre-std,serif;
    font-size: 1.5em;
    color: #262262;
	transition:0.3s;
}

.special-label-header:hover {
	color:#8d1722;
}

.specials_container {
    padding: 10px 3rem 10px 2rem;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;
}

.featured-popup span#closeBtn {
    position: absolute;
    top: 7px;
    right: 20px;
    cursor: pointer;
}

.header_floorplan_special {
    font-size: 28px;
    font-family: le-monde-livre-std, serif;
}

/* Floor Plans */
.flex_button {
    gap: 20px;
	padding-top:50px;
}

.modal .floor_plans_container {
    width: 40%;
}

.flex_button button {
    background: #8d1722 !important;
	cursor: initial;
}

.flex_button .floorplan_button:hover {
    background: #8d1722;
}

.flex_button .floorplan_button {
    background: #262262;
    color: #FFF;
}

@media screen and (max-width:475px) {
	.flex_button {
		flex-flow: column;
		gap: 0px;
	}
}

/* Floor Plans - Popup */

.modal_container {
    align-items: flex-start;
}

/* Floor Plans - Popup Table */

.available-units {
    width: 100%;
}

.available-units h2 {
	text-align:center;
}

.available-units-table {
	width: 100%;
}

.available-units-table thead td {
	font-weight: 600;	
}

.available-units-table td {
	border-top: 1px solid #4b4b4b;
	border-bottom: 1px solid #4b4b4b;
	padding: 20px 0;
	text-align: center;
}

.available-units-table .button {
    border: 1px solid #000;
    padding: 6px 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.available-units-table .button:hover::before {
    width: 100%;
    z-index: 1;
}

.available-units-table .button:hover span {
    z-index: 2;
    color: #FFF;
    position: relative;
}

.available-units-table .button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #8d1722;
    transition: all 0.25s;
}

.available-units-table .button_2 {
	background: #C5AA75;
	color:#FFF;
}

.available-units-table .button_2:hover::before {
    width: 100%;
    z-index: 1;
}

.available-units-table .button_2:hover span {
	z-index: 2;
    position: relative;
}

@media (max-width: 767px) {
	.available-units-table thead {
		display: none;
	}
	
	.available-units-table td {
		border: 0;
		padding: 5px 0;
		display: block;
	}
	.available-units-table tr td:first-child {
		border-top: 1px solid #4b4b4b;
		padding-top: 20px;
		font-weight: bold;
	}
	.available-units-table tr td:last-child {
		border-bottom: 1px solid #4b4b4b;
		padding-bottom: 20px;
	}
}

/* Floor Plans - Schedule Tour Popup */
.schedule_tour_form_popup {
    background: #8d1722;
    padding: 50px 30px;
	z-index:9;
}

.schedule_tour_form_popup input.wpcf7-form-control.wpcf7-submit {
    background: #262262;
    cursor: pointer;
}

.schedule_tour_form_popup .wpcf7-response-output, .schedule_tour_form_popup .wpcf7-not-valid-tip {
    color: #FFF;
}

.schedule_tour_form_popup input.wpcf7-form-control.wpcf7-submit:hover {
    background: #C5AA75;
}

.schedule_tour_form_bg::before {
    background: rgba(0, 0, 0, 0.7);
}

/* Floorplan Special */

.floorplan-special {
    display: inline-block;
    padding: 8px 16px;
    margin: 8px 0;
    border-radius: 4px;
    text-align: left;
    width: 100%;
}

.floorplan-special.has-special {
    background-color: #1a3a5c;
    color: #ffffff;
}

.floorplan-special.no-special {
    background-color: #f5f5f5;
    color: #757575;
    border: 1px solid #e0e0e0;
}

.special-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 2px 0;
    opacity: 0.8;
}

.special-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

@media screen and (max-width:767px) {
	
	.specials_container {
		padding-right: 30px;
	}
	
	.featured-popup span#closeBtn {
		top: 10px;
		right: 10px;
	}
	
	.special-label-header {
		font-size: 1.2em;
	}
	
}

@media screen and (max-width:360px) {
	
	.specials_container {
		flex-flow: column;
		gap: 10px;
	}
	
}

.floorplans_loop_col {
	position:relative;
}

.special-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/garden-east/img/tag.svg);
    z-index: 1;
}

.special_text_tag_text {
    width: 240px;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 27px;
    padding: 6px 12px;
    font-size: 12px;
    background: #262262;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s;
}

.special-tag:hover .special_text_tag_text {
    opacity: 1;
    visibility: visible;
    text-align: left;
}

a.special-tag-label-header {
    font-size: 18px;
	font-family: le-monde-livre-std, serif;
}

a.special-tag-label-header:hover {
	text-decoration:underline;
}

.special-tag h4 {
    font-size: 20px;
    margin-bottom: 5px;
	font-family: le-monde-livre-std, serif;
}

.special-tag.relative {
    position: relative;
    right: 0px;
    left: 0px;
    top: 0px;
    margin-top: 15px;
	background: url(/wp-content/themes/garden-east/img/tag-red.svg);
}

.special-tag.relative .special_text_tag_text {
	left: 30px;
	background: #8d1722;
}

@media screen and (max-width:1023px) {
	.modal .floor_plans_container {
		width: 100%;
		padding-top: 30px;
	}
	
	.schedule_tour_form_popup {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
	}
	
}

.super-sticky {
	position: fixed; top: 0;
}

header#header {
    position: fixed;
}

table.r360_ils_unit_table td a.fpg-modal__cta {
    display: block;
    background: #8d1722;
    margin: 0.3rem 0;
}

table.r360_ils_unit_table td[data-label="Apply"]::before {
	display:none;
}