.popup-content {
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: auto;
    padding: 5px;
    width: 50%
}

[role=tooltip].popup-content {
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .16);
    width: 200px
}

.popup-overlay {
    background: rgba(0, 0, 0, .5)
}

[data-popup=tooltip].popup-overlay {
    background: 0 0
}

.popup-arrow {
    stroke-width: 2px;
    stroke: #d7d7d7;
    stroke-dasharray: 30px;
    stroke-dashoffset: -54px;
    bottom: 0;
    color: #fff;
    filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, .16));
    left: 0;
    right: 0;
    top: 0
}

*,
:after,
:before {
    border: 0 solid #e8e8e8;
    box-sizing: border-box
}

body {
    text-rendering: optimizeSpeed;
    margin: 0;
    min-height: 100vh;
    padding: 0
}

strong {
    font-weight: 700
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

button,
input,
select,
textarea {
    font: inherit
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --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:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --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:
}

@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:1440px) {
    .container {
        max-width: 1440px
    }
}

@media(min-width:1600px) {
    .container {
        max-width: 1600px
    }
}

.prose {
    color: #3b3c3d;
    font-size: 16px;
    line-height: 1.5
}

.prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 1em
}

.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
    text-decoration: underline;
    text-decoration-color: #005eb8;
    text-underline-offset: 2px;
    transition: color .12s ease-in-out
}

.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)):hover {
    color: #005eb8
}

.prose :where(ul, ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin: 0 0 1em
}

.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 10px
}

@media(max-width:1023px) {
    .prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin: 0 0 8px
    }
}

.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) ol,
.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) ul {
    margin-top: 10px
}

@media(max-width:1023px) {

    .prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) ol,
    .prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) ul {
        margin-top: 8px
    }
}

.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
    list-style-type: none;
    padding: 0
}

.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *))>li {
    padding: 0 0 0 18px;
    position: relative
}

.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *))>li:before {
    background: #005eb8;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: calc(.75em - 4px);
    width: 8px
}

.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding: 0 0 0 18px
}

.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *))>li {
    padding: 0
}

.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *))>li:before {
    display: none !important
}

.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
    display: inline-block;
    font-size: inherit;
    margin-top: -.25em;
    vertical-align: middle
}

.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
    font-weight: 700
}

.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
    border-color: #e5e7eb;
    border-top-width: 1px;
    margin-bottom: 16px
}

.prose :where(:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin-bottom: 0 !important
}

.prose-sm {
    font-size: 14px;
    line-height: 1.7
}

.prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
    margin: 0 0 8px
}

@media(max-width:1023px) {
    .prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
        margin: 0 0 6px
    }
}

.prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) ol,
.prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) ul {
    margin-top: 8px
}

@media(max-width:1023px) {

    .prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) ol,
    .prose-sm :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) ul {
        margin-top: 6px
    }
}

.prose-sm :where(ul):not(:where([class~=not-prose], [class~=not-prose] *))>li {
    padding: 0 0 0 16px
}

.prose-sm :where(ul):not(:where([class~=not-prose], [class~=not-prose] *))>li:before {
    height: 6px;
    top: calc(.85em - 3px);
    width: 6px
}

.prose-sm :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding: 0 0 0 16px
}

.prose-lg {
    font-size: 18px;
    line-height: 1.78
}

.prose-lg :where(ul):not(:where([class~=not-prose], [class~=not-prose] *))>li {
    padding: 0 0 0 20px
}

.prose-lg :where(ul):not(:where([class~=not-prose], [class~=not-prose] *))>li:before {
    top: calc(.89em - 4px)
}

.prose-lg :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
    padding: 0 0 0 20px
}

@media(max-width:1439px) {
    .prose {
        font-size: 15px
    }
}

@media(max-width:1279px) {
    .prose {
        font-size: 14px
    }
}

@media(max-width:1023px) {
    .prose {
        font-size: 13px
    }
}

@media(max-width:1439px) {
    .prose-sm {
        font-size: 14px
    }
}

@media(max-width:1279px) {
    .prose-sm {
        font-size: 13px
    }
}

@media(max-width:1023px) {
    .prose-sm {
        font-size: 12px
    }
}

@media(max-width:1439px) {
    .prose-lg {
        font-size: 16px
    }
}

@media(max-width:1279px) {
    .prose-lg {
        font-size: 16px
    }
}

@media(max-width:1023px) {
    .prose-lg {
        font-size: 15px
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1368px;
    width: 100%
}

@media(max-width:1599px) {
    .container {
        max-width: calc(100vw - 270px)
    }
}

@media(max-width:1439px) {
    .container {
        max-width: 1170px
    }
}

@media(max-width:1223px) {
    .container {
        max-width: calc(100vw - 54px)
    }
}

@media(max-width:1023px) {
    .container {
        max-width: calc(100vw - 32px)
    }
}

.text-truncate-scroll {
    text-overflow: ellipsis
}

.sr-only,
.text-truncate-scroll {
    overflow: hidden;
    white-space: nowrap
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.\!left-\[52\%\] {
    left: 52% !important
}

.-bottom-10 {
    bottom: -10px
}

.-right-52 {
    right: -52px
}

.bottom-0 {
    bottom: 0
}

.bottom-16 {
    bottom: 16px
}

.bottom-4 {
    bottom: 4px
}

.left-0 {
    left: 0
}

.left-12 {
    left: 12px
}

.left-\[47\%\] {
    left: 47%
}

.left-\[7\%\] {
    left: 7%
}

.right-0 {
    right: 0
}

.right-12 {
    right: 12px
}

.right-14 {
    right: 14px
}

.right-16 {
    right: 16px
}

.right-24 {
    right: 24px
}

.right-30 {
    right: 30px
}

.right-38 {
    right: 38px
}

.right-5 {
    right: 5px
}

.right-\[-3px\] {
    right: -3px
}

.right-\[7\%\] {
    right: 7%
}

.top-0 {
    top: 0
}

.top-1 {
    top: 1px
}

.top-1\/2 {
    top: 50%
}

.top-12 {
    top: 12px
}

.top-16 {
    top: 16px
}

.top-28 {
    top: 28px
}

.top-5 {
    top: 5px
}

.top-6 {
    top: 6px
}

.top-8 {
    top: 8px
}

.top-\[53\%\] {
    top: 53%
}

.top-\[calc\(50\%-4px\)\] {
    top: calc(50% - 4px)
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-40 {
    z-index: 40
}

.z-\[999\] {
    z-index: 999
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.m-0 {
    margin: 0
}

.\!ml-0 {
    margin-left: 0 !important
}

.\!mr-0 {
    margin-right: 0 !important
}

.\!mr-16 {
    margin-right: 16px !important
}

.\!mt-8 {
    margin-top: 8px !important
}

.-mb-12 {
    margin-bottom: -12px
}

.-mb-16 {
    margin-bottom: -16px
}

.-mb-32 {
    margin-bottom: -32px
}

.-mr-32 {
    margin-right: -32px
}

.mb-0 {
    margin-bottom: 0
}

.mb-10 {
    margin-bottom: 10px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-8 {
    margin-bottom: 8px
}

.ml-12 {
    margin-left: 12px
}

.ml-16 {
    margin-left: 16px
}

.ml-24 {
    margin-left: 24px
}

.ml-4 {
    margin-left: 4px
}

.ml-8 {
    margin-left: 8px
}

.ml-\[8\%\] {
    margin-left: 8%
}

.ml-auto {
    margin-left: auto
}

.mr-12 {
    margin-right: 12px
}

.mr-16 {
    margin-right: 16px
}

.mr-20 {
    margin-right: 20px
}

.mr-32 {
    margin-right: 32px
}

.mr-6 {
    margin-right: 6px
}

.mr-64 {
    margin-right: 64px
}

.mr-8 {
    margin-right: 8px
}

.mr-96 {
    margin-right: 96px
}

.mr-\[110px\] {
    margin-right: 110px
}

.mt-10 {
    margin-top: 10px
}

.mt-16 {
    margin-top: 16px
}

.mt-17 {
    margin-top: 17px
}

.mt-2 {
    margin-top: 2px
}

.mt-20 {
    margin-top: 20px
}

.mt-24 {
    margin-top: 24px
}

.mt-28 {
    margin-top: 28px
}

.mt-32 {
    margin-top: 32px
}

.mt-4 {
    margin-top: 4px
}

.mt-40 {
    margin-top: 40px
}

.mt-44 {
    margin-top: 44px
}

.mt-48 {
    margin-top: 48px
}

.mt-72 {
    margin-top: 72px
}

.mt-8 {
    margin-top: 8px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.\!flex {
    display: flex !important
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.size-24 {
    height: 24px;
    width: 24px
}

.h-0 {
    height: 0
}

.h-10 {
    height: 10px
}

.h-12 {
    height: 12px
}

.h-16 {
    height: 16px
}

.h-18 {
    height: 18px
}

.h-20 {
    height: 20px
}

.h-24 {
    height: 24px
}

.h-34 {
    height: 34px
}

.h-36 {
    height: 36px
}

.h-48 {
    height: 48px
}

.h-6 {
    height: 6px
}

.h-60 {
    height: 60px
}

.h-64 {
    height: 64px
}

.h-8 {
    height: 8px
}

.h-96 {
    height: 96px
}

.h-\[37px\] {
    height: 37px
}

.h-\[440px\] {
    height: 440px
}

.h-\[500px\] {
    height: 500px
}

.h-\[55px\] {
    height: 55px
}

.h-\[70px\] {
    height: 70px
}

.h-\[74px\] {
    height: 74px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.max-h-28 {
    max-height: 28px
}

.max-h-34 {
    max-height: 34px
}

.max-h-\[368px\] {
    max-height: 368px
}

.max-h-\[90vh\] {
    max-height: 90vh
}

.min-h-52 {
    min-height: 52px
}

.min-h-60 {
    min-height: 60px
}

.min-h-\[460px\] {
    min-height: 460px
}

.\!w-\[244px\] {
    width: 244px !important
}

.w-0 {
    width: 0
}

.w-1\/4 {
    width: 25%
}

.w-12 {
    width: 12px
}

.w-120 {
    width: 120px
}

.w-16 {
    width: 16px
}

.w-18 {
    width: 18px
}

.w-20 {
    width: 20px
}

.w-24 {
    width: 24px
}

.w-3\/4 {
    width: 75%
}

.w-36 {
    width: 36px
}

.w-4\/12 {
    width: 33.333333%
}

.w-48 {
    width: 48px
}

.w-6 {
    width: 6px
}

.w-60 {
    width: 60px
}

.w-64 {
    width: 64px
}

.w-68 {
    width: 68px
}

.w-96 {
    width: 96px
}

.w-\[101px\] {
    width: 101px
}

.w-\[148px\] {
    width: 148px
}

.w-\[178px\] {
    width: 178px
}

.w-\[210px\] {
    width: 210px
}

.w-\[300px\] {
    width: 300px
}

.w-\[360px\] {
    width: 360px
}

.w-\[620px\] {
    width: 620px
}

.w-\[720px\] {
    width: 720px
}

.w-auto {
    width: auto
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.max-w-28 {
    max-width: 28px
}

.max-w-34 {
    max-width: 34px
}

.max-w-\[150px\] {
    max-width: 150px
}

.max-w-\[256px\] {
    max-width: 256px
}

.max-w-\[320px\] {
    max-width: 320px
}

.max-w-\[360px\] {
    max-width: 360px
}

.max-w-\[43\%\] {
    max-width: 43%
}

.max-w-\[450px\] {
    max-width: 450px
}

.max-w-\[93vw\] {
    max-width: 93vw
}

.max-w-\[calc\(25\%-6px\)\] {
    max-width: calc(25% - 6px)
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[25\%\] {
    flex: 25%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-none {
    flex: none
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-rotate-180,
.-translate-y-1\/2 {
    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
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.-rotate-90,
.rotate-3 {
    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-3 {
    --tw-rotate: 3deg
}

.rotate-45 {
    --tw-rotate: 45deg
}

.rotate-45,
.rotate-90 {
    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-90 {
    --tw-rotate: 90deg
}

.-scale-x-100 {
    --tw-scale-x: -1
}

.-scale-x-100,
.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(.4, 0, .6, 1) infinite
}

.cursor-grab {
    cursor: grab
}

.cursor-help {
    cursor: help
}

.cursor-pointer {
    cursor: pointer
}

.select-none {
    -webkit-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.\!flex-col {
    flex-direction: column !important
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.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-8 {
    gap: 8px
}

.space-y-12>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(12px*var(--tw-space-y-reverse));
    margin-top: calc(12px*(1 - var(--tw-space-y-reverse)))
}

.space-y-16>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(16px*var(--tw-space-y-reverse));
    margin-top: calc(16px*(1 - var(--tw-space-y-reverse)))
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)))
}

.divide-gray-200>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(232 232 232/var(--tw-divide-opacity))
}

.\!self-auto {
    align-self: auto !important
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden,
.truncate {
    overflow: hidden
}

.truncate {
    text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap
}

.\!rounded-3 {
    border-radius: 3px !important
}

.rounded-1 {
    border-radius: 1px
}

.rounded-2 {
    border-radius: 2px
}

.rounded-3 {
    border-radius: 3px
}

.rounded-4 {
    border-radius: 4px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-tl-none {
    border-top-left-radius: 0
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-x {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-dashed {
    border-style: dashed
}

.\!border-\[\#c6d6e3\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(198 214 227/var(--tw-border-opacity)) !important
}

.\!border-\[\#ebf7ff\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(235 247 255/var(--tw-border-opacity)) !important
}

.border-\[\#1e91ff\] {
    --tw-border-opacity: 1;
    border-color: rgb(30 145 255/var(--tw-border-opacity))
}

.border-\[\#98c4ee\] {
    --tw-border-opacity: 1;
    border-color: rgb(152 196 238/var(--tw-border-opacity))
}

.border-\[\#a1a1a1\] {
    --tw-border-opacity: 1;
    border-color: rgb(161 161 161/var(--tw-border-opacity))
}

.border-\[\#c6d6e3\] {
    --tw-border-opacity: 1;
    border-color: rgb(198 214 227/var(--tw-border-opacity))
}

.border-\[\#f6f8f9\] {
    --tw-border-opacity: 1;
    border-color: rgb(246 248 249/var(--tw-border-opacity))
}

.border-blue {
    --tw-border-opacity: 1;
    border-color: rgb(0 94 184/var(--tw-border-opacity))
}

.border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgb(187 213 238/var(--tw-border-opacity))
}

.border-transparent {
    border-color: transparent
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-b-blue-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 242 254/var(--tw-border-opacity))
}

.\!bg-\[\#ebf7ff\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(235 247 255/var(--tw-bg-opacity)) !important
}

.\!bg-transparent {
    background-color: transparent !important
}

.\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important
}

.bg-\[\#fcfcfd\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 253/var(--tw-bg-opacity))
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184/var(--tw-bg-opacity))
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 250 255/var(--tw-bg-opacity))
}

.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 242 254/var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 232 232/var(--tw-bg-opacity))
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(186 186 186/var(--tw-bg-opacity))
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 113/var(--tw-bg-opacity))
}

.bg-gray-900\/30 {
    background-color: hsla(0, 0%, 7%, .3)
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 213 70/var(--tw-bg-opacity))
}

.bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 236 171/var(--tw-bg-opacity))
}

.bg-opacity-10 {
    --tw-bg-opacity: 0.1
}

.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))
}

.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.bg-contain {
    background-size: contain
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: 50%
}

.bg-left {
    background-position: 0
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.object-contain {
    object-fit: contain
}

.object-cover {
    object-fit: cover
}

.object-bottom {
    object-position: bottom
}

.object-left {
    object-position: left
}

.\!p-0 {
    padding: 0 !important
}

.\!p-12 {
    padding: 12px !important
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-12 {
    padding: 12px
}

.p-24 {
    padding: 24px
}

.p-32 {
    padding: 32px
}

.\!px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.\!py-3 {
    padding-bottom: 3px !important;
    padding-top: 3px !important
}

.px-12 {
    padding-left: 12px;
    padding-right: 12px
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px
}

.px-32 {
    padding-left: 32px;
    padding-right: 32px
}

.px-68 {
    padding-left: 68px;
    padding-right: 68px
}

.px-72 {
    padding-left: 72px;
    padding-right: 72px
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px
}

.px-\[31px\] {
    padding-left: 31px;
    padding-right: 31px
}

.py-11 {
    padding-bottom: 11px;
    padding-top: 11px
}

.py-12 {
    padding-bottom: 12px;
    padding-top: 12px
}

.py-14 {
    padding-bottom: 14px;
    padding-top: 14px
}

.py-2 {
    padding-bottom: 2px;
    padding-top: 2px
}

.py-20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.py-24 {
    padding-bottom: 24px;
    padding-top: 24px
}

.py-3 {
    padding-bottom: 3px;
    padding-top: 3px
}

.py-32 {
    padding-bottom: 32px;
    padding-top: 32px
}

.py-4 {
    padding-bottom: 4px;
    padding-top: 4px
}

.py-40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.py-6 {
    padding-bottom: 6px;
    padding-top: 6px
}

.py-7 {
    padding-bottom: 7px;
    padding-top: 7px
}

.py-8 {
    padding-bottom: 8px;
    padding-top: 8px
}

.py-\[84px\] {
    padding-bottom: 84px;
    padding-top: 84px
}

.\!pt-44 {
    padding-top: 44px !important
}

.pb-12 {
    padding-bottom: 12px
}

.pb-2 {
    padding-bottom: 2px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-4 {
    padding-bottom: 4px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-6 {
    padding-bottom: 6px
}

.pb-\[74px\] {
    padding-bottom: 74px
}

.pl-10 {
    padding-left: 10px
}

.pl-12 {
    padding-left: 12px
}

.pl-16 {
    padding-left: 16px
}

.pl-24 {
    padding-left: 24px
}

.pl-30 {
    padding-left: 30px
}

.pl-32 {
    padding-left: 32px
}

.pl-\[42px\] {
    padding-left: 42px
}

.pr-30 {
    padding-right: 30px
}

.pr-34 {
    padding-right: 34px
}

.pr-36 {
    padding-right: 36px
}

.pr-44 {
    padding-right: 44px
}

.pr-56 {
    padding-right: 56px
}

.pr-64 {
    padding-right: 64px
}

.pr-8 {
    padding-right: 8px
}

.pr-\[156px\] {
    padding-right: 156px
}

.pr-\[66px\] {
    padding-right: 66px
}

.pt-10 {
    padding-top: 10px
}

.pt-12 {
    padding-top: 12px
}

.pt-16 {
    padding-top: 16px
}

.pt-20 {
    padding-top: 20px
}

.pt-4 {
    padding-top: 4px
}

.pt-8 {
    padding-top: 8px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-sumana {
    font-family: Sumana, ui-serif, Georgia, Cambria, Times New Roman, Times, serif
}

.text-10 {
    font-size: 10px
}

.text-12 {
    font-size: 12px
}

.text-13 {
    font-size: 13px
}

.text-14 {
    font-size: 14px
}

.text-16 {
    font-size: 16px
}

.text-18 {
    font-size: 18px
}

.text-20 {
    font-size: 20px
}

.text-24 {
    font-size: 24px
}

.text-36 {
    font-size: 36px
}

.text-48 {
    font-size: 48px
}

.text-9 {
    font-size: 9px
}

.text-\[0\] {
    font-size: 0
}

.\!font-bold {
    font-weight: 700 !important
}

.font-bold {
    font-weight: 700
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.leading-113 {
    line-height: 1.13
}

.leading-128 {
    line-height: 1.28
}

.leading-150 {
    line-height: 1.5
}

.leading-170 {
    line-height: 1.7
}

.leading-178 {
    line-height: 1.78
}

.leading-normal {
    line-height: normal
}

.\!text-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(0 94 184/var(--tw-text-opacity)) !important
}

.text-\[\#77b3ea\] {
    --tw-text-opacity: 1;
    color: rgb(119 179 234/var(--tw-text-opacity))
}

.text-\[\#a1a1a1\] {
    --tw-text-opacity: 1;
    color: rgb(161 161 161/var(--tw-text-opacity))
}

.text-blue {
    --tw-text-opacity: 1;
    color: rgb(0 94 184/var(--tw-text-opacity))
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(0 68 132/var(--tw-text-opacity))
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(25 61 95/var(--tw-text-opacity))
}

.text-gray {
    --tw-text-opacity: 1;
    color: rgb(59 60 61/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(113 113 113/var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(34 34 34/var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.text-iron-700 {
    --tw-text-opacity: 1;
    color: rgb(70 72 73/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.no-underline {
    text-decoration-line: none
}

.decoration-gray {
    text-decoration-color: #3b3c3d
}

.caret-blue {
    caret-color: #005eb8
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-50 {
    opacity: .5
}

.opacity-90 {
    opacity: .9
}

.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)
}

.shadow-lg,
.shadow-none {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

.outline-0 {
    outline-width: 0
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.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 {
    transition-duration: .15s;
    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-\[background-color\] {
    transition-duration: .15s;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-opacity {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-200 {
    transition-duration: .2s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.filter-ocean-blue {
    filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(7349%) hue-rotate(200deg) brightness(96%) contrast(101%)
}

.shadow-around {
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)
}

.\*\:absolute>* {
    position: absolute
}

.\*\:m-0>* {
    margin: 0
}

.\*\:block>* {
    display: block
}

.\*\:h-full>* {
    height: 100%
}

.\*\:max-h-full>* {
    max-height: 100%
}

.\*\:w-full>* {
    width: 100%
}

.\*\:max-w-full>* {
    max-width: 100%
}

.\*\:rounded-full>* {
    border-radius: 9999px
}

.\*\:text-16>* {
    font-size: 16px
}

.\*\:leading-150>* {
    line-height: 1.5
}

.\*\:leading-170>* {
    line-height: 1.7
}

.placeholder\:text-\[\#a1a1a1\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(161 161 161/var(--tw-text-opacity))
}

.after\:hidden:after,
.before\:hidden:before {
    content: var(--tw-content);
    display: none
}

.first\:\!ml-0:first-child {
    margin-left: 0 !important
}

.first\:\!mt-0:first-child {
    margin-top: 0 !important
}

.first\:ml-0:first-child {
    margin-left: 0
}

.first\:mt-0:first-child {
    margin-top: 0
}

.first\:border-0:first-child {
    border-width: 0
}

.first\:\!border-l-0:first-child {
    border-left-width: 0 !important
}

.first\:\!pl-0:first-child {
    padding-left: 0 !important
}

.first\:pl-0:first-child {
    padding-left: 0
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.last\:border-l:last-child {
    border-left-width: 1px
}

.last\:border-l-blue-300:last-child {
    --tw-border-opacity: 1;
    border-left-color: rgb(187 213 238/var(--tw-border-opacity))
}

.hover\:cursor-help:hover {
    cursor: help
}

.hover\:overflow-visible:hover {
    overflow: visible
}

.hover\:border-\[\#ebf7ff\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(235 247 255/var(--tw-border-opacity))
}

.hover\:border-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 94 184/var(--tw-border-opacity))
}

.hover\:bg-\[\#ebf7ff\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(235 247 255/var(--tw-bg-opacity))
}

.hover\:bg-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 94 184/var(--tw-bg-opacity))
}

.hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 250 255/var(--tw-bg-opacity))
}

.hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 242 254/var(--tw-bg-opacity))
}

.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 68 132/var(--tw-bg-opacity))
}

.hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 236/var(--tw-bg-opacity))
}

.hover\:text-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(0 94 184/var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.hover\:decoration-blue:hover {
    text-decoration-color: #005eb8
}

.hover\:filter-ocean-blue:hover {
    filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(7349%) hue-rotate(200deg) brightness(96%) contrast(101%)
}

.focus\:\!border-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 94 184/var(--tw-border-opacity)) !important
}

.active\:cursor-grabbing:active {
    cursor: grabbing
}

.group:hover .group-hover\:text-blue {
    --tw-text-opacity: 1;
    color: rgb(0 94 184/var(--tw-text-opacity))
}

.group:hover .group-hover\:underline {
    text-decoration-line: underline
}

.group:hover .group-hover\:opacity-100,
.group\/link:hover .group-hover\/link\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:filter-ocean-blue {
    filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(7349%) hue-rotate(200deg) brightness(96%) contrast(101%)
}

.group:active .group-active\:cursor-grabbing {
    cursor: grabbing
}

.group:active .group-active\:bg-transparent {
    background-color: transparent
}

.group:active .group-active\:text-blue {
    --tw-text-opacity: 1;
    color: rgb(0 94 184/var(--tw-text-opacity))
}

.group:active .group-active\:opacity-40 {
    opacity: .4
}

.group.tws-second .group-\[\.tws-second\]\:relative {
    position: relative
}

.group.tws-second .group-\[\.tws-second\]\:z-10 {
    z-index: 10
}

.group.tws-second .group-\[\.tws-second\]\:inline-block {
    display: inline-block
}

.group.tws-second .group-\[\.tws-second\]\:h-\[36px\] {
    height: 36px
}

.group.tws-second .group-\[\.tws-second\]\:w-\[36px\] {
    width: 36px
}

.group.tws-second .group-\[\.tws-second\]\:align-top {
    vertical-align: top
}

.group.tws-second .group-\[\.tws-second\]\:last\:z-0:last-child {
    z-index: 0
}

.group.tws-second .group-\[\.tws-second\]\:last\:ml-\[-8px\]:last-child {
    margin-left: -8px
}

.peer:placeholder-shown~.peer-placeholder-shown\:pointer-events-none {
    pointer-events: none
}

.peer:placeholder-shown~.peer-placeholder-shown\:opacity-30 {
    opacity: .3
}

.peer.swiper-initialized~.peer-\[\.swiper-initialized\]\:flex {
    display: flex
}

.peer.swiper-navigation-disabled~.peer-\[\.swiper-navigation-disabled\]\:hidden {
    display: none
}

.prose-p\:mb-4 :is(:where(p):not(:where([class~=not-prose], [class~=not-prose] *))) {
    margin-bottom: 4px
}

.prose-a\:decoration-white :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))) {
    text-decoration-color: #fff
}

.hover\:prose-a\:text-white :is(:where(a):not(:where([class~=not-prose], [class~=not-prose] *))):hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media(min-width:768px) {
    .min-768\:block {
        display: block
    }

    .min-768\:hidden {
        display: none
    }

    .min-768\:flex-row {
        flex-direction: row
    }

    .min-768\:items-stretch {
        align-items: stretch
    }

    .min-768\:self-end {
        align-self: flex-end
    }
}

@media(max-width:1599px) {
    .max-1599\:mb-24 {
        margin-bottom: 24px
    }

    .max-1599\:mr-30 {
        margin-right: 30px
    }

    .max-1599\:mt-16 {
        margin-top: 16px
    }

    .max-1599\:mt-18 {
        margin-top: 18px
    }

    .max-1599\:mt-4 {
        margin-top: 4px
    }

    .max-1599\:w-\[146px\] {
        width: 146px
    }

    .max-1599\:px-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .max-1599\:px-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .max-1599\:py-24 {
        padding-bottom: 24px;
        padding-top: 24px
    }

    .max-1599\:pb-18 {
        padding-bottom: 18px
    }

    .max-1599\:pl-0 {
        padding-left: 0
    }

    .max-1599\:text-16 {
        font-size: 16px
    }

    .max-1599\:text-22 {
        font-size: 22px
    }

    .max-1599\:text-32 {
        font-size: 32px
    }
}

@media(max-width:1439px) {
    .max-1439\:mb-16 {
        margin-bottom: 16px
    }

    .max-1439\:mr-56 {
        margin-right: 56px
    }

    .max-1439\:mt-24 {
        margin-top: 24px
    }

    .max-1439\:mt-56 {
        margin-top: 56px
    }

    .max-1439\:h-88 {
        height: 88px
    }

    .max-1439\:w-88 {
        width: 88px
    }

    .max-1439\:px-28 {
        padding-left: 28px;
        padding-right: 28px
    }

    .max-1439\:px-\[27px\] {
        padding-left: 27px;
        padding-right: 27px
    }

    .max-1439\:text-16 {
        font-size: 16px
    }

    .max-1439\:text-18 {
        font-size: 18px
    }

    .max-1439\:text-22 {
        font-size: 22px
    }

    .max-1439\:text-40 {
        font-size: 40px
    }
}

@media(max-width:1279px) {
    .max-1279\:left-12 {
        left: 12px
    }

    .max-1279\:left-8 {
        left: 8px
    }

    .max-1279\:left-\[48\%\] {
        left: 48%
    }

    .max-1279\:-mr-24 {
        margin-right: -24px
    }

    .max-1279\:mb-10 {
        margin-bottom: 10px
    }

    .max-1279\:ml-12 {
        margin-left: 12px
    }

    .max-1279\:ml-8 {
        margin-left: 8px
    }

    .max-1279\:mr-24 {
        margin-right: 24px
    }

    .max-1279\:mr-40 {
        margin-right: 40px
    }

    .max-1279\:mt-0 {
        margin-top: 0
    }

    .max-1279\:mt-16 {
        margin-top: 16px
    }

    .max-1279\:mt-26 {
        margin-top: 26px
    }

    .max-1279\:mt-32 {
        margin-top: 32px
    }

    .max-1279\:mt-40 {
        margin-top: 40px
    }

    .max-1279\:h-16 {
        height: 16px
    }

    .max-1279\:h-20 {
        height: 20px
    }

    .max-1279\:h-48 {
        height: 48px
    }

    .max-1279\:h-80 {
        height: 80px
    }

    .max-1279\:h-\[345px\] {
        height: 345px
    }

    .max-1279\:min-h-48 {
        min-height: 48px
    }

    .max-1279\:min-h-\[366px\] {
        min-height: 366px
    }

    .max-1279\:w-16 {
        width: 16px
    }

    .max-1279\:w-20 {
        width: 20px
    }

    .max-1279\:w-48 {
        width: 48px
    }

    .max-1279\:w-80 {
        width: 80px
    }

    .max-1279\:w-\[195px\] {
        width: 195px
    }

    .max-1279\:w-\[486px\] {
        width: 486px
    }

    .max-1279\:max-w-\[300px\] {
        max-width: 300px
    }

    .max-1279\:max-w-\[45\%\] {
        max-width: 45%
    }

    .max-1279\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .max-1279\:px-24 {
        padding-left: 24px;
        padding-right: 24px
    }

    .max-1279\:px-\[23px\] {
        padding-left: 23px;
        padding-right: 23px
    }

    .max-1279\:py-10 {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .max-1279\:py-11 {
        padding-bottom: 11px;
        padding-top: 11px
    }

    .max-1279\:py-40 {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .max-1279\:py-\[54px\] {
        padding-bottom: 54px;
        padding-top: 54px
    }

    .max-1279\:text-15 {
        font-size: 15px
    }

    .max-1279\:text-16 {
        font-size: 16px
    }

    .max-1279\:text-18 {
        font-size: 18px
    }

    .max-1279\:text-20 {
        font-size: 20px
    }

    .max-1279\:text-30 {
        font-size: 30px
    }

    .max-1279\:text-36 {
        font-size: 36px
    }
}

@media(min-width:768px) {
    @media(max-width:1279px) {
        .min-768\:max-1279\:top-0 {
            top: 0
        }

        .min-768\:max-1279\:mr-0 {
            margin-right: 0
        }

        .min-768\:max-1279\:mt-0 {
            margin-top: 0
        }

        .min-768\:max-1279\:block {
            display: block
        }

        .min-768\:max-1279\:hidden {
            display: none
        }

        .min-768\:max-1279\:flex-row {
            flex-direction: row
        }

        .min-768\:max-1279\:items-stretch {
            align-items: stretch
        }

        .min-768\:max-1279\:self-end {
            align-self: flex-end
        }
    }
}

@media(max-width:1023px) {
    .max-1023\:-right-16 {
        right: -16px
    }

    .max-1023\:left-8 {
        left: 8px
    }

    .max-1023\:left-\[47\%\] {
        left: 47%
    }

    .max-1023\:mb-12 {
        margin-bottom: 12px
    }

    .max-1023\:ml-8 {
        margin-left: 8px
    }

    .max-1023\:ml-\[5\%\] {
        margin-left: 5%
    }

    .max-1023\:mr-16 {
        margin-right: 16px
    }

    .max-1023\:mr-32 {
        margin-right: 32px
    }

    .max-1023\:mt-32 {
        margin-top: 32px
    }

    .max-1023\:h-\[320px\] {
        height: 320px
    }

    .max-1023\:min-h-\[338px\] {
        min-height: 338px
    }

    .max-1023\:w-\[146px\] {
        width: 146px
    }

    .max-1023\:w-\[451px\] {
        width: 451px
    }

    .max-1023\:max-w-\[49\%\] {
        max-width: 49%
    }

    .max-1023\:flex-wrap {
        flex-wrap: wrap
    }

    .max-1023\:p-16 {
        padding: 16px
    }

    .max-1023\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .max-1023\:px-16 {
        padding-left: 16px;
        padding-right: 16px
    }

    .max-1023\:py-10 {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .max-1023\:py-52 {
        padding-bottom: 52px;
        padding-top: 52px
    }

    .max-1023\:py-9 {
        padding-bottom: 9px;
        padding-top: 9px
    }

    .max-1023\:pl-28 {
        padding-left: 28px
    }

    .max-1023\:pl-\[42px\] {
        padding-left: 42px
    }

    .max-1023\:pr-24 {
        padding-right: 24px
    }

    .max-1023\:text-14 {
        font-size: 14px
    }

    .max-1023\:text-15 {
        font-size: 15px
    }

    .max-1023\:text-18 {
        font-size: 18px
    }

    .max-1023\:text-28 {
        font-size: 28px
    }

    .max-1023\:text-32 {
        font-size: 32px
    }
}

@media(max-width:767px) {
    .max-767\:static {
        position: static
    }

    .max-767\:relative {
        position: relative
    }

    .max-767\:bottom-0 {
        bottom: 0
    }

    .max-767\:bottom-auto {
        bottom: auto
    }

    .max-767\:left-0 {
        left: 0
    }

    .max-767\:left-1\/2 {
        left: 50%
    }

    .max-767\:left-auto {
        left: auto
    }

    .max-767\:right-1\/2 {
        right: 50%
    }

    .max-767\:right-16 {
        right: 16px
    }

    .max-767\:right-\[calc\(30\%-220px\)\] {
        right: calc(30% - 220px)
    }

    .max-767\:top-8 {
        top: 8px
    }

    .max-767\:top-\[23px\] {
        top: 23px
    }

    .max-767\:top-auto {
        top: auto
    }

    .max-767\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .max-767\:-mb-24 {
        margin-bottom: -24px
    }

    .max-767\:mb-0 {
        margin-bottom: 0
    }

    .max-767\:mb-16 {
        margin-bottom: 16px
    }

    .max-767\:mb-24 {
        margin-bottom: 24px
    }

    .max-767\:mb-8 {
        margin-bottom: 8px
    }

    .max-767\:ml-0 {
        margin-left: 0
    }

    .max-767\:ml-8 {
        margin-left: 8px
    }

    .max-767\:ml-\[4\%\] {
        margin-left: 4%
    }

    .max-767\:mr-0 {
        margin-right: 0
    }

    .max-767\:mr-16 {
        margin-right: 16px
    }

    .max-767\:mt-16 {
        margin-top: 16px
    }

    .max-767\:mt-24 {
        margin-top: 24px
    }

    .max-767\:mt-30 {
        margin-top: 30px
    }

    .max-767\:mt-32 {
        margin-top: 32px
    }

    .max-767\:mt-8 {
        margin-top: 8px
    }

    .max-767\:block {
        display: block
    }

    .max-767\:hidden {
        display: none
    }

    .max-767\:h-16 {
        height: 16px
    }

    .max-767\:h-22 {
        height: 22px
    }

    .max-767\:h-48 {
        height: 48px
    }

    .max-767\:h-\[260px\] {
        height: 260px
    }

    .max-767\:h-\[30px\] {
        height: 30px
    }

    .max-767\:h-auto {
        height: auto
    }

    .max-767\:max-h-30 {
        max-height: 30px
    }

    .max-767\:max-h-\[710px\] {
        max-height: 710px
    }

    .max-767\:min-h-\[400px\] {
        min-height: 400px
    }

    .max-767\:w-16 {
        width: 16px
    }

    .max-767\:w-22 {
        width: 22px
    }

    .max-767\:w-48 {
        width: 48px
    }

    .max-767\:w-\[366px\] {
        width: 366px
    }

    .max-767\:w-full {
        width: 100%
    }

    .max-767\:max-w-30 {
        max-width: 30px
    }

    .max-767\:max-w-\[400px\] {
        max-width: 400px
    }

    .max-767\:max-w-\[calc\(50\%-4px\)\] {
        max-width: calc(50% - 4px)
    }

    .max-767\:max-w-full {
        max-width: 100%
    }

    .max-767\:flex-\[50\%\] {
        flex: 50%
    }

    .max-767\:translate-x-\[-52px\] {
        --tw-translate-x: -52px
    }

    .max-767\:translate-x-\[52px\],
    .max-767\:translate-x-\[-52px\] {
        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))
    }

    .max-767\:translate-x-\[52px\] {
        --tw-translate-x: 52px
    }

    .max-767\: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))
    }

    .max-767\:flex-col {
        flex-direction: column
    }

    .max-767\:space-y-10>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(10px*var(--tw-space-y-reverse));
        margin-top: calc(10px*(1 - var(--tw-space-y-reverse)))
    }

    .max-767\:p-16 {
        padding: 16px
    }

    .max-767\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .max-767\:px-8 {
        padding-left: 8px;
        padding-right: 8px
    }

    .max-767\:pb-16 {
        padding-bottom: 16px
    }

    .max-767\:pb-28 {
        padding-bottom: 28px
    }

    .max-767\:pb-64 {
        padding-bottom: 64px
    }

    .max-767\:pb-\[156px\] {
        padding-bottom: 156px
    }

    .max-767\:pb-\[200px\] {
        padding-bottom: 200px
    }

    .max-767\:pb-\[268px\] {
        padding-bottom: 268px
    }

    .max-767\:pl-0 {
        padding-left: 0
    }

    .max-767\:pl-38 {
        padding-left: 38px
    }

    .max-767\:pr-0 {
        padding-right: 0
    }

    .max-767\:pr-36 {
        padding-right: 36px
    }

    .max-767\:pr-\[124px\] {
        padding-right: 124px
    }

    .max-767\:pt-10 {
        padding-top: 10px
    }

    .max-767\:pt-32 {
        padding-top: 32px
    }

    .max-767\:pt-8 {
        padding-top: 8px
    }

    .max-767\:text-left {
        text-align: left
    }

    .max-767\:text-right {
        text-align: right
    }

    .max-767\:text-14 {
        font-size: 14px
    }

    .max-767\:text-16 {
        font-size: 16px
    }

    .max-767\:text-26 {
        font-size: 26px
    }

    .max-767\:text-30 {
        font-size: 30px
    }

    .max-767\:leading-170 {
        line-height: 1.7
    }

    .max-767\:last\:mt-28:last-child {
        margin-top: 28px
    }

    .max-767\:last\:border-l-0:last-child {
        border-left-width: 0
    }
}

:is(:where([dir=rtl]) .rtl\:-rotate-90) {
    --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))
}

:is(:where([dir=rtl]) .rtl\:rotate-90) {
    --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))
}

:is(:where([dir=rtl]) .rtl\:-scale-x-100) {
    --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))
}

:is(:where([dir=rtl]) .rtl\:scale-x-\[-1\]) {
    --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))
}

@media(max-width:767px) {
    :is(:where([dir=rtl]) .rtl\:max-767\:translate-x-\[-52px\]) {
        --tw-translate-x: -52px;
        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))
    }

    :is(:where([dir=rtl]) .rtl\:max-767\:translate-x-\[52px\]) {
        --tw-translate-x: 52px;
        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))
    }
}

.\[\&\.react-tooltip\\_\\_place-bottom\]\:\!pb-8.react-tooltip__place-bottom {
    padding-bottom: 8px !important
}

.\[\&\.react-tooltip\\_\\_place-top\]\:\!pt-8.react-tooltip__place-top {
    padding-top: 8px !important
}

.\[\&\>p\]\:m-0>p {
    margin: 0
}

.\[\&\>p\]\:text-18>p {
    font-size: 18px
}

.\[\&\>p\]\:leading-170>p {
    line-height: 1.7
}

.\[\&_img\]\:h-auto img {
    height: auto
}

.\[\&_img\]\:max-w-full img {
    max-width: 100%
}

.\[\&_img\]\:-scale-x-100 img {
    --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))
}

.\[\&_picture\]\:block picture {
    display: block
}

@media(max-width:400px) {
    .\[\@media\(max-width\:400px\)\]\:max-w-full {
        max-width: 100%
    }

    .\[\@media\(max-width\:400px\)\]\:flex-\[100\%\] {
        flex: 100%
    }
}