.index-container-content {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.index-container {
    width: 100%;
    padding: 0 0 4rem 0;
}

@media (min-width: 992px) {
    .index-container-content {
        margin-top: 6rem;
    }

    .index-container {
        padding: 0 0 8rem 0;
    }
}

@keyframes index-image-one-switch {
    33% {
        transform: scale(1.05);
        left: 3rem;
    }
    66% {
        transform: scale(0.9);
    }
    100% {
        z-index: 1;
        left: 9rem;
        transform: scale(0.9);
        filter: blur(1px);
    }
}

@keyframes index-image-two-switch {
    33% {
        right: -6rem;
        transform: scale(0.95);
    }
    66% {
        transform: scale(1.1);
        top: -2rem;
    }
    100% {
        z-index: 2;
        right: -3rem;
        top: -2rem;
        filter: blur(0px);
        transform: scale(1.05);
    }
}

.index-image {
    width: auto;
    max-height: 540px;
    position: absolute;
    transition: all 0.3s ease-out;
    border-radius: 30px;
}

.index-image-one {
    z-index: 2;
    top: -1.5rem;
    right: 11.5rem;
}

.index-image-two {
    z-index: 1;
    right: 0;
    top: -5rem;
    filter: blur(1px);
}

[dir="rtl"] .index-image-one {
    left: 3.5rem;
    right: inherit;
}

@media (min-width: 1325px) {
    .index-image {
        max-height: 600px;
    }

    .index-image-one {
        top: -1.5rem;
        left: 9rem;

        animation: index-image-one-switch 2s forwards;
        animation-delay: 1s;
    }

    .index-image-two {
        right: -3rem;
        top: -5rem;
        left: inherit;

        animation: index-image-two-switch 2s forwards;
        animation-delay: 1s;
    }

    [dir="rtl"] .index-image-one {
        animation: none;
    }

    [dir="rtl"] .index-image-two {
        animation: none;
        right: 3rem;
    }
}

.index-header {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--black);
}

@media (min-width: 768px) {
    .index-header {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .index-header {
        font-size: 4rem;
    }
}

.index-input {
    padding: 1.5rem 1rem;
}

.index-feature {
    line-height: 2.5rem;
    font-weight: 500;
    transition: background .6s;
    border-radius: 100px;
}

.index-feature a {
    color: var(--gray-800);
    text-decoration: none;
    transition: color .6s;
}

.index-feature:hover {
    background: var(--primary-100);
}

.index-feature:hover a {
    color: var(--primary-600);
}

.index-button {
    padding: 1.2rem 2.2rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.index-button:hover {
    filter: saturate(0) contrast(2);
}

.index-button-white, .index-button-white:hover {
    color: white;
}

.index-card-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 10px 10px 0 #ebf5ff;
    border: 1px solid var(--gray-300);
    transition: all .3s ease-in-out;
}

[data-theme-style="dark"] .index-card-image {
    box-shadow: 10px 10px 0 var(--gray-200);
}

.index-card-image:hover {
    box-shadow: 0 0 0 var(--gray-300);
}

.index-fade {
    position: absolute;
    background: linear-gradient(0deg, var(--body-bg), hsla(0, 0%, 100%, 0)) !important;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

/* Index testimonial */
.index-testimonial-avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    transform: translateY(-70%);
    border: 4px solid var(--white);
    background: var(--white);
    position: absolute;
    left: 50%;
    margin-left: -52px;
}

.index-testimonial-comment {
    margin-left: 18px;
}

/* Index FAQ */
.index-faq svg {
    transition: all .15s;
    color: var(--primary-800);
}

/* Timeline */
.index-timeline {
    position: relative;
}

.index-timeline::before {
    content: '';
    position: absolute;
    border-left: 2px solid var(--gray-200);
    height: 100%;
    left: calc(57px / 2);
}

/* Index call to action */
.index-cta {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1920 1080" width="1920" height="1080"><defs><linearGradient gradientTransform="rotate(0, 0.5, 0.5)" x1="50%" y1="0%" x2="50%" y2="100%" id="ffflux-gradient"><stop stop-color="%230063ef" stop-opacity="1" offset="0%"></stop><stop stop-color="%23aa02b4" stop-opacity="1" offset="100%"></stop></linearGradient><filter id="ffflux-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence type="fractalNoise" baseFrequency="0.005 0.003" numOctaves="1" seed="131" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feGaussianBlur stdDeviation="20 0" x="0%" y="0%" width="100%" height="100%" in="turbulence" edgeMode="duplicate" result="blur"></feGaussianBlur><feBlend mode="color-dodge" x="0%" y="0%" width="100%" height="100%" in="SourceGraphic" in2="blur" result="blend"></feBlend></filter></defs><rect width="1920" height="1080" fill="url(%23ffflux-gradient)" filter="url(%23ffflux-filter)"></rect></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    color: white !important;
    filter: brightness(1) hue-rotate(0deg);
    transition: filter .3s ease-in-out;
}

.index-cta:hover {
    filter: brightness(1.2) hue-rotate(20deg);
}

.index-cta a.btn {
    color: var(--gray-800);
    background: var(--white);
    border-color: var(--white);
    padding: 1.1rem 4rem;
    font-size: 1.15rem;
    font-weight: 500;
}

.index-cta a.btn:hover {
    background: var(--gray-100);
    border-color: var(--gray-100);
}

[data-theme-style="dark"] .index-cta a.btn {
    background: var(--light);
    border-color: var(--light);
}

/* Gradient text */
.text-gradient-primary {
    background: linear-gradient(135deg, var(--gradient-one), var(--gradient-two));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Gradient background */
.bg-gradient {
    animation: bg-gradient-animation 3s ease infinite alternate !important;
    background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
    background-size: 300% 300%;
}

@keyframes bg-gradient-animation {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}


/* Inverse colors animation */
.inverse-colors-animation {
    transition: 0.35s;
}

.inverse-colors-animation:hover {
    filter: invert(100%) hue-rotate(180deg) saturate(0.9) brightness(1.05);
}

/* Index background */
.index-background::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    left: -125px;
    top: -100px;
    filter: blur(100px);
    border-radius: 30%;
    background: #4390f324;
    z-index: 0;
    transition: background .3s;
    opacity: 0.6;
}

.index-background::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 500px;
    height: 500px;
    right: 0;
    top: 200px;
    filter: blur(100px);
    border-radius: 30%;
    background: #ffaeae3b;
    z-index: 0;
    opacity: 0.25;
}

[data-theme-style="dark"] .index-background::before {
    background: #005dff36;
}

[data-theme-style="dark"] .index-background::after {
    background: #7400ff52;
}

@media (min-width: 992px) {
    .index-background::after {
        opacity: 0.6;
    }
}

.index-icon-container {
    background: var(--primary-50);
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    color: var(--primary);
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
    ease-in-out;
    border-radius: calc(2 * var(--border-radius));
}
/* DaysUntil landing page */
.index > .container.pt-4 {
    padding-top: 1rem !important;
}

.index .navbar-main {
    margin-bottom: 0 !important;
    padding: .45rem .55rem;
    border: 1px solid rgba(17, 24, 39, .08) !important;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 .75rem 2rem rgba(17, 24, 39, .06);
}

.index .navbar-main > .container {
    padding-right: .5rem;
    padding-left: .5rem;
}

.index .navbar-logo {
    max-height: 2rem;
    height: 2rem;
}

.index .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--gray-700);
}

.index .navbar-main .nav-link.text-primary {
    color: var(--primary) !important;
}

.index .navbar-custom-toggler {
    padding: .4rem .65rem;
    border-color: var(--gray-200);
    border-radius: .55rem;
}

@media (min-width: 992px) {
    .index .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .65rem;
        padding-left: .65rem;
    }
}

.du-home-hero {
    position: relative;
    overflow: hidden;
    padding: 4.5rem 0 4rem;
    background: #f8fbff;
}

.du-home-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5.5rem;
    content: '';
    background: linear-gradient(180deg, rgba(248, 251, 255, 0), #fff);
}

.du-home-hero__inner {
    position: relative;
    z-index: 1;
}

.du-home-eyebrow {
    color: var(--primary);
    font-size: .88rem;
    font-weight: 750;
    letter-spacing: 0;
    text-transform: uppercase;
}

.du-home-lead,
.du-home-copy {
    color: var(--gray-700);
    font-size: 1.1rem;
    line-height: 1.65;
}

.du-home-heading {
    color: var(--black);
    font-size: 2rem;
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: 0;
}

.du-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.du-home-action {
    min-height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    border-radius: .65rem;
    padding: .8rem 1.25rem;
    font-weight: 650;
}

.du-home-actions--primary .du-home-action {
    min-width: 11rem;
}

.du-home-actions--demos {
    margin-bottom: 1.5rem;
}

.du-home-actions--demos .du-home-action {
    min-height: 2.75rem;
    padding: .65rem 1rem;
}

.du-home-steps i {
    color: var(--primary);
}

.du-home-showcase {
    position: relative;
    min-height: 34.5rem;
    isolation: isolate;
}

.du-home-showcase__cards {
    position: absolute;
    inset: 3.75rem 0 0;
    z-index: 1;
}

.du-home-showcase__slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(14.25rem, 55%);
    overflow: hidden;
    border: .45rem solid #fff;
    border-radius: 1.05rem;
    background: #f8fafc;
    box-shadow: 0 1.25rem 2.75rem rgba(15, 23, 42, .22);
    opacity: .68;
    pointer-events: none;
    transform: translate(-20%, -47%) scale(.88) rotate(3deg);
    transition: opacity .28s ease, transform .28s ease, box-shadow .28s ease;
}

.du-home-showcase__slide.is-active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-64%, -50%) rotate(-2deg);
    box-shadow: 0 1.5rem 3.5rem rgba(15, 23, 42, .28);
}

.du-home-showcase__slide img {
    width: 100%;
    height: auto;
    display: block;
}

.du-home-showcase__controls {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 3;
    display: inline-flex;
    gap: .25rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    padding: .25rem;
    box-shadow: 0 .75rem 1.75rem rgba(15, 23, 42, .12);
}

.du-home-showcase__controls button {
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--gray-700);
    cursor: pointer;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1;
    padding: .55rem .75rem;
}

.du-home-showcase__controls button.is-active {
    background: var(--primary);
    color: #fff;
}

.du-home-demo img,
.du-home-story img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.du-home-demo::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(180deg, rgba(15, 23, 42, .1), rgba(15, 23, 42, .88));
}

.du-home-band {
    padding: 4.25rem 0;
}

.du-home-band--soft {
    background: #f8fbff;
}

.du-home-band--demos {
    padding-top: 4.5rem;
    background: #fff;
}

.du-home-steps {
    display: grid;
    gap: .75rem;
}

.du-home-steps div {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    align-items: center;
    gap: .85rem;
    min-height: 3.75rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: .75rem;
    background: rgba(255, 255, 255, .86);
    color: var(--gray-800);
    padding: .75rem;
    font-weight: 650;
}

.du-home-steps i {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .65rem;
    background: #fff;
}

.du-home-story {
    position: relative;
    overflow: hidden;
    min-height: 23rem;
    border-radius: 1rem;
    background: #0f172a;
    box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, .14);
}

.du-home-story::after {
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(90deg, rgba(15, 23, 42, .08), rgba(15, 23, 42, .64));
}

.du-home-story__agenda {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    z-index: 1;
    width: min(18rem, calc(100% - 3rem));
    display: flex;
    flex-direction: column;
    gap: .4rem;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: .8rem;
    background: rgba(255, 255, 255, .96);
    color: var(--gray-800);
    padding: 1.25rem;
    transform: translateY(-50%);
}

.du-home-story__agenda span {
    color: var(--primary-700);
    font-size: .88rem;
    font-weight: 750;
}

.du-home-story__agenda strong {
    color: var(--black);
    font-size: 1.2rem;
    line-height: 1.3;
}

.du-home-story__agenda small {
    color: var(--gray-700);
    line-height: 1.5;
}

.du-home-band--rsvp {
    background: #111827;
}

.du-home-band--rsvp .du-home-eyebrow {
    color: #93c5fd;
}

.du-home-band--rsvp .du-home-heading,
.du-home-band--rsvp .du-home-copy {
    color: #fff;
}

.du-home-band--rsvp .du-home-copy {
    color: rgba(255, 255, 255, .78);
}

.du-home-rsvp-board {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .05));
    color: #fff;
    padding: 1.25rem;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, .22);
}

.du-home-rsvp-board__head {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin-bottom: 1rem;
}

.du-home-rsvp-board__head span {
    color: #93c5fd;
    font-size: .85rem;
    font-weight: 750;
    text-transform: uppercase;
}

.du-home-rsvp-board__head strong {
    color: #fff;
    font-size: 1.55rem;
    line-height: 1.2;
}

.du-home-rsvp-board__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin-bottom: .75rem;
}

.du-home-rsvp-board__grid div,
.du-home-rsvp-board__reply {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .75rem;
    background: rgba(255, 255, 255, .08);
}

.du-home-rsvp-board__grid div {
    padding: .95rem;
}

.du-home-rsvp-board__grid span {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: .85rem;
    font-weight: 650;
}

.du-home-rsvp-board__grid strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
    margin-top: .35rem;
}

.du-home-rsvp-board__reply {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: rgba(255, 255, 255, .88);
    padding: .9rem;
    margin-top: .75rem;
    font-weight: 650;
}

.du-home-rsvp-board__reply i {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: .65rem;
    background: rgba(147, 197, 253, .16);
    color: #93c5fd;
}

.du-home-section-head {
    max-width: 47rem;
    margin: 0 auto;
}

.du-home-feature {
    height: 100%;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: .75rem;
    background: var(--white);
    padding: 1.35rem;
    box-shadow: 0 .75rem 1.75rem rgba(15, 23, 42, .05);
}

.du-home-feature__icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    background: #e0f2fe;
    color: #1d4ed8;
    margin-bottom: 1.15rem;
    font-size: 1.25rem;
}

.du-home-feature--rsvp .du-home-feature__icon {
    background: var(--primary-100);
    color: var(--primary);
}

.du-home-feature h3 {
    color: var(--black);
    font-size: 1.18rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: .65rem;
}

.du-home-feature p {
    color: var(--gray-700);
    line-height: 1.6;
    margin-bottom: 0;
}

.du-home-demo {
    position: relative;
    display: block;
    overflow: hidden;
    height: 26rem;
    border-radius: .9rem;
    background: #111827;
    color: #fff;
    box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, .16);
}

.du-home-demo img {
    transition: transform .25s ease;
}

.du-home-demo:hover img {
    transform: scale(1.035);
}

.du-home-demo:hover {
    color: #fff;
    text-decoration: none;
}

.du-home-demo__mock {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    z-index: 1;
    width: min(17rem, calc(100% - 2.5rem));
    display: grid;
    gap: .45rem;
}

.du-home-demo__mock span {
    display: flex;
    align-items: center;
    gap: .55rem;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: .6rem;
    background: rgba(255, 255, 255, .92);
    color: var(--gray-800);
    padding: .55rem .65rem;
    font-size: .86rem;
    font-weight: 700;
    line-height: 1.3;
}

.du-home-demo__mock i {
    color: var(--primary);
}

.du-home-demo__content {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: .45rem;
}

.du-home-demo__content strong {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.25;
}

.du-home-demo__content small {
    max-width: 29rem;
    color: rgba(255, 255, 255, .9);
    font-size: 1rem;
    line-height: 1.5;
}

.du-home-demo__content em {
    align-self: flex-start;
    color: #fff;
    font-style: normal;
    font-weight: 750;
}

.du-home-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-radius: .9rem;
    background: #111827;
    color: #fff;
    padding: 2rem;
}

.du-home-band--final-cta {
    padding-top: 2.5rem;
}

.du-home-cta__body {
    max-width: 44rem;
}

.du-home-cta h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
}

.du-home-cta p {
    color: rgba(255, 255, 255, .92);
    font-size: 1.12rem;
    line-height: 1.6;
    margin: 1rem 0 1.5rem;
}

.du-home-pricing-head {
    max-width: 42rem;
    margin-right: auto;
    margin-left: auto;
}

.du-home-pricing-head h2 {
    color: var(--black);
    font-size: 2rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
}

.du-home-pricing-head p {
    color: var(--gray-700);
    font-size: 1.05rem;
    line-height: 1.6;
    margin: .75rem 0 0;
}

#plans .pricing-plan {
    overflow: visible;
    border-color: rgba(17, 24, 39, .08);
    border-radius: .9rem !important;
    box-shadow: 0 1rem 2.5rem rgba(17, 24, 39, .08);
}

#plans .pricing-header,
#plans .pricing-body {
    border-radius: 0;
}

#plans .pricing-name {
    font-size: 1.25rem;
    font-weight: 750;
}

#plans .pricing-details {
    color: var(--gray-700);
    line-height: 1.5;
}

#plans .pricing-tag {
    top: .9rem;
    transform: translateX(-50%);
    background: var(--primary) !important;
    color: #fff !important;
    border-radius: 999px;
}

#plans .pricing-tag + .pricing-header {
    padding-top: 3rem;
}

.du-footer {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, .75fr);
    gap: 2rem;
    align-items: center;
}

.du-footer__logo {
    display: inline-flex;
    margin-bottom: .75rem;
}

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

.du-footer__links a {
    display: block;
    color: var(--gray-700) !important;
    font-size: .95rem;
    margin-bottom: .55rem;
}

.du-footer__links a:hover {
    color: var(--primary) !important;
    text-decoration: none;
}

.du-footer__tools {
    color: var(--gray-600);
    text-align: right;
}

.du-footer__tools .btn-link {
    color: var(--gray-600);
}

.du-footer__copyright {
    color: var(--gray-600);
    font-size: .9rem;
    margin-top: 1rem;
}

[data-theme-style="dark"] .du-home-hero {
    background: #111827;
}

[data-theme-style="dark"] .du-home-band--soft {
    background: rgba(37, 99, 235, .08);
}

[data-theme-style="dark"] .du-home-steps div,
[data-theme-style="dark"] .du-home-story__agenda,
[data-theme-style="dark"] .du-home-feature {
    background: var(--gray-100);
}

@media (min-width: 768px) {
    .du-home-heading {
        font-size: 2.45rem;
    }
}

@media (min-width: 992px) {
    .du-home-hero {
        padding-top: 5.75rem;
        padding-bottom: 5.25rem;
    }
}

@media (max-width: 991px) {
    .du-footer {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .du-footer__tools {
        text-align: left;
    }

    .du-footer__tools .justify-content-lg-end {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .index .navbar-main .navbar-collapse {
        margin-top: .5rem;
        padding-top: .5rem;
        border-top: 1px solid var(--gray-100);
    }

    .index .navbar-main .navbar-nav > li {
        padding: .15rem 0 !important;
    }
}

@media (max-width: 767px) {
    .du-home-hero {
        padding-top: 3.5rem;
    }

    .du-home-showcase {
        min-height: 32rem;
    }

    .du-home-showcase__cards {
        inset: 3.75rem 0 0;
    }

    .du-home-showcase__slide {
        width: min(12.5rem, 58%);
    }

    .du-home-showcase__slide.is-active {
        transform: translate(-64%, -50%) rotate(-2deg);
    }

    .du-home-showcase__controls {
        top: 1rem;
        right: 1rem;
    }

    .du-home-showcase__controls button {
        padding: .5rem .65rem;
    }

    .du-home-band {
        padding: 3.25rem 0;
    }

    .du-home-story {
        min-height: 26rem;
    }

    .du-home-story__agenda {
        top: auto;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
        width: auto;
        transform: none;
    }

    .du-home-rsvp-board__grid {
        grid-template-columns: 1fr;
    }

    .du-home-actions--demos {
        margin-bottom: 1rem;
    }

    .du-home-demo {
        height: 22rem;
    }

    .du-home-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.5rem;
    }

    .du-home-cta h2 {
        font-size: 1.8rem;
    }
}
