:root{
    --maxw: 1376px;
    --padx: 24px;
    --text: #161616;
    --muted: #161616;
    --shadow: none;
    --accent-left: #FE8159;
    --accent-right: #FDEE8E;
}

.hero {
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    padding-bottom: 341px;
    background: linear-gradient(180deg, rgba(255, 56, 140, 0.85) 0%, rgba(253, 177, 4, 0.85) 100%);
}
.hero__inner {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 95px 0 135px;
    text-align: center;
}
.hero__inner svg {
    max-width: 100%;
    width: 100%;
}

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

.polaroid-bottom {
    max-width: 727px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 500px;
    top: 64%;
    left: 50%;
    transform: translateX(-47%);
}

@media (max-width: 1280px) {
    .shape--left,
    .shape--right,
    .polaroid {
        display: none;
    }
}
@media (max-width: 768px) {
    .hero {
        max-height: 509px;
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
    }
    .hero .container {
        max-height: inherit;
        padding: 0 16px 0 16px;
    }
    .hero__inner {
        max-height: inherit;
        padding: 0;
        overflow: hidden;
    }
    .hero__inner svg {
        margin-top: -14px;
    }
    .polaroid-bottom {
        width: 150%;
        height: auto;
        margin-top: -122px;
        position: relative;
        left: 54%;
        top: auto;
        transform: translateX(-47%);
    }
}
@media (prefers-reduced-motion: reduce){
    .ribbon__text textPath{ animation: none !important; }
}

.block {
    overflow: hidden;
    width: 800px;
    margin: 50px auto;
    background: #fff;
}
.animation {
    width: auto;
    height: 100px;
    font-size: 0px;
}
.animation div {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
}

@media (min-width: 769px) {
    .section-curve-marquee{
        margin-top: -146px;
        z-index: 0;
        position: relative;
    }
}

.feature {
    padding: 54px 0;
    background: #fff;
    overflow: hidden;
}

.feature__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    max-width: 1424px;
    margin: 0 auto;
}
.feature__text {
    max-width: 486px;
    width: 100%;
    margin-top: 68px;
    margin-left: 100px;
}

.feature--activities {
    padding: 56px 0 111px;
}

.feature--activities .feature__inner {
    max-width: 1354px;
}

.feature--activities .feature__text {
    max-width: 486px;
    width: 100%;
    margin-top: 91px;
    margin-left: 64px;
}

.cta__inner {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 var(--padx);
    display: grid;
    grid-template-columns: 1.12fr 1.05fr;
    gap: clamp(20px, 5vw, 56px);
    align-items: center;
}

.cta__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 486px;
}

.feature__title,
.cta__title {
    margin: 0 0 16px;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    text-transform: capitalize;
    color: #161616;
}
.feature__desc,
.cta__desc {
    max-width: 48ch;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -0.27px;
    color: #161616;
    margin-bottom: 34px;
}

.card-photo {
    max-width: 682px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.card-photo img {
    display: block;
    max-width: 682px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta {
    padding: 26px 0;
}
.cta--convo .cta__inner {
    background: #FF7E4F;
    border-radius: 20px;
    padding: 30px 94px 30px 24px;
}
.cta__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #FF7E4F;
    border-radius: 20px;
    position: relative;
}

.cta__visual {
    display: flex;
    min-height: 260px;
    position: relative;
}

.cta__visual-mobile {
    display: none;
}

.cta--convo_1 {
    margin-top: 134px;
    position: relative;
}

.cta--convo_1:before {
    content: '';
}

.cta--convo_1 .cta__inner {
    align-items: flex-start;
    padding: 68px 95px 34px 60px;
    background: #FF707A;
    border-radius: 20px;
}

.cta--convo_1 .cta__inner .cta__text {
    margin-top: 25px;
}

body > main > section:nth-child(6) > div > div.cta__text > h2 {
    max-width: 94%;
}

.feature__media-mobile {
    display: none;
}

@media (max-width: 940px){
    .feature__inner,
    .cta__inner{ grid-template-columns: 1fr; }
    .feature__media,
    .card-photo {
        order: 2;
    }
    .feature__media {
        display: none;
    }
    .feature__media-mobile {
        display: flex;
    }
    .feature__text,
    .cta__text{ order: 1; }
    .map-badge{ right: 8px; bottom: -14px; }
    .cta__photo{ position: relative; right:auto; top:auto;         max-width: 100%;
        width: 100%; display:block; margin: 0 auto; }
    .cta__text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        margin-top: 0;
    }
    .cta--convo .cta__inner {
        padding: 40px 16px;
    }
    .cta--convo .cta__text {
        max-width: 100%;
        order: -1;
    }
    body > main > section:nth-child(6) > div > div.cta__text > h2 {
        max-width: 100%;
    }
    .feature--activities .feature__text {
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .feature--activities .feature__media {
        display: flex;
    }
}

.flow-tabs{
    padding: 225px 0 40px;
    background: #fff;
}
.flow-tabs__head {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 28px;
    padding: 0 24px;
}
.flow-tabs__title {
    margin: 0 auto 16px;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #161616;
    max-width: 720px;
}
.flow-tabs__lead {
    margin: 0 auto 32px;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
    color: #161616;
    max-width: 688px;
    letter-spacing: -0.45px;
}

.flow-tabs__tablist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 0 auto;
    max-width: 1357px;
    width: 100%;
    overflow: auto;
}
.flow-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    gap: 10px;
    min-width: max-content;
    height: 50px;
    background: #FEFEFE;
    border: 1px solid #F35B16;
    border-radius: 100px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    transition: all .3s;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    color: #F35B16;
}
.flow-tab:is(:hover,:focus-visible) {
    background: #F35B16;
    color: #FEFEFE;
}
.flow-tab.is-active {
    background: #F35B16;
    color: #FEFEFE;
}
.flow-tab[aria-selected="true"]{ outline: none; }

.flow-panel {
    max-width: 1391px;
    margin: 36px auto 0;
    padding: 0 24px;
 }
.flow-panel__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: clamp(20px, 5vw, 56px);
    min-height: 424px;
}

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

.flow-copy {
    padding-left: 47px;
    margin-top: -63px;
}

.flow-copy__title {
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 120%;
    font-weight: 500;
    text-transform: capitalize;
    color: #161616;
    max-width: 483px;
}
.flow-copy__desc {
    margin: 0 0 33px;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -0.45px;
    color: #161616;
}

.flow-stores {
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

@media (max-width: 960px) {
    .flow-panel__grid{ grid-template-columns: 1fr; }
    .flow-visual{ order: 2; }
    .flow-copy{ order: 1; }
    .flow-device{ width: min(380px, 86%); }
    .flow-mini{ left:auto; right:6%; bottom:-10px; }
    .flow-tabs__title {
        text-align: left;
    }
    .flow-tabs__lead {
        text-align: left;
    }
    .flow-tabs__tablist {
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .flow-copy {
        padding-left: 0;
        margin-top: 0;
    }
}

.stories {
    padding: 30px 0;
    background:#fff;
}
.stories__wrap {
    max-width: 1374px;
    margin: 0 auto;
    padding: 22px 22px 50px 22px;
    background: #FF707A;
    border-radius: 20px;
    position: relative;
}
.stories__head {
    padding: 8px 12px 24px;
    text-align:center;
}
.stories__title {
    margin: 30px auto 16px;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #161616;
    max-width: 660px;
}
.stories__lead {
    margin: 0 auto;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: -0.45px;
    text-align: center;
    color: #161616;
    max-width: 600px;
}

.stories__slider {
    padding: 8px 42px;
    position: relative;
}
.swiper-wrapper {
    align-items: stretch;
}

.story-card {
    position: relative;
    border-radius: 16px; 
    overflow: hidden;
}
.story-card__img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.story-card__overlay {
    position:absolute;
    inset:0;
    background: radial-gradient(120% 140% at 0% 100%, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 50%), radial-gradient(120% 140% at 100% 0%, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 55%);
    pointer-events:none;
}
.story-card__quote {
    position:absolute;
    max-width: 75%;
    padding: 8px 16px 8px 22px;
    background: #fff;
    border-radius: 35px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #161616;
}
.story-card__quote img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-width: min-content;
    min-height: min-content;
}
.story-card__quote span {
    position: relative;
    z-index: 0;
}
.story-card__author {
    display: block;
    margin-top: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #7E8492;
    text-align: right;
}
.story-card__quote--bl {
    max-width: 82%;
    left: 21px;
    bottom: 25px;
}
.story-card__quote--tl {
    max-width: 88%;
    left: 20px;
    bottom: 14px;
}
.story-card__quote--br {
    max-width: 66%;
    right: 25px;
    bottom: 20px;
}

.stories__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    border: 1px solid #111;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: all .3s;
    z-index: 0;
}
.stories__prev {
    left: 0;
}
.stories__next {
    right: 0;
}
.stories__nav:disabled { opacity:.4; pointer-events:none; }

.stories__slider-inner {
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.stories .swiper {
    display: flex;
    gap: 22px;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 413px;
}
/*.stories .swiper-slide{ width:auto; }*/

.story-card.swiper-slide:nth-child(1n) {
    width: 372px;
}
.story-card.swiper-slide:nth-child(2n) {
    width: 309px;
}
.story-card.swiper-slide:nth-child(3n) {
    width: 459px;
}

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

@media (max-width: 960px) {
    .stories__slider {
        position: relative;
        padding: 0;
    }
    .flow-tabs__head {
        padding: 0 16px;
    }
    .flow-tabs__title {
        text-align: left;
    }
    .flow-tabs__lead {
        text-align: left;
    }
}

.faq {
    padding: 50px 0 217px;
}
.faq__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
}

.faq__col {
    max-width: 582px;
    width: 100%;
    margin-top: 38px;
    margin-left: 105px;
}

.faq__title {
    margin: 0 0 17px;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    text-transform: capitalize;
    color: #161616;
}
.faq__lead {
    margin: 0 0 31px;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -0.45px;
    color: #161616;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.faq-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 23px 20px;
    background: #FEFEFE;
    border: 1px solid #161616;
    border-radius: 20px;
    overflow:hidden;
}
.faq-item summary {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 22px;
    line-height: 130%;
    font-weight: 500;
    letter-spacing: -0.45px;
    color: #252424;
    list-style: none;
    cursor: pointer;
}
.faq-item summary::-webkit-details-marker {
    display:none;
}

.faq-item__chev {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #FEFEFE;
    border: 1px solid #161616;
    border-radius: 50%;
    transition: all .3s;
}

.faq-item__panel{
    display:grid;
    grid-template-rows: 0fr;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -0.45px;
    color: #161616;
    transition:grid-template-rows .25s ease;
}
.faq-item__panel > *{
    overflow:hidden;
}

.faq-item[open] .faq-item__panel {
    grid-template-rows: 1fr;
}
.faq-item[open] .faq-item__chev {
    transform: rotate(180deg);
}

.faq__visual {
    max-width: 679px;
    width: 100%;
    min-height: 380px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.faq-photo {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.faq-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1280px) {
    .feature__desc, .cta__desc {
        max-width: 100%;
    }
}
@media (max-width: 980px){
    .faq__inner {
        flex-direction: column;
    }
    .faq__visual {
        min-height: auto;
        order: -1;
    }
    .faq-photo {
        margin: 0 auto;
    }
    .faq-bubble {
        left: 2%;
        bottom: -12px;
        transform: scale(.9);
    }
    .faq__col {
        max-width: 100%;
        margin-top: 12px;
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
	.story-card__quote span {
		position: relative;
		z-index: 0;
	}
	.stories__nav{
		z-index: 0;
	}
    .cta--convo_1 {
        margin-top: 108px;
    }
    .cta--convo .cta__inner {
        padding: 38px 16px 50px 16px;
    }
    .cta--convo_1 .cta__inner {
        padding: 16px 16px 38px 16px;
    }
    .feature__inner, .cta__inner {
        flex-direction: column;
        padding: 0 16px;
    }
    .hero__title {
        font-weight: 500;
        font-size: 56px;
        line-height: 120%;
        text-align: left;
    }
    .feature__title,
    .cta__title {
        font-weight: 500;
        font-size: 44px;
        line-height: 120%;
    }
    .card-photo {
        margin: 0 auto;
    }
    .feature {
        margin-top: 70px;
        padding: 0 0 72px;
    }
    .feature__text {
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .flow-tabs {
        padding: 0 0 40px;
    }
    .feature__desc, .cta__desc {
        margin-bottom: 20px;
    }
    .cta {
        padding: 30px 0;
    }
    section.cta.cta--convo > div > div.cta__text > a {
        margin: 16px auto;
    }
    .cta__visual {
        position: relative;
        min-height: auto;
    }
    .cta--convo .cta__visual {
        display: flex;
    }
    .cta--convo_1 .cta__visual {
        display: none;
    }
    .cta--convo_1 .cta__visual-mobile {
        display: flex;
    }
    .feature--activities {
        margin-top: 72px;
        padding: 0 0 117px;
    }
    .flow-tabs__title {
        margin: 0 auto 18px;
    }
    .flow-tabs {
        margin-top: 104px;
    }
    .flow-tab {
        min-width: max-content;
        padding: 14px 32px;
    }
    .flow-visual {
        order: 1;
    }
    .flow-device {
        width: 100%;
    }
    .flow-panel {
        max-width: 1391px;
        margin: 33px auto 0;
        padding: 0 16px;
    }
    .flow-panel__grid {
        gap: 30px;
    }
    .stories {
        padding: 63px 0;
        background: #fff;
    }
    .stories__wrap {
        padding: 12px 16px;
    }
    .stories__head {
        padding: 0;
        text-align: left;
    }
    .stories__title {
        max-width: 100%;
        text-align: left;
    }
    .stories__lead {
        max-width: 100%;
        text-align: left;
    }
    .story-card__quote--bl {
        left: 21px;
        bottom: 24px;
        max-width: 89%;
    }
    .stories .swiper {
        margin-top: 34px;
        padding-bottom: 110px;
    }
    .stories__nav {
        top: auto;
        bottom: 5%;
        transform: translateY(0);
    }
    .stories__prev {
        left: 31%;
    }
    .stories__next {
        right: 30%;
    }
    .faq {
        padding: 35px 0 267px;
        background: #fff;
    }
    .faq__inner {
        gap: 30px;
        padding: 0 18px 0 16px;
    }
    .faq__col {
        margin-top: 0;
        order: -1;
    }
    .faq__lead {
        margin: 0 0 32px;
    }
    .faq__list {
        gap: 16px;
    }
    .faq-item {
        padding: 24px 20px;
    }
    .faq-item__panel {
        padding-right: 30px;
    }
}
