*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}
::after,::before{--tw-content:''}
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,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
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-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
[type=button],[type=reset],[type=submit],button{-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}
textarea{resize:vertical}
input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}
input:-ms-input-placeholder,textarea:-ms-input-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-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:0;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(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}
.absolute{position:absolute}
.relative{position:relative}
.sticky{position:-webkit-sticky;position:sticky}
.inset-0{top:0;right:0;bottom:0;left:0}
.top-0{top:0}
.left-\[10px\]{left:10px}
.bottom-0{bottom:0}
.z-10{z-index:10}
.z-0{z-index:0}
.z-20{z-index:20}
.z-30{z-index:30}
.z-40{z-index:40}
.col-span-2{grid-column:span 2/span 2}
.m-0{margin:0}
.mx-auto{margin-left:auto;margin-right:auto}
.mb-3{margin-bottom:.75rem}
.mb-2{margin-bottom:.5rem}
.mt-3{margin-top:.75rem}
.mt-5{margin-top:1.25rem}
.-ml-1{margin-left:-.25rem}
.mr-2{margin-right:.5rem}
.ml-1{margin-left:.25rem}
.mb-1{margin-bottom:.25rem}
.mt-1{margin-top:.25rem}
.mt-6{margin-top:1.5rem}
.mb-8{margin-bottom:2rem}
.mb-4{margin-bottom:1rem}
.mt-12{margin-top:3rem}
.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.grid{display:grid}
.list-item{display:list-item}
.hidden{display:none}
.h-full{height:100%}
.h-1{height:.25rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-7{height:1.75rem}
.h-0{height:0}
.w-full{width:100%}
.w-8{width:2rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-7{width:1.75rem}
.min-w-full{min-width:100%}
.max-w-xs{max-width:20rem}
.max-w-6xl{max-width:72rem}
.max-w-\[80\%\]{max-width:80%}
.max-w-\[49\%\]{max-width:49%}
.flex-1{flex:1 1 0}
.grow{flex-grow:1}
.-translate-y-\[1\.25rem\]{--tw-translate-y:-1.25rem;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))}
@-webkit-keyframes spin{to{transform:rotate(360deg)}
}@keyframes spin{to{transform:rotate(360deg)}
}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}
.cursor-pointer{cursor:pointer}
.list-none{list-style-type:none}
.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.place-content-evenly{place-content:space-evenly}
.items-center{align-items:center}
.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}
.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}
.divide-blue-7>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(21 43 86 / var(--tw-divide-opacity))}
.self-center{align-self:center}
.overflow-hidden{overflow:hidden}
.rounded-lg{border-radius:.5rem}
.rounded-md{border-radius:.375rem}
.border-2{border-width:2px}
.border{border-width:1px}
.border-0{border-width:0}
.border-solid{border-style:solid}
.border-none{border-style:none}
.border-blue-7{--tw-border-opacity:1;border-color:rgb(21 43 86 / var(--tw-border-opacity))}
.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-red-4{--tw-border-opacity:1;border-color:rgb(179 72 90 / var(--tw-border-opacity))}
.border-\[\#8693a9\]{--tw-border-opacity:1;border-color:rgb(134 147 169 / var(--tw-border-opacity))}
.bg-blue-7{--tw-bg-opacity:1;background-color:rgb(21 43 86 / var(--tw-bg-opacity))}
.bg-blue-0{--tw-bg-opacity:1;background-color:rgb(232 237 245 / var(--tw-bg-opacity))}
.bg-blue-6{--tw-bg-opacity:1;background-color:rgb(44 66 109 / var(--tw-bg-opacity))}
.bg-gray-2{--tw-bg-opacity:1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}
.bg-teal-4{--tw-bg-opacity:1;background-color:rgb(42 125 167 / var(--tw-bg-opacity))}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-gray-7{--tw-bg-opacity:1;background-color:rgb(33 33 33 / var(--tw-bg-opacity))}
.bg-transparent{background-color:transparent}
.bg-\[\#ededed\]{--tw-bg-opacity:1;background-color:rgb(237 237 237 / var(--tw-bg-opacity))}
.object-contain{-o-object-fit:contain;object-fit:contain}
.p-0{padding:0}
.p-3{padding:.75rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.px-0{padding-left:0;padding-right:0}
.py-\[\.1rem\]{padding-top:.1rem;padding-bottom:.1rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.px-4{padding-left:1rem;padding-right:1rem}
.pt-3{padding-top:.75rem}
.pt-4{padding-top:1rem}
.pr-4{padding-right:1rem}
.pb-4{padding-bottom:1rem}
.pb-\[56\.25\%\]{padding-bottom:56.25%}
.pb-8{padding-bottom:2rem}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-xs{font-size:.75rem;line-height:1rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.font-bold{font-weight:700}
.uppercase{text-transform:uppercase}
.capitalize{text-transform:capitalize}
.leading-5{line-height:1.25rem}
.leading-\[1\.1\]{line-height:1.1}
.text-inherit{color:inherit}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-blue-7{--tw-text-opacity:1;color:rgb(21 43 86 / var(--tw-text-opacity))}
.text-red-3{--tw-text-opacity:1;color:rgb(208 142 153 / var(--tw-text-opacity))}
.text-red-4{--tw-text-opacity:1;color:rgb(179 72 90 / var(--tw-text-opacity))}
.text-red-5{--tw-text-opacity:1;color:rgb(119 30 45 / var(--tw-text-opacity))}
.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}
.opacity-25{opacity:.25}
.opacity-75{opacity:.75}
.outline-0{outline-width:0}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.site-branding.site-brand-logo-only{position:relative}
.site-branding.site-brand-logo-only .brand:after{content:"®";bottom:-.3rem;right:-.2rem;position:absolute;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.mobile-html{width:100%}
.blog-featured-post+div article:first-child{display:none}
.blog-featured-post article:not(:first-child){display:none}
.our-team-featured-post+div article:first-child{display:none}
.our-team-featured-post article:not(:first-child){display:none}
.navigation.pagination{text-align:center}
aside.primary-sidebar.widget-area{padding:0}
div.content-container.site-container{gap:2.25rem}
.tooltip__button{display:inline-block;cursor:pointer}
.tooltip{visibility:hidden;z-index:30;padding:1.25rem;opacity:0;width:clamp(300px,25vw,700px);transition:opacity ease-in-out .1s}
.tooltip__content{position:relative;display:block;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.tooltip__content a{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));-webkit-text-decoration-line:underline;text-decoration-line:underline}
.tooltip__content a:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));-webkit-text-decoration-line:none;text-decoration-line:none}
.tooltip[data-show]{visibility:visible;z-index:50;opacity:1}
.tooltip .arrow,.tooltip .arrow::before{position:absolute;height:1rem;width:1rem}
.tooltip .arrow,.tooltip .arrow::before{background:inherit}
.tooltip .arrow{background:0}
.tooltip .arrow::before{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));content:""}
.tooltip[data-popper-placement^=top]>.arrow{bottom:.75rem}
.tooltip[data-popper-placement^=bottom]>.arrow{top:.75rem}
.tooltip[data-popper-placement^=left]>.arrow{right:.75rem}
.tooltip[data-popper-placement^=right]>.arrow{left:.75rem}
.list-spacing li{margin-bottom:.75rem}
.link-white a,.link-white a:active,.link-white a:focus,.link-white a:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity));-webkit-text-decoration-line:underline;text-decoration-line:underline}
@media screen and (min-width:48rem){.kadence-menu-mega-enabled .sub-menu{padding-top:10px !important;background:0 0 !important}
.invest-megamenu>div.kt-row-layout-inner{padding-left:1rem;padding-right:1rem}
}.related-posts-list-item-thumbnail-inner img{height:100%;width:100%;flex:1 1 0;-o-object-fit:cover;object-fit:cover}
@media(min-width:50rem){.blog-sub-nav-desktop-link.active a{--tw-text-opacity:1;color:rgb(141 198 226 / var(--tw-text-opacity))}
}.kadence-search-trigger .search-toggle-open-container .search-toggle-label{display:none}
.kadence-search-trigger .search-toggle-open-container button{width:100%;justify-content:center;padding:0;border:none !important}
.kadence-search-trigger button span{padding:0}
.kadence-search-trigger button span.search-toggle-icon{padding-top:.5rem;padding-top:0;padding-bottom:.4rem}
.kadence-search-trigger button span .kadence-svg-iconset{font-size:1.5rem;line-height:2rem}
.search-toggle-open-container .search-toggle-open:focus,.search-toggle-open-container .search-toggle-open:hover{color:#fff !important}
.blog-sub-nav-mobile-select{background:0}
.blog-sub-nav-mobile-select::after{margin-left:.25rem;display:inline-block;height:0;width:0;content:"";vertical-align:unset;border-top:.75rem solid #fff;border-right:.75rem solid transparent;border-bottom:0;border-left:.75rem solid transparent}
.blog-sub-nav-mobile-native-select{font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;text-overflow:"";background:0}
.blog-sub-nav-mobile-native-select::-ms-expand{display:none}
.blog-sub-nav-mobile-native-select:focus{background-color:transparent;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.blog-sub-nav-mobile-native-select:focus+.focus{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;display:inline;border-width:2px;border-style:solid;--tw-border-opacity:1;border-color:rgb(21 43 86 / var(--tw-border-opacity));border-radius:inherit}
.blog-sub-nav-mobile-native-select+.focus{display:none}
@media screen and (min-width:50rem){.native-search-field form.search-form{transition:background .25s ease-in-out}
.native-search-field form.search-form:focus-within,.native-search-field form.search-form:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.native-search-field form.search-form:focus-within .kadence-search-icon-wrap,.native-search-field form.search-form:focus-within input.search-field,.native-search-field form.search-form:hover .kadence-search-icon-wrap,.native-search-field form.search-form:hover input.search-field{--tw-text-opacity:1;color:rgb(33 33 33 / var(--tw-text-opacity))}
.native-search-field form.search-form:focus-within .kadence-search-icon-wrap::-moz-placeholder,.native-search-field form.search-form:focus-within input.search-field::-moz-placeholder,.native-search-field form.search-form:hover .kadence-search-icon-wrap::-moz-placeholder,.native-search-field form.search-form:hover input.search-field::-moz-placeholder{--tw-text-opacity:1;color:rgb(33 33 33 / var(--tw-text-opacity))}
.native-search-field form.search-form:focus-within .kadence-search-icon-wrap:-ms-input-placeholder,.native-search-field form.search-form:focus-within input.search-field:-ms-input-placeholder,.native-search-field form.search-form:hover .kadence-search-icon-wrap:-ms-input-placeholder,.native-search-field form.search-form:hover input.search-field:-ms-input-placeholder{--tw-text-opacity:1;color:rgb(33 33 33 / var(--tw-text-opacity))}
.native-search-field form.search-form:focus-within .kadence-search-icon-wrap::placeholder,.native-search-field form.search-form:focus-within input.search-field::placeholder,.native-search-field form.search-form:hover .kadence-search-icon-wrap::placeholder,.native-search-field form.search-form:hover input.search-field::placeholder{--tw-text-opacity:1;color:rgb(33 33 33 / var(--tw-text-opacity))}
.native-search-field form.search-form input.search-field{background:0;border-radius:0;border-top:0;border-right:0;border-left:0;color:#fff}
.native-search-field form.search-form input.search-field::-moz-placeholder{color:rgba(255,255,255,.8)}
.native-search-field form.search-form input.search-field:-ms-input-placeholder{color:rgba(255,255,255,.8)}
.native-search-field form.search-form input.search-field::placeholder{color:rgba(255,255,255,.8)}
.native-search-field form.search-form .search-submit+.kadence-search-icon-wrap{width:auto}
.native-search-field form.search-form .search-submit+.kadence-search-icon-wrap:hover{color:var(--global-palette6)}
}.search-results h1.search-title,header.search-archive-title{display:none}
.taxonomy-chips ul{margin:0;list-style-type:none;padding:0}
.taxonomy-chips ul+*{margin-top:1.5rem}
.taxonomy-chips .category-list,.taxonomy-chips .post-tag-list{margin-bottom:0;display:flex;flex-wrap:wrap;gap:.8rem;padding-left:0}
.taxonomy-chips .category-list a,.taxonomy-chips .post-tag-list a{-webkit-text-decoration-line:none;text-decoration-line:none}
.taxonomy-chips .category-list-item,.taxonomy-chips .post-tag-list-item{border-width:2px;border-style:solid;--tw-border-opacity:1;border-color:rgb(102 102 102 / var(--tw-border-opacity));background-color:transparent;padding:.5rem;--tw-text-opacity:1;color:rgb(102 102 102 / var(--tw-text-opacity))}
.taxonomy-chips .category-list-label,.taxonomy-chips .post-tag-list-label{border-width:2px;border-style:solid;--tw-border-opacity:1;border-color:rgb(102 102 102 / var(--tw-border-opacity));--tw-bg-opacity:1;background-color:rgb(102 102 102 / var(--tw-bg-opacity));padding:.5rem;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.last\:mb-0:last-child{margin-bottom:0}
.hover\:bg-blue-7:hover{--tw-bg-opacity:1;background-color:rgb(21 43 86 / var(--tw-bg-opacity))}
.hover\:bg-\[\#00008b\]:hover{--tw-bg-opacity:1;background-color:rgb(0 0 139 / var(--tw-bg-opacity))}
.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.focus\:bg-blue-7:focus{--tw-bg-opacity:1;background-color:rgb(21 43 86 / var(--tw-bg-opacity))}
.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.focus\:hover\:bg-\[\#00008b\]:hover:focus{--tw-bg-opacity:1;background-color:rgb(0 0 139 / var(--tw-bg-opacity))}
.peer:focus~.peer-focus\:-translate-y-\[1\.25rem\]{--tw-translate-y:-1.25rem;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))}
.peer:focus~.peer-focus\:text-sm{font-size:.875rem;line-height:1.25rem}
.peer:focus~.peer-focus\:text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.peer:focus~.peer-focus\:text-blue-7{--tw-text-opacity:1;color:rgb(21 43 86 / var(--tw-text-opacity))}
@media(min-width:50rem){.desktop-nav\:mb-0{margin-bottom:0}
.desktop-nav\:block{display:block}
.desktop-nav\:flex{display:flex}
.desktop-nav\:hidden{display:none}
.desktop-nav\:min-w-\[33\.33\%\]{min-width:33.33%}
.desktop-nav\:flex-1{flex:1 1 0}
.desktop-nav\:flex-row{flex-direction:row}
.desktop-nav\:items-center{align-items:center}
.desktop-nav\:justify-end{justify-content:flex-end}
.desktop-nav\:px-4{padding-left:1rem;padding-right:1rem}
.desktop-nav\:text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.desktop-nav\:hover\:text-\[\#8dc6e2\]:hover{--tw-text-opacity:1;color:rgb(141 198 226 / var(--tw-text-opacity))}
.desktop-nav\:focus\:text-\[\#8dc6e2\]:focus{--tw-text-opacity:1;color:rgb(141 198 226 / var(--tw-text-opacity))}
.desktop-nav\:active\:text-\[\#8dc6e2\]:active{--tw-text-opacity:1;color:rgb(141 198 226 / var(--tw-text-opacity))}
}@media(min-width:64rem){.desktop\:sticky{position:-webkit-sticky;position:sticky}
.desktop\:top-0{top:0}
.desktop\:top-\[64px\]{top:64px}
.desktop\:block{display:block}
.desktop\:flex{display:flex}
.desktop\:hidden{display:none}
.desktop\:w-1\/6{width:16.666667%}
.desktop\:w-1\/5{width:20%}
.desktop\:flex-1{flex:1 1 0}
.desktop\:grow{flex-grow:1}
.desktop\:flex-row{flex-direction:row}
.desktop\:items-center{align-items:center}
.desktop\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}
.desktop\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}
.desktop\:divide-none>:not([hidden])~:not([hidden]){border-style:none}
.desktop\:bg-gray-2{--tw-bg-opacity:1;background-color:rgb(238 238 238 / var(--tw-bg-opacity))}
.desktop\:p-3{padding:.75rem}
.desktop\:p-0{padding:0}
.desktop\:text-left{text-align:left}
.desktop\:text-blue-7{--tw-text-opacity:1;color:rgb(21 43 86 / var(--tw-text-opacity))}
}