/*
 Theme Name:   Listingpro Child
 Theme URI:    http://studio.cridio.com/listingpro/
 Description:  Listingpro Child Theme
 Author:       cridio team
 Author URI:   http://cridio.com/
 Template:     listingpro
 Version:      1.0.0
 Tags:         listingpro, directory, listing, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  listingpro
*/


/* Header */

.link,
a {
    color: #222;
}

.link:hover,
a:hover {
    color: #7bdcb5;
}

.link,
a {
    transition: color .15s;
}

.layoutHeader:after {
    border-bottom: 1px solid #d9d9d9;
    content: "";
    z-index: 1;
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50vw;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline-color: #1961d9;
}

a:focus:not(:focus-visible) {
    box-shadow: none;
    outline: unset;
}

.link {
    text-decoration: none;
    cursor: pointer;
}

.svgIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 0;
}

.svgIcon svg {
    width: 100%;
    height: 100%;
}

.layoutHeader {
    padding: 0 2rem;
    max-width: 1360px;
    margin: 0 auto;
}

.layoutNavMenuBannerBox {
    padding: 1rem;
    box-sizing: border-box;
    border-radius: .5rem;
    box-shadow: 0 2px 8px #00000026;
    display: flex;
    max-width: 330px;
    height: -webkit-max-content;
    height: max-content;
    grid-area: bannerBox;
    transition: all .2s;
    cursor: pointer;
}

.layoutNavMenuBannerBox:hover {
    box-shadow: 0 5px 12px #0003;
}

.layoutNavMenuBannerBox__title {
    display: block;
    margin-bottom: .25rem;
    font-weight: 600;
}

.layoutNavMenuBannerBox__subtitle {
    font-size: .875rem;
    line-height: 1.3125rem;
}

.layoutNavMenuBannerBox__content {
    margin-right: 1rem;
}

.layoutNavMenuBannerBox__icon {
    width: 48px;
    height: 48px;
    align-self: center;
}

.layoutNavMenuBannerBox:last-of-type {
    grid-area: 2/2;
}

.layoutNavMenuBannerBox:first-of-type {
    grid-area: 1/2;
    margin-bottom: 1rem;
}

@media (min-width: 769px)and (max-width: 1199px) {
    .layoutNavMenuBannerBox__title {
        font-size: .875rem;
        line-height: 1.3125rem;
    }
}

.layoutNavMenuTabMyWedding {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabMyWedding__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabMyWedding {
        flex-direction: row;
    }

    .layoutNavMenuTabMyWedding__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 1rem;
    }
}

.layoutNavMenuTabMyWeddingList {
    flex-grow: 1;
    margin-bottom: 1rem;
}

.layoutNavMenuTabMyWeddingList__item a {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.layoutNavMenuTabMyWeddingList__item--viewAll a {
    font-weight: 600;
}

.layoutNavMenuTabMyWeddingList__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-area: list;
}

.layoutNavMenuTabMyWeddingList__itemIcon {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabMyWeddingList__content {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1rem;
        grid-row-gap: .5rem;
    }

    .layoutNavMenuTabMyWeddingList__contentSmall {
        grid-template-columns: repeat(2, 1fr);
    }

    .layoutNavMenuTabMyWeddingList__item a {
        padding: .75rem 0;
    }

    .layoutNavMenuTabMyWeddingList__item--viewAll {
        display: none;
    }

    .layoutNavMenuTabMyWeddingList__itemIcon {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }
}

.layoutNavMenuTabMyWeddingPersonalize {
    flex-grow: 1;
    border-top: 1px solid #d9d9d9;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.layoutNavMenuTabMyWeddingPersonalize__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.layoutNavMenuTabMyWeddingPersonalize__item {
    margin-top: .5rem;
}

.layoutNavMenuTabMyWeddingPersonalize__item a {
    font-size: .875rem;
    line-height: 1.3125rem;
}

.layoutNavMenuTabMyWeddingPersonalize__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-area: list;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabMyWeddingPersonalize {
        padding-left: 1.5rem;
        border-left: 1px solid #d9d9d9;
        border-top: 0;
        margin-bottom: 1rem;
        padding-top: 0;
    }

    .layoutNavMenuTabMyWeddingPersonalize__title {
        margin-bottom: 1rem;
    }

    .layoutNavMenuTabMyWeddingPersonalize__content {
        grid-template-columns: 1fr;
        grid-column-gap: 1rem;
        grid-row-gap: .5rem;
    }

    .layoutNavMenuTabMyWeddingPersonalize__item {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .layoutNavMenuTabMyWeddingPersonalize__content {
        grid-template-columns: repeat(2, 1fr);
    }
}

.layoutNavMenuTabVenues {
    display: flex;
}

.layoutNavMenuTabVenues__title {
    display: none;
}

@media (max-width: 1023px) {
    .layoutNavMenuTabVenues__categories {
        padding-bottom: 1rem;
    }
}

@media (max-width: 1023px) {
    .layoutNavMenuTabVenues {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .layoutNavMenuTabVenues__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 20px;
    }

    .layoutNavMenuTabVenues__categories {
        flex: 1 0 auto;
    }
}

.layoutNavMenuTabVenuesList {
    margin-bottom: 0;
}

.layoutNavMenuTabVenuesList__content {
    grid-area: list;
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: row;
}

.layoutNavMenuTabVenuesList__item {
    display: flex;
    align-items: center;
}

.layoutNavMenuTabVenuesList__item a {
    padding: .5rem 0;
}

.layoutNavMenuTabVenuesList__item--viewAll a,
.layoutNavMenuTabVenuesList__item--highlight {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabVenuesList {
        margin-bottom: 20px;
    }

    .layoutNavMenuTabVenuesListBig {
        border-right: 0;
    }

    .layoutNavMenuTabVenuesList__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .layoutNavMenuTabVenuesList__contentBig {
        grid-template-columns: repeat(4, 1fr);
    }

    .layoutNavMenuTabVenuesList__item--viewAll {
        display: none;
    }

    .layoutNavMenuTabVenuesList__item a {
        padding: .5rem 1rem .5rem 0;
    }
}

.layoutNavMenuTabVendors {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabVendors__content {
    width: 100%;
}

.layoutNavMenuTabVendors__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabVendors {
        flex-direction: row;
    }

    .layoutNavMenuTabVendors__content {
        display: flex;
        flex-wrap: wrap;
    }

    .layoutNavMenuTabVendors__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px)and (max-width: 1199px) {
    .layoutNavMenuTabVendors__content {
        width: 50%;
    }

    .layoutNavMenuTabVendors__contentBig {
        width: 100%;
    }
}

.layoutNavMenuTabVendorsList__content {
    display: grid;
    grid-template-columns: 1fr;
}

.layoutNavMenuTabVendorsList__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0;
}

.layoutNavMenuTabVendorsList__item--viewAll a {
    font-weight: 600;
}

.layoutNavMenuTabVendorsList__itemIcon {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabVendorsList {
        margin-bottom: 25px;
        flex: 1 0 50%;
    }

    .layoutNavMenuTabVendorsList__content {
        grid-template-columns: repeat(auto-fill, minmax(16rem, auto));
        grid-row-gap: .8rem;
        margin-bottom: 0;
    }

    .layoutNavMenuTabVendorsList__item--viewAll {
        display: none;
    }

    .layoutNavMenuTabVendorsList__itemIcon {
        display: inline-block;
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }
}

@media (min-width: 1024px)and (max-width: 1199px) {
    .layoutNavMenuTabVendorsList__content {
        grid-template-columns: repeat(2, 1fr);
    }

    .layoutNavMenuTabVendorsList__contentBig {
        grid-template-columns: repeat(3, 1fr);
    }
}

.layoutNavMenuTabVendorsListOthers__subtitle {
    display: none;
}

.layoutNavMenuTabVendorsListOthers__container {
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem;
}

.layoutNavMenuTabVendorsListOthers__item {
    margin: .5rem 0;
}

.layoutNavMenuTabVendorsListOthers__deals {
    font-weight: 600;
    margin: .5rem 0 1rem;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabVendorsListOthers__container {
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 0;
    }

    .layoutNavMenuTabVendorsListOthers__subtitle {
        text-transform: uppercase;
        letter-spacing: .0625rem;
        font-weight: 600;
        font-size: .9rem;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

    .layoutNavMenuTabVendorsListOthers__item {
        margin: 0 20px 10px 0;
    }

    .layoutNavMenuTabVendorsListOthers__deals {
        margin: 0 0 10px;
    }
}

.layoutNavMenuTabVendorsBanners {
    flex-shrink: 0;
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabVendorsBanners {
        padding-top: 20px;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px)and (max-width: 1199px) {
    .layoutNavMenuTabVendorsBanners {
        display: none;
    }

    .layoutNavMenuTabVendorsBanners.visible {
        display: block;
    }
}

.layoutNavMenuTabDresses {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabDresses__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabDresses {
        flex-direction: row;
    }

    .layoutNavMenuTabDresses__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 20px;
    }

    .layoutNavMenuTabDresses__subtitle {
        text-transform: uppercase;
        letter-spacing: .0625rem;
        font-weight: 600;
        font-size: .9rem;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
}

.layoutNavMenuTabDressesList {
    margin-bottom: 25px;
    flex-grow: 1;
}

.layoutNavMenuTabDressesList__content {
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: row;
    grid-row-gap: 1rem;
}

.layoutNavMenuTabDressesList__item a {
    display: flex;
    align-items: center;
}

.layoutNavMenuTabDressesList__item--viewAll a {
    font-weight: 600;
}

.layoutNavMenuTabDressesList__itemIcon {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabDressesList {
        margin-bottom: 20px;
        width: 40%;
    }

    .layoutNavMenuTabDressesList__content {
        grid-template-rows: repeat(4, 1fr);
        grid-auto-flow: column;
        grid-row-gap: 1.5rem;
    }

    .layoutNavMenuTabDressesList__item--viewAll {
        display: none;
    }
}

@media (min-width: 1200px) {
    .layoutNavMenuTabDressesList {
        width: 50%;
    }

    .layoutNavMenuTabDressesList__itemIcon {
        display: inline-block;
        width: 31px;
        height: 31px;
        margin-right: 15px;
    }
}

.layoutNavMenuTabDressesFeatured {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabDressesFeatured {
        margin-left: 1.8rem;
        width: 60%;
        display: block;
    }

    .layoutNavMenuTabDressesFeatured__content {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .layoutNavMenuTabDressesFeatured {
        width: 50%;
        border-left: 1px solid #d9d9d9;
        padding-left: 1.8rem;
    }
}

.layoutNavMenuTabDressesFeaturedItem img {
    height: 150px;
    object-fit: cover;
    border-radius: .5rem;
}

.layoutNavMenuTabDressesFeaturedItem__name {
    font-weight: 600;
    text-align: center;
    font-size: .9rem;
}

.layoutNavMenuTabArticles {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabArticles__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabArticles {
        flex-direction: row;
    }

    .layoutNavMenuTabArticles__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 1rem;
    }
}

.layoutNavMenuTabArticlesList {
    margin-bottom: 1rem;
    flex-grow: 1;
}

.layoutNavMenuTabArticlesList__content {
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: row;
}

.layoutNavMenuTabArticlesList__item {
    display: flex;
    align-items: center;
}

.layoutNavMenuTabArticlesList__item a {
    display: block;
    width: 100%;
    padding: .5rem 0;
}

.layoutNavMenuTabArticlesList__item--viewAll a {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabArticlesList {
        margin-bottom: 20px;
        border-bottom: none;
        padding-bottom: 0;
        width: 50%;
    }

    .layoutNavMenuTabArticlesList__content {
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        grid-column-gap: 1rem;
    }

    .layoutNavMenuTabArticlesList__item--viewAll {
        display: none;
    }
}

.layoutNavMenuTabArticlesBanners {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabArticlesBanners {
        flex-direction: row;
        margin-left: 2rem;
        align-items: start;
        width: 50%;
        padding-top: 20px;
        padding-bottom: 0;
    }
}

.layoutNavMenuTabArticlesBannersItem {
    box-shadow: 0 2px 8px #00000026;
    border-radius: .5rem;
    overflow: hidden;
    transition: all .2s;
    width: 100%;
    margin-bottom: 1.25rem;
    cursor: pointer;
}

.layoutNavMenuTabArticlesBannersItem:hover {
    box-shadow: 0 5px 12px #0003;
    color: inherit;
}

.layoutNavMenuTabArticlesBannersItem__figure {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabArticlesBannersItem__image {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.layoutNavMenuTabArticlesBannersItem__content {
    padding: 1rem;
}

.layoutNavMenuTabArticlesBannersItem__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .25rem;
    font-weight: 600;
}

.layoutNavMenuTabArticlesBannersItem__description {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.layoutNavMenuTabArticlesBannersItem:last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .layoutNavMenuTabArticlesBannersItem__image {
        display: none;
    }
}

@media (min-width: 1024px) {
    .layoutNavMenuTabArticlesBannersItem {
        width: 50%;
        margin-right: 1.25rem;
    }

    .layoutNavMenuTabArticlesBannersItem:last-child {
        margin-right: 0;
    }
}

.layoutNavMenuTabCommunity {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabCommunity__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabCommunity {
        flex-direction: row;
    }

    .layoutNavMenuTabCommunity__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        display: inline-block;
        margin-bottom: .5rem;
        font-weight: 600;
        text-decoration: none;
        color: #222;
    }
}

.layoutNavMenuTabCommunityList {
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.layoutNavMenuTabCommunityList__content {
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: row;
}

.layoutNavMenuTabCommunityList__item {
    display: flex;
    align-items: center;
}

.layoutNavMenuTabCommunityList__item a {
    display: block;
    width: 100%;
    padding: .5rem 0;
}

.layoutNavMenuTabCommunityList__item--viewAll a {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabCommunityList {
        margin-bottom: 20px;
    }

    .layoutNavMenuTabCommunityList__content {
        grid-template-rows: repeat(7, 1fr);
        grid-auto-flow: column;
        grid-column-gap: 1rem;
    }

    .layoutNavMenuTabCommunityList__contentSmall {
        grid-template-rows: repeat(5, 1fr);
    }

    .layoutNavMenuTabCommunityList__item--viewAll {
        display: none;
    }
}

.layoutNavMenuTabCommunityLast {
    flex-shrink: 0;
    margin-left: 1.5rem;
    padding-left: 2rem;
    width: 30%;
    display: block;
}

.layoutNavMenuTabCommunityLast__list {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
}

.layoutNavMenuTabCommunityLast__list a {
    display: block;
    width: 100%;
    padding: .75rem 0;
}

.layoutNavMenuTabCommunityLast__subtitle {
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: .875rem;
    line-height: 1.3125rem;
    margin-top: .25rem;
    margin-bottom: .5rem;
    font-weight: 600;
    cursor: pointer;
}

.layoutNavMenuTabCommunityLast__subtitle:hover {
    color: #7bdcb5;
}

@media (max-width: 1024px) {
    .layoutNavMenuTabCommunityLast {
        display: none;
    }
}

@media (min-width: 1025px)and (max-width: 1199px) {
    .layoutNavMenuTabCommunityLast {
        border-left: none;
    }
}

@media (min-width: 1201px) {
    .layoutNavMenuTabCommunityLast {
        border-left: 1px solid #d9d9d9;
    }
}

.layoutNavMenuTabRegistry {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabRegistry__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabRegistry {
        flex-direction: row;
    }

    .layoutNavMenuTabRegistry__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 1rem;
    }
}

.layoutNavMenuTabRegistryList {
    flex-grow: 1;
    margin-bottom: 1rem;
}

.layoutNavMenuTabRegistryList__item a {
    display: flex;
    align-items: center;
}

.layoutNavMenuTabRegistryList__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-area: list;
    grid-row-gap: .5rem;
}

.layoutNavMenuTabRegistryList__link {
    display: block;
    font-weight: 600;
    color: #00846b;
    padding-top: 20px;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabRegistryList__content {
        grid-column-gap: 1rem;
    }

    .layoutNavMenuTabRegistryList__link {
        padding-top: 2.5rem;
    }
}

.layoutNavMenuTabRegistryVendors__title {
    font-size: .875rem;
    line-height: 1.3125rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-weight: 600;
    padding-bottom: 1rem;
    display: block;
}

.layoutNavMenuTabRegistryVendors__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem .5rem;
}

.layoutNavMenuTabRegistryVendors__item {
    max-width: 130px;
    width: 100%;
    text-align: center;
}

.layoutNavMenuTabRegistryVendors__item img {
    border: 1px solid #d9d9d9;
    border-radius: .5rem;
    width: 100%;
    display: block;
}

.layoutNavMenuTabRegistryVendors__text {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 600;
}

.layoutNavMenuTabRegistryVendors__link {
    display: block;
    font-weight: 600;
    color: #00846b;
    padding-top: 2.5rem;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabRegistryVendors {
        border-left: 1px solid #d9d9d9;
        padding-left: 1.8rem;
        width: 65%;
    }

    .layoutNavMenuTabRegistryVendors__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .layoutNavMenuTabRegistryVendors {
        padding-bottom: 0;
        grid-column-gap: 1.3rem;
    }

    .layoutNavMenuTabRegistryVendors__list {
        grid-template-columns: repeat(5, 1fr);
    }
}

.layoutNavMenuTabWebsites {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabWebsites__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabWebsites {
        flex-direction: row;
    }

    .layoutNavMenuTabWebsites__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 1rem;
    }
}

.layoutNavMenuTabWebsitesList {
    flex-grow: 1;
    margin-bottom: 1rem;
}

.layoutNavMenuTabWebsitesList__item a {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.layoutNavMenuTabWebsitesList__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-area: list;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabWebsitesList__content {
        grid-column-gap: 1rem;
    }
}

.layoutNavMenuTabWebsiteFeatured__subtitle {
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.layoutNavMenuTabWebsiteFeatured__wrapperCards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: .5rem;
}

@media (max-width: 1023px) {
    .layoutNavMenuTabWebsiteFeatured__wrapperCards {
        grid-column-gap: .5rem;
    }
}

@media (min-width: 1024px) {
    .layoutNavMenuTabWebsiteFeatured__wrapperCards {
        display: flex;
    }
}

.layoutNavMenuTabWebsiteFeatured__anchorCard:hover {
    color: #7bdcb5;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabWebsiteFeatured__anchorCard {
        width: 25%;
    }
}

.layoutNavMenuTabWebsiteFeatured__card {
    display: grid;
    justify-items: center;
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 416px;
    height: 260px;
}

@media (min-width: 768px) {
    .layoutNavMenuTabWebsiteFeatured__card {
        padding-top: 10px;
    }
}

.layoutNavMenuTabWebsiteFeatured__card--smallCard {
    width: auto;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 0;
}

.layoutNavMenuTabWebsiteFeatured__thumb {
    border: 3px solid #222;
    border-radius: 8px;
}

@media (max-width: 1023px) {
    .layoutNavMenuTabWebsiteFeatured__thumb {
        display: none;
    }
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageVertical {
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-top: 9%;
}

.layoutNavMenuTabWebsiteFeatured__thumb--smallImageSplit {
    margin-top: -5%;
    width: auto;
    height: 77%;
    margin-left: 0;
}

.layoutNavMenuTabWebsiteFeatured__thumbMobile {
    width: auto;
    height: 139px;
    margin-top: 19px;
    border-radius: 8px;
    border: 3px solid #222;
}

@media (max-width: 1023px) {
    .layoutNavMenuTabWebsiteFeatured__thumbMobile {
        display: block;
    }
}

@media (min-width: 1024px) {
    .layoutNavMenuTabWebsiteFeatured__thumbMobile {
        display: none;
    }
}

.layoutNavMenuTabWebsiteFeatured__title {
    margin: 4px 0 15px;
    text-align: center;
    letter-spacing: normal;
    font-size: .875rem;
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites {
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #00846b;
    font-weight: 600;
}

.layoutNavMenuTabWebsiteFeatured__seeMoreWebsites:hover {
    color: #7bdcb5;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabWebsiteFeatured {
        width: 60%;
        border-left: 1px solid #d9d9d9;
        margin-left: 1.5rem;
        padding-left: 1.5rem;
        grid-column-gap: 1.3rem;
    }
}

.layoutNavMenuTabInvitation {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabInvitation__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabInvitation {
        flex-direction: row;
        justify-content: space-between;
    }

    .layoutNavMenuTabInvitation__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 1rem;
    }
}

.layoutNavMenuTabInvitationList {
    flex-grow: 0;
    margin-bottom: 1rem;
}

.layoutNavMenuTabInvitationList__item a {
    display: flex;
    align-items: center;
    padding: .5rem 0;
}

.layoutNavMenuTabInvitationList__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-area: list;
}

.layoutNavMenuTabInvitationList__link {
    display: block;
    font-weight: 600;
    color: #00846b;
    padding-top: .5rem;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabInvitationList__content {
        grid-column-gap: 1rem;
    }

    .layoutNavMenuTabInvitationList__link {
        padding-top: 1rem;
    }
}

.layoutNavMenuTabInvitationShop__title {
    font-size: .875rem;
    line-height: 1.3125rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-weight: 600;
    padding-bottom: 1rem;
    display: block;
}

.layoutNavMenuTabInvitationShop__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .5rem;
}

.layoutNavMenuTabInvitationShop__item {
    max-width: 130px;
    width: 100%;
    text-align: center;
}

.layoutNavMenuTabInvitationShop__item img {
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.layoutNavMenuTabInvitationShop__text {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabInvitationShop {
        border-left: 1px solid #d9d9d9;
        padding-left: 1.8rem;
        width: 65%;
    }

    .layoutNavMenuTabInvitationShop__list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .layoutNavMenuTabInvitationShop {
        padding-bottom: 0;
        grid-column-gap: 1.3rem;
        width: 50%;
    }
}

.layoutNavMenuTabMore {
    display: flex;
    flex-direction: column;
}

.layoutNavMenuTabMore__title {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabMore {
        flex-direction: row;
    }

    .layoutNavMenuTabMore__title {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        color: #222;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 1rem;
    }
}

.layoutNavMenuTabMoreTabsLinks {
    flex-grow: 1;
    margin-bottom: 1rem;
}

.layoutNavMenuTabMoreTabsLinks__item a {
    display: flex;
    align-items: center;
}

.layoutNavMenuTabMoreTabsLinks__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-area: list;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.layoutNavMenuTabMoreTabsLinks__itemIcon {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.layoutNavMenuTabMoreRegistryVendors__title {
    font-size: .875rem;
    line-height: 1.3125rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-weight: 600;
    padding-bottom: 1rem;
    display: block;
}

.layoutNavMenuTabMoreRegistryVendors__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem .5rem;
}

.layoutNavMenuTabMoreRegistryVendors__item {
    max-width: 130px;
    width: 100%;
    text-align: center;
}

.layoutNavMenuTabMoreRegistryVendors__item img {
    border: 1px solid #d9d9d9;
    border-radius: .5rem;
    width: 100%;
    height: 65px;
}

.layoutNavMenuTabMoreRegistryVendors__text {
    font-size: .875rem;
    line-height: 1.3125rem;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabMoreRegistryVendors {
        border-left: 1px solid #d9d9d9;
        padding-left: 1.3rem;
    }

    .layoutNavMenuTabMoreRegistryVendors__list {
        display: grid;
        grid-gap: .6rem;
    }
}

.layoutNavMenuTabMoreDressesFeatured {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuTabMoreDressesFeatured {
        margin-left: 1.25rem;
        border-left: 1px solid #d9d9d9;
        padding-left: 1.25rem;
        width: 33%;
        display: block;
    }

    .layoutNavMenuTabMoreDressesFeatured__content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1.3rem;
    }
}

.layoutNavMenuTabMoreDressesFeaturedItem img {
    height: 150px;
    object-fit: cover;
    border-radius: .5rem;
}

.layoutNavMenuTabMoreDressesFeaturedItem__name {
    font-weight: 600;
    text-align: center;
    font-size: .9rem;
}

.layoutHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    position: relative;
}

.layoutHeader__hamburger {
    margin: -1rem;
    padding: 1rem;
    height: 56px;
    width: 56px;
}

.layoutHeader__authNoLoggedAreaMobile {
    height: 56px;
    width: 56px;
    margin: -1rem;
    padding: 1rem;
}

.layoutHeader__nav {
    display: grid;
    position: fixed;
    left: 0;
    top: 0;
    width: 80vw;
    max-width: 300px;
    height: 100%;
    z-index: 10;
    transform: translate3d(-100%, 0, 0);
}

.layoutHeader__overlay {
    background: rgba(0, 0, 0, .3);
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
}

.layoutHeader__vendorAuth {
    display: none;
}

@media (max-width: 1023px) {
    .layoutHeader__authArea {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 56px;
        width: 56px;
        margin: -1rem;
        padding: 1rem;
    }

    .layoutHeader__logoAnchor {
        margin: 4px auto 0;
        padding: 0 1rem;
    }
}

@media (min-width: 1024px) {
    .layoutHeader {
        padding: 2rem;
        height: 96px;
    }

    .layoutHeader__authArea {
        height: 100%;
    }

    .layoutHeader__authNoLoggedArea {
        display: flex;
        flex-direction: column;
    }

    .authLoggedInArea {
        padding-top: 0;
        height: 65px;
    }

    .layoutHeader__authLoggedInArea {
        margin-top: 20px;
    }

    .layoutHeader__vendorAuth {
        font-weight: 600;
        display: block;
        justify-self: flex-end;
        font-size: 14px;
        margin: 0 0 12px;
        float: right;
        text-decoration: none;
        text-align: right;
    }

    .layoutHeader__vendorAuthIcon {
        transform: translateY(10%);
    }

    .layoutHeader__logoAnchor {
        display: flex;
        flex-shrink: 0;
    }

    .layoutHeader__nav {
        grid-template-columns: 1fr auto;
        flex: 1 0 auto;
        padding: 1.5rem 0 0 1rem;
        position: unset;
        top: auto;
        left: auto;
        width: initial;
        transform: none;
        max-width: 100%;
        height: 98%;
        box-sizing: border-box;
    }

    .layoutHeader__overlay {
        top: 96px;
    }

    .layoutHeader__hamburger,
    .layoutHeader__authNoLoggedAreaMobile {
        display: none;
    }
}

.layoutNavMenu {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(auto-fill, 55px);
    justify-content: start;
    align-items: center;
    padding: 0 20px 40px;
    position: relative;
}

.layoutNavMenu__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 2rem;
    margin-left: 20px;
}

.layoutNavMenu__item--more {
    display: none;
}

@media (min-width: 1024px)and (max-width: 1199px) {

    .layoutNavMenu__item--registry,
    .layoutNavMenu__item--shop {
        display: none;
    }

    .layoutNavMenu__item--more {
        display: flex;
    }
}

@media (min-width: 1024px)and (max-width: 1359px) {
    .layoutNavMenu__item--community {
        display: none;
    }
}

.layoutNavMenu__itemFooter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.layoutNavMenu__itemFooter--bordered {
    border-top: 1px solid #d9d9d9;
}

@media (min-width: 1024px) {
    .layoutNavMenu__itemFooter {
        display: none;
    }
}

.layoutNavMenu__anchorFooter {
    padding: 15px 0;
    font-size: 1.1rem;
    text-decoration: none;
}

.layoutNavMenu__itemClose {
    display: grid;
    place-items: center;
    margin: -1rem;
    height: 3rem;
    width: 3rem;
    cursor: pointer;
}

.layoutNavMenu__header {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: -20px;
    padding: 0 20px;
    height: 56px;
}

.layoutNavMenu__anchor {
    padding: 15px 0;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

.layoutNavMenu__anchorArrow {
    height: 12px;
    width: 12px;
    pointer-events: none;
}

@media (max-width: 767px) {
    .layoutNavMenu {
        overflow-y: auto;
        overflow-x: clip;
        overscroll-behavior: none;
    }
}

@media (min-width: 1024px) {
    .layoutNavMenu {
        grid-auto-flow: column;
        grid-template-columns: none;
        grid-template-rows: none;
        justify-self: flex-start;
        padding: 0;
    }

    .layoutNavMenu__header {
        display: none;
    }

    .layoutNavMenu__anchor {
        font-size: .875rem;
        line-height: 1.3125rem;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 5px;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
        cursor: pointer;
        white-space: nowrap;
    }

    .layoutNavMenu__anchor:hover {
        color: #00846b;
    }

    .layoutNavMenu__anchor:after {
        background: #00846b;
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        height: .16rem;
        width: 0;
        bottom: 0;
        opacity: 0;
        display: block;
    }

    .layoutNavMenu__anchor:hover:after {
        width: 100%;
        opacity: 1;
        transition: .15s cubic-bezier(.18, .89, .32, 1.28) width;
    }

    .layoutNavMenu__item {
        position: relative;
        height: 100%;
    }

    .layoutNavMenu__anchorArrow {
        display: none;
    }
}

@media (min-width: 1200px) {
    .layoutNavMenu__anchor {
        padding: 0 8px;
    }
}

@media (min-width: 1024px)and (max-width: 1199px) {
    html:lang(en-US) .layoutNavMenu__item--dresses {
        display: none;
    }

    html:lang(en-US) .layoutNavMenu__anchor span {
        display: none;
    }
}

.layoutNavMenuTab {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: all .2s;
}

.layoutNavMenuTab__header {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -20px 1.3rem;
    padding: 0 20px;
    height: 56px;
}

.layoutNavMenuTab__icon,
.layoutNavMenuTab__iconClose {
    display: grid;
    place-items: center;
    margin: -1rem;
    height: 3rem;
    width: 3rem;
    cursor: pointer;
}

.layoutNavMenuTab__title {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.layoutNavMenuTab__layout {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px 6rem;
}

@media (max-width: 1023px) {
    .layoutNavMenuTab {
        overflow-y: auto;
    }
}

@media (min-width: 1024px) {
    .layoutNavMenuTab {
        display: none;
        opacity: 0;
        width: 100vw;
        height: auto;
        background-color: #fff;
        position: fixed;
        top: 96px;
        z-index: 9;
        transition: .2s;
        transform: none;
    }

    .layoutNavMenuTab__header,
    .layoutNavMenuTab__icon,
    .layoutNavMenuTab__iconClose {
        display: none;
    }

    .layoutNavMenuTab__layout {
        padding: 2rem 2rem 3rem;
    }
}

.layoutNavMenuAuth {
    display: none;
}

@media (min-width: 1024px) {
    .layoutNavMenuAuth {
        display: flex;
        justify-content: flex-end;
    }

    .layoutNavMenuAuth__item {
        cursor: pointer;
        margin-left: .8rem;
    }

    .layoutNavMenuAuth__anchor {
        color: #00846b;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }
}





/* Banner */

.homeHeading:after {
    border-bottom: 1px solid #efefef;
    content: "";
    z-index: 1;
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50vw;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

button,
input {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
}

button {
    border: unset;
    background-color: unset;
    cursor: pointer;
}

button:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: unset;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: unset;
}

.svgIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 0;
}

.svgIcon svg {
    width: 100%;
    height: 100%;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .69rem 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: .5rem;
    background-color: transparent;
}

.button--primary {
    color: #fff;
    background-color: #00846b;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
}

.button--primary .svgIcon {
    fill: #fff;
}

@media (hover: hover) {
    .button--primary:hover {
        color: #fff;
        background-color: #7bdcb5;
    }

    .button--primary:hover .svgIcon {
        fill: #fff;
    }
}

.button--primary:active {
    background-color: #7bdcb5;
}

.button--primary:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
}

.button--primary:focus:not(:focus-visible) {
    background-color: #7bdcb5;
}

.searcher {
    display: none;
    border-radius: .5rem;
    box-shadow: 0 2px 8px #00000026;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-row-gap: 0;
}

.searcher__category,
.searcher__location,
.searcher__submit {
    display: flex;
    align-items: center;
    height: 44px;
}

.searcher__category {
    position: relative;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-radius: .5rem 0 0 .5rem;
    background: #fff;
    flex-grow: 1;
    padding-left: .9rem;
}

.searcher__category:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 40%;
    width: 1px;
    background-color: #d9d9d9;
}

.searcher__category:focus {
    box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
    z-index: 3;
}

.searcher__categoryIcon {
    width: 1.16rem;
    height: 1.16rem;
    margin-right: .9rem;
}

.searcher__location {
    border: 1px solid #d9d9d9;
    border-left: none;
    border-radius: 0;
    background: #fff;
    justify-content: space-between;
    flex-grow: 1;
    padding-left: .9rem;
    position: relative;
}

.searcher__location:focus {
    box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
    z-index: 3;
}

.searcher__locationFixedText {
    color: #8c8c8c;
    font-size: 1.13rem;
    margin-right: .9rem;
    display: none;
}

.searcher__categoryReset,
.searcher__locationReset {
    display: none;
}

.searcher__input {
    border: none;
    width: 100%;
    outline: none;
    font-size: 1rem;
    height: 100%;
    text-overflow: ellipsis;
}

.searcher__submit {
    color: #fff;
    background-color: #00846b;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
    display: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.465rem;
    padding: 0 1.87rem;
    flex-shrink: 0;
}

@media (hover: hover) {
    .searcher__submit:hover {
        color: #fff;
        background-color: #7bdcb5;
    }
}

.searcher__submit:active {
    background-color: #7bdcb5;
}

.searcher__submit:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
}

.searcher__submit:focus:not(:focus-visible) {
    background-color: #7bdcb5;
}

.searcher__submit:focus {
    z-index: 1;
}

.searcher__placeholder {
    border: 1px solid #efefef;
    box-shadow: 0 1px 5px #00000026;
    border-radius: .5rem;
    background-color: #fff;
    position: absolute;
    display: none;
    top: calc(100% + 5px);
    left: -1px;
    z-index: 3;
}

@media (min-width: 768px) {
    .searcher {
        display: grid;
        grid-template-columns: 1fr 1fr 170px;
    }

    .searcher__placeholder {
        min-width: calc(100% + 117px);
    }

    .searcher__category,
    .searcher__location,
    .searcher__submit {
        display: flex;
        align-items: center;
        height: 48px;
    }

    .searcher__category {
        border-right: 1px solid #d9d9d9;
    }

    .searcher__category:after {
        content: none;
    }

    .searcher__location {
        border-radius: 0;
    }

    .searcher__locationFixedText,
    .searcher__submit {
        display: inline-block;
    }

    .searcher__input {
        font-size: 1.13rem;
    }

    .searcher__categoryReset,
    .searcher__locationReset {
        background: #efefef;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        text-align: center;
    }

    .searcher__categoryResetIcon,
    .searcher__locationResetIcon {
        width: .6rem;
        height: .6rem;
    }
}

@media (min-width: 768px)and (max-width: 1023px) {
    .searcher__location {
        border-radius: 0;
    }

    .searcher__location .searcher__placeholder {
        min-width: calc(100% + 117px);
    }
}

@media (min-width: 768px) {

    .suggestCategory .searcher__categoryReset,
    .suggestCategory .searcher__locationReset {
        display: inline-block;
        visibility: hidden;
    }
}

.searcherOpenModal {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: .5rem;
    box-shadow: 0 2px 8px #00000026;
}

.searcherOpenModal__icon {
    width: 1.16rem;
    min-width: 1.16rem;
    height: 1.16rem;
    margin-left: .9rem;
}

.searcherOpenModal__inputsContainer {
    display: flex;
    align-items: center;
    flex: 1;
}

.searcherOpenModal__category,
.searcherOpenModal__location {
    min-width: 80px;
    height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.searcherOpenModal__category {
    position: relative;
}

.searcherOpenModal__category:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
}

.searcherOpenModal__location {
    flex: 1 1 auto;
}

.searcherOpenModal__input {
    border: none;
    width: 100%;
    outline: none;
    font-size: 1rem;
    padding: 0 .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.searcherOpenModal__input--placeholder {
    color: #8c8c8c;
}

@media (min-width: 768px) {
    .searcherOpenModal {
        display: none;
    }
}

.homeHeading {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2rem;
    margin-top: 16px;
}

.homeHeading__background {
    position: relative;
    z-index: -1;
    height: 176px;
    width: 100%;
}

.homeHeading__background:before,
.homeHeading__background:after {
    content: "";
    position: absolute;
    left: -1rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.homeHeading__background:before {
    display: block;
    height: 176px;
    width: 100vw;
    margin-top: -16px;
    background-position: center top;
}

.homeHeading__background:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='29' viewBox='0 0 375 29' fill='none'%3E%3Cpath d='M1.54576e-07 16.0375C3.45871 15.1088 7.02918 14.2145 10.7143 13.3562C37.7837 7.05129 71.0379 2.68685 111.607 0.852938C177.029 -2.10449 245.021 5.28479 295.536 13.1357C342.976 20.5088 375 28.2892 375 28.2892L375 29L0 29L1.54576e-07 16.0375Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    height: 12vw;
    max-height: 70px;
    width: calc(100% + (2rem * 2));
    bottom: 0;
    background-position: center;
}

.homeHeading--ww .homeHeading__background:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='375' height='13' viewBox='0 0 375 13' fill='none'%3E%3Cpath d='M375 13L375 0L0 13L0 13L375 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
    .homeHeading__background {
        height: 234px;
    }

    .homeHeading__background:before {
        height: 250px;
        left: -1.5rem;
    }

    .homeHeading__background:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='54' viewBox='0 0 768 54' fill='none'%3E%3Cpath d='M2.87831e-07 29.8629C7.08343 28.1336 14.3958 26.4684 21.9429 24.8701C77.3809 13.13 145.486 5.00309 228.571 1.58823C362.555 -3.91871 501.804 9.84065 605.257 24.4596C702.415 38.1889 768 52.6765 768 52.6765L768 54L0 54L2.87831e-07 29.8629Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
        width: calc(100% + (2rem * 2));
        height: 7vw;
        max-height: unset;
        left: -1.5rem;
    }

    .homeHeading--ww .homeHeading__background:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='768' height='45' viewBox='0 0 768 45' fill='none'%3E%3Cpath d='M768 45L768 0L0 45L0 45L768 45Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    }
}

@media (min-width: 1024px) {
    .homeHeading {
        height: 384px;
        max-width: 1360px;
        margin: 0 auto;
    }

    .homeHeading__background {
        position: absolute;
        right: 0;
        height: 100%;
    }

    .homeHeading__background:before,
    .homeHeading__background:after {
        position: absolute;
        right: 50%;
        bottom: 0;
        left: initial;
        margin: 0 -50vw 0 0;
        height: 100%;
        width: calc((100vw - 100%)/2 + 45%);
        background-repeat: no-repeat;
    }

    .homeHeading__background:before {
        background-size: cover;
        background-position: top center;
    }

    .homeHeading__background:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='102' height='420' viewBox='0 0 102 420' fill='none'%3E%3Cpath d='M45.5922 0C48.8588 3.87375 52.0042 7.87268 55.0231 12C77.1989 42.3177 92.5497 79.5625 99 125C109.402 198.272 83.4121 274.424 55.7985 331C29.8655 384.133 2.5 420 2.5 420L0 420V0H45.5922Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
        background-size: unset;
        background-position: left top, center center;
    }

    .homeHeading__content {
        width: 55%;
    }

    .homeHeading--ww .homeHeading__background:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='87' height='500' viewBox='0 0 87 500' fill='none'%3E%3Cpath d='M0 0H87L0 500H0V0Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    }
}

@media (min-width: 1200px) {

    .homeHeading__background:before,
    .homeHeading__background:after {
/*         width: calc((100vw - 100%)/2 + 52%); */
		 width: 50%;
        left: 50%;
    }

    .homeHeading__content {
        width: 50%;
    }
}

.homeHeading__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-family: ProximaNova Condensed, ProximaNovaCondensed-fallback-Arial, sans-serif;
    font-weight: 800;
    text-align: center;
    z-index: 2;
}

@media (min-width: 768px) {
    .homeHeading__title {
        font-size: 4rem;
        line-height: 2.5rem;
    }
}

.homeHeading__subtitle {
    font-size: 1.85rem;
    line-height: 2.6875rem;
    text-align: center;
    margin: 2rem auto;
    max-width: 25ch;
}

.homeHeading__searcherFields {
    display: none;
}

.homeHeading__searcherButton {
    display: block;
    margin-bottom: 2rem;
}

.homeHeading__searcherButton .svgIcon__search {
    margin-right: .5rem;
}

@media (min-width: 481px) {
    .homeHeading__subtitle {
        max-width: none;
        margin: 2rem 0;
    }
}

@media (min-width: 481px) {
    .homeHeading__searcherFields {
        margin-bottom: 2rem;
        display: block;
    }
}

@media (min-width: 481px) {
    .homeHeading__searcherButton {
        display: none;
    }
}

@media (min-width: 1024px) {
    .homeHeading__searcherFields {
        max-width: 675px;
        width: 50vw;
    }

    .homeHeading__title,
    .homeHeading__subtitle {
        text-align: left;
        max-width: 470px;
    }
}



/*! CSS Used fontfaces */
@font-face {
    font-family: ProximaNova Condensed;
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: local("Proxima Nova Condensed"), local("proximanovacond-extrabold"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff2) format("woff2"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff) format("woff"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.ttf) format("truetype");
}

@font-face {
    font-family: ProximaNovaCondensed-fallback-Arial;
    src: local(arial);
    size-adjust: 91%;
}

.homeHeading .chosen-container-single .chosen-single {
    height: 46px;
    padding: 0;
    border: none;
}

.homeHeading input.dropdown_fields {
    min-width: 280px;
}

.homeHeading .ui-widget {
    position: absolute;
    left: 25px;
    width: calc(100% - 25px);
}

.homeHeading .chosen-container-single .chosen-single span {
    margin-right: 0;
    line-height: 44px;
}

.homeHeading .border-dropdown span:after {
    content: unset;
}

.homeHeading .button {
    background-color: #00846b;
}

@media (max-width: 480px) {

    .homeHeading .lp-add-listing-btn,
    .lp-add-listing-btn li a {
        display: none;
    }
}


/* Footer */

a {
    color: #222;
}

a:hover {
    color: #7bdcb5;
}

a {
    transition: color .15s;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline-color: #1961d9;
}

button {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
}

button {
    border: unset;
    background-color: unset;
    cursor: pointer;
}

button:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: unset;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: unset;
}

.svgIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 0;
}

.svgIcon svg {
    width: 100%;
    height: 100%;
}

.layoutFooter {
    padding: 0 2rem;
    max-width: 1360px;
    margin: 0 auto;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .69rem 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: .5rem;
    background-color: transparent;
}

.layoutFooter {
    display: flex;
}

.linkingFooter__title {
    margin-bottom: 1rem;
    font-size: initial;
    font-weight: 600;
}

.appsLinks {
    grid-area: appsLinks;
}

.socialLinks {
    grid-area: socialLinks;
}

.countrySelector {
    grid-area: countrySelector;
}

.layoutFooter {
    display: block;
}

.linkingFooterUS {
    font-size: .875rem;
    line-height: 1.3125rem;
    padding: 2rem 0;
    position: relative;
}

@media (min-width: 768px)and (max-width: 1023px) {
    .linkingFooterUS {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "wedding planning" "wedding app" "more app" "copy copy";
        grid-gap: 2rem;
        padding: 2rem 0;
    }
}

@media (min-width: 1024px) {
    .linkingFooterUS {
        display: grid;
        grid-template-columns: 2fr 2fr 2fr 2fr;
        grid-template-areas: "wedding planning more app" "copy copy copy copy";
        grid-gap: 1.8rem;
        padding: 3rem 0;
    }
}

.linkingFooterUS__item {
    margin-bottom: 22px;
}

@media (min-width: 768px)and (max-width: 1023px) {
    .linkingFooterUS__item {
        margin-bottom: 18px;
    }
}

.linkingFooterUS__title {
    margin-bottom: 8px;
    font-size: initial;
    font-weight: 600;
}

@media (max-width: 767px) {
    .linkingFooterUS__list {
        display: flex;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
}

.linkingFooterUS__listItem {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .linkingFooterUS__listItem {
        margin-right: 5px;
        margin-left: 5px;
    }
}

.linkingFooterUS__listLink {
    color: #6c6c6c;
    font-size: 1.275rem;
}

@media (max-width: 767px) {
    .linkingFooterUS__listLink {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.linkingFooterUS__wedding {
    grid-area: wedding;
}

.linkingFooterUS__more {
    grid-area: more;
}

@media (min-width: 768px)and (max-width: 1023px) {
    .linkingFooterUS__more {
        margin-top: -30px;
    }
}

.linkingFooterUS__planning {
    grid-area: planning;
}

.linkingFooterUS__app {
    grid-area: app;
}

@media (min-width: 768px)and (max-width: 1023px) {
    .linkingFooterUS__app {
        margin-top: -30px;
    }
}

.linkingFooterUS__app .socialLinks {
    margin-top: 1rem;
}

.linkingFooterUS__app .countrySelector {
    margin-top: 1.4rem;
}

.linkingFooterUS__copyright {
    grid-area: copy;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    margin-top: 3rem;
}

.linkingFooterUS__copyright p {
    color: #6c6c6c;
    margin-left: .7rem;
}

@media (min-width: 768px) {
    .linkingFooterUS__copyright {
        margin-top: 0;
    }

    .linkingFooterUS__copyright img {
        width: 139px;
    }
}

.linkingFooterUS:after {
    background-color: #efefef;
    content: "";
    z-index: -1;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50vw;
}

.appsLinks__description {
    display: none;
    margin-bottom: 1rem;
    font-size: 1.275rem;
    line-height: 1.575rem;
}

.appsLinks__description--light {
    color: #6c6c6c;
}

.linkingFooterUS__copyright p {
    font-size: 1.275rem;
}

.appsLinks__list {
    display: flex;
}

.appsLinks__list li {
    padding-right: .5rem;
}

.appsLinks__imago {
    height: 48px;
    width: 48px;
}

@media (min-width: 768px) {
    .appsLinks__description {
        display: flex;
    }

    .appsLinks__imago {
        margin-right: 1rem;
    }
}

.socialLinks__list {
    display: flex;
}

.socialLinks__list li {
    padding-right: .5rem;
}

.socialLinks__item {
    transition: border-color .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border-radius: 36px;
    border: 1px solid #d9d9d9;
}

.socialLinks__item:hover {
    border-color: #8c8c8c;
}

.socialLinks__item .svgIcon {
    height: 20px;
    width: 20px;
}

.socialLinks__item svg {
    fill: #6c6c6c;
}

.countrySelector__wrapper {
    position: relative;
}

.countrySelector__dropdown {
    transition: border-color .15s;
    border-radius: .5rem;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 1rem;
    cursor: pointer;
    line-height: normal;
}

.countrySelector__dropdown:hover {
    border-color: #8c8c8c;
}

.countrySelector__flag {
    margin-right: .8rem;
}

.countrySelector__icon {
    transition: transform .15s;
    height: 12px;
    width: 12px;
    margin-left: auto;
}

@media (min-width: 768px) {
    .countrySelector {
        max-width: 320px;
    }
}



/* Homepage */


a {
    color: #222;
}

a:hover {
    color: #7bdcb5;
}

a {
    transition: color .15s;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline-color: #1961d9;
}

button {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
}

button {
    border: unset;
    background-color: unset;
    cursor: pointer;
}

button:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: unset;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: unset;
}

.hidden.hidden {
    display: none;
}

.svgIcon {
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 0;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .69rem 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: .5rem;
    background-color: transparent;
    border: 1px solid #d9d9d9;
}

.button--tertiary {
    color: #222;
    border-color: #d9d9d9;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
}

@media (hover: hover) {
    .button--tertiary:hover {
        color: #222;
        border-color: #8c8c8c;
    }
}

.button--tertiary:active {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
}

.button--tertiary:focus:not(:focus-visible) {
    color: #222;
    border-color: #6c6c6c;
}

@media (min-width: 480px) {
    .button:not(.button--block) {
        width: auto;
    }
}

.scrollSnap {
    position: relative;
}

.scrollSnap__container {
    display: flex;
    flex: none;
    flex-flow: row nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: none;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
}

.scrollSnap__container::-webkit-scrollbar {
    width: 0;
    display: none;
}

.scrollSnap__item {
    flex: none;
    box-sizing: content-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.scrollSnap__arrow {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top;
    z-index: 2;
    cursor: pointer;
    display: grid;
    place-items: center;
    height: 3rem;
    width: 3rem;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    transition: all .2s;
}

.scrollSnap__arrow--prev {
    left: 0;
}

.scrollSnap__arrow--next {
    right: 0;
}

.scrollSnap__arrow .svgIcon {
    width: 28px;
    height: 28px;
}

.scrollSnap__arrow.disabled {
    cursor: unset;
}

.scrollSnap__arrow.disabled:focus {
    opacity: .5;
    pointer-events: auto;
}

.scrollSnap__arrow:hover:not(.disabled) {
    transform: scale(1.1) translateY(-50%);
}

.scrollSnap__arrow:not(:hover) {
    opacity: 0;
    pointer-events: none;
}

.scrollSnap__arrow:focus {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        scroll-padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__arrow {
        opacity: 1;
        pointer-events: auto;
    }

    .scrollSnap--fullBleed>.scrollSnap__arrow.disabled {
        opacity: .5;
        pointer-events: auto;
    }

    .scrollSnap--fullBleed>.scrollSnap__arrow.hidden {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 2rem;
    }

    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:last-child {
        margin-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 0;
    }
}

.scrollSnap--floatArrows .scrollSnap__arrow {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
}

.scrollSnap--floatArrows .scrollSnap__arrow--prev {
    left: 0;
}

.scrollSnap--floatArrows .scrollSnap__arrow--next {
    right: 0;
}

@media (min-width: 1024px) {
    .scrollSnap--floatArrows .scrollSnap__arrow--prev {
        left: -18px;
    }

    .scrollSnap--floatArrows .scrollSnap__arrow--next {
        right: -18px;
    }
}

.promotedVendorCategories {
    padding-bottom: 2rem;
    padding-top: 2.5rem;
    /* display: grid; */
    grid-template-areas: "heading" "primaryCardList" "secondaryCardList";
    grid-gap: 1.5rem;
}

.promotedVendorCategories__heading {
    grid-area: heading;
}

.promotedVendorCategories__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-family: ProximaNova Condensed, ProximaNovaCondensed-fallback-Arial, sans-serif;
    font-weight: 800;
}

.promotedVendorCategories__description,
.homeInspiration__description,
.homeDiscussions__subtitle,
.websitesComponent__subtitle,
.homeDestinationWeddings__text,
.homeDestinationWeddings__subtitle,
.lp-section-title-container .lp-sub-title {
    font-size: 1.625rem;
    line-height: 1.6875rem;
}

.lp-section-title-container .lp-sub-title {
    font-style: normal !important;
    letter-spacing: normal !important;
}

.homeCategoryItem__title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    font-weight: 600;
}

.promotedVendorCategoriesPrimaryCards {
    grid-area: primaryCardList;
}

.promotedVendorCategoriesPrimaryCards__container {
    padding-left: 5px;
}

.promotedVendorCategoriesPrimaryCards__sliderItem {
    padding: 5px;
    width: calc(100% - 7rem);
    margin-left: calc(1.5rem - (5px * 2));
}

@media (min-width: 768px) {
    .promotedVendorCategoriesPrimaryCards__sliderItem {
        width: 270px;
    }
}

@media (min-width: 1024px) {
    .promotedVendorCategoriesPrimaryCards__container {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .promotedVendorCategoriesPrimaryCards__sliderItem {
        calc(25% - 15px)
    }
}

.promotedVendorCategoriesSecondaryCards {
    grid-area: secondaryCardList;
    margin-top: 1.5rem;
}

.promotedVendorCategoriesSecondaryCards__sliderItem {
    margin-right: 1.75rem;
}

.promotedVendorCategoriesSecondaryCards__sliderItem .button {
    padding: .75rem 1rem;
}

.promotedVendorCategoriesSecondaryCards__sliderItem:last-child {
    margin-right: 0;
}

@media (min-width: 1024px) {
    .promotedVendorCategoriesSecondaryCards__sliderItem .button {
        font-size: 1.525rem;
        line-height: 1.6875rem;
        padding: 1.25rem 1.5rem;
    }

    .promotedVendorCategoriesSecondaryCards .scrollSnap__arrow {
        top: 22px;
    }
}

.promotedVendorCategoriesTile {
    border: 1px solid #d9d9d9;
    border-radius: .25rem;
    padding: 1rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    grid-template-areas: "tileImage" "tileContent";
    position: relative;
    background: #fff;
    cursor: pointer;
    height: 100%;
}

.promotedVendorCategoriesTile__heading {
    grid-area: tileImage;
    position: relative;
    height: 88px;
    border-radius: .25rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 32px;
}

.promotedVendorCategoriesTile__heading--venue {
    background-image: url(https://indowedding.com/wp-content/uploads/2021/04/venue.jpg);
}

.promotedVendorCategoriesTile__heading--photography {
    background-image: url(https://indowedding.com/wp-content/uploads/2021/04/photography.jpg);
}

.promotedVendorCategoriesTile__heading--catering {
    background-image: url(https://indowedding.com/wp-content/uploads/2021/04/catering.jpg);
}

.promotedVendorCategoriesTile__heading--dress {
    background-image: url(https://indowedding.com/wp-content/uploads/2021/04/dress.jpg);
}

.promotedVendorCategoriesTile__content {
    grid-area: tileContent;
    text-align: center;
}

.promotedVendorCategoriesTile__title {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .promotedVendorCategoriesTile__title {
        font-size: 1.625rem;
        line-height: 1.625rem;
    }
}

.promotedVendorCategoriesTile__description {
    color: #6c6c6c;
    margin-top: .5rem;
    margin-bottom: 0;
}

.promotedVendorCategoriesTile__iconContainer {
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translate(-50%);
    background: #e9f0fc;
    border-radius: 50%;
    border: 4px solid #fff;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotedVendorCategoriesTile__icon {
    width: 32px;
    height: 32px;
}

@media (max-width: 480px) {
    .promotedVendorCategoriesTile__description {
        font-size: .8125rem;
        line-height: 1.1875rem;
        padding: 0 .5rem;
    }
}

@media (min-width: 1024px) {
    .promotedVendorCategoriesTile {
        transition: box-shadow .2s;
        cursor: pointer;
    }

    .promotedVendorCategoriesTile:hover {
        box-shadow: 0 5px 12px #0003;
    }
}

@media (min-width: 768px) {
    .promotedVendorCategoriesTile__heading {
        height: 107px;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: ProximaNova Condensed;
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: local("Proxima Nova Condensed"), local("proximanovacond-extrabold"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff2) format("woff2"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff) format("woff"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.ttf) format("truetype");
}

@font-face {
    font-family: ProximaNovaCondensed-fallback-Arial;
    src: local(arial);
    size-adjust: 91%;
}


.bsdeals {
    background: url(https://alexandra.bridestory.com/image/upload/f_webp/assets/bg_flashdeals-ByMdGCIZL.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
}

.bsdeals__head {
    padding: 0 25px;
    position: relative;
}

.bsdeals__head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.gridspan:after {
    content: "";
    display: table;
    clear: both;
}

.bsdeals__head-container .bs-left__side {
    display: flex;
    justify-content: left;
    align-items: center;
}

.bsdeals__head-container .bs-title {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.bsdeals h2 {
    color: #252525;
    font-family: ProximaNova Condensed, ProximaNovaCondensed-fallback-Arial, sans-serif;
    font-weight: 800;
    font-size: 2.875rem;
    line-height: 2.5rem;
}

.bsdeals__seemore {
    color: #555;
    font-family: "Figtree Bold", "Helvetica", arial, sans-serif;
    font-size: 20px;
    letter-spacing: .2px;
    line-height: 24px;
    float: right;
}

.bsdeals__content {
    margin: 30px auto;
    position: relative;
}

.big-wrapper {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.bsdeals .swiper-container {
    padding: 0 8px 8px;
}

.swiper-container {
    opacity: 0;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 3px;
}

.bsdeals .swiper-container .swiper-slide {
    width: 300px;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    height: 306px;
}

.card__thumbnail {
    position: relative;
}

.discount-flag {
    position: absolute;
    z-index: 1;
    color: #fff;
    background-color: #fe5d51;
    left: 0;
    top: 8px;
    padding: 3px 18px 3px 5px;
    margin-left: -3px;
    box-shadow: 1px 1px 5px 0 rgba(37, 37, 37, .1);
    border-radius: 30px 120px 120px 0;
    letter-spacing: .3px;
}

.discount-flag__text {
    display: block;
    font-size: 9px;
    line-height: 11px;
}

.discount-flag__value {
    font-family: "Figtree SemiBold", "Helvetica", arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
}

.discount-flag:after {
    content: " ";
    display: block;
    height: 0;
    width: 0;
    background: transparent;
    border-color: #914139 #914139 transparent transparent;
    border-style: solid;
    border-width: 0 3px 3px 0;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.discount-flag span {
    color: #fff;
}

.bestprice-flag,
.flashsale-flag {
    z-index: 1;
    position: absolute;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #fe5d51;
    right: 3px;
    top: 8px;
    padding: 4px 9px 4px 6px;
    border-radius: 10px;
}

.bestprice-flag span {
    color: #fff;
}

.bestprice-flag__icon,
.flashsale-flag__icon {
    margin-left: -3px;
    font-size: 12px;
    margin-right: 5px;
}

.bestprice-flag__text,
.flashsale-flag__text {
    font-size: 10px;
    letter-spacing: .4px;
    line-height: 12px;
}

.bestprice-flag__text,
.flashsale-flag__text {
    font-size: 10px;
    letter-spacing: .4px;
    line-height: 11px;
}

.card__image {
    height: 170px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card__location {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3));
}

.card__location-content {
    position: absolute;
    left: 12px;
    bottom: 9px;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    font-family: "Figtree", "Helvetica", arial, sans-serif;
    letter-spacing: .1px;
    text-transform: capitalize;
}

.card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 8px 12px 12px;
    position: relative;
}

.card__header {
    margin-bottom: 10px;
}

.card__text--subtitle,
.card__text--title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card__text--title {
    color: #252525;
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 2px;
}

.card__text {
    color: #555;
    font-family: "Figtree", "Helvetica", arial, sans-serif;
    letter-spacing: .1px;
    margin: 0;
}

.card__text--normal-price,
.card__text--subtitle {
    font-size: 11px;
    line-height: 13px;
}

.card__text--subtitle {
    font-family: "Figtree", "Helvetica", arial, sans-serif;
    width: 100%;
}

.card__text--subtitle,
.card__text--title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.card__text {
    color: #555;
    font-family: "Figtree", "Helvetica", arial, sans-serif;
    letter-spacing: .1px;
}

.card__text--bold {
    font-family: "Figtree SemiBold", "Helvetica", arial, sans-serif;
    font-weight: 700;
}

.card__price {
    display: flex;
    flex-direction: column;
}

.card__text--normal-price.strike {
    text-decoration: line-through;
}

.card__text--normal-price,
.card__text--subtitle {
    font-size: 11px;
    line-height: 13px;
}

.card__text {
    color: #555;
    font-family: "Figtree", "Helvetica", arial, sans-serif;
    letter-spacing: .1px;
}

.card__text--discounted-price {
    color: #252525;
    font-family: "Figtree Bold", "Helvetica", arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.card__text {
    color: #555;
    font-family: "Figtree", "Helvetica", arial, sans-serif;
    letter-spacing: .1px;
}

.card__footer {
    margin-top: 4px;
    display: flex;
}

.card__footer__facilities {
    display: flex;
    width: calc(100% - 40px);
    margin-right: 4px;
}

.facility {
    margin-right: 4px;
    border-radius: 10px;
    background-color: #eee;
    padding: 3px 8px;
    color: #555;
    font-family: "Figtree", "Helvetica", arial, sans-serif;
    font-size: 11px;
    letter-spacing: .1px;
    line-height: 14px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
    text-align: center;
}

.facility:last-child {
    margin-right: 0;
}

.facility {
    margin-right: 4px;
    border-radius: 10px;
    background-color: #eee;
    padding: 3px 8px;
    color: #555;
    font-family: "Figtree", "Helvetica", arial, sans-serif;
    font-size: 11px;
    letter-spacing: .1px;
    line-height: 14px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
    text-align: center;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}


a {
    color: #222;
}

a:hover {
    color: #7bdcb5;
}

a {
    transition: color .15s;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline-color: #1961d9;
}

button {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
}

button {
    border: unset;
    background-color: unset;
    cursor: pointer;
}

button:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: unset;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: unset;
}

.hidden.hidden {
    display: none;
}

.svgIcon {
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 0;
}

.svgIcon svg {
    width: 100%;
    height: 100%;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .69rem 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: .5rem;
    background-color: transparent;
    border: 1px solid transparent;
}

.button--tertiary {
    color: #222;
    border-color: #d9d9d9;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
}

.button--tertiary .svgIcon {
    fill: #222;
}

@media (hover: hover) {
    .button--tertiary:hover {
        color: #222;
        border-color: #8c8c8c;
    }

    .button--tertiary:hover .svgIcon {
        fill: #222;
    }
}

.button--tertiary:active {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:active .svgIcon {
    fill: #222;
}

.button--tertiary:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
}

.button--tertiary:focus:not(:focus-visible) {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:focus:not(:focus-visible) .svgIcon {
    fill: #222;
}

@media (min-width: 480px) {
    .button:not(.button--block) {
        width: auto;
    }
}

.scrollSnap {
    position: relative;
}

.scrollSnap__container {
    display: flex;
    flex: none;
    flex-flow: row nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: none;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
}

.scrollSnap__container::-webkit-scrollbar {
    width: 0;
    display: none;
}

.scrollSnap__item {
    flex: none;
    box-sizing: content-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.scrollSnap__arrow {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top;
    z-index: 2;
    cursor: pointer;
    display: grid;
    place-items: center;
    height: 3rem;
    width: 3rem;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    transition: all .2s;
}

.scrollSnap__arrow--prev {
    left: 0;
}

.scrollSnap__arrow--next {
    right: 0;
}

.scrollSnap__arrow .svgIcon {
    width: 28px;
    height: 28px;
}

.scrollSnap__arrow.disabled {
    cursor: unset;
}

.scrollSnap__arrow.disabled:focus {
    opacity: .5;
    pointer-events: auto;
}

.scrollSnap__arrow:hover:not(.disabled) {
    transform: scale(1.1) translateY(-50%);
}

.scrollSnap__arrow:not(:hover) {
    opacity: 0;
    pointer-events: none;
}

.scrollSnap__arrow:focus {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        scroll-padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__arrow {
        opacity: 1;
        pointer-events: auto;
    }

    .scrollSnap--fullBleed>.scrollSnap__arrow.disabled {
        opacity: .5;
        pointer-events: auto;
    }

    .scrollSnap--fullBleed>.scrollSnap__arrow.hidden {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 2rem;
    }

    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:last-child {
        margin-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 0;
    }
}

.homeInspiration {
    padding-bottom: 2.5rem;
    padding-top: 4.5rem;
}

.homeInspiration__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-family: ProximaNova Condensed, ProximaNovaCondensed-fallback-Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
}

.homeInspiration__description {
    margin-bottom: 1rem;
}

.homeInspiration__footer {
    text-align: center;
}

.homeInspiration__footer .button {
    width: 100%;
    display: inline-flex;
}

.homeInspiration__footer .svgIcon {
    margin-left: .5rem;
}

@media (min-width: 768px) {
    .homeInspiration__footer .button {
        width: auto;
    }
}

.homeCategories__slider {
    margin-bottom: inherit;
    padding: .5rem;
}

.homeCategories__slide {
    margin-left: 1rem;
    width: calc(50% - 4rem);
    min-width: 7.5rem;
    max-width: 9.5rem;
}

@media (min-width: 1024px) {
    .homeCategories__slider {
        justify-content: space-between;
        overflow-x: inherit;
        overflow-y: inherit;
    }

    .homeCategories__slide {
        width: 15%;
    }
}

.homeCategoryItem {
    font-size: .875rem;
    line-height: 1.3125rem;
    width: auto;
    margin-right: .5rem;
    text-align: center;
    cursor: pointer;
}

.homeCategoryItem:hover a {
    color: #7bdcb5;
}

.homeCategoryItem:last-child {
    margin-right: 0;
}

.homeCategoryItem__image {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto .5rem;
    position: relative;
    overflow: hidden;
    will-change: transform;
}

.homeCategoryItem__image img {
    transition: transform 1s cubic-bezier(.2, 0, 0, 1);
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.homeCategoryItem__image img:hover {
    transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
}

.homeArticles {
    margin: 1rem 0 1.5rem;
}

.homeArticles__slide {
    padding: 5px;
    width: calc(100% - 4rem);
    max-width: 306px;
    margin-left: calc(1.5rem - 5px * 2);
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .homeArticles {
        margin-top: 1rem;
    }

    .homeArticles__slider {
        overflow-x: inherit;
        overflow-y: inherit;
    }

    .homeArticles__slide {
        width: calc(25% + .88rem);
        max-width: inherit;
    }
}

.homeArticlesTile {
    cursor: pointer;
}

.homeArticlesTile__image {
    aspect-ratio: 3/2;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.homeArticlesTile__image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.homeArticlesTile__image img {
    transition: transform 1s cubic-bezier(.2, 0, 0, 1);
    cursor: pointer;
}

.homeArticlesTile__image img:hover {
    transform: translate3d(0, -2px, 0) scale3d(1.1, 1.1, 1.1);
}

.homeArticlesTile__preTitle {
    font-size: 1.475rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #6c6c6c;
    margin-top: .5rem;
}

.homeArticlesTile__title {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 600;
    margin-top: .5rem;
}

@media (min-width: 768px) {
    .homeArticlesTile__title {
        font-size: 1.325rem;
        line-height: 1.625rem;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: ProximaNova Condensed;
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: local("Proxima Nova Condensed"), local("proximanovacond-extrabold"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff2) format("woff2"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff) format("woff"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.ttf) format("truetype");
}

@font-face {
    font-family: ProximaNovaCondensed-fallback-Arial;
    src: local(arial);
    size-adjust: 91%;
}


a {
    color: #222;
}

a:hover {
    color: #7bdcb5;
}

a {
    transition: color .15s;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline-color: #1961d9;
}

button {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
}

button {
    border: unset;
    background-color: unset;
    cursor: pointer;
}

button:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: unset;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: unset;
}

.hidden.hidden {
    display: none;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .69rem 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: .5rem;
    background-color: transparent;
    border: 1px solid transparent;
}

.button--tertiary {
    color: #222;
    border-color: #d9d9d9;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
}

.button--tertiary .svgIcon {
    fill: #222;
}

@media (hover: hover) {
    .button--tertiary:hover {
        color: #222;
        border-color: #8c8c8c;
    }

    .button--tertiary:hover .svgIcon {
        fill: #222;
    }
}

.button--tertiary:active {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:active .svgIcon {
    fill: #222;
}

.button--tertiary:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
}

.button--tertiary:focus:not(:focus-visible) {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:focus:not(:focus-visible) .svgIcon {
    fill: #222;
}

@media (min-width: 480px) {
    .button:not(.button--block) {
        width: auto;
    }
}

.scrollSnap {
    position: relative;
}

.scrollSnap__container {
    display: flex;
    flex: none;
    flex-flow: row nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: none;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
}

.scrollSnap__container::-webkit-scrollbar {
    width: 0;
    display: none;
}

.scrollSnap__item {
    flex: none;
    box-sizing: content-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.scrollSnap__arrow {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top;
    z-index: 2;
    cursor: pointer;
    display: grid;
    place-items: center;
    height: 3rem;
    width: 3rem;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    transition: all .2s;
}

.scrollSnap__arrow--prev {
    left: 0;
}

.scrollSnap__arrow--next {
    right: 0;
}

.scrollSnap__arrow .svgIcon {
    width: 28px;
    height: 28px;
}

.scrollSnap__arrow.disabled {
    cursor: unset;
}

.scrollSnap__arrow.disabled:focus {
    opacity: .5;
    pointer-events: auto;
}

.scrollSnap__arrow:hover:not(.disabled) {
    transform: scale(1.1) translateY(-50%);
}

.scrollSnap__arrow:not(:hover) {
    opacity: 0;
    pointer-events: none;
}

.scrollSnap__arrow:focus {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        scroll-padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__arrow {
        opacity: 1;
        pointer-events: auto;
    }

    .scrollSnap--fullBleed>.scrollSnap__arrow.disabled {
        opacity: .5;
        pointer-events: auto;
    }

    .scrollSnap--fullBleed>.scrollSnap__arrow.hidden {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 2rem;
    }

    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:last-child {
        margin-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 0;
    }
}

.avatar__img,
.avatar__img source,
.avatar__img img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.homeDiscussions {
    padding-bottom: 2.5rem;
}

.homeDiscussions__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-family: ProximaNova Condensed, ProximaNovaCondensed-fallback-Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .homeDiscussions__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
}

.homeDiscussions__subtitle {
    color: #6c6c6c;
}

.homeDiscussions__footer {
    text-align: center;
}

.homeDiscussions__footer .button {
    width: 100%;
    display: inline-flex;
}

.homeDiscussions__footer .svgIcon {
    margin-left: .5rem;
}

.homeDiscussions__slider {
    margin-top: 1rem;
}

.homeDiscussions__slide {
    width: calc(100% - 4rem);
    max-width: 306px;
    padding: 1rem;
    margin-left: calc(1.5rem - 5px * 2);
    margin-bottom: 1.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .homeDiscussions__footer .button {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .homeDiscussions__slider {
        overflow-x: inherit;
        overflow-y: inherit;
    }

    .homeDiscussions__slide {
        width: calc(25% - 2.375rem);
        max-width: inherit;
    }
}

.homeDiscussionsTile {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.homeDiscussionsTile__box {
    position: relative;
    transition: transform .35s;
    color: #6c6c6c;
    box-shadow: 0 2px 8px #00000026;
    border-radius: .5rem;
    padding: 1.5rem;
    flex: 1;
}

.homeDiscussionsTile__box:hover {
    box-shadow: 0 5px 12px #0003;
    cursor: pointer;
    transform: translateY(-8px);
}

.homeDiscussionsTile__title {
    font-size: 1.625rem;
    line-height: 1.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #222;
    font-weight: 600;
    margin-bottom: .5rem;
}

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

.homeDiscussionsTile__author {
    margin-top: 1.825rem;
    display: flex;
}

.homeDiscussionsTile__avatar .avatar__img,
.homeDiscussionsTile__avatar .avatar__img img {
    width: 56px;
    height: 56px;
    display: block;
    object-fit: cover;
}

.homeDiscussionsTile__caption {
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #6c6c6c;
    margin-left: .8rem;
}

.homeDiscussionsTile__caption p {
    font-size: 1.325rem;
    line-height: 1.375rem;
    margin-top: 10px;
    color: #222;
    font-weight: 600;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: ProximaNova Condensed;
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: local("Proxima Nova Condensed"), local("proximanovacond-extrabold"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff2) format("woff2"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff) format("woff"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.ttf) format("truetype");
}

@font-face {
    font-family: ProximaNovaCondensed-fallback-Arial;
    src: local(arial);
    size-adjust: 91%;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

button {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
}

button {
    border: unset;
    background-color: unset;
    cursor: pointer;
}

button:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: unset;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: unset;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .69rem 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: .5rem;
    background-color: transparent;
    border: 1px solid transparent;
}

.button--tertiary {
    color: #222;
    border-color: #d9d9d9;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
}

.button--tertiary .svgIcon {
    fill: #222;
}

@media (hover: hover) {
    .button--tertiary:hover {
        color: #222;
        border-color: #8c8c8c;
    }

    .button--tertiary:hover .svgIcon {
        fill: #222;
    }
}

.button--tertiary:active {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:active .svgIcon {
    fill: #222;
}

.button--tertiary:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
}

.button--tertiary:focus:not(:focus-visible) {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:focus:not(:focus-visible) .svgIcon {
    fill: #222;
}

@media (min-width: 480px) {
    .button:not(.button--block) {
        width: auto;
    }
}

.scrollSnap {
    position: relative;
}

.scrollSnap__container {
    display: flex;
    flex: none;
    flex-flow: row nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: none;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
}

.scrollSnap__container::-webkit-scrollbar {
    width: 0;
    display: none;
}

.scrollSnap__item {
    flex: none;
    box-sizing: content-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        scroll-padding: 2rem;
    }
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 2rem;
    }

    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:last-child {
        margin-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 0;
    }
}

.websitesComponent {
    padding-bottom: 2.5rem;
    padding-top: 4.5rem;
}

.websitesComponent__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-family: ProximaNova Condensed, ProximaNovaCondensed-fallback-Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
}

.websitesComponent__subtitle {
    margin-bottom: 1rem;
}

.websitesComponent__footer {
    display: flex;
    justify-content: center;
}

.websitesComponent__arrowIcon {
    margin-left: .5rem;
}

.websitesComponent__cardContainer {
    margin-bottom: 1.5rem;
}

.websitesComponent__sliderItem {
    width: 230px;
    height: 255px;
    margin-left: 1.5rem;
}

.websitesComponent__sliderItem:first-child {
    margin-left: 2rem;
}

.websitesComponent__sliderItem:last-child {
    margin-right: 0 !important;
    padding-right: 2rem;
}

.websitesComponent__image {
    border-radius: .25rem;
    border: 2px solid #222;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
    display: block;
}

.websitesComponent__image--mobileThumb {
    position: absolute;
    width: 4.2rem;
    height: 9.2rem;
    right: 1.25rem;
    bottom: 2.3rem;
}

.websitesComponent__cardItem {
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border-radius: .5rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.websitesComponent__cardItem--horizontal {
    padding: 4rem 1.5rem 0;
}

.websitesComponent__cardItem--horizontal .websitesComponent__image {
    height: auto;
}

.websitesComponent__cardItem--horizontal .websitesComponent__image--mobileThumb {
    position: absolute;
    width: 3.2rem;
    height: auto;
    right: .75em;
    bottom: 3rem;
}

.websitesComponent__cardItem--vertical {
    padding: 1.8rem 3.25rem 1.8rem 1.25rem;
}

.websitesComponent__cardItem--vertical .websitesComponent__image--mobileThumb {
    position: absolute;
    width: 4.2rem;
    height: 9.2rem;
    right: 1.25rem;
    bottom: 2.3rem;
}

@media (min-width: 768px) {
    .websitesComponent__sliderContainer {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: 1fr 1fr;
        grid-row-gap: 1.5rem;
    }

    .websitesComponent__sliderItem {
        width: 416px;
        height: 260px;
    }

    .websitesComponent__cardItem {
        padding: 0;
    }

    .websitesComponent__cardItem--horizontal {
        padding: 1.3rem 4.9rem 1.5rem 2.3rem;
    }

    .websitesComponent__cardItem--horizontal .websitesComponent__image--mobileThumb {
        width: 5.8rem;
        height: 12.4rem;
        right: 2.3rem;
        bottom: 1rem;
    }

    .websitesComponent__cardItem--vertical {
        padding: 1.34rem 6.89rem 0 3.31rem;
    }

    .websitesComponent__cardItem--vertical .websitesComponent__image--desktopThumb {
        height: 19.75rem;
    }

    .websitesComponent__cardItem--vertical .websitesComponent__image--mobileThumb {
        width: 6.05rem;
        height: 13rem;
        right: 3.31rem;
        bottom: .5rem;
    }
}

@media (min-width: 1024px) {
    .websitesComponent__sliderContainer {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .websitesComponent__sliderItem {
        margin-left: 0;
        /* width: 100%; */
    }

    .websitesComponent__sliderItem:nth-of-type(1n+7) {
        display: none;
    }
}

@media (min-width: 1024px)and (max-width: 1200px) {
    .websitesComponent__sliderContainer {
        grid-template-rows: repeat(2, 192px);
    }

    .websitesComponent__sliderItem {
        height: 100%;
    }

    .websitesComponent__cardItem--vertical .websitesComponent__image--mobileThumb {
        width: 4.2rem;
        height: 9.2rem;
        right: 5rem;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: ProximaNova Condensed;
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: local("Proxima Nova Condensed"), local("proximanovacond-extrabold"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff2) format("woff2"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff) format("woff"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.ttf) format("truetype");
}

@font-face {
    font-family: ProximaNovaCondensed-fallback-Arial;
    src: local(arial);
    size-adjust: 91%;
}


a {
    color: #222;
}

a:hover {
    color: #7bdcb5;
}

a {
    transition: color .15s;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline-color: #1961d9;
}

button {
    color: inherit;
    font: inherit;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin: 0;
}

button {
    border: unset;
    background-color: unset;
    cursor: pointer;
}

button:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: unset;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: unset;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .69rem 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: .5rem;
    background-color: transparent;
    border: 1px solid transparent;
}

.button--tertiary {
    color: #222;
    border-color: #d9d9d9;
    transition: all .15s;
    cursor: pointer;
    background-position: center;
}

.button--tertiary .svgIcon {
    fill: #222;
}

@media (hover: hover) {
    .button--tertiary:hover {
        color: #222;
        border-color: #8c8c8c;
    }

    .button--tertiary:hover .svgIcon {
        fill: #222;
    }
}

.button--tertiary:active {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:active .svgIcon {
    fill: #222;
}

.button--tertiary:focus {
    box-shadow: 0 0 0 2px #1961d9;
    -webkit-box-shadow: 0 0 0 2px #1961d9;
    outline: none;
    border-color: transparent;
}

.button--tertiary:focus:not(:focus-visible) {
    color: #222;
    border-color: #6c6c6c;
}

.button--tertiary:focus:not(:focus-visible) .svgIcon {
    fill: #222;
}

@media (min-width: 480px) {
    .button:not(.button--block) {
        width: auto;
    }
}

.scrollSnap {
    position: relative;
}

.scrollSnap__container {
    /* display: flex; */
    flex: none;
    flex-flow: row nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: none;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
}

.scrollSnap__container::-webkit-scrollbar {
    width: 0;
    display: none;
}

.scrollSnap__item {
    flex: none;
    box-sizing: content-box;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.scrollSnap__arrow {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: top;
    z-index: 2;
    cursor: pointer;
    display: grid;
    place-items: center;
    height: 3rem;
    width: 3rem;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    transition: all .2s;
}

.scrollSnap__arrow--prev {
    left: 0;
}

.scrollSnap__arrow--next {
    right: 0;
}

.scrollSnap__arrow .svgIcon {
    width: 28px;
    height: 28px;
}

.scrollSnap__arrow svg {
    fill: #fff;
}

.scrollSnap__arrow.disabled {
    cursor: unset;
}

.scrollSnap__arrow.disabled:focus {
    opacity: .5;
    pointer-events: auto;
}

.scrollSnap__arrow:hover:not(.disabled) {
    transform: scale(1.1) translateY(-50%);
}

.scrollSnap__arrow:not(:hover) {
    opacity: 0;
    pointer-events: none;
}

.scrollSnap__arrow:focus {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        scroll-padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__arrow {
        opacity: 1;
        pointer-events: auto;
    }

    .scrollSnap--fullBleed>.scrollSnap__arrow.disabled {
        opacity: .5;
        pointer-events: auto;
    }
}

@media (max-width: 1023px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 2rem;
    }

    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:last-child {
        margin-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .scrollSnap--fullBleed>.scrollSnap__container>.scrollSnap__item:first-child {
        margin-left: 0;
    }
}

.scrollSnap--floatArrows .scrollSnap__arrow {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
}

.scrollSnap--floatArrows .scrollSnap__arrow--prev {
    left: 0;
}

.scrollSnap--floatArrows .scrollSnap__arrow--next {
    right: 0;
}

.scrollSnap--floatArrows .scrollSnap__arrow svg {
    fill: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 18px;
}

@media (min-width: 1024px) {
    .scrollSnap--floatArrows .scrollSnap__arrow--prev {
        left: -18px;
    }

    .scrollSnap--floatArrows .scrollSnap__arrow--next {
        right: -18px;
    }
}

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

.homeFeatures__slider {
    padding: 5px;
    margin-left: calc(1.5rem - 5px * 2);
}

.homeFeatures__slider .homeDestinationWeddingsTile__caption {
    display: none;
}

.homeDestinationWeddings {
    padding-top: 4.5rem !important;
    padding-bottom: 2.5rem;
}

.homeDestinationWeddings__title {
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-family: ProximaNova Condensed, ProximaNovaCondensed-fallback-Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .homeDestinationWeddings__title {
        font-size: 1.875rem;
        line-height: 2.5rem;
    }
}

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

.homeDestinationWeddings__slide {
    padding: 5px;
    margin-left: calc(1.5rem - 5px * 2);
}

.homeDestinationWeddings__footer {
    display: flex;
    justify-content: center;
}

.homeDestinationWeddings__footerIconButton {
    margin-left: .5rem;
}

.homeDestinationWeddings__subtitle {
    margin: .25rem auto 0;
}

.homeDestinationWeddings__link {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .homeFeatures__slider {
        width: calc(33.3% + 2px - 1.5rem);
    }

    .homeFeatures__slider .homeDestinationWeddingsTile__image {
        height: auto;
        width: 100%;
    }

    .homeDestinationWeddings__slide {
        width: calc(20% + 2px - 1.5rem);
    }

    .homeDestinationWeddings .scrollSnap__arrow {
        margin-top: -11px;
    }
}

@media (min-width: 1200px) {
    .homeDestinationWeddings__slide {
        width: calc(16.6% + 2px - 1.5rem);
    }
}

.homeDestinationWeddingsTile__image {
    box-shadow: 0 2px 8px #00000026;
    border-radius: .5rem;
    height: 100%;
    display: block;
    margin-bottom: .5em;
}

.homeDestinationWeddingsTile__caption {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.5rem;
    font-weight: 600;
    display: block;
}

@media (min-width: 1024px) {
    .homeDestinationWeddingsTile {
        cursor: pointer;
    }

    .homeDestinationWeddingsTile:hover .homeDestinationWeddingsTile__image {
        box-shadow: 0 5px 12px #0003;
    }

    .homeDestinationWeddingsTile__image {
        transition: box-shadow .2s;
        height: 246px;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: ProximaNova Condensed;
    font-style: normal;
    font-weight: 800;
    font-display: block;
    src: local("Proxima Nova Condensed"), local("proximanovacond-extrabold"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff2) format("woff2"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.woff) format("woff"), url(https://www.weddingwire.com/assets/fonts/proximanovacond-extrabold.ttf) format("truetype");
}

@font-face {
    font-family: ProximaNovaCondensed-fallback-Arial;
    src: local(arial);
    size-adjust: 91%;
}

.slide-drop-shadow {
    background-color: rgb(255 255 255 / 70%) !important;
    border-radius: 50%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    padding: 25px;
    margin-top: -45px !important;
}

.wpcp-carousel-section .wpcp-single-item {
    border-radius: 0;
}

.lp_section_inner {
    width: 100% !important;
    padding: 0 !important;
}

.wpro-call-to-action-details button {
    background-color: #00846b !important;
    font-size: 16px !important;
}

.wpro-call-to-action-details p {
    letter-spacing: unset !important;
}

.wpro-call-to-action-details button:hover {
    background-color: #7bdcb5 !important;
}

.wpro-call-to-action-details h4 {
    font-family: ProximaNova Condensed, ProximaNovaCondensed-fallback-Arial, sans-serif !important;
}

@media (min-width: 768px) {
    .promotedVendorCategories__title,
    .homeInspiration__title,
    .websitesComponent__title,
    .lp-section-title-container h2 {
        font-size: 2.875rem !important;
        line-height: 2.5rem !important;
    }
}

.lp-section-title-container h2 {
    letter-spacing: normal !important;
}
.select2-container--default .select2-selection--single {

    border: unset! important;
     border-radius: 4px! important;
}