.mpr-tw-scope .visible {
    visibility: visible
}

.mpr-tw-scope .absolute {
    position: absolute
}

.mpr-tw-scope .relative {
    position: relative
}

.mpr-tw-scope .sticky {
    position: sticky
}

.mpr-tw-scope .inset-0 {
    inset: 0
}

.mpr-tw-scope .top-10 {
    top: 2.5rem
}

.mpr-tw-scope .z-10 {
    z-index: 10
}

.mpr-tw-scope .col-span-1 {
    grid-column: span 1/span 1
}

.mpr-tw-scope .m-0 {
    margin: 0
}

.mpr-tw-scope .m-4 {
    margin: 1rem
}

.mpr-tw-scope .mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mpr-tw-scope .mb-0 {
    margin-bottom: 0
}

.mpr-tw-scope .mb-1 {
    margin-bottom: .25rem
}

.mpr-tw-scope .mb-12 {
    margin-bottom: 3rem
}

.mpr-tw-scope .mb-2 {
    margin-bottom: .5rem
}

.mpr-tw-scope .mb-4 {
    margin-bottom: 1rem
}

.mpr-tw-scope .mb-6 {
    margin-bottom: 1.5rem
}

.mpr-tw-scope .mb-8 {
    margin-bottom: 2rem
}

.mpr-tw-scope .mt-1 {
    margin-top: .25rem
}

.mpr-tw-scope .mt-1\.5 {
    margin-top: .375rem
}

.mpr-tw-scope .mt-2 {
    margin-top: .5rem
}

.mpr-tw-scope .mt-32 {
    margin-top: 8rem
}

.mpr-tw-scope .mt-4 {
    margin-top: 1rem
}

.mpr-tw-scope .mt-6 {
    margin-top: 1.5rem
}

.mpr-tw-scope .mt-8 {
    margin-top: 2rem
}

.mpr-tw-scope .mt-auto {
    margin-top: auto
}

.mpr-tw-scope .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.mpr-tw-scope .block {
    display: block
}

.mpr-tw-scope .inline-block {
    display: inline-block
}

.mpr-tw-scope .flex {
    display: flex
}

.mpr-tw-scope .inline-flex {
    display: inline-flex
}

.mpr-tw-scope .grid {
    display: grid
}

.mpr-tw-scope .hidden {
    display: none
}

.mpr-tw-scope .aspect-\[16\/9\] {
    aspect-ratio: 16/9
}

.mpr-tw-scope .aspect-\[3\/4\] {
    aspect-ratio: 3/4
}

.mpr-tw-scope .aspect-\[4\/3\] {
    aspect-ratio: 4/3
}

.mpr-tw-scope .aspect-\[4\/5\] {
    aspect-ratio: 4/5
}

.mpr-tw-scope .aspect-square {
    aspect-ratio: 1/1
}

.mpr-tw-scope .h-12 {
    height: 3rem
}

.mpr-tw-scope .h-14 {
    height: 3.5rem
}

.mpr-tw-scope .h-\[120px\] {
    height: 120px
}

.mpr-tw-scope .h-full {
    height: 100%
}

.mpr-tw-scope .\!w-full {
    width: 100% !important
}

.mpr-tw-scope .w-10 {
    width: 2.5rem
}

.mpr-tw-scope .w-12 {
    width: 3rem
}

.mpr-tw-scope .w-full {
    width: 100%
}

.mpr-tw-scope .w-max {
    width: -moz-max-content;
    width: max-content
}

.mpr-tw-scope .min-w-\[100px\] {
    min-width: 100px
}

.mpr-tw-scope .max-w-2xl {
    max-width: 42rem
}

.mpr-tw-scope .max-w-7xl {
    max-width: 80rem
}

.mpr-tw-scope .max-w-\[1440px\] {
    max-width: 1440px
}

.mpr-tw-scope .max-w-none {
    max-width: none
}

.mpr-tw-scope .flex-1 {
    flex: 1 1 0%
}

.mpr-tw-scope .flex-shrink {
    flex-shrink: 1
}

.mpr-tw-scope .flex-shrink-0,
.mpr-tw-scope .shrink-0 {
    flex-shrink: 0
}

.mpr-tw-scope .flex-grow {
    flex-grow: 1
}

.mpr-tw-scope .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))
}

.mpr-tw-scope .cursor-pointer {
    cursor: pointer
}

.mpr-tw-scope .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.mpr-tw-scope .flex-col {
    flex-direction: column
}

.mpr-tw-scope .flex-wrap {
    flex-wrap: wrap
}

.mpr-tw-scope .items-start {
    align-items: flex-start
}

.mpr-tw-scope .items-end {
    align-items: flex-end
}

.mpr-tw-scope .items-center {
    align-items: center
}

.mpr-tw-scope .items-baseline {
    align-items: baseline
}

.mpr-tw-scope .justify-end {
    justify-content: flex-end
}

.mpr-tw-scope .justify-center {
    justify-content: center
}

.mpr-tw-scope .justify-between {
    justify-content: space-between
}

.mpr-tw-scope .gap-1 {
    gap: .25rem
}

.mpr-tw-scope .gap-10 {
    gap: 2.5rem
}

.mpr-tw-scope .gap-16 {
    gap: 4rem
}

.mpr-tw-scope .gap-2 {
    gap: .5rem
}

.mpr-tw-scope .gap-3 {
    gap: .75rem
}

.mpr-tw-scope .gap-4 {
    gap: 1rem
}

.mpr-tw-scope .gap-6 {
    gap: 1.5rem
}

.mpr-tw-scope .gap-8 {
    gap: 2rem
}

.mpr-tw-scope :is(.space-y-12>:not([hidden])~:not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem*var(--tw-space-y-reverse))
}

.mpr-tw-scope :is(.space-y-2>:not([hidden])~:not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.mpr-tw-scope :is(.space-y-6>:not([hidden])~:not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse))
}

.mpr-tw-scope :is(.space-y-8>:not([hidden])~:not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse))
}

.mpr-tw-scope .overflow-hidden {
    overflow: hidden
}

.mpr-tw-scope .\!rounded-none {
    border-radius: 0 !important
}

.mpr-tw-scope .rounded-2xl {
    border-radius: 1rem
}

.mpr-tw-scope .rounded-full {
    border-radius: 9999px
}

.mpr-tw-scope .rounded-lg {
    border-radius: 2rem
}

.mpr-tw-scope .rounded-md {
    border-radius: .375rem
}

.mpr-tw-scope .rounded-xl {
    border-radius: 3rem
}

.mpr-tw-scope .\!rounded-l-lg {
    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important
}

.mpr-tw-scope .\!rounded-r-lg {
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important
}

.mpr-tw-scope .rounded-t-xl {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem
}

.mpr-tw-scope .\!border-0 {
    border-width: 0 !important
}

.mpr-tw-scope .border {
    border-width: 1px
}

.mpr-tw-scope .border-0 {
    border-width: 0
}

.mpr-tw-scope .border-y {
    border-top-width: 1px
}

.mpr-tw-scope .border-b,
.mpr-tw-scope .border-y {
    border-bottom-width: 1px
}

.mpr-tw-scope .border-t {
    border-top-width: 1px
}

.mpr-tw-scope .\!border-none {
    border-style: none !important
}

.mpr-tw-scope .border-none {
    border-style: none
}

.mpr-tw-scope .border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246/var(--tw-border-opacity, 1))
}

.mpr-tw-scope .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity, 1))
}

.mpr-tw-scope .border-outline-variant {
    --tw-border-opacity: 1;
    border-color: rgb(193 201 184/var(--tw-border-opacity, 1))
}

.mpr-tw-scope .border-outline-variant\/10 {
    border-color: hsla(88, 14%, 75%, .1)
}

.mpr-tw-scope .border-outline-variant\/30 {
    border-color: hsla(88, 14%, 75%, .3)
}

.mpr-tw-scope .border-surface-variant\/50 {
    border-color: hsla(0, 0%, 89%, .5)
}

.mpr-tw-scope .\!bg-\[\#E8F3E5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(232 243 229/var(--tw-bg-opacity, 1)) !important
}

.mpr-tw-scope .\!bg-transparent {
    background-color: transparent !important
}

.mpr-tw-scope .bg-\[\#5A9943\] {
    --tw-bg-opacity: 1;
    background-color: rgb(90 153 67/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-on-surface {
    --tw-bg-opacity: 1;
    background-color: rgb(26 28 28/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(44 105 24/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-primary-container {
    --tw-bg-opacity: 1;
    background-color: rgb(69 131 48/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-secondary-container {
    --tw-bg-opacity: 1;
    background-color: rgb(214 227 249/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-surface {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-surface-container-low {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 244/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-surface-container-lowest {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .bg-transparent {
    background-color: transparent
}

.mpr-tw-scope .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.mpr-tw-scope .object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.mpr-tw-scope .\!p-0 {
    padding: 0 !important
}

.mpr-tw-scope .p-0 {
    padding: 0
}

.mpr-tw-scope .p-1 {
    padding: .25rem
}

.mpr-tw-scope .p-3 {
    padding: .75rem
}

.mpr-tw-scope .p-4 {
    padding: 1rem
}

.mpr-tw-scope .p-6 {
    padding: 1.5rem
}

.mpr-tw-scope .p-8 {
    padding: 2rem
}

.mpr-tw-scope .px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.mpr-tw-scope .px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.mpr-tw-scope .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.mpr-tw-scope .px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.mpr-tw-scope .py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.mpr-tw-scope .py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.mpr-tw-scope .py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.mpr-tw-scope .py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.mpr-tw-scope .py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.mpr-tw-scope .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.mpr-tw-scope .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.mpr-tw-scope .pb-12 {
    padding-bottom: 3rem
}

.mpr-tw-scope .pb-2 {
    padding-bottom: .5rem
}

.mpr-tw-scope .pb-20 {
    padding-bottom: 5rem
}

.mpr-tw-scope .pb-6 {
    padding-bottom: 1.5rem
}

.mpr-tw-scope .pr-1 {
    padding-right: .25rem
}

.mpr-tw-scope .pr-2 {
    padding-right: .5rem
}

.mpr-tw-scope .pt-10 {
    padding-top: 2.5rem
}

.mpr-tw-scope .pt-20 {
    padding-top: 5rem
}

.mpr-tw-scope .pt-4 {
    padding-top: 1rem
}

.mpr-tw-scope .pt-6 {
    padding-top: 1.5rem
}

.mpr-tw-scope .pt-8 {
    padding-top: 2rem
}

.mpr-tw-scope .text-left {
    text-align: left
}

.mpr-tw-scope .text-center {
    text-align: center
}

.mpr-tw-scope .font-body {
    font-family: Inter, sans-serif
}

.mpr-tw-scope .font-headline {
    font-family: Manrope, sans-serif
}

.mpr-tw-scope .font-label {
    font-family: Inter, sans-serif
}

.mpr-tw-scope .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.mpr-tw-scope .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.mpr-tw-scope .text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.mpr-tw-scope .text-\[10px\] {
    font-size: 10px
}

.mpr-tw-scope .text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.mpr-tw-scope .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.mpr-tw-scope .text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.mpr-tw-scope .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.mpr-tw-scope .text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.mpr-tw-scope .font-bold {
    font-weight: 700
}

.mpr-tw-scope .font-extrabold {
    font-weight: 800
}

.mpr-tw-scope .font-light {
    font-weight: 300
}

.mpr-tw-scope .font-medium {
    font-weight: 500
}

.mpr-tw-scope .font-semibold {
    font-weight: 600
}

.mpr-tw-scope .uppercase {
    text-transform: uppercase
}

.mpr-tw-scope .leading-relaxed {
    line-height: 1.625
}

.mpr-tw-scope .leading-tight {
    line-height: 1.25
}

.mpr-tw-scope .tracking-\[0\.1em\] {
    letter-spacing: .1em
}

.mpr-tw-scope .tracking-\[0\.2em\] {
    letter-spacing: .2em
}

.mpr-tw-scope .tracking-tight {
    letter-spacing: -.025em
}

.mpr-tw-scope .tracking-widest {
    letter-spacing: .1em
}

.mpr-tw-scope .\!text-\[\#5A9943\] {
    --tw-text-opacity: 1 !important;
    color: rgb(90 153 67/var(--tw-text-opacity, 1)) !important
}

.mpr-tw-scope .\!text-on-surface {
    --tw-text-opacity: 1 !important;
    color: rgb(26 28 28/var(--tw-text-opacity, 1)) !important
}

.mpr-tw-scope .\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity, 1)) !important
}

.mpr-tw-scope .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-on-surface {
    --tw-text-opacity: 1;
    color: rgb(26 28 28/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-on-surface-variant {
    --tw-text-opacity: 1;
    color: rgb(65 73 60/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-outline-variant {
    --tw-text-opacity: 1;
    color: rgb(193 201 184/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-primary {
    --tw-text-opacity: 1;
    color: rgb(44 105 24/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-secondary {
    --tw-text-opacity: 1;
    color: rgb(82 95 113/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .text-white\/90 {
    color: hsla(0, 0%, 100%, .9)
}

.mpr-tw-scope .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mpr-tw-scope .opacity-50 {
    opacity: .5
}

.mpr-tw-scope .opacity-60 {
    opacity: .6
}

.mpr-tw-scope .opacity-70 {
    opacity: .7
}

.mpr-tw-scope .opacity-80 {
    opacity: .8
}

.mpr-tw-scope .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.mpr-tw-scope .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.mpr-tw-scope .shadow-lg,
.mpr-tw-scope .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.mpr-tw-scope .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.mpr-tw-scope .shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.mpr-tw-scope .shadow-sm,
.mpr-tw-scope .shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.mpr-tw-scope .shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)
}

.mpr-tw-scope .outline {
    outline-style: solid
}

.mpr-tw-scope .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mpr-tw-scope .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mpr-tw-scope .transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mpr-tw-scope .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mpr-tw-scope .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mpr-tw-scope .transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mpr-tw-scope .duration-300 {
    transition-duration: .3s
}

.mpr-tw-scope .duration-500 {
    transition-duration: .5s
}

.mpr-tw-scope .duration-700 {
    transition-duration: .7s
}

.mpr-tw-scope .hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.mpr-tw-scope .hover\:scale-105:hover,
.mpr-tw-scope .hover\:scale-110:hover {
    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))
}

.mpr-tw-scope .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.mpr-tw-scope .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))
}

.mpr-tw-scope .hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity, 1))
}

.mpr-tw-scope .hover\:\!bg-\[\#5A9943\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(90 153 67/var(--tw-bg-opacity, 1)) !important
}

.mpr-tw-scope .hover\:bg-\[\#4a8037\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(74 128 55/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .hover\:bg-\[\#5A9943\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(90 153 67/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity, 1))
}

.mpr-tw-scope .hover\:\!text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity, 1)) !important
}

.mpr-tw-scope .hover\:text-\[\#5A9943\]:hover {
    --tw-text-opacity: 1;
    color: rgb(90 153 67/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(44 105 24/var(--tw-text-opacity, 1))
}

.mpr-tw-scope .hover\:opacity-90:hover {
    opacity: .9
}

.mpr-tw-scope .hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.mpr-tw-scope .focus\:ring-0:focus {
    --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(var(--tw-ring-offset-width)) var(--tw-ring-color)
}

.mpr-tw-scope .focus\:ring-0:focus,
.mpr-tw-scope .focus\:ring-1:focus {
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.mpr-tw-scope .focus\:ring-1:focus {
    --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)
}

.mpr-tw-scope .focus\:ring-primary\/20:focus {
    --tw-ring-color: rgba(44, 105, 24, .2)
}

.mpr-tw-scope .active\:scale-95:active {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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))
}

.mpr-tw-scope :is(.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))
}

.mpr-tw-scope :is(.group:hover .group-hover\:scale-110) {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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))
}

@media (min-width:640px) {
    .mpr-tw-scope .sm\:w-32 {
        width: 8rem
    }

    .mpr-tw-scope .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .mpr-tw-scope .sm\:flex-row {
        flex-direction: row
    }
}

@media (min-width:768px) {
    .mpr-tw-scope .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .mpr-tw-scope .md\:col-span-8 {
        grid-column: span 8/span 8
    }

    .mpr-tw-scope .md\:mt-0 {
        margin-top: 0
    }

    .mpr-tw-scope .md\:mt-8 {
        margin-top: 2rem
    }

    .mpr-tw-scope .md\:block {
        display: block
    }

    .mpr-tw-scope .md\:aspect-\[16\/9\] {
        aspect-ratio: 16/9
    }

    .mpr-tw-scope .md\:aspect-auto {
        aspect-ratio: auto
    }

    .mpr-tw-scope .md\:aspect-square {
        aspect-ratio: 1/1
    }

    .mpr-tw-scope .md\:h-\[500px\] {
        height: 500px
    }

    .mpr-tw-scope .md\:w-auto {
        width: auto
    }

    .mpr-tw-scope .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .mpr-tw-scope .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .mpr-tw-scope .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .mpr-tw-scope .md\:flex-row {
        flex-direction: row
    }

    .mpr-tw-scope .md\:items-end {
        align-items: flex-end
    }

    .mpr-tw-scope .md\:justify-between {
        justify-content: space-between
    }

    .mpr-tw-scope .md\:gap-10 {
        gap: 2.5rem
    }

    .mpr-tw-scope .md\:rounded-lg {
        border-radius: 2rem
    }

    .mpr-tw-scope .md\:p-10 {
        padding: 2.5rem
    }

    .mpr-tw-scope .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .mpr-tw-scope .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .mpr-tw-scope .md\:text-right {
        text-align: right
    }

    .mpr-tw-scope .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .mpr-tw-scope .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .mpr-tw-scope .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .mpr-tw-scope .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .mpr-tw-scope .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width:1024px) {
    .mpr-tw-scope .lg\:col-span-5 {
        grid-column: span 5/span 5
    }

    .mpr-tw-scope .lg\:col-span-7 {
        grid-column: span 7/span 7
    }

    .mpr-tw-scope .lg\:aspect-\[4\/5\] {
        aspect-ratio: 4/5
    }

    .mpr-tw-scope .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .mpr-tw-scope .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1280px) {
    .mpr-tw-scope .xl\:gap-24 {
        gap: 6rem
    }
}