@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500&display=swap);

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled {
    position: relative;
}.flickity-enabled:focus {
    outline: none;
}.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}/* draggable */.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab;
}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing;
}/* ---- flickity-button ---- */.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}.flickity-button:hover {
    background: white;
    cursor: pointer;
}.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}.flickity-button:active {
    opacity: 0.6;
}.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}.flickity-button-icon {
    fill: currentColor;
}/* ---- previous/next buttons ---- */.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}.flickity-prev-next-button.previous {
    left: 10px;
}.flickity-prev-next-button.next {
    right: 10px;
}/* right to left */.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}/* ---- page dots ---- */.flickity-page-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 35px;
    list-style: none;
    text-align: center;
    line-height: 1;
}.flickity-rtl .flickity-page-dots {
    direction: rtl;
}.flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}.flickity-page-dots .dot.is-selected {
    opacity: 1;
}/** Import Outfit Google font **//** Import Hamburger CSS **/.hamburger {
    width: 52px;
    height: 52px;
    cursor: pointer;
    margin-right: 30px;
    position: relative;
    transition: 0.5s ease-in-out;
}.hamburger-line {
    left: 50%;
    width: 32px;
    height: 3px;
    position: absolute;
    border-radius: 3px;
    pointer-events: none;
    background-color: black;
    transform: translateX(-50%);
    transition: 0.5s ease-in-out;
}.hamburger-line:nth-of-type(1) {
    top: 14px;
}.hamburger-line:nth-of-type(2) {
    top: 24px;
}.hamburger-line:nth-of-type(3) {
    top: 34px;
}.hamburger.open {
    transform: rotate(180deg);
}.hamburger.open .hamburger-line:nth-of-type(1) {
    top: 24px;
    transform: translateX(-50%) rotate(-45deg);
}.hamburger.open .hamburger-line:nth-of-type(2) {
    opacity: 0;
}.hamburger.open .hamburger-line:nth-of-type(3) {
    top: 24px;
    transform: translateX(-50%) rotate(45deg);
}.open .hamburger-line{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}/** Import Boxed Video CSS **/.grey-angle {
    left: 0;
    top: 24rem;
    position: absolute;
}.video-embed {
    aspect-ratio: 16 / 9;
}/** Import Stats Grid CSS **//* .stat-block {
    flex: 0 0 100%;
}

@media all and (min-width: 760px) {
    .stat-block {
        flex: 0 0 calc(50% - 15px);
    }
}

@media all and (min-width: 1200px) {
    .stat-block {
        flex: 0 0 calc(33.333% - 15px);
    }
} *//** Import Callback CSS **/.callback-form input {
    flex: 0 0 100%;
}@media all and (min-width: 760px) {
    .callback-form input {
        flex: 0 0 calc(50% - 10px);
    }

    .callback-form input:last-of-type {
        flex: 0 0 calc(50% - 10px);
    }
}@media all and (min-width: 1200px) {
    .callback-form input {
        flex: 0 0 calc(26% - 10px);
    }

    .callback-form input:last-of-type {
        flex: 0 0 calc(20% - 10px);
    }
}/** Import Full Width Image Slider CSS **/.full-width-image-slider .flickity-button {
    top: 0;
    left: 0;
    right: 0;
    margin-top: 12px;
    position: relative;
    background-size: contain;
    transform: translateY(0);
    background-repeat: no-repeat;
    background-image: url(/images/arrow-with-circle.svg?f513325dbae5cc124b7ffa9657ae28ef);
}.full-width-image-slider .flickity-button svg {
    display: none;
}.full-width-image-slider .flickity-button.previous {
    transform: rotate(180deg);
    margin-right: 10px;
}/** Import Timelin CSS **/.timeline .timeline-row {
    margin-bottom: 4rem;
}.timeline .timeline-row:last-of-type {
    margin-bottom: 0;
}@media all and (min-width: 1024px) {.timeline .timeline-row:nth-of-type(2n-1) {
        flex-direction: row-reverse
}
    }.timeline .timeline-row::after {
    bottom: 0;
    width: 1px;
    content: "";
    left: 1.7rem;
    position: absolute;
    height: calc(100% - 90px);
    background-color: #C8CDD3;
}@media all and (min-width: 1024px) {.timeline .timeline-row::after {
        left: 50%;
        bottom: auto;
        height: 70%;
        top: calc(50% + 1rem);
        transform: translate(-50%, -50%)
}
    }/** Import Accordion **/.accordion-item p:last-of-type {
    margin-bottom: 0;
}.accordion-item p:first-of-type {
    margin: 0;
}.accordion-item.active .accordion-item-title {
    transition: 0.25s ease-in-out;
}.accordion-item.active .accordion-item-title span {
    color: #e85a70;
}.accordion-item.active .accordion-item-title svg {
    transition: 0.25s ease-in-out;
    transform: rotate(180deg);
}.accordion-dark .accordion-item .accordion-item-title svg * {
    fill: #ffffff;
}.accordion-light .accordion-item .accordion-item-title svg * {
    fill: #000000;
}.accordion-item.active .accordion-item-title svg * {
    fill: #e85a70;
}.accordion-item-inactive p:last-of-type {
    margin-bottom: 0;
}.accordion-item-inactive p:first-of-type {
    margin: 0;
}.accordion-item-inactive.active .accordion-item-title {
    transition: 0.25s ease-in-out;
}.accordion-item-inactive.active .accordion-item-title span {
    color: #e85a70;
}.accordion-item-inactive.active .accordion-item-title svg {
    transition: 0.25s ease-in-out;
    transform: rotate(180deg);
}.accordion-dark .accordion-item-inactive .accordion-item-title svg * {
    fill: #ffffff;
}.accordion-light .accordion-item-inactive .accordion-item-title svg * {
    fill: #000000;
}.accordion-item-inactiveem.active .accordion-item-title svg * {
    fill: #e85a70;
}/** Import Slider with variable content **/.variable-content-list li {
    margin: 0 0 5px 0;
    padding: 0 0 0 2rem;
    position: relative;
    cursor: pointer;
}.variable-content-list li::before {
    left: 0;
    top: 14px;
    width: 18px;
    border-radius: 1000px;
    height: 3px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

}.variable-content-list li:hover::before{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    font-weight: 500;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.variable-content-list li.active::before{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    font-weight: 500;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.variable-content-list li.active{
    margin-left: 0.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}.click-to-reveal-slider .flickity-viewport{
    margin-bottom: 2rem;
}.click-to-reveal-slider .flickity-page-dots {
    margin-top: -5.5rem;
}/** Import Form **/.form-input input, .form-input select{
    width: 100%;
    border-width: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.form-input input:focus, .form-input select:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}.submitting-spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 30px;
    height: 30px; 
    
  }.submitting-path {
    stroke: hsl(0, 0%, 100%);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }@keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }@keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }/** Import Click to reveal **/.click-to-reveal-slide:nth-of-type(2n) {
    margin-left: 2%;
}.click-to-reveal-slide img {
    filter: blur(30px);
}.click-to-reveal-slide img.clear {
    filter: blur(0);
}.click-to-reveal-slide-show:nth-of-type(2n) {
    margin-left: 2%;
}/** Import Bard **/.bard{
    width: 100%;
    overflow: hidden;
    --tw-text-opacity: 1;
    color: rgba(35, 42, 47, var(--tw-text-opacity));
}.bard h2{
    margin-top: 2rem;
}.bard h2{
    margin-bottom: 0.5rem;
}.bard h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
}.bard h2{
    font-weight: 500;
}.bard h3{
    margin-top: 2rem;
}.bard h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
}.bard h4{
    margin-top: 2rem;
}.bard h4{
    font-size: 1.5rem;
    line-height: 2rem;
}.bard h5, .bard h6{
    margin-top: 2rem;
}.bard h5, .bard h6{
    font-size: 1.25rem;
    line-height: 1.75rem;
}.bard strong, .bard b{
    font-weight: 500;
}.bard p{
    margin-top: 1rem;
}.bard p{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.bard p{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.bard ul{
    margin-left: 1.5rem;
}.bard ul{
    list-style-type: disc;
}.bard ol{
    margin-left: 1.5rem;
}.bard ol{
    list-style-type: decimal;
}.bard table{
    margin-top: 1rem;
}.bard table{
    margin-top: 1rem;
}.bard table{
    display: block;
}.bard table{
    width: 8rem;
}.bard table{
    width: 100%;
}.bard table{
    max-width: -moz-fit-content;
    max-width: fit-content;
}.bard table{
    overflow-x: auto;
}.bard table, .bard tr, .bard th, .bard td{
    border-width: 1px;
}.bard table, .bard tr, .bard th, .bard td{
    --tw-border-opacity: 1;
    border-color: rgba(241, 243, 244, var(--tw-border-opacity));
}.bard table p, .bard table strong, .bard table b{
    margin: 0px;
}.bard table p, .bard table strong, .bard table b{
    font-size: 1rem;
    line-height: 1.5rem;
}.bard th, .bard td{
    min-width: 300px;
}.bard th, .bard td{
    padding: 0.5rem;
}.bard p a{
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}.bard p a{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}.bard p a{
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.bard p a{
    transition-duration: 200ms;
}.bard p a:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}.bard .testimonial p{
    border-left-width: 2px;
}.bard .testimonial p{
    --tw-border-opacity: 1;
    border-color: rgba(232, 90, 112, var(--tw-border-opacity));
}.bard .testimonial p{
    padding-left: 2rem;
}.bard .testimonial p{
    line-height: 1.625;
}.bard .testimonial span{
    margin-top: 1rem;
}.bard .testimonial span{
    display: block;
}.bard .testimonial span{
    opacity: 0.75;
}.bard .link-cards h3{
    margin-top: 0px;
}.bard .link-cards h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.bard .link-cards img{
    margin: 0px;
}.bard .link-cards img{
    padding: 0px;
}.bard .two-column-list ul{
    margin-left: 1.5rem;
}.bard .two-column-list ul{
    list-style-type: disc;
}.bard .two-column-list ol{
    margin-left: 1.5rem;
}.bard .two-column-list ol{
    list-style-type: decimal;
}.bard .cards-grid h2{
    font-size: 1.5rem;
    line-height: 2rem;
}.bard .cards-grid h2, .bard .cards-grid h3, .bard .cards-grid h4, .bard .cards-grid h5, .bard .cards-grid h6{
    margin-top: 0px;
}.bard .cards-grid ol, .bard .cards-grid ul{
    margin-left: 0px;
}.bard .cards-grid ol, .bard .cards-grid ul{
    list-style-type: none;
}.bard .subpage-links-list img, .bard .subpage-links-list h2, .bard .subpage-links-list h3, .bard .subpage-links-list h4, .bard .subpage-links-list h5, .bard .subpage-links-list h6, .bard .subpage-links-list p, .bard .video-slider img, .bard .video-slider h2, .bard .video-slider h3, .bard .video-slider h4, .bard .video-slider h5, .bard .video-slider h6, .bard .video-slider p, .bard .floating-cta img, .bard .floating-cta h2, .bard .floating-cta h3, .bard .floating-cta h4, .bard .floating-cta h5, .bard .floating-cta h6, .bard .floating-cta p, .bard .contact-form img, .bard .contact-form h2, .bard .contact-form h3, .bard .contact-form h4, .bard .contact-form h5, .bard .contact-form h6, .bard .contact-form p{
    margin-top: 0px;
    margin-bottom: 0px;
}.bard .subpage-links-list img, .bard .subpage-links-list h2, .bard .subpage-links-list h3, .bard .subpage-links-list h4, .bard .subpage-links-list h5, .bard .subpage-links-list h6, .bard .subpage-links-list p, .bard .video-slider img, .bard .video-slider h2, .bard .video-slider h3, .bard .video-slider h4, .bard .video-slider h5, .bard .video-slider h6, .bard .video-slider p, .bard .floating-cta img, .bard .floating-cta h2, .bard .floating-cta h3, .bard .floating-cta h4, .bard .floating-cta h5, .bard .floating-cta h6, .bard .floating-cta p, .bard .contact-form img, .bard .contact-form h2, .bard .contact-form h3, .bard .contact-form h4, .bard .contact-form h5, .bard .contact-form h6, .bard .contact-form p{
    padding-top: 0px;
    padding-bottom: 0px;
}.bard .subpage-links-list ul,.bard .video-slider ul,.bard .floating-cta ul,.bard .contact-form ul{
    margin-left: auto;
    margin-right: auto;
}.bard .subpage-links-list ul,.bard .video-slider ul,.bard .floating-cta ul,.bard .contact-form ul{
    margin-left: auto;
}.bard .subpage-links-list ul,.bard .video-slider ul,.bard .floating-cta ul,.bard .contact-form ul{
    list-style-type: none;
}.bard .subpage-links-list ol,.bard .video-slider ol,.bard .floating-cta ol,.bard .contact-form ol{
    margin-left: auto;
    margin-right: auto;
}.bard .subpage-links-list ol,.bard .video-slider ol,.bard .floating-cta ol,.bard .contact-form ol{
    margin-left: auto;
}.bard .subpage-links-list ol,.bard .video-slider ol,.bard .floating-cta ol,.bard .contact-form ol{
    list-style-type: none;
}.bard .subpage-links-list li p,.bard .video-slider li p,.bard .floating-cta li p,.bard .contact-form li p{
    margin-top: 0px;
    margin-bottom: 0px;
}.bard .subpage-links-list li p,.bard .video-slider li p,.bard .floating-cta li p,.bard .contact-form li p{
    padding-top: 0px;
    padding-bottom: 0px;
}.bard .subpage-links-list .contact-map ul, .bard .subpage-links-list .contact-map ol, .bard .video-slider .contact-map ul, .bard .video-slider .contact-map ol, .bard .floating-cta .contact-map ul, .bard .floating-cta .contact-map ol, .bard .contact-form .contact-map ul, .bard .contact-form .contact-map ol{
    margin-left: 1.5rem;
}.bard .tabbed-content div{
    padding-left: 0px;
    padding-right: 0px;
}.bard .icon-list img{
    padding: 0px;
}.bard .icon-list p{
    margin-top: 0px;
}.bard .icon-list p{
    padding: 0px;
}.bard .icon-list ul{
    margin-left: 0px;
}.bard.patient-stories-cta p{
    font-size: 1.25rem;
    line-height: 1.75rem;
}.floating-bard{
    width: 100%;
    overflow: hidden;
    --tw-text-opacity: 1;
    color: rgba(35, 42, 47, var(--tw-text-opacity));
}.floating-bard div{
    max-width: 1280px;
}.floating-bard img{
    margin-top: 0px;
}.floating-bard img{
    padding-top: 0px;
    padding-bottom: 0px;
}.floating-bard h2{
    margin-bottom: 1rem;
}.floating-bard h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
}.floating-bard h2{
    font-weight: 500;
}.floating-bard h3{
    margin-top: 1rem;
}.floating-bard h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
}.floating-bard h4{
    margin-top: 1rem;
}.floating-bard h4{
    font-size: 1.5rem;
    line-height: 2rem;
}.floating-bard h5, .floating-bard h6{
    margin-top: 1rem;
}.floating-bard h5, .floating-bard h6{
    font-size: 1.25rem;
    line-height: 1.75rem;
}.floating-bard strong, .floating-bard b{
    margin-top: 1rem;
}.floating-bard strong, .floating-bard b{
    font-weight: 500;
}.floating-bard p{
    margin-top: 1rem;
}.floating-bard p{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.floating-bard p{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.floating-bard ul{
    margin-left: 1.5rem;
}.floating-bard ul{
    list-style-type: disc;
}.floating-bard ol{
    margin-left: 1.5rem;
}.floating-bard ol{
    list-style-type: decimal;
}.floating-bard li a{
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}@media (min-width: 768px) {
        .bard p a{
        position: relative;
    }
        .bard p a{
        display: inline-block;
    }
        .bard p a{
        white-space: nowrap;
    }
        .bard p a{
        font-weight: 400;
    }
        .bard p a{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }
        .bard p a{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
        .bard p a{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
        .bard p a{
        transition-duration: 200ms;
    }
    
            .bard p a:before {
                content: "";
            }
    
            .bard p a:before{
        position: absolute;
    }
    
            .bard p a:before{
        bottom: 0px;
    }
    
            .bard p a:before{
        display: block;
    }
    
            .bard p a:before{
        width: 100%;
    }
    
            .bard p a:before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }
    
            .bard p a:before {
                height: 3%;
                transform: scaleX(0);
                transform-origin: 100% 50%;
                transition: transform 400ms cubic-bezier(0.25, 1, 0.25, 1);
            }
    
            .bard p a:hover{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }
    
            .bard p a:hover{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
    
            .bard p a:hover{
        opacity: 1;
    }
    
                .bard p a:hover:before {
                    transform: scaleX(1);
                    transform-origin: 0 50%;
                }
            .bard .contact-map ul, .bard .contact-map ol{
        margin-left: 1.5rem;
    }
        .bard ul{
        margin-left: 3rem;
    }
        .bard ul{
        list-style-type: disc;
    }

        .bard ol{
        margin-left: 3rem;
    }

        .bard ol{
        list-style-type: decimal;
    }

        .bard img{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
            .bard .before-and-after img{
        padding-top: 0px;
        padding-bottom: 0px;
    }
            .bard .testimonial p{
        margin-left: -2rem;
    }
            .bard .testimonial p{
        padding-left: 2rem;
    }
            .bard .testimonial p{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
            .bard .link-cards h3{
        margin-top: 0px;
    }
            .bard .link-cards h3{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

            .bard .link-cards img{
        margin: 0px;
    }

            .bard .link-cards img{
        padding: 0px;
    }
            .bard .two-column-list ul{
        margin-left: 1.5rem;
    }
            .bard .two-column-list ul{
        list-style-type: disc;
    }

            .bard .two-column-list ol{
        margin-left: 1.5rem;
    }

            .bard .two-column-list ol{
        list-style-type: decimal;
    }
            .bard .cards-grid h2{
        font-size: 1.5rem;
        line-height: 2rem;
    }

            .bard .cards-grid h2, .bard .cards-grid h3, .bard .cards-grid h4, .bard .cards-grid h5, .bard .cards-grid h6{
        margin-top: 0px;
    }

            .bard .cards-grid ol, .bard .cards-grid ul{
        margin-left: 0px;
    }

            .bard .cards-grid ol, .bard .cards-grid ul{
        list-style-type: none;
    }
            .bard .subpage-links-list img, .bard .subpage-links-list h2, .bard .subpage-links-list h3, .bard .subpage-links-list h4, .bard .subpage-links-list h5, .bard .subpage-links-list h6{
        margin-top: 0px;
        margin-bottom: 0px;
    }
            .bard .subpage-links-list img, .bard .subpage-links-list h2, .bard .subpage-links-list h3, .bard .subpage-links-list h4, .bard .subpage-links-list h5, .bard .subpage-links-list h6{
        padding-top: 0px;
        padding-bottom: 0px;
    }
            .bard .subpage-links-list ul{
        margin-left: auto;
        margin-right: auto;
    }
            .bard .subpage-links-list ul{
        margin-left: auto;
    }
            .bard .subpage-links-list ul{
        list-style-type: none;
    }

            .bard .subpage-links-list ol{
        margin-left: auto;
        margin-right: auto;
    }

            .bard .subpage-links-list ol{
        margin-left: auto;
    }

            .bard .subpage-links-list ol{
        list-style-type: none;
    }

            .bard .subpage-links-list li p{
        margin-top: 0px;
        margin-bottom: 0px;
    }

            .bard .subpage-links-list li p{
        padding-top: 0px;
        padding-bottom: 0px;
    }
            .bard .video-slider img, .bard .video-slider h2, .bard .video-slider h3, .bard .video-slider h4, .bard .video-slider h5, .bard .video-slider h6, .bard .video-slider p{
        margin-top: 0px;
        margin-bottom: 0px;
    }
            .bard .video-slider img, .bard .video-slider h2, .bard .video-slider h3, .bard .video-slider h4, .bard .video-slider h5, .bard .video-slider h6, .bard .video-slider p{
        padding-top: 0px;
        padding-bottom: 0px;
    }
            .bard .video-slider ul{
        margin-left: auto;
        margin-right: auto;
    }
            .bard .video-slider ul{
        margin-left: auto;
    }
            .bard .video-slider ul{
        list-style-type: none;
    }

            .bard .video-slider ol{
        margin-left: auto;
        margin-right: auto;
    }

            .bard .video-slider ol{
        margin-left: auto;
    }

            .bard .video-slider ol{
        list-style-type: none;
    }

            .bard .video-slider li p{
        margin-top: 0px;
        margin-bottom: 0px;
    }

            .bard .video-slider li p{
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .bard .icon-list{
        margin-left: 0px;
    }
            .bard .icon-list img{
        padding: 0px;
    }
            .bard .icon-list p{
        margin-top: 0px;
    }
            .bard .icon-list p{
        padding: 0px;
    }
            .bard .icon-list ul{
        margin-left: 0px;
    }
        .floating-bard p a{
        position: relative;
    }
        .floating-bard p a{
        display: inline-block;
    }
        .floating-bard p a{
        white-space: nowrap;
    }
        .floating-bard p a{
        font-weight: 400;
    }
        .floating-bard p a{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }
        .floating-bard p a{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
        .floating-bard p a{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
        .floating-bard p a{
        transition-duration: 200ms;
    }
    
            .floating-bard p a:before {
                content: "";
            }
    
            .floating-bard p a:before{
        position: absolute;
    }
    
            .floating-bard p a:before{
        bottom: 0px;
    }
    
            .floating-bard p a:before{
        display: block;
    }
    
            .floating-bard p a:before{
        width: 100%;
    }
    
            .floating-bard p a:before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }
    
            .floating-bard p a:before {
                height: 3%;
                transform: scaleX(0);
                transform-origin: 100% 50%;
                transition: transform 400ms cubic-bezier(0.25, 1, 0.25, 1);
            }
    
            .floating-bard p a:hover{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }
    
            .floating-bard p a:hover{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
    
            .floating-bard p a:hover{
        opacity: 1;
    }
    
                .floating-bard p a:hover:before {
                    transform: scaleX(1);
                    transform-origin: 0 50%;
                }
}.bard--inverse p, .bard--inverse h1, .bard--inverse h2, .bard--inverse h3, .bard--inverse h4, .bard--inverse h5, .bard--inverse h5, .bard--inverse span{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}.bard--inverse p a{
    position: relative;
}.bard--inverse p a{
    display: inline-block;
}.bard--inverse p a{
    white-space: nowrap;
}.bard--inverse p a{
    font-weight: 500;
}.bard--inverse p a{
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}.bard--inverse p a{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}.bard--inverse p a{
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.bard--inverse p a{
    transition-duration: 200ms;
}.bard--inverse p a:before {
            content: "";
        }.bard--inverse p a:before{
    position: absolute;
}.bard--inverse p a:before{
    bottom: 0px;
}.bard--inverse p a:before{
    display: block;
}.bard--inverse p a:before{
    width: 100%;
}.bard--inverse p a:before{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
}.bard--inverse p a:before {
            height: 3%;
            transform: scaleX(0);
            transform-origin: 100% 50%;
            transition: transform 400ms cubic-bezier(0.25, 1, 0.25, 1);
        }.bard--inverse p a:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}.bard--inverse p a:hover{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}.bard--inverse p a:hover{
    opacity: 1;
}.bard--inverse p a:hover:before {
                transform: scaleX(1);
                transform-origin: 0 50%;
            }.bard--inverse .button{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
}.bard--inverse .button:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 136, 151, var(--tw-bg-opacity));
}/** Import Underline Swipe **//** Import Text Left Links Right Swipe **/.text-left-links-right-links li {
    border-bottom: 1px solid #aaaaaa;
}.text-left-links-right-links li:last-of-type {
    border-bottom: none;
}/** Import Grid Content Swipe **/.grid-content-list {
    position: relative;
}.grid-content-list::after {
    top: 50%;
    left: 75%;
    width: 50%;
    z-index: 1;
    height: 90%;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(232, 90, 112, var(--tw-border-opacity));
}@media (min-width: 768px) {
    .grid-content-list::after {
        top: 50%;
        left: 50%;
        width: 50%;
        z-index: 1;
        height: 75%;
        content: "";
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .grid-content-list::after{
        border-width: 2px;
    }
    .grid-content-list::after{
        --tw-border-opacity: 1;
        border-color: rgba(232, 90, 112, var(--tw-border-opacity));
    }
}@media (min-width: 1024px) {
    .grid-content-list::after {
        top: 50%;
        left: 50%;
        width: 70%;
        z-index: 1;
        height: 50%;
        content: "";
        position: absolute;
        transform: translate(-50%, -50%);

    }
    .grid-content-list::after{
        border-top-width: 2px;
        border-bottom-width: 2px;
    }
    .grid-content-list::after{
        border-left-width: 0px;
        border-right-width: 0px;
    }
    .grid-content-list::after{
        --tw-border-opacity: 1;
        border-color: rgba(232, 90, 112, var(--tw-border-opacity));
    }
}/** Import Timer SVG **/.timer-svg {
    transform: rotate(270deg);
}.timer-svg .st1-timer {
    stroke-dasharray: 180;
    animation: timerSvgKeyframes 15000ms linear infinite;
    animation-delay: 500ms;
}@keyframes timerSvgKeyframes {
    0% {
        stroke-dashoffset: 180;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -180;
    }
}/** Image Content Tabbed **/.tab-button {
    opacity: 0.5;
}.tab-button--active {
    opacity: 1;
}/** Tabbed Content Image **/.tabbed-content-image-nav li {
    color: #909497;
}.tabbed-content-image-nav li.active {
    color: #e85a70;
}.tabbed-content-image-nav li.active::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    content: "";
    margin-top: 5px;
    background-color: #e85a70;
}/** Variable Content Images **/.variable-content-image-cats li {
    opacity: 0.5;
}.variable-content-image-cats li.active {
    opacity: 1;
}/** Mega Menu **/.mega-menu * {
    color: #d3d3d3;
}.mobile-mega-menu {
    transition: 0.5s ease-in-out;
    transform: translateX(-100%);
}.mobile-mega-menu ul.inner-list,
.mobile-mega-menu ul.outer-list {
    padding-left: 28px;
    padding-bottom: 20px;
}.mobile-mega-menu ul li {
    color: #d3d3d3;
}.mobile-mega-menu.nav-open {
    transform: translateX(0%);
}.mega-menu__column svg,
.mega-menu-sub-item svg {
    transform: rotate(-90deg);
}.mega-menu__column svg *,
.mega-menu-sub-item svg * {
    stroke: #ffffff;
    fill: #ffffff;
}.mega-menu__column-title.active,
.mega-menu-sub-item.active {
    color: #e85a70;
}.mega-menu__column-title.active svg,
.mega-menu-sub-item.active svg {
    transform: rotate(0deg);
}.mega-menu__column-title.active svg *,
.mega-menu-sub-item.active svg * {
    stroke: #e85a70;
    fill: #e85a70;
}/**
 * Import Tailwind defaults
 **//*! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Outfit, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 rgba(0,0,0,0);
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}input:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color: #6b7280;
    opacity: 1;
}input::placeholder,textarea::placeholder{
    color: #6b7280;
    opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}::-webkit-date-and-time-value{
    min-height: 1.5em;
}select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
}[multiple]{
    background-image: none;
    background-image: initial;
    background-position: 0 0;
    background-position: initial;
    background-repeat: unset;
    background-size: auto auto;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            color-adjust: unset;
}[type='checkbox'],[type='radio']{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 rgba(0,0,0,0);
}[type='checkbox']{
    border-radius: 0px;
}[type='radio']{
    border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}[type='checkbox']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}[type='checkbox']:indeterminate{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
    border-color: transparent;
    background-color: currentColor;
}[type='file']{
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}[type='file']:focus{
    outline: 1px auto -webkit-focus-ring-color;
}*, ::before, ::after{
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}@media (min-width: 640px){.container{
        max-width: 640px;
    }
}@media (min-width: 768px){.container{
        max-width: 768px;
    }
}@media (min-width: 1024px){.container{
        max-width: 1024px;
    }
}@media (min-width: 1280px){.container{
        max-width: 1280px;
    }
}@media (min-width: 1536px){.container{
        max-width: 1536px;
    }
}.pointer-events-none{
    pointer-events: none;
}.visible{
    visibility: visible;
}.fixed{
    position: fixed;
}.absolute{
    position: absolute;
}.relative{
    position: relative;
}.sticky{
    position: sticky;
}.bottom-0{
    bottom: 0px;
}.top-0{
    top: 0px;
}.left-0{
    left: 0px;
}.-bottom-0\.5{
    bottom: -0.125rem;
}.-bottom-0{
    bottom: -0px;
}.top-1\/2{
    top: 50%;
}.left-1\/2{
    left: 50%;
}.-top-0\.5{
    top: -0.125rem;
}.-top-0{
    top: -0px;
}.top-\[7rem\]{
    top: 7rem;
}.right-0{
    right: 0px;
}.-top-\[1px\]{
    top: -1px;
}.left-4{
    left: 1rem;
}.bottom-\[599px\]{
    bottom: 599px;
}.-bottom-\[1px\]{
    bottom: -1px;
}.bottom-\[299px\]{
    bottom: 299px;
}.top-\[55px\]{
    top: 55px;
}.bottom-\[-1px\]{
    bottom: -1px;
}.isolate{
    isolation: isolate;
}.z-\[1000\]{
    z-index: 1000;
}.z-10{
    z-index: 10;
}.z-30{
    z-index: 30;
}.z-\[500\]{
    z-index: 500;
}.z-20{
    z-index: 20;
}.z-50{
    z-index: 50;
}.z-0{
    z-index: 0;
}.col-span-2{
    grid-column: span 2 / span 2;
}.col-span-1{
    grid-column: span 1 / span 1;
}.m-3{
    margin: 0.75rem;
}.m-0{
    margin: 0px;
}.mx-auto{
    margin-left: auto;
    margin-right: auto;
}.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}.my-0{
    margin-top: 0px;
    margin-bottom: 0px;
}.mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}.my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
}.-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
}.my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
}.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}.-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
}.mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}.-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}.mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}.-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
}.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}.mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}.my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}.mt-16{
    margin-top: 4rem;
}.mb-16{
    margin-bottom: 4rem;
}.mb-4{
    margin-bottom: 1rem;
}.mr-6{
    margin-right: 1.5rem;
}.mr-5{
    margin-right: 1.25rem;
}.mt-8{
    margin-top: 2rem;
}.mt-4{
    margin-top: 1rem;
}.mb-5{
    margin-bottom: 1.25rem;
}.mt-6{
    margin-top: 1.5rem;
}.mb-14{
    margin-bottom: 3.5rem;
}.mt-0{
    margin-top: 0px;
}.mb-6{
    margin-bottom: 1.5rem;
}.ml-5{
    margin-left: 1.25rem;
}.mt-12{
    margin-top: 3rem;
}.ml-\[2\%\]{
    margin-left: 2%;
}.mb-10{
    margin-bottom: 2.5rem;
}.mt-auto{
    margin-top: auto;
}.mt-3{
    margin-top: 0.75rem;
}.mt-9{
    margin-top: 2.25rem;
}.-mt-32{
    margin-top: -8rem;
}.mb-9{
    margin-bottom: 2.25rem;
}.mt-7{
    margin-top: 1.75rem;
}.mt-20{
    margin-top: 5rem;
}.ml-4{
    margin-left: 1rem;
}.mb-3{
    margin-bottom: 0.75rem;
}.mt-2{
    margin-top: 0.5rem;
}.mb-8{
    margin-bottom: 2rem;
}.-mb-16{
    margin-bottom: -4rem;
}.mr-7{
    margin-right: 1.75rem;
}.mr-8{
    margin-right: 2rem;
}.mt-10{
    margin-top: 2.5rem;
}.mr-4{
    margin-right: 1rem;
}.ml-auto{
    margin-left: auto;
}.-mt-24{
    margin-top: -6rem;
}.mr-0{
    margin-right: 0px;
}.mb-auto{
    margin-bottom: auto;
}.mr-auto{
    margin-right: auto;
}.ml-0{
    margin-left: 0px;
}.mb-2{
    margin-bottom: 0.5rem;
}.mr-3{
    margin-right: 0.75rem;
}.ml-10{
    margin-left: 2.5rem;
}.mr-2{
    margin-right: 0.5rem;
}.mr-16{
    margin-right: 4rem;
}.mt-1{
    margin-top: 0.25rem;
}.-mt-2{
    margin-top: -0.5rem;
}.mr-20{
    margin-right: 5rem;
}.mb-7{
    margin-bottom: 1.75rem;
}.-mt-4{
    margin-top: -1rem;
}.-mt-8{
    margin-top: -2rem;
}.-mt-1\/3{
    margin-top: -33.333333333333336%;
}.mb-12{
    margin-bottom: 3rem;
}.-mb-2{
    margin-bottom: -0.5rem;
}.ml-2{
    margin-left: 0.5rem;
}.mb-1{
    margin-bottom: 0.25rem;
}.block{
    display: block;
}.inline-block{
    display: inline-block;
}.inline{
    display: inline;
}.flex{
    display: flex;
}.inline-flex{
    display: inline-flex;
}.table{
    display: table;
}.grid{
    display: grid;
}.contents{
    display: contents;
}.hidden{
    display: none;
}.aspect-square{
    aspect-ratio: 1 / 1;
}.aspect-\[9\/6\]{
    aspect-ratio: 9 / 6;
}.aspect-\[4\/3\]{
    aspect-ratio: 4 / 3;
}.aspect-\[4\/6\]{
    aspect-ratio: 4 / 6;
}.aspect-video{
    aspect-ratio: 16 / 9;
}.h-32{
    height: 8rem;
}.h-auto{
    height: auto;
}.h-16{
    height: 4rem;
}.h-0\.5{
    height: 0.125rem;
}.h-0{
    height: 0px;
}.h-96{
    height: 24rem;
}.h-12{
    height: 3rem;
}.h-9{
    height: 2.25rem;
}.h-6{
    height: 1.5rem;
}.h-full{
    height: 100%;
}.h-64{
    height: 16rem;
}.h-28{
    height: 7rem;
}.h-\[100vh\]{
    height: 100vh;
}.h-10{
    height: 2.5rem;
}.h-\[2px\]{
    height: 2px;
}.h-\[300px\]{
    height: 300px;
}.h-2{
    height: 0.5rem;
}.h-\[600px\]{
    height: 600px;
}.h-112{
    height: 28rem;
}.h-8{
    height: 2rem;
}.h-\[60px\]{
    height: 60px;
}.h-\[32rem\]{
    height: 32rem;
}.h-48{
    height: 12rem;
}.max-h-112{
    max-height: 28rem;
}.min-h-\[14rem\]{
    min-height: 14rem;
}.w-screen{
    width: 100vw;
}.w-full{
    width: 100%;
}.w-\[40px\]{
    width: 40px;
}.w-10{
    width: 2.5rem;
}.w-12{
    width: 3rem;
}.w-\[49\%\]{
    width: 49%;
}.w-9{
    width: 2.25rem;
}.w-32{
    width: 8rem;
}.w-48{
    width: 12rem;
}.w-6{
    width: 1.5rem;
}.w-9\/12{
    width: 75%;
}.w-1\/2{
    width: 50%;
}.w-\[95\%\]{
    width: 95%;
}.w-8{
    width: 2rem;
}.w-auto{
    width: auto;
}.w-\[20px\]{
    width: 20px;
}.w-16{
    width: 4rem;
}.w-\[35px\]{
    width: 35px;
}.w-2{
    width: 0.5rem;
}.min-w-\[3rem\]{
    min-width: 3rem;
}.min-w-\[256px\]{
    min-width: 256px;
}.min-w-\[5rem\]{
    min-width: 5rem;
}.max-w-full{
    max-width: 100%;
}.max-w-screen-2xl{
    max-width: 1536px;
}.max-w-screen-md{
    max-width: 768px;
}.max-w-screen-xl{
    max-width: 1280px;
}.max-w-\[70\%\]{
    max-width: 70%;
}.max-w-sm{
    max-width: 24rem;
}.max-w-3xl{
    max-width: 48rem;
}.max-w-4xl{
    max-width: 56rem;
}.max-w-screen-lg{
    max-width: 1024px;
}.max-w-\[16rem\]{
    max-width: 16rem;
}.max-w-7xl{
    max-width: 80rem;
}.max-w-lg{
    max-width: 32rem;
}.max-w-xl{
    max-width: 36rem;
}.max-w-2xl{
    max-width: 42rem;
}.max-w-\[320px\]{
    max-width: 320px;
}.max-w-\[306px\]{
    max-width: 306px;
}.max-w-\[24rem\]{
    max-width: 24rem;
}.max-w-5xl{
    max-width: 64rem;
}.flex-\[0_0_49\%\]{
    flex: 0 0 49%;
}.flex-1{
    flex: 1 1 0%;
}.flex-\[0_0_40\%\]{
    flex: 0 0 40%;
}.flex-\[0_0_50\%\]{
    flex: 0 0 50%;
}.flex-\[0_0_100\%\]{
    flex: 0 0 100%;
}.flex-\[0_0_48\%\]{
    flex: 0 0 48%;
}.flex-\[0_0_18\%\]{
    flex: 0 0 18%;
}.flex-\[0_0_75\%\]{
    flex: 0 0 75%;
}.flex-\[0_0_120px\]{
    flex: 0 0 120px;
}.flex-\[0_0_15\%\]{
    flex: 0 0 15%;
}.flex-shrink-0{
    flex-shrink: 0;
}.shrink{
    flex-shrink: 1;
}.flex-grow{
    flex-grow: 1;
}.grow{
    flex-grow: 1;
}.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-12{
    --tw-translate-y: -3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
    cursor: pointer;
}.resize{
    resize: both;
}.list-none{
    list-style-type: none;
}.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}.flex-row{
    flex-direction: row;
}.flex-col{
    flex-direction: column;
}.flex-col-reverse{
    flex-direction: column-reverse;
}.flex-wrap{
    flex-wrap: wrap;
}.items-start{
    align-items: flex-start;
}.items-end{
    align-items: flex-end;
}.items-center{
    align-items: center;
}.items-stretch{
    align-items: stretch;
}.justify-end{
    justify-content: flex-end;
}.justify-center{
    justify-content: center;
}.justify-between{
    justify-content: space-between;
}.justify-around{
    justify-content: space-around;
}.gap-5{
    gap: 1.25rem;
}.gap-4{
    gap: 1rem;
}.gap-6{
    gap: 1.5rem;
}.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}.gap-y-16{
    row-gap: 4rem;
}.self-center{
    align-self: center;
}.overflow-hidden{
    overflow: hidden;
}.overflow-scroll{
    overflow: scroll;
}.whitespace-nowrap{
    white-space: nowrap;
}.rounded-xl{
    border-radius: 0.75rem;
}.rounded-2xl{
    border-radius: 1rem;
}.rounded-lg{
    border-radius: 0.5rem;
}.rounded-3xl{
    border-radius: 1.5rem;
}.rounded-md{
    border-radius: 0.375rem;
}.rounded-full{
    border-radius: 9999px;
}.rounded-\[50\%\]{
    border-radius: 50%;
}.rounded{
    border-radius: 0.25rem;
}.rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}.border-0{
    border-width: 0px;
}.border-4{
    border-width: 4px;
}.border-2{
    border-width: 2px;
}.border{
    border-width: 1px;
}.border-b-\[1px\]{
    border-bottom-width: 1px;
}.border-b-2{
    border-bottom-width: 2px;
}.border-t{
    border-top-width: 1px;
}.border-solid{
    border-style: solid;
}.border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}.border-brand-pink{
    --tw-border-opacity: 1;
    border-color: rgba(232, 90, 112, var(--tw-border-opacity));
}.border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-brand-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
}.bg-brand-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(241, 243, 244, var(--tw-bg-opacity));
}.bg-brand-grey{
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 47, var(--tw-bg-opacity));
}.bg-brand-pink-3{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 203, 203, var(--tw-bg-opacity));
}.bg-brand-pink-2{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 91, 111, var(--tw-bg-opacity));
}.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.bg-brand-light-pink{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 136, 151, var(--tw-bg-opacity));
}.bg-red-400{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}.bg-brand-grey-2{
    --tw-bg-opacity: 1;
    background-color: rgba(26, 31, 34, var(--tw-bg-opacity));
}.bg-skew-brand-light-grey-to-white{
    background-image: linear-gradient(178deg, #f1f3f4 0%, #f1f3f4 75%, white 75%, white 100%);;
}.bg-skew-white-to-brand-grey-2{
    background-image: linear-gradient(170deg, white 0%, white 50%, #1a1f22 50%, #1a1f22 100%);;
}.bg-cover{
    background-size: cover;
}.bg-center{
    background-position: center;
}.fill-current{
    fill: currentColor;
}.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}.object-center{
    -o-object-position: center;
       object-position: center;
}.p-9{
    padding: 2.25rem;
}.p-\[2rem\]{
    padding: 2rem;
}.p-6{
    padding: 1.5rem;
}.p-8{
    padding: 2rem;
}.p-7{
    padding: 1.75rem;
}.p-3{
    padding: 0.75rem;
}.p-2{
    padding: 0.5rem;
}.p-5{
    padding: 1.25rem;
}.p-4{
    padding: 1rem;
}.p-0{
    padding: 0px;
}.p-10{
    padding: 2.5rem;
}.p-1{
    padding: 0.25rem;
}.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}.px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}.px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}.py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}.py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}.py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
}.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}.pb-16{
    padding-bottom: 4rem;
}.pt-6{
    padding-top: 1.5rem;
}.pb-6{
    padding-bottom: 1.5rem;
}.pt-32{
    padding-top: 8rem;
}.pb-32{
    padding-bottom: 8rem;
}.pt-12{
    padding-top: 3rem;
}.pb-\[100\%\]{
    padding-bottom: 100%;
}.pt-16{
    padding-top: 4rem;
}.pb-2{
    padding-bottom: 0.5rem;
}.pb-8{
    padding-bottom: 2rem;
}.pt-2{
    padding-top: 0.5rem;
}.pb-12{
    padding-bottom: 3rem;
}.pt-8{
    padding-top: 2rem;
}.pb-4{
    padding-bottom: 1rem;
}.pb-0{
    padding-bottom: 0px;
}.pt-4{
    padding-top: 1rem;
}.pr-8{
    padding-right: 2rem;
}.pt-\[135px\]{
    padding-top: 135px;
}.pl-20{
    padding-left: 5rem;
}.pl-0{
    padding-left: 0px;
}.text-left{
    text-align: left;
}.text-center{
    text-align: center;
}.text-right{
    text-align: right;
}.align-top{
    vertical-align: top;
}.align-middle{
    vertical-align: middle;
}.align-bottom{
    vertical-align: bottom;
}.font-sans{
    font-family: Outfit, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}.text-5xl{
    font-size: 3rem;
    line-height: 1;
}.font-medium{
    font-weight: 500;
}.font-bold{
    font-weight: 700;
}.font-normal{
    font-weight: 400;
}.font-light{
    font-weight: 300;
}.font-semibold{
    font-weight: 600;
}.uppercase{
    text-transform: uppercase;
}.italic{
    font-style: italic;
}.leading-\[7rem\]{
    line-height: 7rem;
}.leading-tight{
    line-height: 1.25;
}.text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-brand-grey{
    --tw-text-opacity: 1;
    color: rgba(35, 42, 47, var(--tw-text-opacity));
}.text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}.text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}.text-red-500{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}.text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}.text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}.text-brand-light-grey{
    --tw-text-opacity: 1;
    color: rgba(241, 243, 244, var(--tw-text-opacity));
}.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.opacity-100{
    opacity: 1;
}.opacity-0{
    opacity: 0;
}.opacity-75{
    opacity: 0.75;
}.opacity-60{
    opacity: 0.6;
}.opacity-50{
    opacity: 0.5;
}.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}.outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
}.outline{
    outline-style: solid;
}.ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.transition-shadow{
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.transition{
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}.duration-100{
    transition-duration: 100ms;
}.duration-200{
    transition-duration: 200ms;
}.duration-500{
    transition-duration: 500ms;
}.duration-300{
    transition-duration: 300ms;
}.duration-150{
    transition-duration: 150ms;
}.duration-1000{
    transition-duration: 1000ms;
}.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}@media (min-width: 1024px) {
        
    .underline-swipe{
        position: relative;
    }
        
    .underline-swipe{
        display: inline-block;
    }
        
    .underline-swipe{
        white-space: nowrap;
    }
        
    .underline-swipe{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
        
    .underline-swipe{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
        
    .underline-swipe{
        transition-duration: 200ms;
    }

            .underline-swipe::before {

                content: "";
        
            }

            .underline-swipe::before{
        position: absolute;
    }

            .underline-swipe::before{
        bottom: 0px;
    }

            .underline-swipe::before{
        display: block;
    }

            .underline-swipe::before{
        width: 100%;
    }

            .underline-swipe::before{
        transform-origin: 100% 50%;
    }

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

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

            .underline-swipe::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

            .underline-swipe::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

            .underline-swipe::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

            .underline-swipe::before {
                height: 3%;
        
            }

            .underline-swipe-hover{
        position: relative;
    }

            .underline-swipe-hover{
        display: inline-block;
    }

            .underline-swipe-hover{
        white-space: nowrap;
    }

            .underline-swipe-hover{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }

            .underline-swipe-hover{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }

            .underline-swipe-hover{
        opacity: 1;
    }

            .underline-swipe-hover{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .underline-swipe-hover::before {

                    content: "";

                }

                .underline-swipe-hover::before{
        position: absolute;
    }

                .underline-swipe-hover::before{
        bottom: 0px;
    }

                .underline-swipe-hover::before{
        display: block;
    }

                .underline-swipe-hover::before{
        width: 100%;
    }

                .underline-swipe-hover::before{
        transform-origin: 0% 50%;
    }

                .underline-swipe-hover::before{
        --tw-scale-x: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

                .underline-swipe-hover::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

                .underline-swipe-hover::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .underline-swipe-hover::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

                .underline-swipe-hover::before {
                    height: 3%;

                }

    }html {
    scroll-behavior: smooth;
}* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}.hover\:ml-2:hover{
    margin-left: 0.5rem;
}.hover\:-mr-2:hover{
    margin-right: -0.5rem;
}.hover\:mt-0\.5:hover{
    margin-top: 0.125rem;
}.hover\:mt-0:hover{
    margin-top: 0px;
}.hover\:-translate-y-2:hover{
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:scale-\[1\.02\]:hover{
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:bg-brand-light-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(235, 136, 151, var(--tw-bg-opacity));
}.hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.hover\:bg-brand-pink:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
}.hover\:font-medium:hover{
    font-weight: 500;
}.hover\:text-brand-pink:hover{
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}.hover\:text-brand-grey:hover{
    --tw-text-opacity: 1;
    color: rgba(35, 42, 47, var(--tw-text-opacity));
}.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}.hover\:opacity-100:hover{
    opacity: 1;
}.hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}@media (min-width: 1024px) {
        
    .underline-swipe{
        position: relative;
    }
        
    .underline-swipe{
        display: inline-block;
    }
        
    .underline-swipe{
        white-space: nowrap;
    }
        
    .underline-swipe{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
        
    .underline-swipe{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
        
    .underline-swipe{
        transition-duration: 200ms;
    }

            .underline-swipe::before {

                content: "";
        
            }

            .underline-swipe::before{
        position: absolute;
    }

            .underline-swipe::before{
        bottom: 0px;
    }

            .underline-swipe::before{
        display: block;
    }

            .underline-swipe::before{
        width: 100%;
    }

            .underline-swipe::before{
        transform-origin: 100% 50%;
    }

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

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

            .underline-swipe::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

            .underline-swipe::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

            .underline-swipe::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

            .underline-swipe::before {
                height: 3%;
        
            }

            .hover\:underline-swipe-hover:hover{
        position: relative;
    }

            .hover\:underline-swipe-hover:hover{
        display: inline-block;
    }

            .hover\:underline-swipe-hover:hover{
        white-space: nowrap;
    }

            .hover\:underline-swipe-hover:hover{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }

            .hover\:underline-swipe-hover:hover{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }

            .hover\:underline-swipe-hover:hover{
        opacity: 1;
    }

            .hover\:underline-swipe-hover:hover{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .hover\:underline-swipe-hover:hover::before {

                    content: "";

                }

                .hover\:underline-swipe-hover:hover::before{
        position: absolute;
    }

                .hover\:underline-swipe-hover:hover::before{
        bottom: 0px;
    }

                .hover\:underline-swipe-hover:hover::before{
        display: block;
    }

                .hover\:underline-swipe-hover:hover::before{
        width: 100%;
    }

                .hover\:underline-swipe-hover:hover::before{
        transform-origin: 0% 50%;
    }

                .hover\:underline-swipe-hover:hover::before{
        --tw-scale-x: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

                .hover\:underline-swipe-hover:hover::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

                .hover\:underline-swipe-hover:hover::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .hover\:underline-swipe-hover:hover::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

                .hover\:underline-swipe-hover:hover::before {
                    height: 3%;

                }
        
    .underline-swipe{
        position: relative;
    }
        
    .underline-swipe{
        display: inline-block;
    }
        
    .underline-swipe{
        white-space: nowrap;
    }
        
    .underline-swipe{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
        
    .underline-swipe{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
        
    .underline-swipe{
        transition-duration: 200ms;
    }

            .underline-swipe::before {

                content: "";
        
            }

            .underline-swipe::before{
        position: absolute;
    }

            .underline-swipe::before{
        bottom: 0px;
    }

            .underline-swipe::before{
        display: block;
    }

            .underline-swipe::before{
        width: 100%;
    }

            .underline-swipe::before{
        transform-origin: 100% 50%;
    }

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

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

            .underline-swipe::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

            .underline-swipe::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

            .underline-swipe::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

            .underline-swipe::before {
                height: 3%;
        
            }

            .hover\:underline-swipe-hover:hover{
        position: relative;
    }

            .hover\:underline-swipe-hover:hover{
        display: inline-block;
    }

            .hover\:underline-swipe-hover:hover{
        white-space: nowrap;
    }

            .hover\:underline-swipe-hover:hover{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }

            .hover\:underline-swipe-hover:hover{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }

            .hover\:underline-swipe-hover:hover{
        opacity: 1;
    }

            .hover\:underline-swipe-hover:hover{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .hover\:underline-swipe-hover:hover::before {

                    content: "";

                }

                .hover\:underline-swipe-hover:hover::before{
        position: absolute;
    }

                .hover\:underline-swipe-hover:hover::before{
        bottom: 0px;
    }

                .hover\:underline-swipe-hover:hover::before{
        display: block;
    }

                .hover\:underline-swipe-hover:hover::before{
        width: 100%;
    }

                .hover\:underline-swipe-hover:hover::before{
        transform-origin: 0% 50%;
    }

                .hover\:underline-swipe-hover:hover::before{
        --tw-scale-x: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

                .hover\:underline-swipe-hover:hover::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

                .hover\:underline-swipe-hover:hover::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .hover\:underline-swipe-hover:hover::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

                .hover\:underline-swipe-hover:hover::before {
                    height: 3%;

                }

    }.group:hover .group-hover\:ml-6{
    margin-left: 1.5rem;
}.group:hover .group-hover\:flex{
    display: flex;
}.group:hover .group-hover\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:fill-current{
    fill: currentColor;
}.group:hover .group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}.group:hover .group-hover\:text-brand-pink{
    --tw-text-opacity: 1;
    color: rgba(232, 90, 112, var(--tw-text-opacity));
}@media (min-width: 1024px) {
        
    .underline-swipe{
        position: relative;
    }
        
    .underline-swipe{
        display: inline-block;
    }
        
    .underline-swipe{
        white-space: nowrap;
    }
        
    .underline-swipe{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
        
    .underline-swipe{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
        
    .underline-swipe{
        transition-duration: 200ms;
    }

            .underline-swipe::before {

                content: "";
        
            }

            .underline-swipe::before{
        position: absolute;
    }

            .underline-swipe::before{
        bottom: 0px;
    }

            .underline-swipe::before{
        display: block;
    }

            .underline-swipe::before{
        width: 100%;
    }

            .underline-swipe::before{
        transform-origin: 100% 50%;
    }

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

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

            .underline-swipe::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

            .underline-swipe::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

            .underline-swipe::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

            .underline-swipe::before {
                height: 3%;
        
            }

            .group:hover .group-hover\:underline-swipe-hover{
        position: relative;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        display: inline-block;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        white-space: nowrap;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }

            .group:hover .group-hover\:underline-swipe-hover{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        opacity: 1;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .group:hover .group-hover\:underline-swipe-hover::before {

                    content: "";

                }

                .group:hover .group-hover\:underline-swipe-hover::before{
        position: absolute;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        bottom: 0px;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        display: block;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        width: 100%;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        transform-origin: 0% 50%;
    }

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

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

                .group:hover .group-hover\:underline-swipe-hover::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

                .group:hover .group-hover\:underline-swipe-hover::before {
                    height: 3%;

                }
        
    .underline-swipe{
        position: relative;
    }
        
    .underline-swipe{
        display: inline-block;
    }
        
    .underline-swipe{
        white-space: nowrap;
    }
        
    .underline-swipe{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }
        
    .underline-swipe{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
        
    .underline-swipe{
        transition-duration: 200ms;
    }

            .underline-swipe::before {

                content: "";
        
            }

            .underline-swipe::before{
        position: absolute;
    }

            .underline-swipe::before{
        bottom: 0px;
    }

            .underline-swipe::before{
        display: block;
    }

            .underline-swipe::before{
        width: 100%;
    }

            .underline-swipe::before{
        transform-origin: 100% 50%;
    }

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

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

            .underline-swipe::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

            .underline-swipe::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

            .underline-swipe::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

            .underline-swipe::before {
                height: 3%;
        
            }

            .group:hover .group-hover\:underline-swipe-hover{
        position: relative;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        display: inline-block;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        white-space: nowrap;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        --tw-text-opacity: 1;
        color: rgba(232, 90, 112, var(--tw-text-opacity));
    }

            .group:hover .group-hover\:underline-swipe-hover{
        -webkit-text-decoration-line: none;
                text-decoration-line: none;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        opacity: 1;
    }

            .group:hover .group-hover\:underline-swipe-hover{
        transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .group:hover .group-hover\:underline-swipe-hover::before {

                    content: "";

                }

                .group:hover .group-hover\:underline-swipe-hover::before{
        position: absolute;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        bottom: 0px;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        display: block;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        width: 100%;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        transform-origin: 0% 50%;
    }

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

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

                .group:hover .group-hover\:underline-swipe-hover::before{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

                .group:hover .group-hover\:underline-swipe-hover::before{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

                .group:hover .group-hover\:underline-swipe-hover::before {
                    height: 3%;

                }

    }@media (min-width: 640px){.sm\:mt-24{
        margin-top: 6rem;
    }.sm\:-mt-40{
        margin-top: -10rem;
    }.sm\:mt-6{
        margin-top: 1.5rem;
    }.sm\:mb-4{
        margin-bottom: 1rem;
    }.sm\:mb-12{
        margin-bottom: 3rem;
    }.sm\:-mr-32{
        margin-right: -8rem;
    }.sm\:mb-9{
        margin-bottom: 2.25rem;
    }.sm\:hidden{
        display: none;
    }.sm\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.sm\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }.sm\:flex-row{
        flex-direction: row;
    }.sm\:p-9{
        padding: 2.25rem;
    }.sm\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }.sm\:py-6{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }.sm\:pt-64{
        padding-top: 16rem;
    }.sm\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}@media (min-width: 768px){.md\:absolute{
        position: absolute;
    }.md\:top-0{
        top: 0px;
    }.md\:left-8{
        left: 2rem;
    }.md\:right-0{
        right: 0px;
    }.md\:top-1\/2{
        top: 50%;
    }.md\:col-span-4{
        grid-column: span 4 / span 4;
    }.md\:col-span-1{
        grid-column: span 1 / span 1;
    }.md\:mx-2{
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }.md\:my-0{
        margin-top: 0px;
        margin-bottom: 0px;
    }.md\:mx-auto{
        margin-left: auto;
        margin-right: auto;
    }.md\:mb-0{
        margin-bottom: 0px;
    }.md\:mb-auto{
        margin-bottom: auto;
    }.md\:-mb-32{
        margin-bottom: -8rem;
    }.md\:-mt-16{
        margin-top: -4rem;
    }.md\:mt-16{
        margin-top: 4rem;
    }.md\:mt-0{
        margin-top: 0px;
    }.md\:mt-28{
        margin-top: 7rem;
    }.md\:ml-4{
        margin-left: 1rem;
    }.md\:mt-32{
        margin-top: 8rem;
    }.md\:mb-16{
        margin-bottom: 4rem;
    }.md\:mt-12{
        margin-top: 3rem;
    }.md\:block{
        display: block;
    }.md\:flex{
        display: flex;
    }.md\:grid{
        display: grid;
    }.md\:hidden{
        display: none;
    }.md\:h-28{
        height: 7rem;
    }.md\:h-full{
        height: 100%;
    }.md\:h-16{
        height: 4rem;
    }.md\:min-h-\[20rem\]{
        min-height: 20rem;
    }.md\:w-1\/3{
        width: 33.333333%;
    }.md\:w-1\/5{
        width: 20%;
    }.md\:w-3\/5{
        width: 60%;
    }.md\:w-4\/5{
        width: 80%;
    }.md\:w-full{
        width: 100%;
    }.md\:w-\[65\%\]{
        width: 65%;
    }.md\:w-5\/12{
        width: 41.666667%;
    }.md\:w-7\/12{
        width: 58.333333%;
    }.md\:max-w-sm{
        max-width: 24rem;
    }.md\:max-w-\[60\%\]{
        max-width: 60%;
    }.md\:flex-\[0_0_48\%\]{
        flex: 0 0 48%;
    }.md\:flex-\[0_0_49\%\]{
        flex: 0 0 49%;
    }.md\:flex-\[0_0_26\%\]{
        flex: 0 0 26%;
    }.md\:flex-\[0_0_50\%\]{
        flex: 0 0 50%;
    }.md\:-translate-y-0{
        --tw-translate-y: -0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }.md\:-translate-y-1\/2{
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }.md\:scale-150{
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }.md\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }.md\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }.md\:grid-cols-6{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }.md\:flex-row{
        flex-direction: row;
    }.md\:flex-row-reverse{
        flex-direction: row-reverse;
    }.md\:flex-wrap{
        flex-wrap: wrap;
    }.md\:items-start{
        align-items: flex-start;
    }.md\:items-center{
        align-items: center;
    }.md\:justify-center{
        justify-content: center;
    }.md\:justify-between{
        justify-content: space-between;
    }.md\:gap-8{
        gap: 2rem;
    }.md\:gap-x-4{
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }.md\:gap-y-2{
        row-gap: 0.5rem;
    }.md\:bg-brand-pink{
        --tw-bg-opacity: 1;
        background-color: rgba(232, 90, 112, var(--tw-bg-opacity));
    }.md\:bg-transparent{
        background-color: transparent;
    }.md\:p-14{
        padding: 3.5rem;
    }.md\:p-8{
        padding: 2rem;
    }.md\:p-7{
        padding: 1.75rem;
    }.md\:p-10{
        padding: 2.5rem;
    }.md\:px-16{
        padding-left: 4rem;
        padding-right: 4rem;
    }.md\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }.md\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }.md\:px-12{
        padding-left: 3rem;
        padding-right: 3rem;
    }.md\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }.md\:py-12{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }.md\:py-14{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }.md\:px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }.md\:py-\[15\%\]{
        padding-top: 15%;
        padding-bottom: 15%;
    }.md\:py-28{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }.md\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }.md\:py-6{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }.md\:py-32{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }.md\:pb-32{
        padding-bottom: 8rem;
    }.md\:pt-16{
        padding-top: 4rem;
    }.md\:pb-16{
        padding-bottom: 4rem;
    }.md\:pr-6{
        padding-right: 1.5rem;
    }.md\:pt-32{
        padding-top: 8rem;
    }.md\:pb-8{
        padding-bottom: 2rem;
    }.md\:pb-0{
        padding-bottom: 0px;
    }.md\:pt-12{
        padding-top: 3rem;
    }.md\:text-left{
        text-align: left;
    }.md\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }.md\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }.md\:text-7xl{
        font-size: 4.5rem;
        line-height: 1;
    }.md\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }.md\:text-\[3\.5rem\]{
        font-size: 3.5rem;
    }.md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }.md\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }.md\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }.md\:hover\:bg-brand-light-pink:hover{
        --tw-bg-opacity: 1;
        background-color: rgba(235, 136, 151, var(--tw-bg-opacity));
    }
}@media (min-width: 1024px){.lg\:absolute{
        position: absolute;
    }.lg\:top-0{
        top: 0px;
    }.lg\:left-0{
        left: 0px;
    }.lg\:right-0{
        right: 0px;
    }.lg\:top-\[50\%\]{
        top: 50%;
    }.lg\:bottom-0{
        bottom: 0px;
    }.lg\:-top-10{
        top: -2.5rem;
    }.lg\:left-1\/2{
        left: 50%;
    }.lg\:bottom-\[299px\]{
        bottom: 299px;
    }.lg\:-top-28{
        top: -7rem;
    }.lg\:bottom-\[99px\]{
        bottom: 99px;
    }.lg\:bottom-\[149px\]{
        bottom: 149px;
    }.lg\:z-0{
        z-index: 0;
    }.lg\:col-span-1{
        grid-column: span 1 / span 1;
    }.lg\:col-span-4{
        grid-column: span 4 / span 4;
    }.lg\:-mx-0{
        margin-left: -0px;
        margin-right: -0px;
    }.lg\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }.lg\:mx-auto{
        margin-left: auto;
        margin-right: auto;
    }.lg\:mb-12{
        margin-bottom: 3rem;
    }.lg\:mt-0{
        margin-top: 0px;
    }.lg\:-mt-48{
        margin-top: -12rem;
    }.lg\:mb-0{
        margin-bottom: 0px;
    }.lg\:mt-24{
        margin-top: 6rem;
    }.lg\:mr-0{
        margin-right: 0px;
    }.lg\:ml-16{
        margin-left: 4rem;
    }.lg\:-mt-0{
        margin-top: -0px;
    }.lg\:mr-8{
        margin-right: 2rem;
    }.lg\:mb-3{
        margin-bottom: 0.75rem;
    }.lg\:ml-3{
        margin-left: 0.75rem;
    }.lg\:mr-auto{
        margin-right: auto;
    }.lg\:mb-32{
        margin-bottom: 8rem;
    }.lg\:-mr-\[8\%\]{
        margin-right: -8%;
    }.lg\:block{
        display: block;
    }.lg\:inline-block{
        display: inline-block;
    }.lg\:flex{
        display: flex;
    }.lg\:hidden{
        display: none;
    }.lg\:aspect-auto{
        aspect-ratio: auto;
    }.lg\:h-full{
        height: 100%;
    }.lg\:h-\[700px\]{
        height: 700px;
    }.lg\:h-screen{
        height: 100vh;
    }.lg\:h-\[300px\]{
        height: 300px;
    }.lg\:h-auto{
        height: auto;
    }.lg\:h-\[100px\]{
        height: 100px;
    }.lg\:h-\[150px\]{
        height: 150px;
    }.lg\:min-h-\[26rem\]{
        min-height: 26rem;
    }.lg\:w-1\/5{
        width: 20%;
    }.lg\:w-10\/12{
        width: 83.333333%;
    }.lg\:w-\[55\%\]{
        width: 55%;
    }.lg\:w-\[45\%\]{
        width: 45%;
    }.lg\:w-auto{
        width: auto;
    }.lg\:w-full{
        width: 100%;
    }.lg\:max-w-full{
        max-width: 100%;
    }.lg\:max-w-\[20rem\]{
        max-width: 20rem;
    }.lg\:flex-\[0_0_40\%\]{
        flex: 0 0 40%;
    }.lg\:flex-\[0_0_55\%\]{
        flex: 0 0 55%;
    }.lg\:flex-\[0_0_50\%\]{
        flex: 0 0 50%;
    }.lg\:flex-\[0_0_48\%\]{
        flex: 0 0 48%;
    }.lg\:flex-\[0_0_32\%\]{
        flex: 0 0 32%;
    }.lg\:flex-\[0_0_10\%\]{
        flex: 0 0 10%;
    }.lg\:flex-\[0_0_29\%\]{
        flex: 0 0 29%;
    }.lg\:flex-\[0_0_23\%\]{
        flex: 0 0 23%;
    }.lg\:flex-\[0_0_47\%\]{
        flex: 0 0 47%;
    }.lg\:flex-\[0_0_17\%\]{
        flex: 0 0 17%;
    }.lg\:flex-\[0_0_80\%\]{
        flex: 0 0 80%;
    }.lg\:flex-\[0_0_57\%\]{
        flex: 0 0 57%;
    }.lg\:-translate-y-1\/2{
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }.lg\:-translate-x-1\/2{
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }.lg\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }.lg\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }.lg\:flex-row{
        flex-direction: row;
    }.lg\:flex-row-reverse{
        flex-direction: row-reverse;
    }.lg\:flex-col{
        flex-direction: column;
    }.lg\:flex-wrap{
        flex-wrap: wrap;
    }.lg\:items-start{
        align-items: flex-start;
    }.lg\:items-center{
        align-items: center;
    }.lg\:items-stretch{
        align-items: stretch;
    }.lg\:justify-between{
        justify-content: space-between;
    }.lg\:justify-around{
        justify-content: space-around;
    }.lg\:gap-6{
        gap: 1.5rem;
    }.lg\:bg-brand-pink-3{
        --tw-bg-opacity: 1;
        background-color: rgba(248, 203, 203, var(--tw-bg-opacity));
    }.lg\:p-16{
        padding: 4rem;
    }.lg\:p-\[6rem\]{
        padding: 6rem;
    }.lg\:p-12{
        padding: 3rem;
    }.lg\:p-14{
        padding: 3.5rem;
    }.lg\:p-20{
        padding: 5rem;
    }.lg\:py-20{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }.lg\:py-24{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }.lg\:py-28{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }.lg\:px-14{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }.lg\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }.lg\:py-32{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }.lg\:py-48{
        padding-top: 12rem;
        padding-bottom: 12rem;
    }.lg\:px-7{
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }.lg\:py-11{
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }.lg\:px-20{
        padding-left: 5rem;
        padding-right: 5rem;
    }.lg\:px-6{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }.lg\:pt-32{
        padding-top: 8rem;
    }.lg\:pt-24{
        padding-top: 6rem;
    }.lg\:pl-6{
        padding-left: 1.5rem;
    }.lg\:pb-24{
        padding-bottom: 6rem;
    }.lg\:pt-56{
        padding-top: 14rem;
    }.lg\:pt-20{
        padding-top: 5rem;
    }.lg\:pb-16{
        padding-bottom: 4rem;
    }.lg\:text-left{
        text-align: left;
    }.lg\:text-center{
        text-align: center;
    }.lg\:text-right{
        text-align: right;
    }.lg\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }.lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }.lg\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }.lg\:text-4xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }.lg\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }.lg\:text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }.lg\:text-7xl{
        font-size: 4.5rem;
        line-height: 1;
    }.lg\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }.lg\:leading-\[3rem\]{
        line-height: 3rem;
    }
}@media (min-width: 1280px){.xl\:mr-0{
        margin-right: 0px;
    }.xl\:flex{
        display: flex;
    }.xl\:h-auto{
        height: auto;
    }.xl\:w-1\/6{
        width: 16.666667%;
    }.xl\:flex-\[0_0_45\%\]{
        flex: 0 0 45%;
    }.xl\:p-9{
        padding: 2.25rem;
    }.xl\:px-12{
        padding-left: 3rem;
        padding-right: 3rem;
    }.xl\:pt-64{
        padding-top: 16rem;
    }.xl\:pb-20{
        padding-bottom: 5rem;
    }.xl\:pt-0{
        padding-top: 0px;
    }
}@media (min-width: 1536px){.\32xl\:block{
        display: block;
    }
}

