*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F7F4EF;
text-rendering:optimizeLegibility;
line-height:1.6;
color:#2E2A3A;
-webkit-font-smoothing:antialiased;
font-size:0.938rem;
font-family:"Source Sans 3", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0, 0, 0, 0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.oholayout-exv{
flex-direction:column;
display:flex;
min-height:100vh;
}
.ohomain-exv{
flex:1 1 auto;
min-width:0;
width:100%;
}
.ohocontainer-exv{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:87.5rem;
}
@media(min-width:768px){
.ohocontainer-exv{
padding:0 32px;
}
}
@media(min-width:1101px){
.ohocontainer-exv{
padding:0 3.5rem;
}
}
.ohoeyebrow-exv{
overflow-wrap:break-word;
line-height:1.4;
text-transform:uppercase;
font-family:"Source Sans 3", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:11px;
display:inline-block;
letter-spacing:.2em;
font-weight:600;
color:#7C3AED;
}
.ohoband-exv{
background:#16132A;
color:#F5F0FF;
}
.ohoband-exv .ohoeyebrow-exv{
color:#C084FC;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.ohotb-exv{
background:#F7F4EF;
top:0;
border-bottom:1px solid rgba(26, 22, 36, 0.15);
position:sticky;
z-index:50;
}
.ohotb_in-exv{
margin:0 auto;
padding:12px 1rem;
gap:16px;
justify-content:space-between;
width:100%;
display:flex;
max-width:87.5rem;
align-items:center;
}
@media(min-width:768px){
.ohotb_in-exv{
padding:1rem 32px;
}
}
@media(min-width:1100px){
.ohotb_in-exv{
padding:18px 56px;
}
}
.ohotb_left-exv{
gap:28px;
min-width:0;
display:flex;
align-items:center;
}
.ohotb_logo-exv{
gap:11px;
display:flex;
align-items:center;
min-width:0;
}
.ohotb_logo_mark-exv{
border-radius:8px;
flex:0 0 auto;
width:2.125rem;
object-fit:cover;
height:34px;
}
.ohotb_logo_txt-exv{
flex-direction:column;
line-height:1;
display:flex;
min-width:0;
}
.ohotb_logo_name-exv{
overflow:hidden;
text-overflow:ellipsis;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
white-space:nowrap;
font-size:22px;
letter-spacing:.02em;
font-weight:700;
color:#1A1624;
}
.ohotb_logo_sub-exv{
overflow:hidden;
color:#7C3AED;
letter-spacing:.32em;
text-overflow:ellipsis;
white-space:nowrap;
text-transform:uppercase;
margin-top:0.25rem;
font-size:0.531rem;
font-weight:600;
}
.ohotb_nav-exv{
display:none;
}
@media(min-width:958px){
.ohotb_nav-exv{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.ohotb_nav_item-exv{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
padding-bottom:3px;
color:#2E2A3A;
font-weight:600;
font-size:14px;
border-bottom:2px solid transparent;
}
.ohotb_nav_item-exv:hover{
color:#1A1624;
}
.ohotb_nav_item-exv.ohostate_active-exv{
border-color:#7C3AED;
color:#1A1624;
}
.ohotb_right-exv{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.ohotb_search-exv{
transition:color .22s ease;
display:flex;
color:#2E2A3A;
align-items:center;
justify-content:center;
}
.ohotb_search-exv:hover{
color:#7C3AED;
}
.ohotb_search-exv svg{
height:1.125rem;
width:18px;
}
.ohotb_lang-exv{
font-weight:600;
text-transform:uppercase;
font-size:11px;
color:#6B6478;
letter-spacing:.1em;
}
.ohotb_lang-exv:hover{
color:#1A1624;
}
.ohotb_login-exv{
color:#1A1624;
font-weight:600;
display:none;
font-size:0.875rem;
}
@media(min-width:769px){
.ohotb_login-exv{
display:inline-block;
}
}
.ohotb_register-exv{
padding:0.688rem 22px;
transition:background-color .22s ease;
background:#1A1624;
border-radius:999px;
font-size:14px;
font-weight:700;
white-space:nowrap;
color:#F5F0FF;
}
.ohotb_register-exv:hover{
background:#2E2848;
}
.ohomob-exv{
background:#F7F4EF;
z-index:60;
border-top:1px solid rgba(26, 22, 36, 0.15);
right:0;
left:0;
bottom:0;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:960px){
.ohomob-exv{
display:none;
}
}
.ohomob_in-exv{
margin:0 auto;
max-width:560px;
display:flex;
align-items:stretch;
justify-content:space-around;
}
.ohomob_item-exv{
transition:color .22s ease;
padding:0.563rem 4px;
flex:1 1 0;
gap:3px;
color:#6B6478;
min-width:0;
align-items:center;
flex-direction:column;
display:flex;
}
.ohomob_item-exv.ohostate_active-exv{
color:#7C3AED;
}
.ohomob_ic-exv{
align-items:center;
display:flex;
justify-content:center;
}
.ohomob_ic-exv svg{
width:20px;
height:1.25rem;
}
.ohomob_lb-exv{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
max-width:100%;
font-size:0.625rem;
font-weight:600;
}
@media(max-width:960px){
body{
padding-bottom:60px;
}
}
.ohorail-exv{
position:relative;
min-width:0;
}
.ohorail_scroll-exv{
gap:14px;
display:flex;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
padding-bottom:14px;
scrollbar-width:thin;
}
@media(min-width:771px){
.ohorail_scroll-exv{
gap:18px;
}
}
.ohogc-exv{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:771px){
.ohogc-exv{
width:188px;
}
}
.ohogc_img-exv{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
box-shadow:0 2px 0.375rem rgba(26, 22, 36, 0.07), 0 0.5rem 1.5rem rgba(26, 22, 36, 0.10);
padding-bottom:133.33%;
position:relative;
}
.ohogc_img-exv img{
inset:0;
height:100%;
width:100%;
object-fit:cover;
position:absolute;
}
.ohogc_cover-exv{
background:linear-gradient(160deg,transparent 55%,rgba(0, 0, 0, 0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.ohogc_hover-exv{
transition:opacity .22s ease;
background:rgba(0, 0, 0, 0.52);
inset:0;
justify-content:center;
display:flex;
align-items:center;
position:absolute;
opacity:0;
}
.ohogc-exv:hover .ohogc_hover-exv{
opacity:1;
}
.ohogc_hover_btn-exv{
background:#1A1624;
border-radius:62.438rem;
width:46px;
align-items:center;
justify-content:center;
color:#F5F0FF;
height:2.875rem;
display:flex;
}
.ohogc_hover_btn-exv svg{
width:1.125rem;
height:18px;
}
.ohogc_info-exv{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
}
.ohogc_name-exv{
overflow:hidden;
color:#1A1624;
text-overflow:ellipsis;
font-size:0.813rem;
font-weight:700;
white-space:nowrap;
}
.ohogc_prov-exv{
overflow:hidden;
color:#6B6478;
text-overflow:ellipsis;
white-space:nowrap;
font-size:11px;
}
.ohogc_meta-exv{
color:#6B6478;
font-size:0.688rem;
}
.ohotc-exv{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:769px){
.ohotc-exv{
width:14.375rem;
}
}
.ohotc_img-exv{
background:#FFFFFF;
overflow:hidden;
border-radius:14px;
position:relative;
box-shadow:0 2px 6px rgba(26, 22, 36, 0.07), 0 8px 1.5rem rgba(26, 22, 36, 0.10);
padding-bottom:75%;
}
.ohotc_img-exv img{
inset:0;
position:absolute;
object-fit:cover;
height:100%;
width:100%;
}
.ohotc_info-exv{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:0.563rem;
}
.ohotc_name-exv{
overflow:hidden;
white-space:nowrap;
color:#1A1624;
text-overflow:ellipsis;
font-weight:700;
font-size:14px;
}
.ohotc_rtp-exv{
color:#6B6478;
font-size:0.688rem;
}
.oholc-exv{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:770px){
.oholc-exv{
width:268px;
}
}
.oholc_img-exv{
background:#FFFFFF;
overflow:hidden;
border-radius:0.875rem;
box-shadow:0 2px 6px rgba(26, 22, 36, 0.07), 0 8px 24px rgba(26, 22, 36, 0.10);
position:relative;
padding-bottom:62.5%;
}
.oholc_img-exv img{
inset:0;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
}
.oholc_live-exv{
padding:4px 9px;
gap:7px;
background:rgba(0, 0, 0, 0.52);
border-radius:999px;
display:flex;
position:absolute;
left:0.75rem;
align-items:center;
top:0.75rem;
}
.oholc_live_dot-exv{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#DC2626;
height:0.5rem;
width:0.5rem;
}
.oholc_seats-exv{
letter-spacing:.08em;
text-transform:uppercase;
font-size:0.625rem;
font-weight:600;
color:#F5F0FF;
}
.oholc_info-exv{
gap:2px;
display:flex;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
}
.oholc_name-exv{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#1A1624;
font-weight:700;
font-size:0.938rem;
}
.oholc_bet-exv{
color:#6B6478;
font-size:11px;
}
.ohopc-exv{
border:1px solid rgba(26, 22, 36, 0.08);
padding:1rem 14px;
border-radius:14px;
gap:8px;
background:#FFFFFF;
align-items:center;
flex-direction:column;
display:flex;
min-height:4.625rem;
min-width:0;
justify-content:center;
}
.ohopc_logo-exv{
flex:0 0 auto;
object-fit:contain;
width:auto;
height:1.75rem;
max-width:100%;
}
.ohopc_name-exv{
overflow:hidden;
text-align:center;
white-space:nowrap;
font-size:11px;
max-width:100%;
color:#6B6478;
text-overflow:ellipsis;
}
.ohogc_tag-exv{
padding:3px 8px;
border-radius:0.5rem;
z-index:2;
position:absolute;
left:10px;
display:inline-block;
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.06em;
top:0.625rem;
font-weight:700;
}
.ohogc_tag_hot-exv{
background:#DC2626;
color:#F5F0FF;
}
.ohogc_tag_new-exv{
background:#A855F7;
color:#1A1624;
}
.ohogc_tag_jp-exv{
background:#D97706;
color:#1A1624;
}
.ohogc_tag_live-exv{
background:#DC2626;
color:#F5F0FF;
}
.ohosh-exv{
min-width:0;
margin-bottom:18px;
}
.ohosh_row-exv{
gap:16px;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
}
.ohosh_row-exv .ohosh_l-exv{
gap:0.375rem;
flex-direction:column;
display:flex;
min-width:0;
}
.ohosh_stack-exv{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.ohosh_center-exv{
gap:0.625rem;
text-align:center;
display:flex;
align-items:center;
flex-direction:column;
}
.ohosh_h2-exv{
font-size:1.5rem;
overflow-wrap:break-word;
color:#1A1624;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
font-weight:600;
}
@media(min-width:769px){
.ohosh_h2-exv{
font-size:30px;
}
}
.ohoband-exv .ohosh_h2-exv{
color:#F5F0FF;
}
.ohosh_eb_line-exv{
gap:10px;
align-items:center;
display:inline-flex;
}
.ohosh_eb_line-exv::before{
background:#7C3AED;
width:1.75rem;
height:1px;
content:"";
display:inline-block;
}
.ohoband-exv .ohosh_eb_line-exv::before{
background:#C084FC;
}
.ohosh_eb_dot-exv{
gap:8px;
display:inline-flex;
align-items:center;
}
.ohosh_eb_dot-exv::before{
border-radius:50%;
background:#7C3AED;
content:"";
height:6px;
display:inline-block;
width:6px;
}
.ohoband-exv .ohosh_eb_dot-exv::before{
background:#C084FC;
}
.ohosh_link-exv{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-bottom:1px solid #1A1624;
white-space:nowrap;
color:#1A1624;
font-weight:600;
padding-bottom:2px;
display:inline-flex;
align-items:center;
font-size:0.813rem;
}
.ohosh_link-exv:hover{
border-color:#7C3AED;
color:#7C3AED;
}
.ohosh_link-exv svg{
height:0.875rem;
width:0.875rem;
}
.ohosh_link_chev-exv{
border-bottom:0;
padding-bottom:0;
}
.ohosh_link_btn-exv{
padding:0.563rem 1.125rem;
border-radius:999px;
background:#1A1624;
color:#F5F0FF;
border-bottom:0;
}
.ohosh_link_btn-exv:hover{
border-color:transparent;
background:#2E2848;
color:#F5F0FF;
}
.ohoband-exv .ohosh_link-exv{
border-color:#F5F0FF;
color:#F5F0FF;
}
.ohoband-exv .ohosh_link_btn-exv{
background:#C084FC;
color:#1A1624;
}
.ohosh_rule-exv{
background:rgba(26, 22, 36, 0.15);
margin:-2px 0 1.125rem;
height:1px;
}
.ohoband-exv .ohosh_rule-exv{
background:rgba(255, 248, 255, 0.13);
}
.ohohero-exv{
padding:32px 0 0.5rem;
}
@media(min-width:770px){
.ohohero-exv{
padding:56px 0 1.5rem;
}
}
.ohohero_in-exv{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:901px){
.ohohero_in-exv{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.ohohero_copy-exv{
min-width:0;
}
.ohohero_eyebrow-exv{
gap:10px;
margin-bottom:1.375rem;
align-items:center;
display:inline-flex;
}
.ohohero_eyebrow_line-exv{
flex:0 0 auto;
background:#7C3AED;
display:inline-block;
height:1px;
width:1.75rem;
}
.ohohero_h1-exv{
margin-bottom:1.25rem;
font-size:2.375rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
color:#1A1624;
font-weight:600;
letter-spacing:-.01em;
}
@media(min-width:770px){
.ohohero_h1-exv{
font-size:54px;
}
}
@media(min-width:1102px){
.ohohero_h1-exv{
font-size:62px;
}
}
.ohohero_h1-exv em{
color:#7C3AED;
font-style:normal;
}
.ohohero_sub-exv{
margin-bottom:30px;
color:#8A8298;
max-width:480px;
font-size:16px;
line-height:1.6;
}
@media(min-width:769px){
.ohohero_sub-exv{
font-size:18px;
}
}
.ohohero_actions-exv{
gap:14px;
display:flex;
margin-bottom:34px;
flex-wrap:wrap;
align-items:center;
}
.ohohero_cta-exv{
padding:1rem 1.875rem;
background:#1A1624;
gap:10px;
border-radius:999px;
transition:background-color .22s ease;
font-weight:700;
color:#F5F0FF;
display:inline-flex;
align-items:center;
font-size:0.938rem;
}
.ohohero_cta-exv:hover{
background:#2E2848;
}
.ohohero_cta_ic-exv{
display:inline-flex;
align-items:center;
}
.ohohero_cta_ic-exv svg{
height:16px;
width:16px;
}
.ohohero_cta_alt-exv{
padding:0.938rem 26px;
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(26, 22, 36, 0.15);
background:transparent;
border-radius:999px;
font-weight:600;
color:#1A1624;
align-items:center;
font-size:15px;
display:inline-flex;
}
.ohohero_cta_alt-exv:hover{
border-color:#7C3AED;
color:#7C3AED;
}
.ohohero_trust-exv{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.ohohero_trust_item-exv{
gap:0.563rem;
color:#2E2A3A;
display:flex;
font-size:13px;
align-items:center;
font-weight:600;
}
.ohohero_trust_ic-exv{
display:inline-flex;
align-items:center;
color:#7C3AED;
}
.ohohero_trust_ic-exv svg{
height:16px;
width:1rem;
}
.ohohero_promo-exv{
background:#FFFFFF;
overflow:hidden;
border-radius:20px;
display:flex;
box-shadow:0 0.75rem 48px rgba(26, 22, 36, 0.14), 0 3px 0.75rem rgba(124, 58, 237, 0.12);
min-height:300px;
position:relative;
}
.ohohero_promo_bg-exv{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.ohohero_promo_bg-exv::after{
inset:0;
background:linear-gradient(120deg,#16132A 0%,rgba(0, 0, 0, 0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.ohohero_promo_glow-exv{
border-radius:50%;
background:radial-gradient(circle,rgba(122, 58, 185, 0.28) 0%,transparent 65%);
pointer-events:none;
top:-40px;
position:absolute;
height:260px;
width:260px;
right:-20px;
}
.ohohero_promo_ct-exv{
padding:1.75rem;
position:relative;
max-width:88%;
align-self:flex-end;
z-index:2;
}
.ohohero_promo_label-exv{
letter-spacing:.25em;
display:block;
font-weight:700;
text-transform:uppercase;
margin-bottom:8px;
color:#C084FC;
font-size:0.625rem;
}
.ohohero_promo_amount-exv{
color:#F5F0FF;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
font-weight:600;
}
@media(min-width:769px){
.ohohero_promo_amount-exv{
font-size:40px;
}
}
.ohohero_promo_amount-exv em{
font-style:normal;
color:#C084FC;
}
.ohohero_rating-exv{
border:1px solid rgba(26, 22, 36, 0.08);
border-radius:0.875rem;
gap:10px;
padding:0.625rem 0.875rem;
background:#FFFFFF;
z-index:3;
display:flex;
align-items:center;
top:14px;
right:14px;
position:absolute;
box-shadow:0 2px 6px rgba(26, 22, 36, 0.07), 0 8px 24px rgba(26, 22, 36, 0.10);
max-width:min(16.25rem,62%);
}
.ohohero_rating_score-exv{
flex:0 0 auto;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#1A1624;
font-size:24px;
font-weight:700;
}
.ohohero_rating_txt-exv{
flex:1 1 auto;
min-width:0;
}
.ohohero_rating_stars-exv{
gap:2px;
color:#7C3AED;
display:flex;
}
.ohohero_rating_stars-exv svg{
height:12px;
width:12px;
}
.ohohero_rating_cap-exv{
color:#6B6478;
margin-top:3px;
display:block;
overflow-wrap:break-word;
font-size:0.688rem;
line-height:1.35;
}
.ohostat-exv{
border-top:1px solid rgba(26, 22, 36, 0.15);
margin-top:1rem;
border-bottom:1px solid rgba(26, 22, 36, 0.15);
}
.ohostat_in-exv{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.ohostat_in-exv{
grid-template-columns:repeat(4,1fr);
}
}
.ohostat_item-exv{
padding:1.375rem 14px;
border-bottom:1px solid rgba(26, 22, 36, 0.08);
min-width:0;
border-right:1px solid rgba(26, 22, 36, 0.08);
}
.ohostat_item-exv:nth-child(2n){
border-right:0;
}
.ohostat_item-exv:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.ohostat_item-exv{
border-bottom:0;
}
.ohostat_item-exv:nth-child(2n){
border-right:1px solid rgba(26, 22, 36, 0.08);
}
.ohostat_item-exv:nth-child(4n){
border-right:0;
}
}
.ohostat_value-exv{
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#1A1624;
font-weight:700;
}
@media(min-width:771px){
.ohostat_value-exv{
font-size:34px;
}
}
.ohostat_label-exv{
line-height:1.4;
margin-top:0.375rem;
font-size:0.813rem;
color:#6B6478;
overflow-wrap:break-word;
}
.ohogrow-exv{
padding:1.625rem 0 0.625rem;
}
.ohorow_seo-exv{
margin:0.625rem 0 0;
line-height:1.65;
color:#8A8298;
overflow-wrap:break-word;
max-width:760px;
font-size:14px;
}
.ohorow_seo-exv strong{
color:#1A1624;
font-weight:700;
}
.ohogrow-exv{
padding:1.625rem 0 10px;
}
.ohorow_seo-exv{
margin:0.625rem 0 0;
line-height:1.65;
color:#8A8298;
font-size:14px;
overflow-wrap:break-word;
max-width:47.5rem;
}
.ohorow_seo-exv strong{
color:#1A1624;
font-weight:700;
}
.ohogf-exv{
padding:24px 0 6px;
}
.ohogf_in-exv{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.ohogf_chip-exv{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-radius:999px;
border:1px solid rgba(26, 22, 36, 0.15);
background:#FFFFFF;
padding:10px 18px;
font-size:0.813rem;
font-weight:600;
white-space:nowrap;
color:#2E2A3A;
}
.ohogf_chip-exv:hover{
border-color:#7C3AED;
color:#7C3AED;
}
.ohogf_chip-exv.ohostate_active-exv{
background:#1A1624;
border-color:transparent;
color:#F5F0FF;
}
.ohojp-exv{
padding:1.875rem 0 10px;
}
.ohojp_grid-exv{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:770px){
.ohojp_grid-exv{
grid-template-columns:1fr 1fr;
}
.ohojp_card_mega-exv{
grid-column:1/-1;
}
}
@media(min-width:1000px){
.ohojp_grid-exv{
grid-template-columns:1.4fr 1fr 1fr;
}
.ohojp_card_mega-exv{
grid-column:auto;
}
}
.ohojp_card-exv{
gap:0.75rem;
overflow:hidden;
background:#FFFFFF;
border-radius:1.25rem;
padding:26px;
border:1px solid rgba(26, 22, 36, 0.08);
display:flex;
min-width:0;
flex-direction:column;
position:relative;
justify-content:space-between;
min-height:12.5rem;
}
.ohojp_card_mega-exv{
border-color:transparent;
background:linear-gradient(135deg,#1E1535,#0D0B17);
min-height:210px;
color:#F5F0FF;
}
.ohojp_glow-exv{
background:radial-gradient(circle,rgba(122, 58, 185, 0.28),transparent 70%);
border-radius:50%;
height:200px;
top:-40px;
pointer-events:none;
right:-40px;
width:12.5rem;
position:absolute;
}
.ohojp_label-exv{
gap:10px;
font-size:10px;
align-items:center;
letter-spacing:.16em;
color:#7C3AED;
text-transform:uppercase;
position:relative;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
font-weight:700;
}
.ohojp_card_mega-exv .ohojp_label-exv{
color:#C084FC;
}
.ohojp_drop-exv{
font-weight:600;
color:#6B6478;
text-transform:none;
letter-spacing:.04em;
}
.ohojp_card_mega-exv .ohojp_drop-exv{
color:#B8AEDD;
}
.ohojp_amount-exv{
position:relative;
font-weight:700;
color:#1A1624;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:2.375rem;
line-height:1;
}
.ohojp_card_mega-exv .ohojp_amount-exv{
animation:zm2-pulse 2.4s infinite;
color:#C084FC;
font-size:48px;
}
@media(min-width:765px){
.ohojp_card_mega-exv .ohojp_amount-exv{
font-size:3.375rem;
}
}
.ohojp_game-exv{
color:#6B6478;
font-size:0.813rem;
position:relative;
}
.ohojp_card_mega-exv .ohojp_game-exv{
color:#B8AEDD;
}
.ohojp_cta-exv{
align-self:flex-start;
position:relative;
}
.ohojp_card_mega-exv .ohojp_cta-exv{
background:#C084FC;
padding:10px 20px;
transition:opacity .22s ease;
border-radius:62.438rem;
color:#1A1624;
font-weight:700;
font-size:0.813rem;
}
.ohojp_card_mega-exv .ohojp_cta-exv:hover{
opacity:.9;
}
.ohojp_card-exv:not(.ohojp_card_mega-exv) .ohojp_cta-exv{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
font-weight:700;
font-size:0.813rem;
border-bottom:1px solid #1A1624;
color:#1A1624;
}
.ohojp_card-exv:not(.ohojp_card_mega-exv) .ohojp_cta-exv:hover{
border-color:#7C3AED;
color:#7C3AED;
}
.ohojp_seo-exv{
margin:0.875rem 0 0;
max-width:760px;
line-height:1.65;
font-size:0.875rem;
overflow-wrap:break-word;
color:#8A8298;
}
.ohojp_seo-exv strong{
color:#1A1624;
font-weight:700;
}
.ohogrow-exv{
padding:1.625rem 0 0.625rem;
}
.ohorow_seo-exv{
margin:0.625rem 0 0;
font-size:14px;
overflow-wrap:break-word;
color:#8A8298;
line-height:1.65;
max-width:760px;
}
.ohorow_seo-exv strong{
color:#1A1624;
font-weight:700;
}
.ohovip-exv{
padding:48px 0;
}
@media(min-width:771px){
.ohovip-exv{
padding:64px 0;
}
}
.ohovip_head-exv{
gap:0.875rem;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:883px){
.ohovip_head-exv{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.ohovip_eyebrow-exv{
margin-bottom:0.75rem;
}
.ohovip_h2-exv{
line-height:1.05;
font-size:2rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#F5F0FF;
}
@media(min-width:765px){
.ohovip_h2-exv{
font-size:2.5rem;
}
}
.ohovip_intro-exv{
color:#B8AEDD;
font-size:14px;
max-width:26.25rem;
line-height:1.6;
}
.ohovip_grid-exv{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.ohovip_card-exv{
border-radius:14px;
padding:22px 18px;
border:1px solid rgba(255, 248, 255, 0.13);
min-width:0;
}
.ohovip_card_feat-exv{
background:rgba(255, 248, 255, 0.07);
border-color:#C084FC;
}
.ohovip_card_ic-exv{
background:linear-gradient(135deg,#7C3AED,#C084FC);
border-radius:0.5rem;
margin-bottom:16px;
height:2.125rem;
width:34px;
display:block;
}
.ohovip_name-exv{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:1.25rem;
font-weight:600;
overflow-wrap:break-word;
color:#F5F0FF;
margin-bottom:6px;
}
.ohovip_perk-exv{
font-size:0.781rem;
color:#B8AEDD;
line-height:1.5;
overflow-wrap:break-word;
}
.ohoapp-exv{
padding:1.875rem 0 0.625rem;
}
.ohoapp_in-exv{
gap:1.75rem;
padding:2rem;
border-radius:20px;
border:1px solid rgba(26, 22, 36, 0.08);
background:#FFFFFF;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.ohoapp_in-exv{
padding:2.5rem 44px;
gap:40px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.ohoapp_copy-exv{
max-width:560px;
min-width:0;
}
.ohoapp_eyebrow-exv{
margin-bottom:0.75rem;
}
.ohoapp_h2-exv{
line-height:1.05;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.75rem;
font-size:1.75rem;
color:#1A1624;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.ohoapp_h2-exv{
font-size:2.125rem;
}
}
.ohoapp_text-exv{
margin-bottom:22px;
color:#8A8298;
font-size:0.875rem;
line-height:1.6;
}
.ohoapp_btns-exv{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.ohoapp_btn-exv{
gap:10px;
padding:0.688rem 1.25rem;
border-radius:14px;
transition:background-color .22s ease;
background:#1A1624;
align-items:center;
display:inline-flex;
color:#F5F0FF;
}
.ohoapp_btn-exv:hover{
background:#2E2848;
}
.ohoapp_btn_ic-exv{
align-items:center;
display:inline-flex;
}
.ohoapp_btn_ic-exv svg{
width:1.125rem;
height:1.125rem;
}
.ohoapp_btn_lb-exv{
font-size:13.5px;
font-weight:700;
}
.ohoapp_qr_wrap-exv{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.ohoapp_qr-exv{
flex:0 0 auto;
border-radius:0.875rem;
background-color:#1A1624;
height:108px;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 0.313rem 0.688rem);
}
.ohoapp_qr_cap-exv{
line-height:1.4;
color:#6B6478;
max-width:5.75rem;
font-size:0.781rem;
}
.ohogm-exv{
padding:30px 0 10px;
}
.ohogm_in-exv{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:878px){
.ohogm_in-exv{
grid-template-columns:1.25fr 1fr;
}
}
.ohogm_left-exv{
background:#FFFFFF;
border:1px solid rgba(26, 22, 36, 0.08);
padding:2rem;
border-radius:20px;
min-width:0;
}
.ohogm_eyebrow-exv{
margin-bottom:0.625rem;
}
.ohogm_h2-exv{
line-height:1.06;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:26px;
color:#1A1624;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:8px;
}
@media(min-width:769px){
.ohogm_h2-exv{
font-size:1.75rem;
}
}
.ohogm_text-exv{
max-width:480px;
font-size:0.875rem;
color:#8A8298;
margin-bottom:1.375rem;
line-height:1.6;
}
.ohogm_level-exv{
margin-bottom:8px;
font-size:1.375rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#7C3AED;
}
.ohogm_bar-exv{
border-radius:999px;
background:rgba(26, 22, 36, 0.15);
overflow:hidden;
margin-bottom:0.375rem;
height:8px;
}
.ohogm_bar_fill-exv{
background:linear-gradient(90deg,#7C3AED,#C084FC);
border-radius:999px;
height:100%;
}
.ohogm_bar_meta-exv{
gap:0.625rem;
justify-content:space-between;
margin-bottom:18px;
display:flex;
font-size:11px;
color:#6B6478;
}
.ohogm_missions-exv{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.ohogm_mission-exv{
border-radius:999px;
background:#F7F4EF;
border:1px solid rgba(26, 22, 36, 0.15);
padding:9px 0.938rem;
gap:7px;
display:inline-flex;
color:#2E2A3A;
font-weight:600;
font-size:0.781rem;
align-items:center;
}
.ohogm_mission_ic-exv{
display:inline-flex;
color:#7C3AED;
align-items:center;
}
.ohogm_mission_ic-exv svg{
width:13px;
height:13px;
}
.ohogm_right-exv{
border-radius:1.25rem;
background:linear-gradient(150deg,#1E1535,#0D0B17);
overflow:hidden;
padding:2rem;
display:flex;
position:relative;
color:#F5F0FF;
flex-direction:column;
}
.ohogm_glow-exv{
background:radial-gradient(circle,rgba(122, 58, 185, 0.28),transparent 70%);
border-radius:50%;
width:9.375rem;
top:-1.875rem;
pointer-events:none;
right:-30px;
position:absolute;
height:150px;
}
.ohogm_ref_eyebrow-exv{
margin-bottom:10px;
position:relative;
}
.ohogm_ref_h2-exv{
font-weight:600;
font-size:26px;
overflow-wrap:break-word;
position:relative;
color:#F5F0FF;
margin-bottom:8px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
}
.ohogm_ref_text-exv{
color:#B8AEDD;
margin-bottom:1.25rem;
font-size:0.844rem;
line-height:1.55;
position:relative;
}
.ohogm_ref_cta-exv{
padding:11px 1.375rem;
background:#C084FC;
border-radius:62.438rem;
transition:opacity .22s ease;
align-self:flex-start;
position:relative;
color:#1A1624;
font-weight:700;
margin-top:auto;
font-size:0.844rem;
}
.ohogm_ref_cta-exv:hover{
opacity:.9;
}
.ohosea-exv{
padding:24px 0 10px;
}
.ohosea_in-exv{
background:linear-gradient(115deg,#1E1535,#0D0B17);
padding:2.25rem;
overflow:hidden;
border-radius:1.25rem;
gap:1.375rem;
flex-direction:column;
color:#F5F0FF;
display:flex;
position:relative;
}
@media(min-width:817px){
.ohosea_in-exv{
gap:32px;
padding:44px 3rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.ohosea_glow-exv{
background:radial-gradient(circle,rgba(122, 58, 185, 0.28),transparent 68%);
border-radius:50%;
position:absolute;
right:3.75rem;
height:15rem;
pointer-events:none;
top:50%;
width:15rem;
transform:translateY(-50%);
}
.ohosea_copy-exv{
min-width:0;
max-width:560px;
position:relative;
}
.ohosea_eyebrow-exv{
margin-bottom:12px;
}
.ohosea_h2-exv{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
margin-bottom:12px;
font-size:1.875rem;
font-weight:600;
color:#F5F0FF;
overflow-wrap:break-word;
}
@media(min-width:766px){
.ohosea_h2-exv{
font-size:2.375rem;
}
}
.ohosea_text-exv{
color:#B8AEDD;
font-size:15px;
line-height:1.6;
}
.ohosea_cta-exv{
border-radius:62.438rem;
background:#C084FC;
padding:1rem 32px;
flex:0 0 auto;
transition:opacity .22s ease;
font-weight:700;
font-size:15px;
color:#1A1624;
position:relative;
}
.ohosea_cta-exv:hover{
opacity:.9;
}
.ohonl-exv{
padding:24px 0 0.625rem;
}
.ohonl_in-exv{
gap:22px;
background:#1C1933;
border-radius:1.25rem;
padding:30px 32px;
flex-direction:column;
color:#F5F0FF;
display:flex;
}
@media(min-width:769px){
.ohonl_in-exv{
gap:1.75rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.ohonl_text_wrap-exv{
min-width:0;
}
.ohonl_h3-exv{
color:#F5F0FF;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.1;
margin-bottom:5px;
overflow-wrap:break-word;
font-size:1.375rem;
}
@media(min-width:769px){
.ohonl_h3-exv{
font-size:24px;
}
}
.ohonl_text-exv{
line-height:1.5;
color:#B8AEDD;
font-size:0.844rem;
}
.ohonl_form-exv{
gap:10px;
flex:1 1 auto;
max-width:28.75rem;
min-width:0;
display:flex;
}
.ohonl_input-exv{
flex:1 1 auto;
padding:0.813rem 1rem;
background:rgba(255, 248, 255, 0.07);
border-radius:0.875rem;
border:1px solid rgba(255, 248, 255, 0.13);
overflow:hidden;
min-width:0;
font-size:14px;
color:#B8AEDD;
display:flex;
white-space:nowrap;
text-overflow:ellipsis;
align-items:center;
}
.ohonl_btn-exv{
transition:opacity .22s ease;
padding:0.813rem 24px;
flex:0 0 auto;
border-radius:14px;
background:#C084FC;
color:#1A1624;
font-weight:700;
font-size:14px;
white-space:nowrap;
}
.ohonl_btn-exv:hover{
opacity:.9;
}
.ohohts-exv{
padding:3rem 0;
}
@media(min-width:770px){
.ohohts-exv{
padding:62px 0;
}
}
.ohohts_head-exv{
gap:18px;
flex-direction:column;
margin-bottom:34px;
display:flex;
}
@media(min-width:766px){
.ohohts_head-exv{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.ohohts_eyebrow-exv{
margin-bottom:0.75rem;
}
.ohohts_h2-exv{
font-size:1.875rem;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F5F0FF;
line-height:1.05;
}
@media(min-width:769px){
.ohohts_h2-exv{
font-size:38px;
}
}
.ohohts_cta-exv{
border-radius:999px;
transition:opacity .22s ease;
flex:0 0 auto;
background:#C084FC;
padding:0.938rem 30px;
color:#1A1624;
font-weight:700;
font-size:15px;
}
.ohohts_cta-exv:hover{
opacity:.9;
}
.ohohts_grid-exv{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:762px){
.ohohts_grid-exv{
grid-template-columns:repeat(3,1fr);
}
}
.ohohts_step-exv{
min-width:0;
padding-top:22px;
border-top:1px solid rgba(255, 248, 255, 0.13);
}
.ohohts_step_num-exv{
margin-bottom:0.875rem;
font-weight:700;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1;
color:#C084FC;
font-size:44px;
}
.ohohts_step_h-exv{
color:#F5F0FF;
overflow-wrap:break-word;
line-height:1.2;
font-weight:700;
font-size:1.188rem;
margin-bottom:8px;
}
.ohohts_step_p-exv{
line-height:1.55;
overflow-wrap:break-word;
font-size:14px;
color:#B8AEDD;
}
.ohoprov-exv{
padding:2.5rem 0 1.25rem;
}
.ohoprov_eyebrow-exv{
display:block;
margin-bottom:18px;
}
.ohoprov_grid-exv{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:558px){
.ohoprov_grid-exv{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:898px){
.ohoprov_grid-exv{
grid-template-columns:repeat(6,1fr);
}
}
.ohott-exv{
padding:48px 0 0.625rem;
}
@media(min-width:770px){
.ohott-exv{
padding:60px 0 0.625rem;
}
}
.ohott_head-exv{
margin-bottom:2.125rem;
text-align:center;
}
.ohott_eyebrow-exv{
margin-bottom:0.75rem;
}
.ohott_h2-exv{
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
line-height:1.05;
color:#1A1624;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.ohott_h2-exv{
font-size:2.625rem;
}
}
.ohott_grid-exv{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:760px){
.ohott_grid-exv{
grid-template-columns:repeat(3,1fr);
}
}
.ohott_card-exv{
padding:1.875rem;
background:#FFFFFF;
border-radius:14px;
border:1px solid rgba(26, 22, 36, 0.08);
min-width:0;
flex-direction:column;
display:flex;
}
.ohott_card_ic-exv{
display:inline-flex;
margin-bottom:1.125rem;
align-items:center;
color:#7C3AED;
}
.ohott_card_ic-exv svg{
width:1.75rem;
height:1.75rem;
}
.ohott_card_h-exv{
line-height:1.15;
overflow-wrap:break-word;
color:#1A1624;
font-weight:600;
margin-bottom:8px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
}
.ohott_card_p-exv{
margin-bottom:14px;
font-size:14px;
color:#8A8298;
overflow-wrap:break-word;
line-height:1.6;
}
.ohott_card_p-exv b{
color:#1A1624;
font-weight:700;
}
.ohott_card_link-exv{
transition:color .22s ease;
color:#1A1624;
border-bottom:1px solid #7C3AED;
font-weight:700;
padding-bottom:2px;
align-self:flex-start;
font-size:0.813rem;
margin-top:auto;
}
.ohott_card_link-exv:hover{
color:#7C3AED;
}
.ohoet-exv{
padding:2.25rem 0 10px;
}
.ohoet_in-exv{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:878px){
.ohoet_in-exv{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.ohoet_left-exv{
min-width:0;
}
.ohoet_eyebrow-exv{
margin-bottom:12px;
}
.ohoet_h2-exv{
margin-bottom:0.875rem;
line-height:1.06;
overflow-wrap:break-word;
color:#1A1624;
font-size:1.75rem;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.ohoet_h2-exv{
font-size:32px;
}
}
.ohoet_text-exv{
font-size:0.938rem;
color:#8A8298;
margin-bottom:1.375rem;
line-height:1.65;
}
.ohoet_stats-exv{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.ohoet_stat-exv{
min-width:0;
}
.ohoet_stat_v-exv{
line-height:1;
font-size:1.625rem;
font-weight:700;
color:#1A1624;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.ohoet_stat_l-exv{
font-size:0.781rem;
color:#6B6478;
margin-top:0.25rem;
}
.ohoet_right-exv{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.ohoet_member-exv{
background:#FFFFFF;
gap:1rem;
border-radius:0.875rem;
padding:18px 1.25rem;
border:1px solid rgba(26, 22, 36, 0.08);
display:flex;
align-items:center;
min-width:0;
}
.ohoet_member_av-exv{
border-radius:50%;
background:linear-gradient(135deg,#1E1535,#7C3AED);
flex:0 0 auto;
height:48px;
width:48px;
}
.ohoet_member_name-exv{
overflow-wrap:break-word;
color:#1A1624;
font-size:0.938rem;
font-weight:700;
}
.ohoet_member_role-exv{
overflow-wrap:break-word;
font-size:0.781rem;
color:#6B6478;
}
.ohoet_updated-exv{
background:#F7F4EF;
border-radius:0.875rem;
gap:8px;
border:1px solid rgba(26, 22, 36, 0.08);
padding:0.875rem 1.125rem;
display:flex;
font-size:0.781rem;
color:#8A8298;
align-items:center;
}
.ohopmt-exv{
padding:3rem 0 10px;
}
.ohopmt_in-exv{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:882px){
.ohopmt_in-exv{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.ohopmt_left-exv{
min-width:0;
}
.ohopmt_eyebrow-exv{
margin-bottom:12px;
}
.ohopmt_h2-exv{
font-size:30px;
color:#1A1624;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.06;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:768px){
.ohopmt_h2-exv{
font-size:2rem;
}
}
.ohopmt_text-exv{
margin-bottom:22px;
font-size:0.906rem;
line-height:1.6;
color:#8A8298;
}
.ohopmt_logos-exv{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:478px){
.ohopmt_logos-exv{
grid-template-columns:repeat(4,1fr);
}
}
.ohopmt_logo-exv{
background:#FFFFFF;
overflow:hidden;
padding:0 0.5rem;
border-radius:8px;
border:1px solid rgba(26, 22, 36, 0.08);
align-items:center;
height:50px;
font-size:0.781rem;
text-overflow:ellipsis;
justify-content:center;
display:flex;
white-space:nowrap;
text-align:center;
color:#2E2A3A;
font-weight:700;
}
.ohopmt_table-exv{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(26, 22, 36, 0.08);
min-width:0;
}
.ohopmt_thead-exv{
background:#1E1A2B;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.ohopmt_th-exv{
padding:13px 14px;
overflow:hidden;
letter-spacing:.08em;
text-transform:uppercase;
white-space:nowrap;
font-weight:700;
font-size:10px;
color:#F5F0FF;
text-overflow:ellipsis;
}
.ohopmt_row-exv{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(26, 22, 36, 0.08);
display:grid;
}
.ohopmt_row-exv:nth-child(odd){
background:#FFFFFF;
}
.ohopmt_td-exv{
padding:0.875rem;
font-size:0.844rem;
color:#8A8298;
min-width:0;
overflow-wrap:break-word;
}
.ohopmt_row-exv .ohopmt_td-exv:first-child{
font-weight:700;
color:#1A1624;
}
.ohopmt_row-exv .ohopmt_td-exv:last-child{
font-weight:700;
color:#16A34A;
}
.ohodr-exv{
padding:2.25rem 0 10px;
}
.ohodr_in-exv{
border-radius:0.875rem;
gap:20px;
border:1px dashed rgba(26, 22, 36, 0.15);
padding:28px 32px;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.ohodr_in-exv{
gap:2rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ohodr_h2-exv{
color:#1A1624;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:8px;
line-height:1.1;
font-size:24px;
font-weight:600;
}
@media(min-width:769px){
.ohodr_h2-exv{
font-size:26px;
}
}
.ohodr_text-exv{
color:#8A8298;
max-width:680px;
line-height:1.6;
overflow-wrap:break-word;
font-size:14px;
}
.ohodr_text-exv b{
color:#1A1624;
font-weight:700;
}
.ohodr_cta-exv{
flex:0 0 auto;
transition:color .22s ease;
padding-bottom:2px;
color:#1A1624;
white-space:nowrap;
font-weight:700;
font-size:13.5px;
border-bottom:1px solid #7C3AED;
}
.ohodr_cta-exv:hover{
color:#7C3AED;
}
.ohots-exv{
padding:44px 0;
}
.ohots_in-exv{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:880px){
.ohots_in-exv{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.ohots_left-exv{
min-width:0;
}
.ohots_h2-exv{
line-height:1.1;
color:#F5F0FF;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:26px;
overflow-wrap:break-word;
margin-bottom:12px;
}
@media(min-width:766px){
.ohots_h2-exv{
font-size:1.75rem;
}
}
.ohots_text-exv{
font-size:0.906rem;
line-height:1.6;
color:#B8AEDD;
margin-bottom:22px;
max-width:32.5rem;
}
.ohots_badges-exv{
gap:1.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.ohots_badge-exv{
font-size:0.813rem;
font-weight:600;
color:#B8AEDD;
}
.ohots_pay-exv{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:879px){
.ohots_pay-exv{
justify-content:flex-end;
}
}
.ohots_pay_chip-exv{
border-radius:0.875rem;
padding:12px 16px;
border:1px solid rgba(255, 248, 255, 0.13);
background:rgba(255, 248, 255, 0.07);
font-size:0.875rem;
font-weight:700;
color:#F5F0FF;
}
.ohowy-exv{
padding:3rem 0;
}
@media(min-width:766px){
.ohowy-exv{
padding:3.5rem 0;
}
}
.ohowy_in-exv{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:901px){
.ohowy_in-exv{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.ohowy_left-exv{
min-width:0;
}
.ohowy_eyebrow-exv{
margin-bottom:0.875rem;
}
.ohowy_h2-exv{
font-size:32px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#1A1624;
margin-bottom:16px;
font-weight:600;
line-height:1.05;
}
@media(min-width:767px){
.ohowy_h2-exv{
font-size:2.5rem;
}
}
.ohowy_intro-exv{
font-size:15px;
line-height:1.6;
color:#8A8298;
}
.ohowy_grid-exv{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:557px){
.ohowy_grid-exv{
grid-template-columns:1fr 1fr;
}
}
.ohowy_card-exv{
background:#FFFFFF;
border-radius:0.875rem;
padding:1.625rem;
border:1px solid rgba(26, 22, 36, 0.08);
min-width:0;
}
.ohowy_card_ic-exv{
display:inline-flex;
color:#7C3AED;
justify-content:center;
margin-bottom:16px;
align-items:center;
}
.ohowy_card_ic-exv svg{
width:26px;
height:26px;
}
.ohowy_card_h-exv{
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.5rem;
font-size:21px;
color:#1A1624;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
}
.ohowy_card_p-exv{
color:#8A8298;
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
}
.oholh-exv{
padding:40px 0 20px;
}
.oholh_in-exv{
padding-top:34px;
border-top:1px solid rgba(26, 22, 36, 0.15);
}
.oholh_eyebrow-exv{
display:block;
margin-bottom:22px;
}
.oholh_grid-exv{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:601px){
.oholh_grid-exv{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:960px){
.oholh_grid-exv{
grid-template-columns:repeat(5,1fr);
}
}
.oholh_col-exv{
min-width:0;
}
.oholh_col_h-exv{
font-size:0.813rem;
color:#1A1624;
font-weight:700;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
.oholh_links-exv{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.oholh_link-exv{
transition:color .22s ease;
color:#8A8298;
font-size:0.813rem;
overflow-wrap:break-word;
}
.oholh_link-exv:hover{
color:#7C3AED;
}
.ohosg-exv{
padding:48px 0 0.625rem;
}
.ohosg_eyebrow-exv{
display:block;
margin-bottom:0.75rem;
}
.ohosg_h2-exv{
overflow-wrap:break-word;
margin-bottom:1.75rem;
color:#1A1624;
line-height:1.05;
font-size:30px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:766px){
.ohosg_h2-exv{
font-size:2.25rem;
}
}
.ohosg_grid-exv{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:721px){
.ohosg_grid-exv{
grid-template-columns:repeat(3,1fr);
}
}
.ohosg_col-exv{
min-width:0;
}
.ohosg_col_h-exv{
line-height:1.15;
font-weight:600;
font-size:1.375rem;
margin-bottom:10px;
overflow-wrap:break-word;
color:#1A1624;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.ohosg_col_p-exv{
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
color:#8A8298;
}
.ohoel-exv{
padding:3rem 0;
}
@media(min-width:768px){
.ohoel-exv{
padding:56px 0;
}
}
.ohoel_in-exv{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:902px){
.ohoel_in-exv{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.ohoel_left-exv{
min-width:0;
}
.ohoel_eyebrow-exv{
margin-bottom:0.875rem;
}
.ohoel_h2-exv{
overflow-wrap:break-word;
line-height:1.08;
font-size:2rem;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.375rem;
color:#1A1624;
}
@media(min-width:769px){
.ohoel_h2-exv{
font-size:38px;
}
}
.ohoel_body-exv p{
margin-bottom:1.125rem;
color:#2E2A3A;
overflow-wrap:break-word;
font-size:1rem;
line-height:1.7;
}
.ohoel_dropcap-exv{
padding:0.375rem 0.75rem 0 0;
color:#7C3AED;
font-weight:700;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:.8;
float:left;
font-size:62px;
}
.ohoel_right-exv{
min-width:0;
}
.ohoel_quote-exv{
padding:36px;
border-radius:20px;
background:linear-gradient(150deg,#1E1535,#0D0B17);
margin-bottom:24px;
color:#F5F0FF;
position:relative;
}
.ohoel_quote_mark-exv{
margin-bottom:6px;
color:#C084FC;
display:inline-flex;
align-items:center;
}
.ohoel_quote_mark-exv svg{
width:34px;
height:34px;
}
.ohoel_quote_text-exv{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.375rem;
font-size:1.375rem;
line-height:1.4;
overflow-wrap:break-word;
color:#F5F0FF;
font-weight:500;
}
.ohoel_quote_meta-exv{
gap:12px;
align-items:center;
display:flex;
}
.ohoel_quote_av-exv{
flex:0 0 auto;
background:linear-gradient(135deg,#7C3AED,#C084FC);
border-radius:50%;
height:38px;
width:2.375rem;
}
.ohoel_quote_author-exv{
font-size:14px;
font-weight:700;
color:#F5F0FF;
}
.ohoel_quote_meta_sub-exv{
color:#B8AEDD;
font-size:12px;
}
.ohoel_explain-exv{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(26, 22, 36, 0.08);
}
.ohoel_explain_card-exv{
padding:22px 1.5rem;
}
.ohoel_explain_card-exv+.ohoel_explain_card-exv{
border-top:1px solid rgba(26, 22, 36, 0.08);
}
.ohoel_explain_h-exv{
font-weight:600;
line-height:1.15;
font-size:20px;
overflow-wrap:break-word;
color:#1A1624;
margin-bottom:8px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.ohoel_explain_p-exv{
overflow-wrap:break-word;
font-size:14px;
color:#8A8298;
line-height:1.55;
}
.ohosb-exv{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(26, 22, 36, 0.08);
border-top:1px solid rgba(26, 22, 36, 0.08);
margin-top:24px;
}
@media(min-width:765px){
.ohosb-exv{
padding:56px 0;
}
}
.ohosb_eyebrow-exv{
display:block;
margin-bottom:12px;
}
.ohosb_h2-exv{
font-size:30px;
font-weight:600;
color:#1A1624;
margin-bottom:1.625rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:768px){
.ohosb_h2-exv{
font-size:36px;
}
}
.ohosb_grid-exv{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:560px){
.ohosb_grid-exv{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.ohosb_grid-exv{
grid-template-columns:repeat(4,1fr);
}
}
.ohosb_card-exv{
background:#F7F4EF;
border-radius:0.875rem;
border:1px solid rgba(26, 22, 36, 0.08);
padding:24px;
min-width:0;
}
.ohosb_card_h-exv{
overflow-wrap:break-word;
line-height:1.15;
margin-bottom:8px;
color:#1A1624;
font-size:19px;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.ohosb_card_p-exv{
font-size:0.844rem;
color:#8A8298;
line-height:1.6;
overflow-wrap:break-word;
}
.ohosb_rtp-exv{
background:#F7F4EF;
border-radius:0.875rem;
padding:1.625rem 1.75rem;
border:1px solid rgba(26, 22, 36, 0.08);
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
align-items:center;
margin-top:18px;
}
@media(min-width:761px){
.ohosb_rtp-exv{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.ohosb_rtp_h-exv{
color:#1A1624;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
font-size:20px;
line-height:1.15;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.ohosb_rtp_p-exv{
color:#8A8298;
overflow-wrap:break-word;
line-height:1.6;
font-size:0.844rem;
}
.ohosb_rtp_stats-exv{
gap:16px;
display:flex;
}
.ohosb_stat-exv{
padding:18px;
background:#FFFFFF;
border-radius:0.5rem;
flex:1 1 0;
min-width:0;
text-align:center;
}
.ohosb_stat_v-exv{
color:#16A34A;
font-size:26px;
font-weight:700;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.ohosb_stat_l-exv{
margin-top:0.25rem;
font-size:0.719rem;
color:#6B6478;
}
.ohofaq-exv{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(26, 22, 36, 0.08);
margin-top:1.5rem;
border-top:1px solid rgba(26, 22, 36, 0.08);
}
@media(min-width:766px){
.ohofaq-exv{
padding:62px 0;
}
}
.ohofaq_head-exv{
text-align:center;
margin-bottom:34px;
}
.ohofaq_eyebrow-exv{
margin-bottom:12px;
}
.ohofaq_h2-exv{
line-height:1.05;
font-size:2rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
color:#1A1624;
}
@media(min-width:765px){
.ohofaq_h2-exv{
font-size:2.375rem;
}
}
.ohofaq_list-exv{
margin:0 auto;
gap:12px;
flex-direction:column;
display:flex;
max-width:51.25rem;
}
.ohofaq_item-exv{
border-radius:0.875rem;
border:1px solid rgba(26, 22, 36, 0.08);
background:#F7F4EF;
overflow:hidden;
}
.ohofaq_q-exv{
padding:1.25rem 1.5rem;
list-style:none;
gap:1.25rem;
overflow-wrap:break-word;
display:flex;
font-weight:700;
font-size:1rem;
color:#1A1624;
justify-content:space-between;
cursor:pointer;
align-items:center;
}
.ohofaq_q-exv::-webkit-details-marker{
display:none;
}
.ohofaq_q_ic-exv{
flex:0 0 auto;
transition:transform .22s ease;
color:#7C3AED;
align-items:center;
display:inline-flex;
}
.ohofaq_q_ic-exv svg{
width:1.125rem;
height:1.125rem;
}
.ohofaq_item-exv[open] .ohofaq_q_ic-exv{
transform:rotate(180deg);
}
.ohofaq_a-exv{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
color:#8A8298;
line-height:1.6;
font-size:0.906rem;
}
.ohosc-exv{
padding:48px 0 10px;
}
.ohosc_head-exv{
margin-bottom:28px;
text-align:center;
}
.ohosc_eyebrow-exv{
margin-bottom:12px;
}
.ohosc_h2-exv{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
color:#1A1624;
font-size:30px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:766px){
.ohosc_h2-exv{
font-size:2.25rem;
}
}
.ohosc_table-exv{
margin:0 auto;
overflow:hidden;
border:1px solid rgba(26, 22, 36, 0.08);
border-radius:14px;
max-width:900px;
}
.ohosc_thead-exv{
background:#1E1A2B;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.ohosc_th-exv{
padding:15px 1.125rem;
font-size:0.813rem;
color:#B8AEDD;
font-weight:700;
overflow-wrap:break-word;
text-align:center;
}
.ohosc_th-exv:first-child{
text-align:left;
}
.ohosc_th_us-exv{
color:#C084FC;
}
.ohosc_row-exv{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(26, 22, 36, 0.08);
display:grid;
}
.ohosc_row-exv:nth-child(even){
background:#FFFFFF;
}
.ohosc_td-exv{
padding:0.938rem 1.125rem;
text-align:center;
min-width:0;
color:#6B6478;
font-size:14px;
overflow-wrap:break-word;
}
.ohosc_td-exv:first-child{
text-align:left;
color:#2E2A3A;
font-weight:600;
}
.ohosc_td_us-exv{
font-weight:700;
color:#16A34A;
}
.ohoft-exv{
background:#1E1A2B;
margin-top:2.5rem;
color:#B8AEDD;
}
.ohoft_in-exv{
gap:2rem;
grid-template-columns:1fr;
padding:48px 0 1.75rem;
display:grid;
}
@media(min-width:602px){
.ohoft_in-exv{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.ohoft_in-exv{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.ohoft_brand-exv{
min-width:0;
}
.ohoft_logo-exv{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:26px;
font-weight:700;
overflow-wrap:break-word;
color:#F5F0FF;
}
.ohoft_tagline-exv{
margin-top:14px;
color:#B8AEDD;
max-width:280px;
font-size:13.5px;
line-height:1.6;
}
.ohoft_contact-exv{
transition:color .22s ease;
color:#C084FC;
max-width:280px;
font-size:0.813rem;
margin-top:12px;
display:inline-block;
overflow-wrap:anywhere;
}
.ohoft_contact-exv:hover{
color:#F5F0FF;
}
.ohoft_col-exv{
min-width:0;
}
.ohoft_col_h-exv{
letter-spacing:.08em;
font-weight:700;
font-size:13px;
text-transform:uppercase;
margin-bottom:14px;
color:#F5F0FF;
overflow-wrap:break-word;
}
.ohoft_col_links-exv{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.ohoft_link-exv{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#B8AEDD;
}
.ohoft_link-exv:hover{
color:#F5F0FF;
}
.ohoft_bot-exv{
padding:22px 0 2.5rem;
gap:1rem;
flex-direction:column;
display:flex;
border-top:1px solid rgba(255, 248, 255, 0.13);
}
@media(min-width:767px){
.ohoft_bot-exv{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.ohoft_legal-exv{
overflow-wrap:break-word;
font-size:0.719rem;
max-width:760px;
color:#B0AABB;
line-height:1.6;
}
.ohoft_legal-exv b{
color:#B8AEDD;
font-weight:700;
}
.ohoft_age-exv{
padding:0.25rem 9px;
border-radius:8px;
flex:0 0 auto;
border:1.5px solid #C084FC;
font-size:0.813rem;
color:#C084FC;
font-weight:700;
}