::-webkit-scrollbar {
    display: none;
}

.fade-up {
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.highlight-text {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(238, 106, 35, 0.3);
    z-index: -1;
    transform: skewX(-10deg);
}



summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0 !important
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

:disabled {
    cursor: default
}


[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    inset: 0px
}

.-bottom-3 {
    bottom: -0.75rem
}

.-left-6 {
    left: -1.5rem
}

.-top-6 {
    top: -1.5rem
}

.bottom-0 {
    bottom: 0px
}

.bottom-10 {
    bottom: 2.5rem
}

.left-0 {
    left: 0px
}

.left-1\/2 {
    left: 50%
}

.left-10 {
    left: 2.5rem
}

.right-0 {
    right: 0px
}

.right-10 {
    right: 2.5rem
}

.top-0 {
    top: 0px
}

.top-10 {
    top: 2.5rem
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}

.mb-1 {
    margin-bottom: 0.25rem!important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}

.mb-12 {
    margin-bottom: 3rem!important;
}

.mb-16 {
    margin-bottom: 4rem!important;
}

.mb-2 {
    margin-bottom: 0.5rem!important;
}

.mb-4 {
    margin-bottom: 1rem!important;
}

.mb-6 {
    margin-bottom: 1.5rem!important;
}

.mb-8 {
    margin-bottom: 2rem!important;
}

.ml-8 {
    margin-left: 2rem!important;
}

.mt-1 {
    margin-top: 0.25rem!important;
}

.mt-12 {
    margin-top: 3rem!important;
}

.mt-4 {
    margin-top: 1rem!important;
}

.mt-6 {
    margin-top: 1.5rem!important;
}

.inline-block {
    display: inline-block!important;
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-10 {
    height: 2.5rem
}

.h-2\/3 {
    height: 66.666667%
}

.h-20 {
    height: 5rem
}

.h-32 {
    height: 8rem
}

.h-40 {
    height: 10rem
}

.h-6 {
    height: 1.5rem
}

.h-\[60px\] {
    height: 60px
}

.h-full {
    height: 100%
}

.h-px {
    height: 1px
}

.min-h-\[80px\] {
    min-height: 80px
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-10 {
    width: 2.5rem
}

.w-32 {
    width: 8rem
}

.w-40 {
    width: 10rem
}

.w-6 {
    width: 1.5rem
}

.w-\[963px\] {
    width: 963px
}

.w-fit {
    width: -moz-fit-content!important;
    width: fit-content !important
}

.w-full {
    width: 100%
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-\[90rem\] {
    max-width: 90rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.-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-1 {
    --tw-rotate: -1deg;
    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-2 {
    --tw-rotate: -2deg;
    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-1 {
    --tw-rotate: 1deg;
    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-45 {
    --tw-rotate: 45deg;
    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-6 {
    --tw-rotate: 6deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

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

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.flex-col {
    flex-direction: column
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-0 {
    gap: 0px
}

.gap-12 {
    gap: 3rem
}

.gap-2 {
    gap: 0.5rem
}

.gap-3 {
    gap: 0.75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

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

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

.rounded-\[50\%\] {
    border-radius: 50%
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: 0.5rem
}

.rounded-xl {
    border-radius: 0.75rem
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-4 {
    border-left-width: 4px
}

.border-r-2 {
    border-right-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
}

.border-navy\/20 {
    border-color: rgb(56 68 89 / 0.2)
}

.border-orange {
    --tw-border-opacity: 1;
    border-color: rgb(238 106 35 / var(--tw-border-opacity, 1))
}

.border-teal {
    --tw-border-opacity: 1;
    border-color: rgb(73 174 187 / var(--tw-border-opacity, 1))
}

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

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1)
}

.bg-cream {
    --tw-bg-opacity: 1;
    background-color: rgb(245 243 240 / var(--tw-bg-opacity, 1))
}

.bg-navy {
    --tw-bg-opacity: 1;
    background-color: rgb(56 68 89 / var(--tw-bg-opacity, 1))
}

.bg-navy\/10 {
    background-color: rgb(56 68 89 / 0.1)
}

.bg-navy\/5 {
    background-color: rgb(56 68 89 / 0.05)
}

.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(238 106 35 / var(--tw-bg-opacity, 1))
}

.bg-orange\/10 {
    background-color: rgb(238 106 35 / 0.1)
}

.bg-orange\/5 {
    background-color: rgb(238 106 35 / 0.05)
}

.bg-teal {
    --tw-bg-opacity: 1;
    background-color: rgb(73 174 187 / var(--tw-bg-opacity, 1))
}

.bg-teal\/10 {
    background-color: rgb(73 174 187 / 0.1)
}

.bg-teal\/5 {
    background-color: rgb(73 174 187 / 0.05)
}

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

.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1)
}

.bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9)
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.from-orange\/10 {
    --tw-gradient-from: rgb(238 106 35 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(238 106 35 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-orange\/20 {
    --tw-gradient-from: rgb(238 106 35 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(238 106 35 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-white\/20 {
    --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-teal\/10 {
    --tw-gradient-to: rgb(73 174 187 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 174 187 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-orange\/10 {
    --tw-gradient-to: rgb(238 106 35 / 0.1) var(--tw-gradient-to-position)
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.object-cover {
    object-fit: cover
}




#founder-quote-section .relative:nth-child(2) .absolute.-bottom-3 {
    top: 67px;
}

#founder-quote-section .relative:nth-child(1) .absolute.-bottom-3 {
    top: 67px;
}



@media screen and (min-width: 1257px) {
    .case-2-cards li > div {
    border-radius: 48px !important;
}
}

@media screen and (max-width: 1256px) {
    .case-2-cards li > div {
    border-radius: 48px !important;
}
}

.relative:nth-child(3) .absolute.-bottom-3 {
        top: 76px !important;
}

#founder-quote-section .relative.group:nth-child(1) > div {
    background-color: #fff5f0;
}
#founder-quote-section .relative.group:nth-child(2) > div {
    background-color: #edf6f8;
}

#founder-quote-section .relative.group:nth-child(3) > div {
    background-color: #fff5f0;
}


@media screen and (min-width: 1257px) {
    .subheading-text {
        max-width: 50%;
    }
}

img.chefs-hat {
    max-width: 60px;
}