:root {
    --min-vw: 640;
    --max-vw: 1920;
    --min-vw-px: calc(var(--min-vw) * 1px);
    --max-vw-px: calc(var(--max-vw) * 1px);
    --text-h1: 32;
    --text-h1-px: 32px;
    --text-h2: 18;
    --text-h2-px: 18px;
    --text-h3: 16;
    --text-h3-px: 16px;
    --text-h4: 15.6;
    --text-h4-px: 15.6px;
    --text-h5: 14;
    --text-h5-px: 14px;
    --text-h6: 12;
    --text-h6-px: 12px;
    --main-heading-min: calc(var(--main-heading) * 0.5);
    --main-heading44-min: calc(var(--main-heading44) * 0.5);
    --main-heading50-min: calc(var(--main-heading50) * 0.5);
    --text-h1-min: calc(var(--text-h1) * 0.65);
    --text-h2-min: calc(var(--text-h2) * 0.5);
    --text-h3-min: calc(var(--text-h3) * 0.6);
    --text-h4-min: calc(var(--text-h4) * 0.6);
    --text-h5-min: calc(var(--text-h5) * 0.75);
}
.fluid-fs {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);
    --slope: calc(
        (var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw))
    );
    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));
    font-size: max(var(--min-fs-px), min(var(--fs-px), var(--max-fs-px)));
}
.heading1 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);
    --slope: calc(
        (var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw))
    );
    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));
    font-size: max(var(--min-fs-px), min(var(--fs-px), var(--max-fs-px)));
    --max-fs: var(--text-h1);
    --min-fs: var(--text-h1-min);
}
.heading2 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);
    --slope: calc(
        (var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw))
    );
    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));
    font-size: max(var(--min-fs-px), min(var(--fs-px), var(--max-fs-px)));
    --max-fs: var(--text-h6);
    --min-fs: var(--text-h6-min);
}
.heading3 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);
    --slope: calc(
        (var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw))
    );
    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));
    font-size: max(var(--min-fs-px), min(var(--fs-px), var(--max-fs-px)));
    --max-fs: var(--text-h3);
    --min-fs: var(--text-h3-min);
}
.heading4 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);
    --slope: calc(
        (var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw))
    );
    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));
    font-size: max(var(--min-fs-px), min(var(--fs-px), var(--max-fs-px)));
    --max-fs: var(--text-h6);
    --min-fs: var(--text-h6-min);
}
.heading5 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);
    --slope: calc(
        (var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw))
    );
    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));
    font-size: max(var(--min-fs-px), min(var(--fs-px), var(--max-fs-px)));
    --max-fs: var(--text-h5);
    --min-fs: var(--text-h5-min);
}
.heading6 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);
    --slope: calc(
        (var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw))
    );
    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));
    font-size: max(var(--min-fs-px), min(var(--fs-px), var(--max-fs-px)));
    --max-fs: var(--text-h6);
    --min-fs: var(--text-h6);
}
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&display=swap);
*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
::after,
::before {
    --tw-content: "";
}
:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto,
        Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    line-height: inherit;
}
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}
abbr:where([title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted currentColor;
    text-decoration: underline dotted currentColor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button,
select {
    text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}
:-moz-focusring {
    outline: auto;
}
:-moz-ui-invalid {
    box-shadow: none;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}
fieldset {
    margin: 0;
    padding: 0;
}
legend {
    padding: 0;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
dialog {
    padding: 0;
}
textarea {
    resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}
[role="button"],
button {
    cursor: pointer;
}
:disabled {
    cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}
img,
video {
    max-width: 100%;
    height: auto;
}
[hidden] {
    display: none;
}
*,
::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-scroll-snap-strictness: proximity;
    --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);
}
::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-scroll-snap-strictness: proximity;
    --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);
}
.container {
    width: 100%;
}
@media (min-width: 320px) {
    .container {
        max-width: 320px;
    }
}
@media (min-width: 360px) {
    .container {
        max-width: 360px;
    }
}
@media (min-width: 375px) {
    .container {
        max-width: 375px;
    }
}
@media (min-width: 390px) {
    .container {
        max-width: 390px;
    }
}
@media (min-width: 414px) {
    .container {
        max-width: 414px;
    }
}
@media (min-width: 480px) {
    .container {
        max-width: 480px;
    }
}
@media (min-width: 485px) {
    .container {
        max-width: 485px;
    }
}
@media (min-width: 560px) {
    .container {
        max-width: 560px;
    }
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 700px) {
    .container {
        max-width: 700px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 835px) {
    .container {
        max-width: 835px;
    }
}
@media (min-width: 999px) {
    .container {
        max-width: 999px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1025px) {
    .container {
        max-width: 1025px;
    }
}
@media (min-width: 1170px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1360px) {
    .container {
        max-width: 1360px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1560px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1680px) {
    .container {
        max-width: 1680px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
}
@media (min-width: 2560px) {
    .container {
        max-width: 2560px;
    }
}
@media (min-width: 3440px) {
    .container {
        max-width: 3440px;
    }
}
.container {
    max-width: 100%;
    padding: 0 20px;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
        padding: 0 20px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
        padding: 0 40px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
        padding: 0 40px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1420px;
        padding: 0 40px;
    }
}
.container.px-0 {
    padding: 0;
}
.visible {
    visibility: visible;
}
.collapse {
    visibility: collapse;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.-bottom-5 {
    bottom: -1.25rem;
}
.bottom-10 {
    bottom: 2.5rem;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.top-0 {
    top: 0;
}
.top-\[100\%\] {
    top: 100%;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.order-first {
    order: -9999;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-start-1 {
    grid-column-start: 1;
}
.col-start-2 {
    grid-column-start: 2;
}
.col-end-2 {
    grid-column-end: 2;
}
.row-start-1 {
    grid-row-start: 1;
}
.row-end-2 {
    grid-row-end: 2;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-4 {
    margin-left: 1rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-10 {
    margin-right: 2.5rem;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-8 {
    margin-top: 2rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-1 {
    height: 0.25rem;
}
.h-10 {
    height: 2.5rem;
}
.h-2 {
    height: 0.5rem;
}
.h-3 {
    height: 0.75rem;
}
.h-4 {
    height: 1rem;
}
.h-6 {
    height: 1.5rem;
}
.h-8 {
    height: 2rem;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-full {
    height: 100%;
}
.h-px {
    height: 1px;
}
.h-screen {
    height: 100vh;
}
.min-h-\[14px\] {
    min-height: 14px;
}
.min-h-\[300px\] {
    min-height: 300px;
}
.w-1\/2 {
    width: 50%;
}
.w-10 {
    width: 2.5rem;
}
.w-2 {
    width: 0.5rem;
}
.w-3 {
    width: 0.75rem;
}
.w-3\/4 {
    width: 75%;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.w-px {
    width: 1px;
}
.w-screen {
    width: 100vw;
}
.max-w-full {
    max-width: 100%;
}
.flex-1 {
    flex: 1 1 0%;
}
.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;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-px {
    gap: 1px;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.border {
    border-width: 1px;
}
.border-l-\[1px\] {
    border-left-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-\[\#DADDE4\] {
    --tw-border-opacity: 1;
    border-color: rgba(218, 221, 228, var(--tw-border-opacity));
}
.bg-\[\#EEEEEE\] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 238, var(--tw-bg-opacity));
}
.bg-black\/10 {
    background-color: rgba(0, 0, 0, 0.1);
}
.bg-transparent {
    background-color: transparent;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-white\/20 {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-white\/80 {
    background-color: rgba(255, 255, 255, 0.8);
}
.bg-\[url\(\'\.\.\/images\/backToTop\.png\'\)\] {
    background-image: url(../images/backToTop.png);
}
.bg-contain {
    background-size: contain;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-4 {
    padding: 1rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.pb-72 {
    padding-bottom: 18rem;
}
.pl-10 {
    padding-left: 2.5rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.text-center {
    text-align: center;
}
.text-\[0\.6875em\] {
    font-size: 0.6875em;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.leading-4 {
    line-height: 1rem;
}
.text-\[\#44444480\] {
    color: rgba(68, 68, 68, 0.50196);
}
.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-darkblack2 {
    color: rgba(34, 34, 34, 0.8);
}
.text-darkgray {
    color: rgba(24, 56, 96, 0.30196);
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-white\/80 {
    color: rgba(255, 255, 255, 0.8);
}
.opacity-0 {
    opacity: 0;
}
.opacity-90 {
    opacity: 0.9;
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline {
    outline-style: solid;
}
.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
        drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
    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);
}
.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-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(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@font-face {
    font-family: RaphLanokFuture;
    font-style: normal;
    font-weight: 800;
    src: local("RaphLanokFuture"),
        url(../font/RaphLanokFuture/RaphLanokFuture.ttf) format("TrueType");
}
.group:hover .group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}
@media (min-width: 1024px) {
    .lg\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}
:root {
    --darkblack: #3f3f3f;
}
.content-layout {
    width: 100%;
}
@media (min-width: 576px) {
    .content-layout {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .content-layout {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .content-layout {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .content-layout {
        max-width: 1280px;
    }
}
@media (min-width: 1440px) {
    .content-layout {
        max-width: 1440px;
    }
}
@media (min-width: 1600px) {
    .content-layout {
        max-width: 1600px;
    }
}
.content-layout {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1280px) {
    .content-layout {
        padding-left: 5.7rem;
        padding-right: 5.7rem;
    }
}
@media screen and (max-width: 999px) {
    .inner-content-container .heading2 {
        font-size: 14px;
    }
}
.inner-content-container table {
    margin-top: 20px;
    border: 1px solid rgba(222, 222, 222, 0.8);
}
@media screen and (max-width: 1025px) {
    .inner-content-container table thead {
        display: none;
    }
}
.inner-content-container table th {
    font-weight: 400;
    font-family: Inter, sans-serif;
    color: rgba(34, 34, 34, 0.70196);
    text-align: left;
    padding: 12px 12px;
    font-size: 15.6px;
    background-color: rgba(222, 222, 222, 0.4);
    border-bottom: 1px solid rgba(222, 222, 222, 0.8);
}
.inner-content-container table th:not(:last-child) {
    border-right: 1px solid rgba(222, 222, 222, 0.8);
}
@media screen and (max-width: 999px) {
    .inner-content-container table th {
        font-size: 14px;
    }
}
.inner-content-container table td {
    width: 20%;
    font-family: Inter, sans-serif;
    color: #222;
    text-align: left;
    padding: 18px 12px;
    /* font-size: 15.6px; */
    border-bottom: 1px solid rgba(222, 222, 222, 0.8);
    background-color: #fff;
}
.inner-content-container table td:not(:last-child) {
    border-right: 1px solid rgba(222, 222, 222, 0.8);
}
@media screen and (max-width: 1025px) {
    .inner-content-container table td {
        border-bottom: 0;
    }
}
@media screen and (max-width: 1025px) {
    .inner-content-container table td {
        display: block;
        width: 100% !important;
    }
    .inner-content-container table td::before {
        display: block;
        content: attr(headers);
        width: 100%;
        min-width: 100%;
        color: #306095;
        font-weight: 700;
        font-size: 0.78em;
    }
    .inner-content-container table td:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        cursor: pointer;
    }
    .inner-content-container table td:first-child::before {
        display: none;
    }
    .inner-content-container table td:first-child::after {
        display: block;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 35 35" fill="none"><line y1="17.7612" x2="35" y2="17.7612" stroke="black"/><line x1="17.7607" y1="35" x2="17.7607" y2="-5.96244e-09" stroke="black"/></svg>');
        min-width: 16px;
        width: 16px;
    }
    .inner-content-container table tr {
        display: block;
        border-bottom: 1px solid rgba(222, 222, 222, 0.8);
    }
    .inner-content-container table tr td:not(:first-child) {
        transform: scaleY(0);
        max-height: 0;
        opacity: 0;
        transition: all 0.3s;
        transform-origin: 0 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .inner-content-container table tr.active td:first-child::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 35 35" fill="none"><line y1="16.5" x2="35" y2="16.5" stroke="black"/></svg>');
    }
    .inner-content-container table tr.active td:not(:first-child) {
        max-height: -moz-max-content;
        max-height: max-content;
        opacity: 1;
        transform-origin: 0 0;
        transform: scaleY(1);
        transition: all 0.3s;
        padding-bottom: 18px;
    }
}

.inner-content-container table th {
    font-size: 0.75em;
}
@media screen and (min-width: 1280px) {
    .inner-content-container table td {
        font-size: 0.6em;
    }
}
@media screen and (min-width: 1600px) {
    .inner-content-container table td {
        font-size: 0.78em;
    }
}

@media screen and (min-width:1025px){
    .inner-content-container table td:first-child,
    .inner-content-container table th:first-child {
        width: 30%;
    }
}

.inner-content-container table td span{
    font-size: .78em !important;
    color: #306095;
    font-weight: 700;
}
.inner-content-container table td,
.inner-content-container table tr,
.inner-content-container table th{
    height: auto !important;
}

.business-modal td img{
    filter: brightness(0) saturate(100%) invert(38%) sepia(100%) saturate(3522%) hue-rotate(4deg) brightness(101%) contrast(103%);
}
