.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}
@media (min-width: 768px) {
    .grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}
@media (min-width: 640px) {
    .grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}
@media (min-width: 640px) {
    .grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.grid-5 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}
@media (min-width: 640px) {
    .grid-5 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .grid-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
.grid-1 article, .grid-2 article, .grid-3 article, .grid-4 article {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
}

/* section:not(.section-featured):not(.section-dark):not(#banner):not(#banner-home):not(#banner-agency):not(.section-page-title):not(.section-stories):not(.section-page-title-agents):not(.section-black):nth-child(even){
    background: #E5E7EB; Text-gray-100
}

section:not(.section-featured):not(.section-dark):not(#banner):not(#banner-home):not(#banner-agency):not(.section-page-title):not(.section-stories):not(.section-page-title-agents):nth-child(odd){
    background: #F3F4F6; Text-gray-200
} */

section:not(.section-full-width) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.section-full-width {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 640px) {
    section:not(.section-full-width) {
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .section-full-width {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

main:not(.white) {
    flex-grow: 1;
    background-color: #f6f9fc !important;
}

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

/* Universal table */

table th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

table td {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    table td {
        padding: 0.375rem;
    }
}

.ud-card {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.ud-card-img {
    width: 40%;
}

.ud-card-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.ud-card-cont {
    display: grid;
    width: 60%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.25rem;
    padding: 0.5rem;
}

/* End Universal table */

.section-stories {
    --tw-bg-opacity: 1;
    background-color: rgb(27 83 158 / var(--tw-bg-opacity));
}

.section-stories a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}

.stats-dashboard {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (min-width: 640px) {
    .stats-dashboard {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .stats-dashboard {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.stats-dashboard span {
    font-weight: 600;
}

.stats-dashboard div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.stats-dashboard div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.graphs {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (min-width: 1024px) {
    .graphs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.graphs div {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding: 1rem;
}

.graphs canvas {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    height: 150px;
}

.each-stat {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
}

.story {
    padding: 0.5rem !important;
}

@media (min-width: 768px) {
    .story {
        padding: 1.25rem !important;
    }
}

#stories h3, #story h3 {
    display: flex;
    align-items: center;
    padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
    #stories h3, #story h3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

#stories h3, #story h3 {
    margin-left: 8px;
}

#story h3::before, #stories h3::before {
    background: #3784FB;
    content: "";
    height: 12px;
    margin-right: 12px;
    margin-left: 0px;
    min-width: 24px;
}

.category-tag {
    position: absolute;
    z-index: 10;
    margin-top: 1rem;
}

.category-tag small {
    --tw-bg-opacity: 1;
    background-color: rgb(230 32 56 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-featured{
    background: #1B539E;
}

.section-dark{
    background: #242424;
}

.section-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.margin-div div {
    margin-top: 0.25rem;
}

.register p, h5 {
    margin-top: 0.75rem;
}

.register h3 {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-left: 8px;
}

.register h3::before{
    background: #3784FB;
    content: "";
    height: 12px;
    margin-right: 12px;
    margin-left: 0px;
    min-width: 24px;
}

.register div {
    margin-top: 1.5rem;
}

.login h3 {
    margin-bottom: 0.5rem;
    text-align: center;
}

/* Membership */

.membership-header a {
    text-decoration-line: none;
    pointer-events: none;
}

.membership-header p {
    margin-top: 0.5rem;
}

/* End Membership */

/* Contact Us */

.contact-us h5 {
    margin-top: 1rem;
}

.contact-us img {
    margin-left: auto;
    margin-right: auto;
}

/* End Contact Us */

.rounded-input {
    border-radius: 9999px !important;
}

/* End rounded-full input home */

/* Universal Dropdown */

.general-dropdown {
    display: inline-flex;
    z-index: 999;
}

.general-dropdown button {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.general-dropdown button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.general-dropdown img {
    margin-left: 0.5rem;
}

.general-dropdown a {
    text-decoration-line: none;
}

.dropdown-choices {
    position: absolute;
    margin-top: 0.25rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dropdown-choices-mobile {
    position: absolute;
    margin-top: 0.25rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.25rem;
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* End Universal Dropdown */

.box {
    margin-top: 0.5rem;
    width: 100%;
    padding-right: 0px;
}

@media (min-width: 640px) {
    .box {
        padding-right: 1.25rem;
    }
}

.box > h5 {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.box > div {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.box > div div:not(.details) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 1024px) {
    .box > div div:not(.details) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.box-features {
    margin-top: 0.5rem;
    width: 100%;
    padding-right: 0px;
}

@media (min-width: 640px) {
    .box-features {
        padding-right: 1.25rem;
    }
}

.box-features > h5 {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.box-features > div {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.box-features > div div:not(.details) {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 1024px) {
    .box-features > div div:not(.details) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.padding-text p {
    margin-bottom: 1rem;
}

.details {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.single-property-box-title {
    margin-top: 1.5rem;
    margin-right: 0px;
    width: 100%;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .single-property-box-title {
        margin-right: 1.25rem;
    }
}

.single-property-box-title-agency {
    margin-right: 0px;
    width: 100%;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .single-property-box-title-agency {
        margin-right: 1.25rem;
    }
}

.single-property-box-content {
    margin-right: 0px;
    width: 100%;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
    .single-property-box-content {
        margin-right: 1.25rem;
    }
}

.single-property-features {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 1024px) {
    .single-property-features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.single-property-features p {
    font-weight: 600;
}

.listing h6:not(:first-child) {
    margin-top: 0.5rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.listing-features h6:not(:first-child) {
    margin-top: 0.5rem;
}

.listing-features h6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .listing-features h6 {
        padding-bottom: 0px;
    }
}

.listing-features h6 {
    font-weight: 600 !important;
}

.single-property-box-content h6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    font-weight: 600;
}

.single-property-box-content h5 {
    margin-top: 0.5rem;
}

.listing ul {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    list-style: none;
    list-style-type: none;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
}

.listing li::before {
    content: "• ";
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.listing li {
    display: inline-block;
    width: 100%;
}

/* About us */

.about-us {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-us div {
    width: 100%;
}

@media (min-width: 768px) {
    .about-us div {
        width: 50%;
    }
}

.about-us img {
    margin-left: auto;
    margin-right: auto;
}

/* End About us */

/* Cyprus */

.cyprus h5 {
    margin-top: 1rem;
}

.cyprus div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* End Cyprus */

/* Three Sixty View */

.iframe-three-sixty div {
    margin-top: 1rem;
}

.iframe-three-sixty div div {
    margin-top: 0.5rem;
    display: flex;
    justify-content: flex-end;
}

/* End Three Sixty View */

/* Why Viotopo */

.why-viotopo p {
    margin-top: 1rem;
}

.why-viotopo ul {
    margin-top: 0.75rem;
}

.why-viotopo div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-viotopo-small-cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
}

@media (min-width: 640px) {
    .why-viotopo-small-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .why-viotopo-small-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .why-viotopo-small-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.small-gray-cards {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding: 1.5rem;
}

.small-gray-cards h3 {
    margin-top: 0.75rem;
    height: 4rem;
    text-align: center;
}

.small-gray-cards p {
    margin-top: 1rem;
    text-align: center;
}

.small-gray-cards div {
    margin-top: -2.5rem;
    display: flex;
    justify-content: center;
}

.small-gray-cards div p {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* End Why Viotopo */

.single-property-card span {
    border-radius: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.single-property-card span[data-tag] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 600;
}

.single-property-card span[data-under-offer] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #FEA735;
}

.single-property-card span[data-reserved] {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #0077FF;
}

.single-property-card span[data-sold] {
    --tw-bg-opacity: 1;
    background-color: rgb(100 48 148 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-property-card span[data-rented] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-property-card span[data-single-property] {
    margin-left: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: rgb(21 101 181);
}

.property-card h4 {
    text-transform: uppercase;
}

.property-card span {
    border-radius: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.property-card span[data-property-card] {
    margin-left: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: rgb(21 101 181);
}

.property-card span[data-tag] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 600;
}

.property-card span[data-under-offer] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #FEA735;
}

.property-card span[data-reserved] {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #0077FF;
}

.property-card span[data-sold] {
    --tw-bg-opacity: 1;
    background-color: rgb(100 48 148 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.property-card span[data-rented] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.property-card > div {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}
.property-card a {
    margin-right: 0px;
}
.property-card a:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.property-card-social {
    display: inline-flex;
    align-items: center;
}

.property-card-social a {
    margin-right: 0.75rem;
}

.property-card-social a:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.agency-property-card-mobile {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.agency-property-card-mobile h4 {
    text-transform: uppercase;
}

.agency-property-card-mobile span:not(.cardcall) {
    border-radius: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.agency-property-card-mobile span[data-property-card] {
    margin-left: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: rgb(21 101 181);
}

.agency-property-card-mobile span[data-tag] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 600;
}

.agency-property-card-mobile span[data-sold] {
    --tw-bg-opacity: 1;
    background-color: rgb(100 48 148 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency-property-card-mobile span[data-under-offer] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #FEA735;
}

.agency-property-card-mobile span[data-reserved] {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #0077FF;
}

.agency-property-card-mobile span[data-rented] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency-property-card-mobile:not(.bottom-card):not(.cardcall) {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.agency-property-card-mobile > div:not(.cardcall) {
    display: flex;
}

.agency-property-card-mobile a:not(.cardcall) {
    margin-right: 0px;
}

.agency-property-card-mobile a:not(.cardcall):hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.card-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.card-band > div {
    display: flex;
    flex-direction: column;
}

.card-band > div > p {
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-band > p {
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-band > div > small {
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: space-between;
}

.agency-property-card h4 {
    text-transform: uppercase;
}

.agency-property-card span {
    border-radius: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.agency-property-card span[data-property-card] {
    margin-left: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: rgb(21 101 181);
}

.agency-property-card span[data-tag] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 600;
}

.agency-property-card span[data-sold] {
    --tw-bg-opacity: 1;
    background-color: rgb(100 48 148 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency-property-card span[data-under-offer] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #FEA735;
}

.agency-property-card span[data-reserved] {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #0077FF;
}

.agency-property-card span[data-rented] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency-property-card:not(.bottom-card) {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.agency-property-card > div {
    display: flex;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}
.agency-property-card a {
    margin-right: 0px;
}
.agency-property-card a:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.agency-agency-details {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .agency-agency-details {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.gray-box {
    margin-top: 0.5rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding: 1rem;
}

.agency-details-box {
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.agency-card {
    position: relative;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(254 57 82 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.agency-card span {
    border-radius: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.agency-card span[data-property-card] {
    margin-left: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency-card span[data-tag] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.agency-card span[data-sold] {
    --tw-bg-opacity: 1;
    background-color: rgb(100 48 148 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency-card span[data-under-offer] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #FEA735;
}

.agency-card span[data-reserved] {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background-color: #0077FF;
}

.agency-card span[data-rented] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency-card h4 {
    text-transform: uppercase;
}


.n-photos {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.n-photos div {
    border-radius: 9999px;
    display: flex;
    align-items: center;
    margin-top: -3.5rem;
    padding: 0.5rem;
    position: absolute;
    background-color: rgb(21 101 181);
}

.n-photos p {
    margin-left: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.n-photos-mobile {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.n-photos-mobile div {
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: -2rem;
    padding: 0.15rem 0.3rem;
    position: absolute;
    background-color: rgb(55 65 81);
}

.n-photos-mobile p {
    margin-left: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.n-photos-mobile div > small {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agency-section-title {
    margin-top: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.pagination a {
    text-decoration: none;
    font-weight: normal;
    margin-right: 0.75rem;
}

.pagination a:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.profile-picture img:not(.social) {
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.profile-picture p:not(.social) {
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.profile-picture img[property-card]:not(.social) {
    height: 2.5rem;
    width: 2.5rem;
}

.profile-picture p[property-card]:not(.social) {
    height: 2.5rem;
    width: 2.5rem;
}

.profile-picture img[single-property]:not(.social) {
    height: 6rem;
    width: 6rem;
}

.profile-picture p[single-property]:not(.social) {
    height: 6rem;
    width: 6rem;
}

.profile-picture img[agency-site]:not(.social) {
    margin-bottom: -0px;
    height: 3rem;
    width: 3rem;
}

@media (min-width: 768px) {
    .profile-picture img[agency-site]:not(.social) {
        margin-bottom: -1.5rem;
        height: 5rem;
        width: 5rem;
    }
}

.profile-picture p[agency-site]:not(.social) {
    margin-bottom: -0px;
    height: 3rem;
    width: 3rem;
}

@media (min-width: 768px) {
    .profile-picture p[agency-site]:not(.social) {
        margin-bottom: -1.5rem;
        height: 5rem;
        width: 5rem;
    }
}

.letter-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-page-title-agents {
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .section-page-title-agents {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .section-page-title-agents {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.section-page-title-mobile-agents {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .section-page-title-mobile-agents {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .section-page-title-mobile-agents {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.section-page-title {
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .section-page-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .section-page-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.section-page-title-mobile {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .section-page-title-mobile {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .section-page-title-mobile {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}


.section-page-subtitle {
    display: flex !important;
    align-items: flex-end !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}


@media (min-width: 768px) {
    .section-page-subtitle {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
}


@media (min-width: 1024px) {
    .section-page-subtitle {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
}

.summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem !important;
    font-size: 1rem;
    line-height: 1.5rem;
}

.explore {
    display: flex;
    flex-wrap: wrap;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.explore p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

@media (max-width: 640px){
    .explore p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
        -webkit-box-orient: vertical;
    }
}

.explore div > a {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .explore div > a {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.explore a {
    margin-right: 0px;
}

.white-text a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.white-text a:hover {
    --tw-text-opacity: 1;
    color: rgb(254 57 82 / var(--tw-text-opacity));
}

.white-text a:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

button:not(.except):not(.red-button):not(.property-card-button):not(.icon-button):not(.icon-button-blue):not(.hea):not(.auto-renew):not(.red-label-button):not(.filepond--file-action-button):not(.callcard) {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: 300ms;
}

button:not(.except):not(.red-button):not(.property-card-button):not(.icon-button):not(.icon-button-blue):not(.hea):not(.auto-renew):not(.red-label-button):not(.filepond--file-action-button):not(.callcard):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 51 74 / var(--tw-bg-opacity));
}

button:not(.except):not(.red-button):not(.property-card-button):not(.icon-button):not(.icon-button-blue):not(.hea):not(.auto-renew):not(.red-label-button):not(.filepond--file-action-button):not(.callcard):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.icon-button {
    display: flex;
    border-top-left-radius: 0px;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: 300ms;
}

.icon-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 51 74 / var(--tw-bg-opacity));
}

.icon-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.icon-button {
    padding-right: 0.6rem;
}

.icon-button-blue {
    display: flex;
    border-top-left-radius: 0px;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(54 132 251 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: 300ms;
}

.icon-button-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(49 119 226 / var(--tw-bg-opacity));
}

.icon-button-blue:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.icon-button-blue {
    padding-right: 0.6rem;
}

.arrows-gallery {
    border-radius: 9999px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    transition-duration: 300ms !important;
}

.arrows-gallery:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(49 119 226 / var(--tw-bg-opacity)) !important;
}

.arrows-gallery:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

.red-button {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: 300ms;
}

.red-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 51 74 / var(--tw-bg-opacity));
}

.red-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.red-label-button {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(230 32 56 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: 300ms;
}

.red-label-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 51 74 / var(--tw-bg-opacity));
}

.red-label-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.auto-renew {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.auto-renew:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.auto-renew:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

button:disabled,
button[disabled] {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    pointer-events: none;
}

.modal-wait {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: auto;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 2rem;
    text-align: center;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .modal-wait {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 36rem;
        padding: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .modal-wait {
        padding: 2rem;
    }
}

.modal-box {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: auto;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.5rem;
    text-align: center;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    .modal-box {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 36rem;
        padding: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .modal-box {
        padding: 2rem;
    }
}

.modal-bg {
    position: fixed;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
    z-index: 99998;
}

.modal-clock {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.modal-clock {
    animation: spin 1s linear infinite;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.5rem;
}

.section-featured a,
.section-featured p,
.section-featured h2,
.section-featured h3,
.section-featured h4,
.section-featured h5,
.section-featured h6,
.section-featured small,
.section-featured label,
.section-dark a,
.section-dark p,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark label,
.section-black a,
.section-black p,
.section-black h2,
.section-black h3,
.section-black h4,
.section-black h5,
.section-black h6,
.section-black label
{
    color: #FFF;
}

.blend {
    color: rgb(255, 255, 255);
    mix-blend-mode: difference;
}

.item-custom-text:after {
    content: '';
    display: block;
    background-color: #FE3952;
    width: 211%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}

.item-custom-text-before{
    display: inline-block;
    vertical-align: middle;
    background-color: #FE3952;
    margin-left: 20px;
    position: relative;
    height: 92px;
}

.item-custom-text-before:before {
    content: '';
    display: block;
    border-top: solid 0 transparent;
    border-bottom: solid 90px #FE3952;
    border-left: solid 22px transparent;
    right: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #FFF;
}
.h-80{
    height: 20rem;
}

.sm\:h-80{
    height: 20rem;
}

.h-22{
    height: 5.5rem;
}

.h-22-5{
    height: 5.625rem;
}

.h-23{
    height: 5.75rem;
}

.h-96{
    height: 24rem;
}

.h-108{
    height: 27rem;
}

.h-112{
    height: 28rem;
}

.md\:h-112{
    height: 28rem;
}

.md\:h-108{
    height: 27rem;
}

.lg\:h-112{
    height: 28rem;
}

.xl\:h-112{
    height: 28rem;
}

.lg\:h-108{
    height: 27rem;
}

.xl\:h-108{
    height: 27rem;
}

.h-116{
    height: 29rem;
}

.h-128{
    height: 32rem;
}

.h-144{
    height: 36rem;
}

.h-148{
    height: 37rem;
}

.h-160 {
    height: 40rem;
}

.h-178{
    height:44rem;
}

.h-192{
    height:48rem;
}

.h-208{
    height:52rem;
}

.h-224{
    height:56rem;
}

.h-20{
    height: 5rem;
}

/*.section-title-shorter:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100px;*/
/*    height: 3px;*/
/*    background-color: #FE3952;*/
/*    margin-top: 1px;*/
/*}*/

/*.title-before:before {*/
/*    content:'';*/
/*    position: relative;*/
/*    width: 15px;*/
/*    height: 3px;*/
/*    background-color: #FE3952;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/

.section-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #FE3952;
    margin-top: 3px;
}

.section-title {
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.menu:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}
.menu:focus {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.menu:before, .menu:after {
    transition: all .5s;
}

.menu {
    position:relative;
}

.menu:after {
    z-index: 50;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    content: '.';
    color: transparent;
    background: #3684fb;
    height: 8px;
}

.ul-menu{
    line-height: 90px;
}

.nav-menu{
    display: flex;
}

.menu:hover:after, .menu.active:after {
    width: 100%;
}

.chevron:before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.50em;
    /*left: 0.30em;*/
    position: relative;
    vertical-align: middle;
    width: 0.50em;
    transform: rotate(45deg);
    margin-right: 0.25em;
}

.btn-transaction:before {
    border-color: #444444 transparent transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 9px;
    border-style: solid;
}

.btn-color {
    background-color: #444444;
}

.btn-mobile {
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-transaction {
    color: #EEEEEE;
    background-color: #444444;
    /*opacity: 75%;*/
    border: 0 !important;
    font-size: 16px;
    padding: 6px 35px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: relative;
    cursor: default;
}

.btn-transaction:focus {
    outline: none;
}

.active, .btn-transaction:hover {
    color:#ffffff;
    background-color: #FE3952;
}

.btn-transaction:active {
    color:#ffffff;
    background-color: #FE3952;
}

.active:before, .btn-transaction:hover:before {
    border-color: #FE3952 transparent transparent;
}

.text-18xl{
    font-size: 10.5rem;
}


.title-group {
    margin-bottom: 0.25rem;
    font-size: 20px;
    color: #ffffff;
    font-weight: unset;
}

/*.title-group:after {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 30px;*/
    /*height: 4px;*/
    /*background-color: #FE7235;*/
    /*margin-left: 10px;*/
    /*vertical-align: middle;*/
    /*margin-top: -2px;*/
/*}*/


#mapid { height: 300px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
#terms span {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(254 57 82 / var(--tw-text-opacity));
}
.z-999{
    z-index: 999;
}

.z-9999{
    z-index: 9999;
}

.z-99999{
    z-index: 99998;
}

.z-999999{
    z-index: 99997;
}
.z-1000000{
    z-index: 99999;
}
.z-max{
    z-index: 100000 !important;
}

.ontopofmap {
    z-index:99900
}

.max-w-3xl {
    max-width: 48rem;
}

.general {
    position: relative;
    left: 1em;
    margin: 0;
    padding: 1em 1em;
    font-size: 1.75rem;
    text-transform: uppercase;
    line-height: .95;
    font-weight: bold;
}
#more {
    display: block;
    font-size: 4.05rem;
    font-weight: bold;
}

/* THE CUTOUT TEXT */
.cutout {
    background-color: white;
    color: black;
    mix-blend-mode: screen;
}

/* header */
#background{
    background: #48459f;
    background: linear-gradient(to right, #48459f 0%,#8a2a5d 100%);
    /*background: #fa3640;*/
    /*background: -moz-linear-gradient(left, #fa3640 0%, #5a5ca0 100%);*/
    /*background: -webkit-linear-gradient(left, #fa3640 0%,#5a5ca0 100%);*/
    /*background: linear-gradient(to right, #fa3640 0%,#5a5ca0 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa3640', endColorstr='#5a5ca0',GradientType=1 );
    height: 270px;
    z-index: -1;
}
.choices{
    min-height: 46px;
}

html, body {
    height: 100%;
}

.favorite {
    padding-top: 2em;
    background-repeat: no-repeat;
    background-size: 2900%;
    background-position: left;
    height: 75px;
    width: 75px;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
}

.animate {
    animation: heart-burst .8s steps(28) forwards;
}

@keyframes heart-burst {
    0% {
        background-position: left
    }
    100% {
        background-position: right
    }
}

#property-map {
    height: 100px;
}

.area {
    background: #FE3952;
    display:block;
    opacity:0;
    position:absolute;
}

.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #5d5d5d;
}

.rounded-2xl{
    border-radius: 1rem;
}

.rounded-r-xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.rounded-r-2xl{
    border-top-right-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
}

.rounded-3xl{
    border-radius: 1.5rem;
}

.rounded-l-xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.rounded-t-3xl{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

html{
    scroll-behavior: smooth;
}

input[type=radio]{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    display: inline-block !important;
    vertical-align: middle !important;
    background-origin: border-box !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    flex-shrink: 0 !important;
    height: 1.2rem !important;
    width: 1.2rem !important;
    color: #3684FB !important;
    background-color: #ffffff !important;
    border-color: #d2d6dc !important;
    border-width: 1px !important;
    border-radius: 0.25rem !important;
}

@media not print{
    input[type=radio]::-ms-check{
        border-width: 1px !important;
        color: transparent !important;
        background: inherit !important;
        border-color: inherit !important;
        border-radius: inherit !important;
    }
}

input[type=radio]:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e") !important;
    border-color: transparent !important;
    background-color: #3684FB !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

input[type=radio]:focus{
    outline: none !important;
    border-color: #3684FB !important;
}

input[type=radio]:checked:focus{
    border-color: transparent !important;
}

input[type=checkbox]{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    display: inline-block !important;
    vertical-align: middle !important;
    background-origin: border-box !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    flex-shrink: 0 !important;
    height: 1.2rem !important;
    width: 1.2rem !important;
    color: #3684FB !important;
    background-color: #ffffff !important;
    border-color: #d2d6dc !important;
    border-width: 1px !important;
    border-radius: 0.25rem !important;
}

@media not print{
    input[type=checkbox]::-ms-check{
        border-width: 1px !important;
        color: transparent !important;
        background: inherit !important;
        border-color: inherit !important;
        border-radius: inherit !important;
    }
}

input[type=checkbox]:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e") !important;
    border-color: transparent !important;
    background-color: #3684FB !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

input[type=checkbox]:focus{
    outline: none !important;
    border-color: #3684FB !important;
}

input[type=checkbox]:checked:focus{
    border-color: transparent !important;
}


.form-checkbox-disabled{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #d53737;
    background-color: #4e4e4e;
    border-color: #d2d6dc;
    border-width: 1px;
    border-radius: 0.25rem;
}

.bell {
    width: 2rem;
}

.bell:hover, .bell:focus {
      animation: bellshake .5s cubic-bezier(.36,.07,.19,.97) both;
      backface-visibility: hidden;
      transform-origin: top right;
}



@keyframes bellshake {
    0% { transform: rotate(0); }
    15% { transform: rotate(5deg); }
    30% { transform: rotate(-5deg); }
    45% { transform: rotate(4deg); }
    60% { transform: rotate(-4deg); }
    75% { transform: rotate(2deg); }
    85% { transform: rotate(-2deg); }
    92% { transform: rotate(1deg); }
    100% { transform: rotate(0); }
}

.tags{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #3684FB;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: bold;
}

.tags:before {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #3684FB transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}

.tags:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}


.line-through-fourth {
    overflow: hidden;
    text-align: center;
}

.line-through-fourth:before,
.line-through-fourth:after {
    background-color: #FE3952;
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 3%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.leaflet-control a {
    font-size: 10px !important;
    color: gray !important;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.w-320{
    width: 216px;
}

.h-73{
    height: 49px;
}

@media (min-width: 640px){
    .w-320{
        width: 320px;
    }
    .h-73{
        height: 73px;
    }
}

#confirm-property:disabled,
#confirm-property[disabled]{
    background-color: #666666;
    color: #cccccc;
}

#button-upload:disabled,
#button-upload[disabled]{
    background-color: #666666;
    color: #cccccc;
}

#save-header:disabled,
#save-header[disabled]{
    background-color: #666666;
    color: #cccccc;
}
.icon-dark:hover{
    filter: url('#hover');
}

[x-cloak=""]{
    display: none;
}

.filepond span:not(.filepond--label-action) {
    color: #FFF;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #1B539E !important;
    border-radius: 3px;
    background: #1B539E !important;
    color: #ffffff;
    padding: 1px 4px;;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
}

.price-range {
    display: flex;
    height: 2rem;
    width: 24rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.375rem;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #72a9fc var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(114 169 252 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #204f97 var(--tw-gradient-to-position);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

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

#ma > #mapid {
    height: 450px;
}

@media (max-width: 640px){
    #ma > #mapid {
        height: 300px;
    }
}

#l > #mapid {
    height: 450px;
}

@media (max-width: 640px){
    #l > #mapid {
        height: 300px;
    }
}

.filepond--file-info span, .filepond--file-status span{
    color: #FFF;
}

.rbox {
    background-color: #f5f5f5;
    padding: 12px;
    margin: 14px 0;
    border-radius: 0.375rem;
}
.dbox {
    display: flex;
    flex-wrap: wrap;
}
.dbox > div {
    padding: 2px ;
}

.newsc {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.newsc a {
    text-decoration-line: none;
}

.stories a {
    text-decoration: none;
}

.plans-card {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding: 1rem;
}

.paid {
    display: inline-flex;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
}

.void {
    display: inline-flex;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 230 230 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(115 0 0 / var(--tw-text-opacity));
}

.uncollectible {
    display: inline-flex;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 230 230 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(115 0 0 / var(--tw-text-opacity));
}

.draft {
    display: inline-flex;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.open {
    display: inline-flex;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

#plans dl {
    display: flex;
    height: 2rem;
    align-items: center;
}
#plans dt {
    width: 80%;
}
#plans dd {
    width: 20%;
}

#api dl {
    display: flex;
    height: 3rem;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    #api dl {
        height: 2rem;
        align-items: center;
    }
}
#api dt {
    width: 50%;
}
#api dd {
    width: 50%;
}
.hint{
    z-index: 99999 !important;
}

.phone {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(54 132 251 / var(--tw-bg-opacity));
    padding: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.rbox h3 {
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 640px) {
    .rbox h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.story-desc {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.story-desc p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.box-title h2 {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-left: 8px;
}
.box-title h2::before{
    background: #3784FB;
    content: "";
    height: 12px;
    margin-right: 12px;
    margin-left: 0px;
    min-width: 24px;
}
.bg-orange-500 {
    background-color: #FEA735 !important;
}
.bg-blue-500 {
    background-color: #0077FF !important;
}
.text-orange-300 {
    color: #FFDCAE !important;
}
.text-orange-400 {
    color: #FEC172 !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

@media screen and ( min-width: 520px ){

    span.page-link {
        color: #FFF;
    }
}

.-mr-22 {
    margin-right: -5.5rem;
}

.-ml-22 {
    margin-left: -5.5rem;
}

.property-card-district {
    display: block !important;
    font-size: 0.75rem !important;
    line-height: 1.5rem !important;
    text-transform: uppercase !important;
    margin-top: 0.15rem !important;
}

.agency-property-card a:hover {
    color: unset !important;
}

.properties-list h2 {
    font-size: 1.15rem !important;
    line-height: 1.40rem !important;
}
@media (max-width: 640px) {
    .properties-list h2 {
        font-size: 1rem !important;
        line-height: 1.25rem !important;
    }
    .buttons-filter a:hover {
        color: unset !important;
    }
}

.style-text-district {
    text-decoration-line: none;
    display: block !important;
    font-size: 0.75rem !important;
    line-height: 1.5rem !important;
    text-transform: uppercase !important;
    margin-top: 0.15rem !important;
}

.pagination .page-item .page-link {
    color: white !important;
    background-color: #3684fb !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    border-radius: 4px !important;
    margin-right: 0px !important;
}

.page-item[nocurrent] {
    margin-right: 1em !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-radius: 4px !important;
    background-color: #c7e9ff !important;;
    color: #3B404B !important;
    font-weight: 600;
}

.pagination a {
    border: none !important;
    color: #3B404B !important;
}

.pagination {
    display: inline-flex;
    align-items: center;
}

.pagination a {
    display: flex;
    align-items: center;
}
.page-item {
    margin: 3px !important;
}
.page-item[nocurrent] {
    background-color: #c7e9ff !important;;
    color: #3B404B !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-radius: 4px !important;
    font-weight: 600;
    margin: 3px !important;
}

.pagination .page-item .page-link {
    color: #3684fb !important;
    background-color: #c7e9ff !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-radius: 4px !important;
    margin-right: 0px !important;
}

.page-item .active {
    background-color: transparent !important;
}

.card-info-new {
    display: flex;
    flex-direction: column;
}

.card-info-new h5 {
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.card-info {
    display: flex;
    flex-wrap: wrap;
}

.card-info > div > div {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    line-height: 1.1rem !important;
}

@media (min-width: 640px) {
    .card-info  {
        height: 8.5rem;
    }
}

@media (max-width: 640px) {
    .card-info {
        align-items: center;
    }
}

.card-info-left {
    width: 75%;
}

.card-info > div > div > div {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    display: flex;
    flex-wrap: wrap;
}

.card-info > div > div > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.card-info > div > div > div > span {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
}


.card-info-right {
    width: 25%;
}

@media (min-width: 640px) {
    .card-info-right {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.card-description {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.card-description small {
    line-height: 1.1rem !important;
}

@media (min-width: 640px) {
    .card-description {
        height: 6rem;
    }
}

.card-bottom {
    position: relative;
    bottom: 0px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    place-items: center;
    padding: 0.5rem;
}

.card-bottom > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card-bottom > div > svg {
    fill: currentColor;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
    .card-bottom > div > div {
        display: flex;
        align-items: center;
    }
}

.card-bottom > div > div > a {
    text-decoration-line: none;
    font-weight: 400;
    text-transform: capitalize !important;
}

.card-bottom > div > a {
    text-decoration-line: none;
    font-weight: 400;
    text-transform: capitalize !important;
}

.telephone {
    text-transform: capitalize !important;
    color: #111827 !important;
}

@media (max-width: 640px) {
    article {
        padding-left: 0.4rem !important;
        padding-right: 0.4rem !important;
    }

    .telephone {
        font-size: 0.85rem !important;
        line-height: 1.5rem !important;
    }

    #banner-home h1 span {
        font-size: 1rem !important;
        line-height: 1.75rem;
        text-transform: capitalize;
    }

    #banner-home {
        margin-top: 62px !important;
        height: 18rem !important;
        z-index: 999 !important;
    }

    .singleprotitle {
        font-weight: 600 !important;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .favorite {
        padding-top: 2em;
        background-repeat: no-repeat;
        background-size: 2900%;
        background-position: left;
        height: 75px !important;
        width: 75px !important;
        margin: 0 auto;
        cursor: pointer;
        position: absolute;
    }

    strong  {
        font-weight: 600 !important;
    }

    .home-title p {
        font-size: 1rem !important;
        line-height: 1.1rem !important;
        margin-top: 0.5rem !important;
        color: white !important;
    }

    .banner-home-style {
        background-color: #0093E9 !important;
        background: -webkit-linear-gradient(180deg, #0093E9 0%, #80D0C7 100%) !important;
        background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%) !important;
        margin-top: 63px !important;
    }

}

small {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}

h4, h5, h6, p {
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}

button, input, optgroup, select, textarea {
    font-size: 14px !important;
}

.home-title p {
    font-size: 1.2rem !important;
    line-height: 1.75rem !important;
    margin-top: 0.5rem !important;
    color: white !important;
}

.box-features-new {
    display: flex;
    flex-wrap: wrap;
}

.box-features-new > div {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.box-features-new-left {
    display: flex;
    flex-wrap: wrap;
}

.box-features-new-left > div {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.pricing {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .pricing {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.pricing > div {
    display: flex;
    flex-direction: column;
}

.pricing > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.pricing > div {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(235 243 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
    border-radius: 1.5rem;
}

@media (min-width: 768px) {
    .pricing > div {
        padding: 2rem;
    }
}

.pricing > div > div {
    display: flex;
    flex-direction: column;
}

.pricing > div > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.pricing > div > div > div {
    display: inline-flex;
    align-items: baseline;
}

.pricing > div > div > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.pricing > div > div > div > span {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.pricing > div > div > ul {
    margin-top: 1rem;
}

.pricing > div > div > ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.pricing > div > div > ul {
    font-size: 0.875rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.pricing > div > div > ul > li {
    display: flex;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    margin-top: 0.25rem !important;
}

.pricing > div > div > ul > li > svg {
    height: 1.5rem;
    width: 1.25rem;
    flex: none;
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.pricing > div > div > div > a {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(54 132 251 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
    text-decoration-line: none;
}

.pricing > div > div > div > a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(54 132 251 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pricing > div > div > div > a {
    margin-right: 0rem !important;
}

.card-agency-outside {
    position: relative;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-content-info {
    display: flex;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    height: 5rem;
}

.card-content-info > div > div {
    margin-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
}

.card-content-info > div > div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.card-content-info > div > h3 {
    font-size: 1rem !important;
    line-height: 1.4rem !important
}

.card-content-info > div > div > span {
    border-radius: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #007d56 !important;
    background-color: #c1ffe3 !important;
}

.card-description-info {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (max-width: 640px) {
    .card-content-info {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem;
    }

    .card-description-info {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .card-content-info {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem;
    }

}

.features-info {
    display: flex;
    flex-wrap: wrap;
}

.features-info > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.features-info span {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.features-info > div > span.distance {
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: #ffffff !important;
    color: #3B404B !important;
}

b, strong {
    font-weight: 600 !important;
}

.title-group-style-home {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 768px) {
    .title-group-style-home {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.title-group-style-normal {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .title-group-style-normal {
        padding: 0px;
    }
}

@media (min-width: 640px) {
    .title-group-style-normal {
        margin-top: 90px !important;
        margin-bottom: 10px;
    }
    .h1page > h1 {
        font-size:1.75rem !important;
        text-transform: uppercase;
    }
    .h1page > h2 {
        margin-top: 0.25rem;
        font-size: 1rem !important;
        line-height: 1.4rem !important;
    }
    .title-group-style-home > h1, .title-cookies {
        --tw-text-opacity: 1;
        color: rgb(54 132 251 / var(--tw-text-opacity));
            font-size: 34px !important;
        font-weight:600;
    }

    .title-group-style-home > h2 {
        margin-top: 0.75rem;
        line-height: 2rem;
        font-size: 30px !important;
        font-weight:600;
    }

    .title-group-style-normal > h1 {
        --tw-text-opacity: 1;
        color: rgb(54 132 251 / var(--tw-text-opacity));
            font-size: 34px !important;
        font-weight:600;
    }

    .title-group-style-normal > h2 {
        margin-top: 0.5rem;
        line-height: 2rem;
        font-size: 27px !important;
        font-weight:600;
    }

    .section-title-h2 {
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(54 132 251 / var(--tw-text-opacity));
        font-size: 15px !important;
        font-weight:600;
    }

    .section-title-h3 {
        margin-top: -0.5rem;
        font-size: 1.65rem !important;
        font-weight: 600 !important;
    }

    .section-title-h3-h4 {
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(54 132 251 / var(--tw-text-opacity));
        font-size: 15px !important;
        font-weight:600;
        line-height: 1rem !important;
    }

    .section-title-h4 {
        margin-top: -1rem;
        font-size: 30px !important;
        font-weight:600;
    }

    .section-title-h2 {
        line-height: 1.5rem !important;
    }
}

@media (max-width: 640px) {
    .h1page > h1 {
        font-size: 1.4rem !important;
        line-height: 1.65rem !important;
        text-transform: uppercase;
    }
    .h1page > h2 {
        margin-top: 0.25rem;
        font-size: 1rem !important;
        line-height: 1.4rem !important;
    }
    .title-group-style-home > h1, .title-cookies {
        --tw-text-opacity: 1;
        color: rgb(54 132 251 / var(--tw-text-opacity));
            font-size: 24px !important;
            line-height: 1.8rem !important;
        font-weight:600;
    }

    .title-group-style-home > h2 {
        font-size: 18px !important;
        font-weight:600;
        line-height: 1.5rem !important;
    }

    .title-group-style-normal > h1 {
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(54 132 251 / var(--tw-text-opacity));
        font-size: 24px !important;
        font-weight:600;
        line-height: 1.8rem;
    }

    .title-group-style-normal > h2 {
        margin-top: 0.25rem;
        line-height: 22px !important;
        font-size: 16px !important;
        font-weight:600;
    }

    .section-title-h2 {
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(54 132 251 / var(--tw-text-opacity));
        font-size: 14px !important;
        font-weight:600;
        line-height: 1.5rem !important;
    }

    .section-title-h3 {
        line-height: 1.4rem !important;
        font-size: 22px !important;
        font-weight:600;
    }

    .section-title-h3-h4 {
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(54 132 251 / var(--tw-text-opacity));
        font-size: 14px !important;
        font-weight:600;
        padding-bottom: 0px !important;
    }

    .section-title-h4 {
        line-height: 1.4rem !important;
        font-size: 22px !important;
        font-weight:600;
        padding-top: 0px !important;
    }
}

#credential_picker_container {
    z-index: 99999 !important;
}
@font-face {
    font-family: 'unicons';
    src: url('/fonts/unicons/Unicons.woff') format('woff');
}
.icon-list.bullet-bg i:before {
    vertical-align: middle;
    display: table-cell;
    padding-right: 3px !important;
    padding-top: 2px !important;
}
.uil-check:before {
    content: "\e9dd";
    font-family: "unicons";
}

.uil-plus-circle:before {
    content: "\ec5b";
    font-family: "unicons";
}

.uil-plus-circle {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
    color: white !important;
}

.uil-search-map:before {
    content: "\eca5";
    font-family: "unicons";
}

.uil-search-map {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 18px;
    color: #666 !important;
}

.uil-search-alt:before {
    content: "\eca3";
    font-family: "unicons";
}

.uil-search-alt {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    color: #ffffff !important;
}

.uil-building-alt:before {
    content: "\e9b3";
    font-family: "unicons";
}

.uil-building-alt {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    color: #ffffff !important;
}

.uil-deals-alt:before {
    content: "\eacc";
    font-family: "unicons";
}

.uil-deals-alt {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    color: #ffffff !important;
}

.uil-envelope-alt:before {
    content: "\eab0";
    font-family: "unicons";
}

.uil-envelope-alt {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 30px;
    color: #ffffff !important;
}

.uil-angle-down:before {
    content: "\e92d";
    font-family: "unicons";
}

.uil-angle-down {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 60px;
    color: #3684FB !important;
}

.uil-angle-up:before {
    content: "\e932";
    font-family: "unicons";
}

.uil-angle-up {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 60px;
    color: #3684FB !important;
}

.uil-angle-down-smaller:before {
    content: "\e92d";
    font-family: "unicons";
}

.uil-angle-down-smaller {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 28px;
    color: #3684FB !important;
}

.uil-angle-up-smaller:before {
    content: "\e932";
    font-family: "unicons";
}

.uil-angle-up-smaller {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 28px;
    color: #3684FB !important;
}

.uil-bell-notify:before {
    content: "\e97f";
    font-family: "unicons";
}

.uil-bell-notify {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 30px;
    color: #ffffff !important;
}

.uil-bell-notify-blue:before {
    content: "\e97f";
    font-family: "unicons";
}

.uil-bell-notify-blue {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 30px;
    color: #3684FB;
}

.uil-bell-alerts:before {
    content: "\e97f";
    font-family: "unicons";
}

.uil-bell-alerts {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-marker-marker:before {
    content: "\ebe3";
    font-family: "unicons";
}

.uil-marker-marker {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-redo:before {
    content: "\ec83";
    font-family: "unicons";
}

.uil-redo {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
    color: white !important;
}

.uil-images:before {
    content: "\eb95";
    font-family: "unicons";
}

.uil-images {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 16px;
    color: white !important;
}

.uil-video-svg:before {
    content: "\ed7e";
    font-family: "unicons";
}

.uil-video-svg {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 16px;
    color: white !important;
}

.uil-home:before {
    content: "\eb6d";
    font-family: "unicons";
}

.uil-home {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
    color: #111111 !important;
}
.uil-list-ol-alt:before {
    content: "\ebd4";
    font-family: "unicons";
}

.uil-list-ol-alt {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 18px;
    color: #111111 !important;
}
.uil-star:before {
    content: "\eceb";
    font-family: "unicons";
}

.uil-star {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 18px;
    color: #111111 !important;
}
.uil-map-pin:before {
    content: "\ebe7";
    font-family: "unicons";
}

.uil-map-pin {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 18px;
    color: #111111 !important;
}

.uil-subject:before {
    content: "\ed01";
    font-family: "unicons";
}

.uil-subject {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 18px;
    color: #111111 !important;
}

.uil-video:before {
    content: "\ed7e";
    font-family: "unicons";
}

.uil-video {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 18px;
    color: #111111 !important;
}

.uil-rotate-360:before {
    content: "\ec8d";
    font-family: "unicons";
}

.uil-rotate-360 {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 18px;
    color: #111111 !important;
}

.uil-facebook-f:before {
    content: "\eae2";
    font-family: "unicons";
}

.uil-facebook-f {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 40px;
    color: #111111 !important;
}

.uil-instagram:before {
    content: "\eb9c";
    font-family: "unicons";
}

.uil-instagram {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 40px;
    color: #111111 !important;
}

.uil-twitter:before {
    content: "\edb7";
    font-family: "unicons";
}

.uil-twitter {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 40px;
    color: #111111 !important;
}

.uil-multiply:before {
    content: "\ec22";
    font-family: "unicons";
}

.uil-multiply {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 24px;
    color: #111111 !important;
}

.uil-user-plus:before {
    content: "\ec5b";
    font-family: "unicons";
    color: #ffffff;
}

.uil-user-plus {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

*, ::after, ::before {
    box-sizing: border-box;
}
.icon-list.bullet-soft-primary.bullet-bg i {
    background-color: #dce7f9;
}
.icon-list.bullet-bg i {
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
}
.icon-list i {
    position: absolute;
    left: 0;
}

.vformat {

}

.vformat > p {
    margin-bottom: 16px;
    font-size: 16px !important;
    line-height: 27.2px !important;
}

@media (min-width: 640px) {
    .vformat > .p-lead {
        font-size: 21px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 640px) {
    .vformat > .p-lead {
        font-size: 19px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
    }
}

.vformat > ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 2rem!important;
}

.vformat > ul > li{
    padding-left: 1.5rem;
    position: relative;
}

.vformat > ul > li > span > i{
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
    background-color: #dce7f9;
    color: #3f78e0;
}


.vformat > h2, h3, h4, h5, h6{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.vformat > h4{
    font-size: 24px !important;
    line-height: 33px !important;
}

.vformat > p > a {
    background: url(https://images.viotopo.com/svg/svg-highlight.svg);
    margin: -2px -6px;
    padding:  2px  6px;
    text-decoration: none;
 }

 .vformat > h2 > a {
    background: url(https://images.viotopo.com/svg/svg-highlight.svg);
    margin: -2px -6px;
    padding:  2px  6px;
    text-decoration: none;
    pointer-events: all;
 }

 .highlight {
    background: url(https://images.viotopo.com/svg/svg-highlight.svg);
    margin: -2px -6px;
    padding:  2px  6px;
    text-decoration: none;
 }

 .price-class {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}

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

 .price-class {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
    font-weight: 500 !important
 }

 .price-class-price {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}

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

 .price-class-price {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
 }

.uil-clock:before {
    content: "\e9ee";
    font-family: "unicons";
    color: #3f78e0;

}
.uil-clock {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 40px;
}

.uil-clock-other:before {
    content: "\e9ee";
    font-family: "unicons";
    color: #3f78e0;

}
.uil-clock-other {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 25px;
}

.uil-award:before {
    content: "\e967";
    font-family: "unicons";
    color: #ffffff;

}
.uil-award {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 25px;
}

.uil-check-circle:before {
    content: "\e9db";
    font-family: "unicons";
    color: #ffffff;

}
.uil-check-circle {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 25px;
}

.uil-rocket:before {
    content: "\ec8c";
    font-family: "unicons";
    color: #ffffff;

}
.uil-rocket {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 25px;
}

.uil-clock-white:before {
    content: "\e9ee";
    font-family: "unicons";
    color: #ffffff;

}
.uil-clock-white {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-building:before {
    content: "\e9b3";
    font-family: "unicons";
    color: #374151;

}
.uil-building {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 25px;
}

.uil-estate:before {
    content: "\eacb";
    font-family: "unicons";
    color: #374151;

}
.uil-estate {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 25px;
}

.places-nearby {
    width: 100%;
}

.places-nearby > div {
    margin-top: 1rem;
}

@media (min-width: 640px) {
    .places-nearby > div > div > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .places-nearby > div > div > div > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }
    .places-nearby > div > div > div > div {
        display: flex;
        border-radius: 9999px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        font-family: Manrope, sans-serif !important;
    }

    .places-nearby > div > div > div > div > p {
        font-size: 14px !important;
    }
}
@media (max-width: 640px) {
    .places-nearby > div > div > div {
        margin-top: 0.125rem;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.25rem;
    }
}


@keyframes horizontalBounce {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(20px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(-10px);
    }
}

.bounce-horizontal {
    animation: horizontalBounce 1s ease;
}

/* article-v4.blade.php / Stories article */

.news-article > a {
    margin: 0rem !important;
}

.news-article > a > .four {
    height: 10rem;
    width: 100%;
    border-radius: 0.375rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 0.5rem !important;
}

.news-article > a > .three {
    height: 16rem;
    width: 100%;
    border-radius: 0.375rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 0.5rem !important;
}

.news-article > .story-category {
    margin-top: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.news-article > div > a {
    margin: 0rem !important;
}

.news-article > div > a > h4 {
    font-weight: 600 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.news-article > small {
    font-size: 14px !important;
}

.uil-calendar-alt:before {
    content: "\e9ba";
    font-family: "unicons";
}
.uil-calendar-alt {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 13px;
}

.uil-setting:before {
    content: "\ecaf";
    font-family: "unicons";
    color: #ffffff;
}

.uil-setting {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-user:before {
    content: "\ed6f";
    font-family: "unicons";
    color: #ffffff;
}

.uil-user {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-house-user:before {
    content: "\eb77";
    font-family: "unicons";
    color: #ffffff;
}

.uil-house-user {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-dashboard:before {
    content: "\ea71";
    font-family: "unicons";
    color: #ffffff;
}

.uil-dashboard {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-circle-info:before {
    content: "\eb99";
    font-family: "unicons";
    color: #ffffff;
}

.uil-circle-info {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-shop:before {
    content: "\ecb8";
    font-family: "unicons";
    color: #ffffff;
}

.uil-shop {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-web:before {
    content: "\ed98";
    font-family: "unicons";
    color: #ffffff;
}

.uil-web {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-key:before {
    content: "\ebaa";
    font-family: "unicons";
    color: #ffffff;
}

.uil-key {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-at:before {
    content: "\e963";
    font-family: "unicons";
    color: #ffffff;
}

.uil-at {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-edit:before {
    content: "\eaa8";
    font-family: "unicons";
    color: #ffffff;
}

.uil-edit {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-history:before {
    content: "\eb6b";
    font-family: "unicons";
    color: #ffffff;
}

.uil-history {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-heart-sign:before {
    content: "\eb65";
    font-family: "unicons";
    color: #ffffff;
}

.uil-heart-sign {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 12px;
}

.uil-location:before {
    content: "\ed68";
    font-family: "unicons";
}

.uil-location {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 17px;
}

.uil-filter:before {
    content: "\eb15";
    font-family: "unicons";
}

.uil-filter {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 17px;
}

.uil-filter-white:before {
    content: "\eb15";
    font-family: "unicons";
    color: #ffffff;
}

.uil-filter-white {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 17px;
}

.uil-sort:before {
    content: "\ecfb";
    font-family: "unicons";
}

.uil-sort {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 17px;
}

.uil-bell:before {
    content: "\e97f";
    font-family: "unicons";
}

.uil-bell {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 17px;
}

.uil-comment-edit:before {
    content: "\ea40";
    font-family: "unicons";
}

.uil-comment-edit {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 30px;
}

/* END article-v4.blade.php / Stories article */

/* search-home-v4 / cookies recent searches */

.title-section {
    margin-bottom: 1rem;
    margin-top: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 768px) {
    .title-section {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
        margin-top: 2.5rem;
        max-width: 1280px;
    }
}

.title-section > p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.title-section > div {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .title-section > div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.title-section > div > a {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
}

.title-section > div > a > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.title-section > div > a {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.title-section > div > a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(54 132 251 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* END search-home-v4 / cookies recent searches */


/* single-property.blade */

/* property not active */
.property-not-active {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
}
@media (min-width: 768px) {
    .property-not-active {
        padding: 1rem;
    }
}

.property-not-active > div .title-property-not-active {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

@media (min-width: 768px) {
    .property-not-active > div .title-property-not-active {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.property-not-active > div > h3 {
    margin-top: 0.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.property-not-active > div > h5 {
    margin-top: 1rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
/* END property not active */


/* END single-property.blade */

.gm-style iframe + div { border:none!important; }

/* map  */
.uil-user-location:before {
    content: "\ed68";
    font-family: "unicons";
    color: #ffffff;
}

.uil-user-location {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.custom-marker {
    background: #3684FB;
    padding: 4px 8px;
    /* border: 1px solid #5f1717; */
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
    position: relative;
    color: #ffffff;
    /* Text color */
}

.custom-marker::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3684FB transparent transparent transparent;
    /* Arrow color */
}

.custom-marker:hover {
    background: #639328;
}

.custom-marker:hover::before {
    border-color: #639328 transparent transparent transparent;
}

.custom-marker .extra-info-bubble {
    position: absolute;
    top: -14px;
    right: -18px;
    background: white;
    /* Customize based on property */
    color: #3684FB;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border: 1px solid #3684FB;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border-radius: 20% !important;
}

.popup-content {
    display: flex;
    width: 300px;
    /* Adjust the width as necessary */
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.popup-image {
    width: 33.33%;
    cursor: pointer;
}

.popup-details {
    width: 66.66%;
    padding: 8px;
    box-sizing: border-box;
}

.popup-price {
    font-size: 16px;
    font-weight: bold;
}

.popup-property-type {
    font-size: 14px;
}

.uil-heart-sign:before {
    content: "\eb65";
    font-family: "unicons";
    color: #ffffff;
}

.uil-heart-sign {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 12px;
}

.uil-arrow-up-left:before {
    content: "\e94f";
    font-family: "unicons";
    color: #111111;
}

.uil-arrow-up-left {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 25px;
}

.uil-euro-circle:before {
    content: "\eacc";
    font-family: "unicons";
    color: #111111;
}

.uil-euro-circle {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
}

.uil-euro-circle-27:before {
    content: "\eacc";
    font-family: "unicons";
    color: #3c404b;
}

.uil-euro-circle-27 {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-trees:before {
    content: "\ed4d";
    font-family: "unicons";
    color: #02a572;
}

.uil-trees {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 28px;
}

@media (min-width: 640px) {
    .header-height {
        margin-top: 83px !important;
    }
}

.header-height {
    background-color: #004266;
}
.header-text {
    color: #EBF8FF;
}
.secondary-color-line {
    border-inline-start-color: #fe5f55;
}
.tag {
    background-color: #fe5f55;
    color: #FFF;
    font-size: 0.75rem;
}
h3 {
    font-weight: 600 !important;
    font-size: 1.65rem;
}
.service-color {
    background-color: #fe5f55;
}
.image-stack {
    padding-top: 40px;
    padding-left: 40px;
}
.image-stack::after {
    content: ' ';
    display: table;
    clear: both;
}

.image-stack__item--top {
    float: left;
    width: 70%;
    margin-right: -100%;
    position: relative;
    z-index: 1;
}

.image-stack__item--bottom {
    position: relative;
    float: right;
    width: 70%;
    top: 30%;
    z-index: 1;
    border: #FFF solid 5px;
}

.content-agent p {
    color: #74767c !important;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
}

.new-tag {
    margin-top: 0.5rem;
    justify-self: end;
}

.new-tag p {
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #111111 !important;
    background-color: #ffffff !important;
    font-size: 0.70rem !important;
    line-height: 0.85rem !important;
}

@media (min-width: 640px) {
    .bar::after {
        content: '';
        display: block;
        position: absolute;
        left: 95.5%;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid currentColor;
    }
}

@media (max-width: 640px) {
    .bar::after {
        content: '';
        display: block;
        position: absolute;
        left: 96.5%;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid currentColor;
    }
}
.bg-green-500::after {
    border-top-color: #22C55E;
}
.bg-green-400::after {
    border-top-color: #4ADE80;
}
.bg-lime-400::after {
    border-top-color: #A3E635;
}
.bg-yellow-400::after {
    border-top-color: #FACC15;
}
.bg-orange-400::after {
    border-top-color: #FB923C;
}
.bg-red-400::after {
    border-top-color: #FF4D4D;
}
.bg-red-600::after {
    border-top-color: #DC2626;
}

.autoComplete_highlighted {
    color:#FE3952 !important;
}

.autoComplete_result:hover {
    background-color: #ebebeb !important;
}

.try-change {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.uil-bell-notify{
    display:block;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
  }

  @keyframes ring {
    0% { transform: rotate(0); }
    1% { transform: rotate(30deg); }
    3% { transform: rotate(-28deg); }
    5% { transform: rotate(34deg); }
    7% { transform: rotate(-32deg); }
    9% { transform: rotate(30deg); }
    11% { transform: rotate(-28deg); }
    13% { transform: rotate(26deg); }
    15% { transform: rotate(-24deg); }
    17% { transform: rotate(22deg); }
    19% { transform: rotate(-20deg); }
    21% { transform: rotate(18deg); }
    23% { transform: rotate(-16deg); }
    25% { transform: rotate(14deg); }
    27% { transform: rotate(-12deg); }
    29% { transform: rotate(10deg); }
    31% { transform: rotate(-8deg); }
    33% { transform: rotate(6deg); }
    35% { transform: rotate(-4deg); }
    37% { transform: rotate(2deg); }
    39% { transform: rotate(-1deg); }
    41% { transform: rotate(1deg); }

    43% { transform: rotate(0); }
    100% { transform: rotate(0); }
  }

.uil-euro-circle-27{
    display:block;
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}

@keyframes ring {
0% { transform: rotate(0); }
1% { transform: rotate(30deg); }
3% { transform: rotate(-28deg); }
5% { transform: rotate(34deg); }
7% { transform: rotate(-32deg); }
9% { transform: rotate(30deg); }
11% { transform: rotate(-28deg); }
13% { transform: rotate(26deg); }
15% { transform: rotate(-24deg); }
17% { transform: rotate(22deg); }
19% { transform: rotate(-20deg); }
21% { transform: rotate(18deg); }
23% { transform: rotate(-16deg); }
25% { transform: rotate(14deg); }
27% { transform: rotate(-12deg); }
29% { transform: rotate(10deg); }
31% { transform: rotate(-8deg); }
33% { transform: rotate(6deg); }
35% { transform: rotate(-4deg); }
37% { transform: rotate(2deg); }
39% { transform: rotate(-1deg); }
41% { transform: rotate(1deg); }

43% { transform: rotate(0); }
100% { transform: rotate(0); }
}

.breadcrumb-p {
    margin: 0px;
    text-decoration-line: none;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

.breadcrumb-p-v5 {
    margin: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    line-height: 18px !important;
}

.card-opportunity {
    display: flex;
    flex-direction: column;
    justify-self: end;
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
}

.card-opportunity p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1.2rem !important;
}

.card-opportunity span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 0.75rem !important;
}

.video-svg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.video-svg > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.box-image-video {
    display: inline-flex;
    align-items: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.distance-card {
    position: absolute;
    margin-top: -2rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.home-big-property {
    position: absolute;
    z-index: 20;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: -7.5rem !important;
}

.home-big-property-first {
    grid-column: span 3 / span 3;
    display: flex;
    flex-direction: column;
}

.home-big-property-first span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 2rem !important;
    line-height: 3rem !important;
    font-weight: 600 !important;
}

.home-big-property-first p {
    overflow-wrap: normal;
    word-break: normal;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}

.home-big-property-second {
    display: flex;
    flex-direction: column;
}

.home-big-property-second span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1.25rem !important;
    line-height: 1.75rem;
}

.home-big-property-second p {
    margin-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}

.home-big-property-second p span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1.25rem !important;
    line-height: 1.75rem;
}

.home-big-property-second div a {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(54 132 251 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}

.home-big-property-second div a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-big-property-mobile {
    z-index: 30;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    padding: 0.5rem;
}

@media (min-width: 768px) {
    .home-big-property-mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.home-big-property-mobile div {
    z-index: 10;
    display: flex;
    max-width: 1280px;
    flex-direction: column;
}

.home-mobile-span-first {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1rem !important;
    line-height: 1.4rem !important;
}

.home-mobile-span-second {
    margin-top: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
}

.home-mobile-span-third {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.home-mobile-span-third span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 1rem !important;
    line-height: 1.4rem;
}

.home-mobile-span-fourth {
    display: flex;
    justify-content: flex-end;
}

.home-mobile-span-fourth a {
    margin: 0px;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-decoration-line: none;
}

.home-mobile-span-fourth a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(54 132 251 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.breadcrumb-div {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb-house {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: .0675rem !important;
    padding-bottom: .0675rem !important;
}

.breadcrumb-p-smaller {
    font-size: 0.9rem !important;
}

.header-new {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .header-new {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 640px) {
    .header-new {
        margin-top: 84px !important;
    }
}

.sp-breadcrumb {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 768px) {
    .sp-breadcrumb {
        margin-bottom: 0.5rem;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.sp-p-breacrumb {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    line-height: 18px !important;
}

.sp-opportunity {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
    border-radius: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .sp-opportunity {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.sp-opportunity {
    background-color: #F5F7F9 !important;
}

.sp-opportunity-first-box {
    display: flex;
    flex-direction: column;
}

.sp-opportunity-first-box > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.sp-opportunity-first-box {
    align-self: center;
}

@media (min-width: 768px) {
    .sp-opportunity-first-box {
        grid-column: span 2 / span 2;
    }
}

.sp-opportunity-first-box h3 {
    margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .sp-opportunity-first-box h3 {
        margin-bottom: 0.5rem;
    }
}

.sp-opportunity-first-box h3 {
    font-size: 16px !important;
    line-height: 27px !important
}

@media (min-width: 640px) {
    .sp-opportunity-first-box h3 {
        font-size: 1.6rem !important;
        line-height: 1.3rem !important;
        font-weight: 600 !important
    }
}
@media (max-width: 640px) {
    .sp-opportunity-first-box h3 {
        font-size: 1.6rem !important;
        line-height: 1.9rem !important;
        font-weight: 600 !important
    }
}

.sp-opportunity-second-box {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.sp-opportunity-second-box div p {
    font-size: 0.95rem !important;
    line-height: 27px !important;
    color: #60697b !important;
}

.sp-opportunity-second-box div span {
    font-size: 0.95rem !important;
    color: #60697b !important;
}

.sp-opportunity-inner-box {
    margin-top: 0.25rem;
    height: 0.25rem;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.sp-opportunity-inner-box div {
    height: 0.25rem;
    border-radius: 9999px;
}

@media (min-width: 640px) {
    .sp-menu-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}
@media (max-width: 640px) {
    .sp-menu-title {
        display: none;
        align-items: center;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.sp-menu-title div {
    margin-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sp-menu-title div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.sp-menu-title div {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.sp-menu-title div a {
    text-decoration-line: none;
    font-weight: 500 !important;
}

.header-v5 {
    position: fixed;
    top: 0px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    z-index: 99998;
    border-bottom: 1px solid #e2e9ee;
}

.header-v5-div {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 1280px;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) {
    .header-v5-div {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-right: 0px;
    }
}

.header-v5-div a {
    margin: 0px;
    margin-bottom: 0rem !important;
}

.header-v5-div-div {
    display: flex;
    flex-wrap: wrap;
}

.header-v5-div-div > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.header-v5-div-div nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-v5-div-div nav ul li a {
    margin-right: 0rem !important;
    font-weight: 600 !important;
}

.header-v5-div-div div {
    display: flex;
    flex-direction: column;
}

.header-v5-div-div div nav ul {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.header-v5-div-div div nav ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.header-v5-div-div div nav ul li a {
    text-transform: uppercase;
}

.header-v5-div-div div nav ul li a:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.header-v5-div-div div nav ul li a {
    margin-right: 0rem !important;
    font-weight: 600 !important;
}

.header-v5-div-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-v5-div-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.uil-filter-header:before {
    content: "\ecdb";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-filter-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-search-header:before {
    content: "\eca5";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-search-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-euro-header:before {
    content: "\eacc";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-euro-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-user-header:before {
    content: "\ed66";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-user-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-user-dashboard-header:before {
    content: "\ed66";
    font-family: "unicons";
    color: #28C55D;
}

.uil-user-dashboard-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-bars-header:before {
    content: "\e972";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-bars-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-back-header:before {
    content: "\ea6d";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-back-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-back-header-white:before {
    content: "\ea6d";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-back-header-white {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 22px;
}

.uil-map-header:before {
    content: "\ebe6";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-map-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-list-header:before {
    content: "\ebfc";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-list-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 27px;
}

.uil-phone-second-header:before {
    content: "\ec51";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-phone-second-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
}

.uil-envelope-second-header:before {
    content: "\eac8";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-envelope-second-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
}

.uil-whatsapp-second-header:before {
    content: "\ed9a";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-whatsapp-second-header {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-calculator:before {
    content: "\e9bc";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-calculator {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-graph-bar:before {
    content: "\eb52";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-graph-bar {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-check-square:before {
    content: "\e9dc";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-check-square {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-graph-bar:before {
    content: "\eb52";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-graph-bar {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-user-location:before {
    content: "\ed68";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-user-location {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-alt-location:before {
    content: "\ebd8";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-alt-location {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 30px;
    border: 0px !important;
}

.uil-user-house:before {
    content: "\eb77";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-user-house {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-rocket:before {
    content: "\ec8c";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-rocket {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-robot:before {
    content: "\ec8a";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-robot {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-globe:before {
    content: "\eb48";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-globe {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-puzzle:before {
    content: "\ec77";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-puzzle {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-euro-rea:before {
    content: "\eacd";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-euro-rea {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-analytics:before {
    content: "\ea58";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-analytics {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-star-rea:before {
    content: "\eceb";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-star-rea {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-feedback-rea:before {
    content: "\eaea";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-feedback-rea {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-envelope-rea:before {
    content: "\eac8";
    font-family: "unicons";
}

.uil-envelope-rea {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 35px;
    border: 0px !important;
}

.uil-check-district:before {
    content: "\e9db";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-check-district {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
    border: 0px !important;
}

.uil-thumb-up:before {
    content: "\ed35";
    font-family: "unicons";
    color: #ffffff !important;
}

.uil-thumb-up {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 30px;
    border: 0px !important;
}

.favorite {
    margin-left: -1rem !important;
    margin-top: -1rem !important;
}
:dir(rtl) .favorite {
    margin-right: -1rem !important;
}

.no-scroll {
    overflow: hidden;
}

.slide-up {
    animation: slide-up 0.5s forwards;
}

.slide-in-right {
    animation: slide-in-right 0.5s forwards;
}

.slide-out-left {
    animation: slide-out-left 0.5s forwards;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slide-in-right {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slide-out-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.breadcrumb-desktop-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-desktop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb-desktop a {
    margin: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    line-height: 18px !important;
}

.breadcrumb-desktop p {
    margin: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    line-height: 18px !important;
}

.breadcrumb-desktop span {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    line-height: 18px !important;
}

.breadcrumb-desktop-two div a {
    margin: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    line-height: 18px !important;
}

.breadcrumb-desktop-two div p {
    margin: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    line-height: 18px !important;
}

.breadcrumb-desktop-two div span {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Manrope' !important;
    line-height: 18px !important;
}

.vformat2 {

}

.vformat2 > p {
    margin-bottom: 16px;
    font-size: 16px !important;
    line-height: 27.2px !important;
    color: #60697b !important;
}

@media (min-width: 640px) {
    .vformat2 > .p-lead {
        font-size: 21px !important;
        line-height: 34px !important;
        font-weight: 400 !important;
        color: #60697b !important;
    }
}

@media (max-width: 640px) {
    .vformat2 > .p-lead {
        font-size: 18px !important;
        line-height: 27px !important;
        font-weight: 400 !important;
        color: #60697b !important;
    }
}

.vformat2 > ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 2rem!important;
}

.vformat2 > ul > li{
    padding-left: 1.5rem;
    position: relative;
}

.vformat2 > ul > li > span > i{
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table;
    background-color: #dce7f9;
    color: #3f78e0;
}


.vformat2 > h2, h3, h4, h5, h6{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #343F53 !important;
}

.vformat2 > h4{
    font-size: 24px !important;
    line-height: 33px !important;
    color: #343F53 !important;
    font-weight: 600 !important;
}

.vformat2 > p > a {
    background: url(https://images.viotopo.com/svg/svg-highlight.svg);
    margin: -2px -6px;
    padding:  2px  6px;
    text-decoration: none;
    color: #60697b !important;
 }

 .vformat2 > h2 > a {
    background: url(https://images.viotopo.com/svg/svg-highlight.svg);
    margin: -2px -6px;
    padding:  2px  6px;
    text-decoration: none;
    pointer-events: all;
    color: #60697b !important;
 }

 .uil-commercial:before {
    content: "\ecb8";
    font-family: "unicons";
    color: #ffffff;
}

.uil-commercial {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
}

 .uil-plot:before {
    content: "\ec91";
    font-family: "unicons";
    color: #ffffff;
}

.uil-plot {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 23px;
}

.uil-home-home:before {
    content: "\eb6d";
    font-family: "unicons";
}

.uil-home-home {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
    color: #ffffff !important;
}

.uil-building-alt-home:before {
    content: "\e9b3";
    font-family: "unicons";
}

.uil-building-alt-home {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
    color: #ffffff !important;
}

.uil-shop-home:before {
    content: "\ecb8";
    font-family: "unicons";
    color: #ffffff;
}

.uil-shop-home {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
    color: #ffffff !important;
}

.uil-land-home:before {
    content: "\ed0f";
    font-family: "unicons";
    color: #ffffff;
}

.uil-land-home {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: normal;
    font-size: 20px;
    color: #ffffff !important;
}

.home-text p {
    margin-top: 0.75rem;
    line-height: 1.75 !important;
}

.links-communities-home a {
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

@media (max-width: 640px) {
    .property-group {
      flex-direction: row;
      align-items: center;
      justify-content: start;
    }

    .property-group-icon {
      min-width: 40px;
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .property-group-text {
      flex: 1;
    }

    .links-communities-home {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
}
@media (min-width: 641px) {
    .property-group {
      align-items: center;
    }
}

.image-home-links {
    position: relative;
    margin-top: 2rem;
    justify-self: center;
}

@media (min-width: 768px) {
    .image-home-links {
        margin-top: 0px;
    }
}

.image-home-links a {
    position: absolute;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.25rem;
    text-align: center;
    text-decoration-line: none;
}

.image-home-links a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.image-home-links a {
    color: #000 !important; 
    line-height: 13px !important;
    font-size: 11px;
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/manrope-v15-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/manrope-v15-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/manrope-v15-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/manrope-v15-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/manrope-v15-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/manrope-v15-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/manrope-v15-latin-800.woff2') format('woff2');
}


/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/


/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/


*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}


::before,
::after {
  --tw-content: '';
}


/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/


html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}


/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/


body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}


/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/


hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}


/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/


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


/*
Remove the default font size and weight for headings.
*/


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


/*
Reset links to optimize for opt-in styling instead of opt-out.
*/


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


/*
Add the correct font weight in Edge and Safari.
*/


b,
strong {
  font-weight: bolder;
}


/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/


code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}


/*
Add the correct font size in all browsers.
*/


small {
  font-size: 80%;
}


/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/


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


sub {
  bottom: -0.25em;
}


sup {
  top: -0.5em;
}


/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/


table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}


/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/


button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}


/*
Remove the inheritance of text transform in Edge and Firefox.
*/


button,
select {
  text-transform: none;
}


/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/


button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}


/*
Use the modern Firefox focus style for all focusable elements.
*/


:-moz-focusring {
  outline: auto;
}


/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/


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


/*
Add the correct vertical alignment in Chrome and Firefox.
*/


progress {
  vertical-align: baseline;
}


/*
Correct the cursor style of increment and decrement buttons in Safari.
*/


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


/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/


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


/*
Remove the inner padding in Chrome and Safari on macOS.
*/


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


/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/


::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


/*
Add the correct display in Chrome and Safari.
*/


summary {
  display: list-item;
}


/*
Removes the default spacing and border for appropriate elements.
*/


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


fieldset {
  margin: 0;
  padding: 0;
}


legend {
  padding: 0;
}


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


/*
Reset default styling for dialogs.
*/


dialog {
  padding: 0;
}


/*
Prevent resizing textareas horizontally by default.
*/


textarea {
  resize: vertical;
}


/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/


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


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


/*
Set the default cursor for buttons.
*/


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


/*
Make sure disabled buttons don't get the pointer cursor.
*/


:disabled {
  cursor: default;
}


/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/


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


/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/


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


/* Make elements with the HTML hidden attribute stay hidden by default */


[hidden] {
  display: none;
}


*, ::before, ::after {
    --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: rgb(59 130 246 / 0.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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}


::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: rgb(59 130 246 / 0.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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

.\!container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 640px) {
    .\!container {
        max-width: 640px !important;
    }
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .\!container {
        max-width: 768px !important;
    }
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .\!container {
        max-width: 1024px !important;
    }
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .\!container {
        max-width: 1280px !important;
    }
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .\!container {
        max-width: 1536px !important;
    }
    .container {
        max-width: 1536px;
    }
}

input[type=checkbox], input[type=radio] {
    height: 1.25rem;
    width: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 176 230 / var(--tw-text-opacity));
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

.inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-2 {
    bottom: 0.5rem;
}

.left-0 {
    left: 0px;
}

.left-2 {
    left: 0.5rem;
}

.left-3 {
    left: 0.75rem;
}

.right-0 {
    right: 0px;
}

.right-2 {
    right: 0.5rem;
}

.top-0 {
    top: 0px;
}

.top-16 {
    top: 4rem;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.m-0 {
    margin: 0px;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-4 {
    margin: 1rem;
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

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

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

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

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

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

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

.-mb-2 {
    margin-bottom: -0.5rem;
}

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

.-mb-px {
    margin-bottom: -1px;
}

.-ml-2 {
    margin-left: -0.5rem;
}

.-ml-9 {
    margin-left: -2.25rem;
}

.-ml-px {
    margin-left: -1px;
}

.-mr-1 {
    margin-right: -0.25rem;
}

.-mr-2 {
    margin-right: -0.5rem;
}

.-mr-9 {
    margin-right: -2.25rem;
}

.-mr-px {
    margin-right: -1px;
}

.-mt-0 {
    margin-top: -0px;
}

.-mt-0\.5 {
    margin-top: -0.125rem;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.-mt-12 {
    margin-top: -3rem;
}

.-mt-16 {
    margin-top: -4rem;
}

.-mt-2 {
    margin-top: -0.5rem;
}

.-mt-3 {
    margin-top: -0.75rem;
}

.-mt-6 {
    margin-top: -1.5rem;
}

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

.-mt-px {
    margin-top: -1px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-28 {
    margin-bottom: 7rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

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

.mb-5 {
    margin-bottom: 1.25rem;
}

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

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

.me-2 {
    margin-inline-end: 0.5rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-10 {
    margin-left: 2.5rem;
}

.ml-16 {
    margin-left: 4rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-20 {
    margin-left: 5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.ml-8 {
    margin-left: 2rem;
}

.mr-0 {
    margin-right: 0px;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mr-16 {
    margin-right: 4rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-20 {
    margin-right: 5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

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

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.flow-root {
    display: flow-root;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-0 {
    height: 0px;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-2 {
    height: 0.5rem;
}

.h-20 {
    height: 5rem;
}

.h-28 {
    height: 7rem;
}

.h-3 {
    height: 0.75rem;
}

.h-32 {
    height: 8rem;
}

.h-4 {
    height: 1rem;
}

.h-40 {
    height: 10rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-64 {
    height: 16rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-80 {
    height: 20rem;
}

.h-96 {
    height: 24rem;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.min-h-0 {
    min-height: 0px;
}

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

.w-0 {
    width: 0px;
}

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

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

.w-1\/4 {
    width: 25%;
}

.w-1\/5 {
    width: 20%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-2 {
    width: 0.5rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-2\/5 {
    width: 40%;
}

.w-20 {
    width: 5rem;
}

.w-3 {
    width: 0.75rem;
}

.w-3\/4 {
    width: 75%;
}

.w-3\/5 {
    width: 60%;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

.w-4\/5 {
    width: 80%;
}

.w-44 {
    width: 11rem;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-7 {
    width: 1.75rem;
}

.w-72 {
    width: 18rem;
}

.w-8 {
    width: 2rem;
}

.w-80 {
    width: 20rem;
}

.w-96 {
    width: 24rem;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

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

.w-screen {
    width: 100vw;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-full {
    min-width: 100%;
}

.max-w-3xl {
    max-width: 48rem;
}

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

.max-w-7xl {
    max-width: 80rem;
}

.max-w-full {
    max-width: 100%;
}

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

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

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

.max-w-xs {
    max-width: 20rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.grow {
    flex-grow: 1;
}

.table-auto {
    table-layout: auto;
}

.border-collapse {
    border-collapse: collapse;
}

.origin-top-left {
    transform-origin: top left;
}

.origin-top-right {
    transform-origin: top right;
}

.-translate-x-1\/2 {
    --tw-translate-x: -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));
}

.-translate-x-5 {
    --tw-translate-x: -1.25rem;
    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));
}

.-translate-y-full {
    --tw-translate-y: -100%;
    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));
}

.translate-x-0 {
    --tw-translate-x: 0px;
    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));
}

.translate-x-5 {
    --tw-translate-x: 1.25rem;
    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));
}

.translate-y-0 {
    --tw-translate-y: 0px;
    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));
}

.translate-y-4 {
    --tw-translate-y: 1rem;
    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));
}

.-rotate-180 {
    --tw-rotate: -180deg;
    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));
}

.rotate-0 {
    --tw-rotate: 0deg;
    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));
}

.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));
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.cursor-default {
    cursor: default;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

.appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

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

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

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

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

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

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

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

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

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

.flex-wrap {
    flex-wrap: wrap;
}

.place-items-start {
    place-items: start;
}

.place-items-center {
    place-items: center;
}

.content-center {
    align-content: center;
}

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

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

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

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

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

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

.justify-items-center {
    justify-items: center;
}

.justify-items-stretch {
    justify-items: stretch;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(249 250 251 / var(--tw-divide-opacity));
}

.self-center {
    align-self: center;
}

.justify-self-start {
    justify-self: start;
}

.justify-self-end {
    justify-self: end;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

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

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.break-all {
    word-break: break-all;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.rounded-bl-full {
    border-bottom-left-radius: 9999px;
}

.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
}

.rounded-br-full {
    border-bottom-right-radius: 9999px;
}

.rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
}

.rounded-tl-full {
    border-top-left-radius: 9999px;
}

.rounded-tr-full {
    border-top-right-radius: 9999px;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-l {
    border-left-width: 1px;
}

.border-l-4 {
    border-left-width: 4px;
}

.border-r {
    border-right-width: 1px;
}

.border-r-2 {
    border-right-width: 2px;
}

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

.border-t-0 {
    border-top-width: 0px;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-blue-viotopo-500 {
    --tw-border-opacity: 1;
    border-color: rgb(54 132 251 / var(--tw-border-opacity));
}

.border-fourth-500 {
    --tw-border-opacity: 1;
    border-color: rgb(254 57 82 / var(--tw-border-opacity));
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(27 83 158 / var(--tw-border-opacity));
}

.border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgb(255 153 153 / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

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

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-viotopo-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 243 255 / var(--tw-bg-opacity));
}

.bg-blue-viotopo-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(175 206 253 / var(--tw-bg-opacity));
}

.bg-blue-viotopo-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 132 251 / var(--tw-bg-opacity));
}

.bg-blue-viotopo-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 65 123 / var(--tw-bg-opacity));
}

.bg-chat-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 219 255 / var(--tw-bg-opacity));
}

.bg-dashboard-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 59 37 / var(--tw-bg-opacity));
}

.bg-dashboard-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 224 225 / var(--tw-bg-opacity));
}

.bg-dashboard-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(110 154 195 / var(--tw-bg-opacity));
}

.bg-dashboard-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 140 190 / var(--tw-bg-opacity));
}

.bg-fourth-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 199 174 / var(--tw-bg-opacity));
}

.bg-fourth-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
}

.bg-fourth-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 51 74 / var(--tw-bg-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-lime-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}

.bg-one-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 48 148 / var(--tw-bg-opacity));
}

.bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(27 83 158 / var(--tw-bg-opacity));
}

.bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 176 230 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(230 0 0 / var(--tw-bg-opacity));
}

.bg-secondary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 107 230 / var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

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

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.fill-current {
    fill: currentColor;
}

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

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

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

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

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

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

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

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

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

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

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

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

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

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

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

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

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

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

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

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

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

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

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

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

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

.pl-0 {
    padding-left: 0px;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-1\.5 {
    padding-left: 0.375rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pr-0 {
    padding-right: 0px;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-1\.5 {
    padding-right: 0.375rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

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

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

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

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.font-body {
    font-family: Manrope, sans-serif;
}

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

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

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

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

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

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-none {
    line-height: 1;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-viotopo-500 {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

.text-boulder-900 {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}

.text-fourth-500 {
    --tw-text-opacity: 1;
    color: rgb(254 57 82 / var(--tw-text-opacity));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-one-500 {
    --tw-text-opacity: 1;
    color: rgb(100 48 148 / var(--tw-text-opacity));
}

.text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(77 213 255 / var(--tw-text-opacity));
}

.text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(27 83 158 / var(--tw-text-opacity));
}

.text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(0 176 230 / var(--tw-text-opacity));
}

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

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

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(230 0 0 / var(--tw-text-opacity));
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(115 0 0 / var(--tw-text-opacity));
}

.text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(77 0 0 / var(--tw-text-opacity));
}

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

.underline {
    text-decoration-line: underline;
}

.line-through {
    text-decoration-line: line-through;
}

.no-underline {
    text-decoration-line: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 153 153 / var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(255 153 153 / var(--tw-placeholder-opacity));
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-75 {
    opacity: 0.75;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 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);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.ring-0 {
    --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.blur {
    --tw-blur: blur(8px);
    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);
}

.\!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) !important;
}

.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-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(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-100 {
    transition-duration: 100ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

    html {
        /*@apply text-gray-900;*/
        color: rgb(59, 64, 75);
    }

    h1,h2,h3,h4,h5,h6 {
        font-family: 'Manrope', sans-serif;
        font-weight: 400 !important;
        text-decoration-line: none;
    }

    h1 span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    @media (min-width: 768px) {
    h1 span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

    h1 span{
        display: block;
        font-weight: 300;
    }

    h2 span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
}

    @media (min-width: 1024px) {
    h2 span {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

    h2 span {
        display: block;
        font-weight: 300;
    }

    span {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

    p{
        /*@apply text-base text-gray-700;*/
        font-size: 1rem;
        line-height: 1.5rem;
        color: rgb(59, 64, 75);
    }

    a {
    margin-right: 0.5rem;
    font-weight: 600;
    text-decoration-line: underline;
}

    a:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

    legend {
    align-items: center;
}

    legend span {
    margin-left: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

    .properties-list {
    padding: 0.75rem !important;
}

    .momt {
    width: 100% !important;
    border-radius: 0.375rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    padding: 0.75rem !important;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

    .covid-centres {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    @media (min-width: 768px) {
    .covid-centres {
        padding: 2.5rem;
    }
}

    .mobile-view {
    margin-top: -1rem;
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    main > div .spmain {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        padding: 0rem !important;
}

    .single-property {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        padding: 0rem !important;
}

    .single-property-normal {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    @media (min-width: 768px) {
    .single-property-normal {
        padding: 2.5rem;
    }
}

    .stories {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .stories a {
    margin-right: 0px;
}

    .story {
    width: 100%;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.75rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .story a:not(.story-category) {
    margin-right: 0px;
}

    .story-category {
    text-decoration-line: none;
}

    .story-category small {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    section:not(.homefirst) {
    position: relative;
    z-index: 40;
}

    .homefirst {
    position: relative;
}

    article {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

    article.seo {
        padding: 1rem 2rem 2.25rem 2rem !important;
    }

    footer a:not(.sitemaps-footer), footer p:not(.sitemaps-footer) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    footer a:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}

    footer h6 {
        color: #FFFFFF;
    }

    footer h5 {
        color: #FFFFFF;
    }

    thead > tr {
    text-align: left;
}

    tbody > tr:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    tbody > tr:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    header a:not(.agency-header):not(.agency-header-mobile) {
        text-decoration: none;
        font-weight: 400;
    }

    .agency-header {
    text-transform: uppercase !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

    .agency-header-mobile {
    width: 100% !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

    h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
        text-decoration: none;
        font-weight: normal;
        pointer-events: none;
    }

    label {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

    /*label:after + input:required,*/
    /*label:after + select:required,*/
    /*label:after + textarea:required {*/
    /*    content: ' *';*/
    /*    color: red;*/
    /*}*/

    div:not(.radio) > label, div:not(.checkbox) > label {
    width: 100%;
}
    div > input, div > select, div > textarea {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
    div > input::-moz-placeholder, div > select::-moz-placeholder, div > textarea::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
    div > input::placeholder, div > select::placeholder, div > textarea::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}

    input[type="text"], input[type="email"], input[type="number"], input[type="password"], select, textarea {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

    input:focus,
    select:focus,
    textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

    input[type="radio"] + label, input[type="checkbox"] + label {
    display: inline-block;
    width: auto;
    font-weight: 400;
}

    form > footer {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
}

    aside > article {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding: 1rem;
    padding-bottom: 1.5rem;
}

    body {
        display: flex;
        flex-direction: column;
    }
    .wrapper {
        flex: 1 0 auto;
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity))}
    footer {
        flex-shrink: 0;
    }

/*@media all and (min-width: 1024px) and (max-width: 1280px) {*/
    @media all and (min-width: 1024px) {
        h1 {
        font-size: 3rem;
        line-height: 1;
    }
        h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
        h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
        h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
        h5 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
        h6 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        html{
            scroll-padding-top: 200px;
        }
        article {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    }

    @media all and (min-width: 768px) and (max-width: 1024px) {
        h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
        h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
        h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
        h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
        h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        h6 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
        article {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    }

    @media all and (min-width: 640px) and (max-width: 768px) {
        h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 300;
    }
        h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
        h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
        h4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        h6 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        article {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    }

    @media all and (max-width: 640px) {
        h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 300;
    }
        h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
        h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
        h4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        h6 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
        article {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    }

    #content p, #content h2, #content h3 {
    margin-bottom: 1.5rem;
}

    input[type=text]:not(.pin):not(.glass), input[type=number], input[type=date] {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    input[type=text]:focus, input[type=number]:focus, input[type=date]:focus {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}


    /*@media all and (min-width: 1024px) and (max-width: 1280px) {*/
    @media all and (min-width: 1024px) {

        .filepond--item {
            width: calc(25% - .5em);
        }
        .height-big {
            min-height: calc(100% - 584px);
            min-height: -o-calc(100% - 584px); /* opera */ /* google, safari */
            min-height: -moz-calc(100% - 584px); /* firefox */
        }
    }

    @media all and (min-width: 768px) and (max-width: 1024px) {
        .filepond--item {
            width: calc(25% - .5em);
        }
        .height-big {
            min-height: calc(100% - 584px);
            min-height: -o-calc(100% - 584px); /* opera */ /* google, safari */
            min-height: -moz-calc(100% - 584px); /* firefox */
        }

    }

    @media all and (min-width: 480px) and (max-width: 768px) {
        .filepond--item {
            width: calc(50% - .5em);
        }
    }

    @media all and (max-width: 480px) {
        .filepond--item {
            width: calc(50% - .5em);
        }
    }

    #content p, #content h2, #content h3 {
    margin-bottom: 1.5rem;
}

    input[type=text]:not(.pin):not(.glass), input[type=number], input[type=date] {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    input[type=text]:focus, input[type=number]:focus, input[type=date]:focus {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* specific classes */
.options.required > legend:after, .options.required > label:after, .options.required > a:after{
    content: ' *';
    color: red;
}
.options > div{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.options input{
    margin-right: 10px;
}
.options label{
    margin-bottom: 0;
}
.options legend {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

#banner-home {
    background-color: #0093E9;
    background: -webkit-linear-gradient(180deg, #0093E9 0%, #80D0C7 100%);
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    margin-top: 82px;
    height: 13rem;
}

@media (max-width: 640px) {
    #banner-home {
        margin-top: 69px;
        height: 27rem;
        z-index: 999;
    }
}

#banner-home h1 span {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    #banner-home h1 span {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

#banner-home {
    display: flex;
    justify-content: center;
}

#banner {
    background-color: #0093E9;
    background: -webkit-linear-gradient(180deg, #0093E9 0%, #80D0C7 100%);
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    margin-top: 82px;
}

@media (max-width: 640px) {
    #banner {
        margin-top: 62px;
    }
}

#banner h1 span {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    #banner h1 span {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

#banner-agency {
    background-color: #0093E9;
    background: -webkit-linear-gradient(180deg, #0093E9 0%, #80D0C7 100%);
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    margin-top: 120px;
    height: 8rem;
}

@media (max-width: 640px) {
    #banner-agency {
        margin-top: 63px;
        height: 15rem;
    }
}

#banner-agency h1 span {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    #banner-agency h1 span {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

/*rtl*/
/*@import 'rtl.css';*/
/*rtl*/
.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:bg-blue-viotopo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(54 132 251 / var(--tw-bg-opacity));
}
.hover\:bg-blue-viotopo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(49 119 226 / var(--tw-bg-opacity));
}
.hover\:bg-blue-viotopo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 99 188 / var(--tw-bg-opacity));
}
.hover\:bg-fourth-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
}
.hover\:bg-fourth-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 51 74 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.hover\:bg-one-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(100 48 148 / var(--tw-bg-opacity));
}
.hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(27 83 158 / var(--tw-bg-opacity));
}
.hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 176 230 / var(--tw-bg-opacity));
}
.hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 71 153 / var(--tw-bg-opacity));
}
.hover\:text-blue-viotopo-500:hover {
    --tw-text-opacity: 1;
    color: rgb(54 132 251 / var(--tw-text-opacity));
}
.hover\:text-boulder-700:hover {
    --tw-text-opacity: 1;
    color: rgb(72 72 72 / var(--tw-text-opacity));
}
.hover\:text-fourth-500:hover {
    --tw-text-opacity: 1;
    color: rgb(254 57 82 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
    text-decoration-line: underline;
}
.focus\:z-10:focus {
    z-index: 10;
}
.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-primary-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(0 117 153 / var(--tw-border-opacity));
}
.focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 153 153 / var(--tw-border-opacity));
}
.focus\:bg-fourth-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring:focus {
    --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
    --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, 0 0 #0000);
}
.focus\:ring-inset:focus {
    --tw-ring-inset: inset;
}
.focus\:ring-blue-viotopo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(205 224 254 / var(--tw-ring-opacity));
}
.focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.group:hover .group-hover\:bg-fourth-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-one-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 48 148 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-fourth-500 {
    --tw-text-opacity: 1;
    color: rgb(254 57 82 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-fourth-600 {
    --tw-text-opacity: 1;
    color: rgb(229 51 74 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(153 231 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:focus .group-focus\:bg-fourth-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 57 82 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.group:focus .group-focus\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
    .sm\:inset-0 {
        inset: 0px;
    }
    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .sm\:ml-3 {
        margin-left: 0.75rem;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:mt-4 {
        margin-top: 1rem;
    }
    .sm\:mt-5 {
        margin-top: 1.25rem;
    }
    .sm\:mt-6 {
        margin-top: 1.5rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline-block {
        display: inline-block;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:grid {
        display: grid;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-screen {
        height: 100vh;
    }
    .sm\:w-1\/2 {
        width: 50%;
    }
    .sm\:w-1\/3 {
        width: 33.333333%;
    }
    .sm\:w-1\/4 {
        width: 25%;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:w-3\/4 {
        width: 75%;
    }
    .sm\:w-auto {
        width: auto;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:max-w-lg {
        max-width: 32rem;
    }
    .sm\:max-w-sm {
        max-width: 24rem;
    }
    .sm\:max-w-xs {
        max-width: 20rem;
    }
    .sm\:flex-1 {
        flex: 1 1 0%;
    }
    .sm\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
        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));
    }
    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }
    .sm\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
        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));
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-center {
        justify-content: center;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:gap-16 {
        gap: 4rem;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:border-0 {
        border-width: 0px;
    }
    .sm\:border-l {
        border-left-width: 1px;
    }
    .sm\:border-r {
        border-right-width: 1px;
    }
    .sm\:p-0 {
        padding: 0px;
    }
    .sm\:p-10 {
        padding: 2.5rem;
    }
    .sm\:p-6 {
        padding: 1.5rem;
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .sm\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .sm\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .sm\:pb-4 {
        padding-bottom: 1rem;
    }
    .sm\:pl-6 {
        padding-left: 1.5rem;
    }
    .sm\:pt-6 {
        padding-top: 1.5rem;
    }
    .sm\:align-middle {
        vertical-align: middle;
    }
    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 768px) {
    .md\:absolute {
        position: absolute;
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .md\:m-10 {
        margin: 2.5rem;
    }
    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .md\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .md\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:mb-1 {
        margin-bottom: 0.25rem;
    }
    .md\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .md\:mb-20 {
        margin-bottom: 5rem;
    }
    .md\:mb-32 {
        margin-bottom: 8rem;
    }
    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .md\:ml-2 {
        margin-left: 0.5rem;
    }
    .md\:ml-24 {
        margin-left: 6rem;
    }
    .md\:ml-6 {
        margin-left: 1.5rem;
    }
    .md\:ml-8 {
        margin-left: 2rem;
    }
    .md\:mr-2 {
        margin-right: 0.5rem;
    }
    .md\:mr-24 {
        margin-right: 6rem;
    }
    .md\:mr-6 {
        margin-right: 1.5rem;
    }
    .md\:mr-8 {
        margin-right: 2rem;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:mt-1 {
        margin-top: 0.25rem;
    }
    .md\:mt-2 {
        margin-top: 0.5rem;
    }
    .md\:mt-20 {
        margin-top: 5rem;
    }
    .md\:mt-24 {
        margin-top: 6rem;
    }
    .md\:mt-3 {
        margin-top: 0.75rem;
    }
    .md\:mt-4 {
        margin-top: 1rem;
    }
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
    .md\:mt-6 {
        margin-top: 1.5rem;
    }
    .md\:mt-8 {
        margin-top: 2rem;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-32 {
        height: 8rem;
    }
    .md\:h-40 {
        height: 10rem;
    }
    .md\:h-64 {
        height: 16rem;
    }
    .md\:h-96 {
        height: 24rem;
    }
    .md\:w-1\/2 {
        width: 50%;
    }
    .md\:w-1\/3 {
        width: 33.333333%;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-1\/5 {
        width: 20%;
    }
    .md\:w-2\/3 {
        width: 66.666667%;
    }
    .md\:w-2\/5 {
        width: 40%;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-1 {
        gap: 0.25rem;
    }
    .md\:gap-2 {
        gap: 0.5rem;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-6 {
        gap: 1.5rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:p-0 {
        padding: 0px;
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:p-12 {
        padding: 3rem;
    }
    .md\:p-16 {
        padding: 4rem;
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:p-6 {
        padding: 1.5rem;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .md\:pb-0 {
        padding-bottom: 0px;
    }
    .md\:pb-6 {
        padding-bottom: 1.5rem;
    }
    .md\:pb-8 {
        padding-bottom: 2rem;
    }
    .md\:pl-16 {
        padding-left: 4rem;
    }
    .md\:pl-2 {
        padding-left: 0.5rem;
    }
    .md\:pl-4 {
        padding-left: 1rem;
    }
    .md\:pl-8 {
        padding-left: 2rem;
    }
    .md\:pr-0 {
        padding-right: 0px;
    }
    .md\:pr-16 {
        padding-right: 4rem;
    }
    .md\:pr-2 {
        padding-right: 0.5rem;
    }
    .md\:pr-4 {
        padding-right: 1rem;
    }
    .md\:pr-8 {
        padding-right: 2rem;
    }
    .md\:pt-0 {
        padding-top: 0px;
    }
    .md\:pt-2 {
        padding-top: 0.5rem;
    }
    .md\:pt-6 {
        padding-top: 1.5rem;
    }
    .md\:pt-8 {
        padding-top: 2rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}
@media (min-width: 1024px) {
    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:ml-1 {
        margin-left: 0.25rem;
    }
    .lg\:ml-8 {
        margin-left: 2rem;
    }
    .lg\:mr-1 {
        margin-right: 0.25rem;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-4 {
        margin-top: 1rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:inline-flex {
        display: inline-flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:w-0 {
        width: 0px;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:w-1\/3 {
        width: 33.333333%;
    }
    .lg\:w-1\/4 {
        width: 25%;
    }
    .lg\:w-2\/3 {
        width: 66.666667%;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
    .lg\:flex-1 {
        flex: 1 1 0%;
    }
    .lg\:flex-shrink-0 {
        flex-shrink: 0;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-wrap {
        flex-wrap: wrap;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .lg\:pl-2 {
        padding-left: 0.5rem;
    }
    .lg\:pr-2 {
        padding-right: 0.5rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1280px) {
    .xl\:order-last {
        order: 9999;
    }
    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
    flex-direction: row-reverse;
}

