*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F2ED;
color:#2E2B27;
-webkit-font-smoothing:antialiased;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
overflow-wrap:break-word;
font-size:15px;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0, 0, 0, 0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.idt_layout-h60{
flex-direction:column;
min-height:100vh;
display:flex;
}
.idt_main-h60{
flex:1 1 auto;
width:100%;
min-width:0;
}
.idt_container-h60{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:767px){
.idt_container-h60{
padding:0 32px;
}
}
@media(min-width:1101px){
.idt_container-h60{
padding:0 56px;
}
}
.idt_eyebrow-h60{
letter-spacing:.2em;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.4;
text-transform:uppercase;
display:inline-block;
font-weight:600;
color:#1A9E6A;
font-size:0.688rem;
overflow-wrap:break-word;
}
.idt_band-h60{
background:#161C1A;
color:#F0EDE8;
}
.idt_band-h60 .idt_eyebrow-h60{
color:#3DE8A0;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.idt_tb-h60{
background:#F5F2ED;
z-index:50;
border-bottom:1px solid rgba(20, 18, 14, 0.15);
top:0;
position:sticky;
}
.idt_tb_in-h60{
margin:0 auto;
gap:16px;
padding:12px 1rem;
align-items:center;
width:100%;
justify-content:space-between;
max-width:1400px;
display:flex;
}
@media(min-width:765px){
.idt_tb_in-h60{
padding:16px 2rem;
}
}
@media(min-width:1103px){
.idt_tb_in-h60{
padding:1.125rem 56px;
}
}
.idt_tb_left-h60{
gap:28px;
display:flex;
align-items:center;
min-width:0;
}
.idt_tb_logo-h60{
gap:11px;
min-width:0;
display:flex;
align-items:center;
}
.idt_tb_logo_mark-h60{
flex:0 0 auto;
border-radius:8px;
width:2.125rem;
height:2.125rem;
object-fit:cover;
}
.idt_tb_logo_txt-h60{
flex-direction:column;
min-width:0;
display:flex;
line-height:1;
}
.idt_tb_logo_name-h60{
overflow:hidden;
color:#1A1714;
letter-spacing:.02em;
white-space:nowrap;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
text-overflow:ellipsis;
font-size:22px;
font-weight:700;
}
.idt_tb_logo_sub-h60{
overflow:hidden;
font-weight:600;
white-space:nowrap;
font-size:8.5px;
letter-spacing:.32em;
margin-top:4px;
text-overflow:ellipsis;
text-transform:uppercase;
color:#1A9E6A;
}
.idt_tb_nav-h60{
display:none;
}
@media(min-width:961px){
.idt_tb_nav-h60{
gap:28px;
align-items:center;
display:flex;
}
}
.idt_tb_nav_item-h60{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
white-space:nowrap;
color:#2E2B27;
border-bottom:2px solid transparent;
font-size:0.875rem;
padding-bottom:3px;
}
.idt_tb_nav_item-h60:hover{
color:#1A1714;
}
.idt_tb_nav_item-h60.idt_state_active-h60{
border-color:#1A9E6A;
color:#1A1714;
}
.idt_tb_right-h60{
flex:0 0 auto;
gap:0.875rem;
display:flex;
align-items:center;
}
.idt_tb_search-h60{
transition:color .22s ease;
color:#2E2B27;
align-items:center;
justify-content:center;
display:flex;
}
.idt_tb_search-h60:hover{
color:#1A9E6A;
}
.idt_tb_search-h60 svg{
height:1.125rem;
width:18px;
}
.idt_tb_lang-h60{
font-size:0.688rem;
color:#6B6560;
letter-spacing:.1em;
text-transform:uppercase;
font-weight:600;
}
.idt_tb_lang-h60:hover{
color:#1A1714;
}
.idt_tb_login-h60{
font-weight:600;
font-size:0.875rem;
display:none;
color:#1A1714;
}
@media(min-width:769px){
.idt_tb_login-h60{
display:inline-block;
}
}
.idt_tb_register-h60{
padding:11px 22px;
transition:background-color .22s ease;
border-radius:62.438rem;
background:#161C1A;
font-weight:700;
white-space:nowrap;
color:#F0EDE8;
font-size:14px;
}
.idt_tb_register-h60:hover{
background:#243028;
}
.idt_mob-h60{
background:#F5F2ED;
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
left:0;
border-top:1px solid rgba(20, 18, 14, 0.15);
z-index:60;
bottom:0;
right:0;
}
@media(min-width:958px){
.idt_mob-h60{
display:none;
}
}
.idt_mob_in-h60{
margin:0 auto;
align-items:stretch;
display:flex;
justify-content:space-around;
max-width:35rem;
}
.idt_mob_item-h60{
gap:3px;
padding:9px 4px;
transition:color .22s ease;
flex:1 1 0;
color:#6B6560;
display:flex;
min-width:0;
align-items:center;
flex-direction:column;
}
.idt_mob_item-h60.idt_state_active-h60{
color:#1A9E6A;
}
.idt_mob_ic-h60{
align-items:center;
justify-content:center;
display:flex;
}
.idt_mob_ic-h60 svg{
width:1.25rem;
height:1.25rem;
}
.idt_mob_lb-h60{
overflow:hidden;
font-size:10px;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
font-weight:600;
}
@media(max-width:956px){
body{
padding-bottom:3.75rem;
}
}
.idt_rail-h60{
position:relative;
min-width:0;
}
.idt_rail_scroll-h60{
gap:0.875rem;
padding-bottom:0.875rem;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
display:flex;
overflow-x:auto;
}
@media(min-width:765px){
.idt_rail_scroll-h60{
gap:18px;
}
}
.idt_gc-h60{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:766px){
.idt_gc-h60{
width:11.75rem;
}
}
.idt_gc_img-h60{
overflow:hidden;
background:#FDFBF8;
border-radius:14px;
padding-bottom:133.33%;
position:relative;
box-shadow:0 2px 6px rgba(20, 18, 14, 0.07), 0 8px 20px rgba(20, 18, 14, 0.09);
}
.idt_gc_img-h60 img{
inset:0;
height:100%;
width:100%;
object-fit:cover;
position:absolute;
}
.idt_gc_cover-h60{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0, 0, 0, 0.52));
pointer-events:none;
position:absolute;
}
.idt_gc_hover-h60{
background:rgba(0, 0, 0, 0.52);
inset:0;
transition:opacity .22s ease;
align-items:center;
position:absolute;
display:flex;
opacity:0;
justify-content:center;
}
.idt_gc-h60:hover .idt_gc_hover-h60{
opacity:1;
}
.idt_gc_hover_btn-h60{
background:#161C1A;
border-radius:62.438rem;
width:2.875rem;
display:flex;
color:#F0EDE8;
align-items:center;
height:2.875rem;
justify-content:center;
}
.idt_gc_hover_btn-h60 svg{
height:18px;
width:18px;
}
.idt_gc_info-h60{
gap:2px;
margin-top:9px;
flex-direction:column;
min-width:0;
display:flex;
}
.idt_gc_name-h60{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
font-size:0.813rem;
color:#1A1714;
white-space:nowrap;
}
.idt_gc_prov-h60{
overflow:hidden;
white-space:nowrap;
color:#6B6560;
font-size:11px;
text-overflow:ellipsis;
}
.idt_gc_meta-h60{
font-size:0.688rem;
color:#6B6560;
}
.idt_tc-h60{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:770px){
.idt_tc-h60{
width:14.375rem;
}
}
.idt_tc_img-h60{
border-radius:14px;
background:#FDFBF8;
overflow:hidden;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 6px rgba(20, 18, 14, 0.07), 0 8px 20px rgba(20, 18, 14, 0.09);
}
.idt_tc_img-h60 img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.idt_tc_info-h60{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
display:flex;
min-width:0;
}
.idt_tc_name-h60{
overflow:hidden;
color:#1A1714;
font-size:14px;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
}
.idt_tc_rtp-h60{
font-size:0.688rem;
color:#6B6560;
}
.idt_lc-h60{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:767px){
.idt_lc-h60{
width:268px;
}
}
.idt_lc_img-h60{
overflow:hidden;
border-radius:14px;
background:#FDFBF8;
box-shadow:0 2px 6px rgba(20, 18, 14, 0.07), 0 8px 1.25rem rgba(20, 18, 14, 0.09);
padding-bottom:62.5%;
position:relative;
}
.idt_lc_img-h60 img{
inset:0;
position:absolute;
height:100%;
width:100%;
object-fit:cover;
}
.idt_lc_live-h60{
border-radius:999px;
background:rgba(0, 0, 0, 0.52);
padding:0.25rem 0.563rem;
gap:7px;
left:0.75rem;
display:flex;
top:12px;
position:absolute;
align-items:center;
}
.idt_lc_live_dot-h60{
background:#D0342C;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:8px;
height:8px;
}
.idt_lc_seats-h60{
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
color:#F0EDE8;
font-size:0.625rem;
}
.idt_lc_info-h60{
gap:2px;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
display:flex;
}
.idt_lc_name-h60{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
color:#1A1714;
font-size:0.938rem;
}
.idt_lc_bet-h60{
color:#6B6560;
font-size:0.688rem;
}
.idt_pc-h60{
gap:0.5rem;
background:#FDFBF8;
padding:1rem 0.875rem;
border-radius:14px;
border:1px solid rgba(20, 18, 14, 0.08);
align-items:center;
min-height:74px;
display:flex;
flex-direction:column;
min-width:0;
justify-content:center;
}
.idt_pc_logo-h60{
flex:0 0 auto;
width:auto;
height:28px;
object-fit:contain;
max-width:100%;
}
.idt_pc_name-h60{
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
max-width:100%;
font-size:11px;
color:#6B6560;
white-space:nowrap;
}
.idt_gc_tag-h60{
border-radius:0.5rem;
padding:3px 0.5rem;
font-weight:700;
letter-spacing:.06em;
display:inline-block;
left:0.625rem;
top:10px;
z-index:2;
position:absolute;
font-size:10px;
text-transform:uppercase;
}
.idt_gc_tag_hot-h60{
background:#D0342C;
color:#F0EDE8;
}
.idt_gc_tag_new-h60{
background:#0FD48A;
color:#120F0C;
}
.idt_gc_tag_jp-h60{
background:#C68B1A;
color:#120F0C;
}
.idt_gc_tag_live-h60{
background:#D0342C;
color:#F0EDE8;
}
.idt_sh-h60{
margin-bottom:18px;
min-width:0;
}
.idt_sh_row-h60{
gap:16px;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.idt_sh_row-h60 .idt_sh_l-h60{
gap:6px;
display:flex;
min-width:0;
flex-direction:column;
}
.idt_sh_stack-h60{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.idt_sh_center-h60{
gap:10px;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.idt_sh_h2-h60{
font-size:1.5rem;
overflow-wrap:break-word;
line-height:1.1;
color:#1A1714;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:767px){
.idt_sh_h2-h60{
font-size:1.875rem;
}
}
.idt_band-h60 .idt_sh_h2-h60{
color:#F0EDE8;
}
.idt_sh_eb_line-h60{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.idt_sh_eb_line-h60::before{
background:#1A9E6A;
display:inline-block;
width:1.75rem;
height:1px;
content:"";
}
.idt_band-h60 .idt_sh_eb_line-h60::before{
background:#3DE8A0;
}
.idt_sh_eb_dot-h60{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.idt_sh_eb_dot-h60::before{
border-radius:50%;
background:#1A9E6A;
width:6px;
height:6px;
content:"";
display:inline-block;
}
.idt_band-h60 .idt_sh_eb_dot-h60::before{
background:#3DE8A0;
}
.idt_sh_link-h60{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
white-space:nowrap;
color:#1A1714;
padding-bottom:2px;
font-size:0.813rem;
align-items:center;
font-weight:600;
border-bottom:1px solid #1A1714;
display:inline-flex;
}
.idt_sh_link-h60:hover{
border-color:#1A9E6A;
color:#1A9E6A;
}
.idt_sh_link-h60 svg{
width:14px;
height:0.875rem;
}
.idt_sh_link_chev-h60{
padding-bottom:0;
border-bottom:0;
}
.idt_sh_link_btn-h60{
border-radius:999px;
padding:9px 1.125rem;
background:#161C1A;
color:#F0EDE8;
border-bottom:0;
}
.idt_sh_link_btn-h60:hover{
background:#243028;
border-color:transparent;
color:#F0EDE8;
}
.idt_band-h60 .idt_sh_link-h60{
border-color:#F0EDE8;
color:#F0EDE8;
}
.idt_band-h60 .idt_sh_link_btn-h60{
background:#3DE8A0;
color:#120F0C;
}
.idt_sh_rule-h60{
margin:-2px 0 18px;
background:rgba(20, 18, 14, 0.15);
height:1px;
}
.idt_band-h60 .idt_sh_rule-h60{
background:rgba(255, 252, 248, 0.13);
}
.idt_hero-h60{
padding:32px 0 0.5rem;
}
@media(min-width:767px){
.idt_hero-h60{
padding:56px 0 24px;
}
}
.idt_hero_in-h60{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:901px){
.idt_hero_in-h60{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.idt_hero_copy-h60{
min-width:0;
}
.idt_hero_eyebrow-h60{
gap:0.625rem;
margin-bottom:1.375rem;
display:inline-flex;
align-items:center;
}
.idt_hero_eyebrow_line-h60{
background:#1A9E6A;
flex:0 0 auto;
display:inline-block;
height:1px;
width:28px;
}
.idt_hero_h1-h60{
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:2.375rem;
letter-spacing:-.01em;
line-height:1.04;
font-weight:600;
margin-bottom:1.25rem;
color:#1A1714;
}
@media(min-width:770px){
.idt_hero_h1-h60{
font-size:54px;
}
}
@media(min-width:1099px){
.idt_hero_h1-h60{
font-size:3.875rem;
}
}
.idt_hero_h1-h60 em{
font-style:normal;
color:#1A9E6A;
}
.idt_hero_sub-h60{
line-height:1.6;
margin-bottom:1.875rem;
max-width:480px;
color:#857E78;
font-size:16px;
}
@media(min-width:771px){
.idt_hero_sub-h60{
font-size:1.125rem;
}
}
.idt_hero_actions-h60{
gap:14px;
align-items:center;
margin-bottom:2.125rem;
display:flex;
flex-wrap:wrap;
}
.idt_hero_cta-h60{
transition:background-color .22s ease;
background:#161C1A;
padding:16px 30px;
border-radius:62.438rem;
gap:0.625rem;
align-items:center;
font-weight:700;
font-size:0.938rem;
display:inline-flex;
color:#F0EDE8;
}
.idt_hero_cta-h60:hover{
background:#243028;
}
.idt_hero_cta_ic-h60{
display:inline-flex;
align-items:center;
}
.idt_hero_cta_ic-h60 svg{
width:16px;
height:16px;
}
.idt_hero_cta_alt-h60{
transition:border-color .22s ease,color .22s ease;
background:transparent;
border-radius:62.438rem;
padding:15px 1.625rem;
border:1px solid rgba(20, 18, 14, 0.15);
color:#1A1714;
display:inline-flex;
align-items:center;
font-size:15px;
font-weight:600;
}
.idt_hero_cta_alt-h60:hover{
border-color:#1A9E6A;
color:#1A9E6A;
}
.idt_hero_trust-h60{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.idt_hero_trust_item-h60{
gap:0.563rem;
font-weight:600;
color:#2E2B27;
align-items:center;
font-size:0.813rem;
display:flex;
}
.idt_hero_trust_ic-h60{
display:inline-flex;
align-items:center;
color:#1A9E6A;
}
.idt_hero_trust_ic-h60 svg{
height:16px;
width:16px;
}
.idt_hero_promo-h60{
overflow:hidden;
border-radius:20px;
background:#FDFBF8;
display:flex;
min-height:300px;
position:relative;
box-shadow:0 12px 3rem rgba(20, 18, 14, 0.14), 0 3px 0.625rem rgba(20, 18, 14, 0.10);
}
.idt_hero_promo_bg-h60{
inset:0;
background-position:center;
position:absolute;
background-size:cover;
}
.idt_hero_promo_bg-h60::after{
background:linear-gradient(120deg,#161C1A 0%,rgba(0, 0, 0, 0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.idt_hero_promo_glow-h60{
background:radial-gradient(circle,rgba(32, 178, 112, 0.18) 0%,transparent 65%);
border-radius:50%;
top:-2.5rem;
width:16.25rem;
position:absolute;
pointer-events:none;
height:16.25rem;
right:-1.25rem;
}
.idt_hero_promo_ct-h60{
padding:28px;
z-index:2;
align-self:flex-end;
max-width:88%;
position:relative;
}
.idt_hero_promo_label-h60{
color:#3DE8A0;
font-weight:700;
text-transform:uppercase;
font-size:0.625rem;
display:block;
margin-bottom:8px;
letter-spacing:.25em;
}
.idt_hero_promo_amount-h60{
line-height:1.05;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
overflow-wrap:break-word;
color:#F0EDE8;
}
@media(min-width:771px){
.idt_hero_promo_amount-h60{
font-size:2.5rem;
}
}
.idt_hero_promo_amount-h60 em{
color:#3DE8A0;
font-style:normal;
}
.idt_hero_rating-h60{
border:1px solid rgba(20, 18, 14, 0.08);
padding:0.625rem 0.875rem;
border-radius:0.875rem;
background:#FDFBF8;
gap:10px;
z-index:3;
display:flex;
align-items:center;
top:0.875rem;
position:absolute;
right:0.875rem;
max-width:min(260px,62%);
box-shadow:0 2px 0.375rem rgba(20, 18, 14, 0.07), 0 8px 20px rgba(20, 18, 14, 0.09);
}
.idt_hero_rating_score-h60{
flex:0 0 auto;
font-size:1.5rem;
color:#1A1714;
font-weight:700;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idt_hero_rating_txt-h60{
flex:1 1 auto;
min-width:0;
}
.idt_hero_rating_stars-h60{
gap:2px;
color:#1A9E6A;
display:flex;
}
.idt_hero_rating_stars-h60 svg{
height:0.75rem;
width:12px;
}
.idt_hero_rating_cap-h60{
overflow-wrap:break-word;
font-size:11px;
display:block;
margin-top:3px;
color:#6B6560;
line-height:1.35;
}
.idt_stat-h60{
margin-top:16px;
border-top:1px solid rgba(20, 18, 14, 0.15);
border-bottom:1px solid rgba(20, 18, 14, 0.15);
}
.idt_stat_in-h60{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.idt_stat_in-h60{
grid-template-columns:repeat(4,1fr);
}
}
.idt_stat_item-h60{
padding:1.375rem 14px;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
border-right:1px solid rgba(20, 18, 14, 0.08);
min-width:0;
}
.idt_stat_item-h60:nth-child(2n){
border-right:0;
}
.idt_stat_item-h60:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.idt_stat_item-h60{
border-bottom:0;
}
.idt_stat_item-h60:nth-child(2n){
border-right:1px solid rgba(20, 18, 14, 0.08);
}
.idt_stat_item-h60:nth-child(4n){
border-right:0;
}
}
.idt_stat_value-h60{
overflow-wrap:break-word;
font-weight:700;
font-size:30px;
line-height:1;
color:#1A1714;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.idt_stat_value-h60{
font-size:34px;
}
}
.idt_stat_label-h60{
color:#6B6560;
line-height:1.4;
overflow-wrap:break-word;
margin-top:0.375rem;
font-size:0.813rem;
}
.idt_pr-h60{
padding:30px 0 6px;
}
.idt_pr_card-h60{
flex:0 0 auto;
padding:1.625rem;
border-radius:20px;
background:#FDFBF8;
gap:10px;
border:1px solid rgba(20, 18, 14, 0.08);
overflow:hidden;
width:280px;
display:flex;
position:relative;
min-height:200px;
flex-direction:column;
}
@media(min-width:770px){
.idt_pr_card-h60{
width:300px;
}
}
.idt_pr_card_feat-h60{
border-color:transparent;
background:linear-gradient(150deg,#1A2820,#0D100E);
color:#F0EDE8;
}
.idt_pr_glow-h60{
border-radius:50%;
background:radial-gradient(circle,rgba(32, 178, 112, 0.18),transparent 70%);
position:absolute;
top:-1.875rem;
height:8.125rem;
pointer-events:none;
opacity:0;
width:8.125rem;
right:-30px;
}
.idt_pr_card_feat-h60 .idt_pr_glow-h60{
opacity:1;
}
.idt_pr_label-h60{
position:relative;
text-transform:uppercase;
letter-spacing:.16em;
font-weight:700;
font-size:10px;
color:#1A9E6A;
}
.idt_pr_card_feat-h60 .idt_pr_label-h60{
color:#3DE8A0;
}
.idt_pr_amount-h60{
font-size:26px;
font-weight:600;
line-height:1.08;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
position:relative;
color:#1A1714;
overflow-wrap:break-word;
}
.idt_pr_card_feat-h60 .idt_pr_amount-h60{
color:#F0EDE8;
}
.idt_pr_amount-h60 em{
font-style:normal;
color:#1A9E6A;
}
.idt_pr_card_feat-h60 .idt_pr_amount-h60 em{
color:#3DE8A0;
}
.idt_pr_terms-h60{
color:#6B6560;
font-size:0.813rem;
position:relative;
line-height:1.5;
}
.idt_pr_card_feat-h60 .idt_pr_terms-h60{
color:#9BADA6;
}
.idt_pr_cta-h60{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.idt_pr_card_feat-h60 .idt_pr_cta-h60{
transition:opacity .22s ease;
border-radius:62.438rem;
padding:0.563rem 18px;
background:#3DE8A0;
font-size:13px;
color:#120F0C;
font-weight:700;
}
.idt_pr_card_feat-h60 .idt_pr_cta-h60:hover{
opacity:.9;
}
.idt_pr_card-h60:not(.idt_pr_card_feat-h60) .idt_pr_cta-h60{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #1A1714;
color:#1A1714;
font-size:13px;
}
.idt_pr_card-h60:not(.idt_pr_card_feat-h60) .idt_pr_cta-h60:hover{
border-color:#1A9E6A;
color:#1A9E6A;
}
.idt_grow-h60{
padding:1.625rem 0 10px;
}
.idt_row_seo-h60{
margin:10px 0 0;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:760px;
color:#857E78;
line-height:1.65;
}
.idt_row_seo-h60 strong{
color:#1A1714;
font-weight:700;
}
.idt_grow-h60{
padding:1.625rem 0 10px;
}
.idt_row_seo-h60{
margin:10px 0 0;
line-height:1.65;
max-width:760px;
font-size:14px;
overflow-wrap:break-word;
color:#857E78;
}
.idt_row_seo-h60 strong{
color:#1A1714;
font-weight:700;
}
.idt_jp-h60{
padding:30px 0 10px;
}
.idt_jp_grid-h60{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:771px){
.idt_jp_grid-h60{
grid-template-columns:1fr 1fr;
}
.idt_jp_card_mega-h60{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.idt_jp_grid-h60{
grid-template-columns:1.4fr 1fr 1fr;
}
.idt_jp_card_mega-h60{
grid-column:auto;
}
}
.idt_jp_card-h60{
border-radius:1.25rem;
border:1px solid rgba(20, 18, 14, 0.08);
overflow:hidden;
background:#FDFBF8;
gap:12px;
padding:26px;
display:flex;
justify-content:space-between;
flex-direction:column;
position:relative;
min-height:200px;
min-width:0;
}
.idt_jp_card_mega-h60{
background:linear-gradient(135deg,#1A2820,#0D100E);
border-color:transparent;
color:#F0EDE8;
min-height:210px;
}
.idt_jp_glow-h60{
border-radius:50%;
background:radial-gradient(circle,rgba(32, 178, 112, 0.18),transparent 70%);
width:200px;
pointer-events:none;
top:-2.5rem;
position:absolute;
height:200px;
right:-40px;
}
.idt_jp_label-h60{
gap:10px;
color:#1A9E6A;
text-transform:uppercase;
position:relative;
letter-spacing:.16em;
display:flex;
font-size:10px;
justify-content:space-between;
align-items:center;
font-weight:700;
flex-wrap:wrap;
}
.idt_jp_card_mega-h60 .idt_jp_label-h60{
color:#3DE8A0;
}
.idt_jp_drop-h60{
color:#6B6560;
text-transform:none;
letter-spacing:.04em;
font-weight:600;
}
.idt_jp_card_mega-h60 .idt_jp_drop-h60{
color:#9BADA6;
}
.idt_jp_amount-h60{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:2.375rem;
color:#1A1714;
line-height:1;
overflow-wrap:break-word;
font-weight:700;
position:relative;
}
.idt_jp_card_mega-h60 .idt_jp_amount-h60{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#3DE8A0;
}
@media(min-width:768px){
.idt_jp_card_mega-h60 .idt_jp_amount-h60{
font-size:54px;
}
}
.idt_jp_game-h60{
position:relative;
color:#6B6560;
font-size:13px;
}
.idt_jp_card_mega-h60 .idt_jp_game-h60{
color:#9BADA6;
}
.idt_jp_cta-h60{
position:relative;
align-self:flex-start;
}
.idt_jp_card_mega-h60 .idt_jp_cta-h60{
padding:10px 20px;
border-radius:62.438rem;
background:#3DE8A0;
transition:opacity .22s ease;
font-size:0.813rem;
color:#120F0C;
font-weight:700;
}
.idt_jp_card_mega-h60 .idt_jp_cta-h60:hover{
opacity:.9;
}
.idt_jp_card-h60:not(.idt_jp_card_mega-h60) .idt_jp_cta-h60{
transition:color .22s ease,border-color .22s ease;
color:#1A1714;
border-bottom:1px solid #1A1714;
font-weight:700;
font-size:13px;
padding-bottom:2px;
}
.idt_jp_card-h60:not(.idt_jp_card_mega-h60) .idt_jp_cta-h60:hover{
border-color:#1A9E6A;
color:#1A9E6A;
}
.idt_jp_seo-h60{
margin:14px 0 0;
font-size:14px;
color:#857E78;
line-height:1.65;
overflow-wrap:break-word;
max-width:760px;
}
.idt_jp_seo-h60 strong{
color:#1A1714;
font-weight:700;
}
.idt_grow-h60{
padding:26px 0 10px;
}
.idt_row_seo-h60{
margin:10px 0 0;
max-width:760px;
line-height:1.65;
color:#857E78;
overflow-wrap:break-word;
font-size:14px;
}
.idt_row_seo-h60 strong{
font-weight:700;
color:#1A1714;
}
.idt_grow-h60{
padding:26px 0 10px;
}
.idt_row_seo-h60{
margin:0.625rem 0 0;
font-size:14px;
color:#857E78;
overflow-wrap:break-word;
max-width:47.5rem;
line-height:1.65;
}
.idt_row_seo-h60 strong{
color:#1A1714;
font-weight:700;
}
.idt_vip-h60{
padding:3rem 0;
}
@media(min-width:769px){
.idt_vip-h60{
padding:64px 0;
}
}
.idt_vip_head-h60{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:30px;
}
@media(min-width:883px){
.idt_vip_head-h60{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.idt_vip_eyebrow-h60{
margin-bottom:12px;
}
.idt_vip_h2-h60{
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
color:#F0EDE8;
font-size:2rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.idt_vip_h2-h60{
font-size:2.5rem;
}
}
.idt_vip_intro-h60{
color:#9BADA6;
line-height:1.6;
font-size:14px;
max-width:26.25rem;
}
.idt_vip_grid-h60{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.idt_vip_card-h60{
padding:22px 18px;
border-radius:0.875rem;
border:1px solid rgba(255, 252, 248, 0.13);
min-width:0;
}
.idt_vip_card_feat-h60{
border-color:#3DE8A0;
background:rgba(255, 252, 248, 0.07);
}
.idt_vip_card_ic-h60{
border-radius:8px;
background:linear-gradient(135deg,#1A9E6A,#0FD48A);
display:block;
height:34px;
margin-bottom:16px;
width:2.125rem;
}
.idt_vip_name-h60{
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:6px;
color:#F0EDE8;
font-size:1.25rem;
}
.idt_vip_perk-h60{
font-size:12.5px;
overflow-wrap:break-word;
color:#9BADA6;
line-height:1.5;
}
.idt_nl-h60{
padding:1.5rem 0 0.625rem;
}
.idt_nl_in-h60{
background:#0F1714;
border-radius:1.25rem;
padding:30px 32px;
gap:22px;
flex-direction:column;
display:flex;
color:#F0EDE8;
}
@media(min-width:766px){
.idt_nl_in-h60{
gap:1.75rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.idt_nl_text_wrap-h60{
min-width:0;
}
.idt_nl_h3-h60{
font-weight:600;
font-size:1.375rem;
margin-bottom:0.313rem;
color:#F0EDE8;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
}
@media(min-width:766px){
.idt_nl_h3-h60{
font-size:24px;
}
}
.idt_nl_text-h60{
line-height:1.5;
color:#9BADA6;
font-size:13.5px;
}
.idt_nl_form-h60{
gap:0.625rem;
flex:1 1 auto;
display:flex;
min-width:0;
max-width:460px;
}
.idt_nl_input-h60{
overflow:hidden;
border:1px solid rgba(255, 252, 248, 0.13);
border-radius:0.875rem;
background:rgba(255, 252, 248, 0.07);
flex:1 1 auto;
padding:0.813rem 16px;
align-items:center;
text-overflow:ellipsis;
min-width:0;
white-space:nowrap;
display:flex;
color:#9BADA6;
font-size:14px;
}
.idt_nl_btn-h60{
border-radius:14px;
padding:13px 1.5rem;
flex:0 0 auto;
transition:opacity .22s ease;
background:#3DE8A0;
color:#120F0C;
font-weight:700;
font-size:14px;
white-space:nowrap;
}
.idt_nl_btn-h60:hover{
opacity:.9;
}
.idt_app-h60{
padding:1.875rem 0 0.625rem;
}
.idt_app_in-h60{
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFBF8;
padding:2rem;
border-radius:20px;
gap:1.75rem;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.idt_app_in-h60{
gap:40px;
padding:40px 2.75rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.idt_app_copy-h60{
max-width:35rem;
min-width:0;
}
.idt_app_eyebrow-h60{
margin-bottom:12px;
}
.idt_app_h2-h60{
overflow-wrap:break-word;
font-size:28px;
color:#1A1714;
font-weight:600;
margin-bottom:12px;
line-height:1.05;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.idt_app_h2-h60{
font-size:2.125rem;
}
}
.idt_app_text-h60{
font-size:14px;
color:#857E78;
line-height:1.6;
margin-bottom:22px;
}
.idt_app_btns-h60{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.idt_app_btn-h60{
transition:background-color .22s ease;
padding:11px 20px;
border-radius:0.875rem;
background:#161C1A;
gap:10px;
align-items:center;
display:inline-flex;
color:#F0EDE8;
}
.idt_app_btn-h60:hover{
background:#243028;
}
.idt_app_btn_ic-h60{
align-items:center;
display:inline-flex;
}
.idt_app_btn_ic-h60 svg{
width:1.125rem;
height:1.125rem;
}
.idt_app_btn_lb-h60{
font-weight:700;
font-size:0.844rem;
}
.idt_app_qr_wrap-h60{
gap:18px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.idt_app_qr-h60{
flex:0 0 auto;
border-radius:14px;
height:6.75rem;
background-image:repeating-linear-gradient(0deg,#FDFBF8 0 0.313rem,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FDFBF8 0 0.313rem,transparent 0.313rem 11px);
background-color:#161C1A;
width:6.75rem;
}
.idt_app_qr_cap-h60{
max-width:92px;
line-height:1.4;
font-size:12.5px;
color:#6B6560;
}
.idt_rc-h60{
padding:48px 0 0.625rem;
}
.idt_rc_in-h60{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:757px){
.idt_rc_in-h60{
grid-template-columns:repeat(3,1fr);
gap:40px;
}
}
.idt_rc_col-h60{
min-width:0;
}
.idt_rc_label-h60{
margin-bottom:1rem;
text-transform:uppercase;
letter-spacing:.2em;
font-weight:600;
font-size:0.688rem;
color:#1A9E6A;
}
.idt_rc_awards-h60{
gap:12px;
flex-direction:column;
display:flex;
}
.idt_rc_award-h60{
gap:12px;
min-width:0;
display:flex;
align-items:center;
}
.idt_rc_award_ic-h60{
flex:0 0 auto;
display:inline-flex;
color:#0FD48A;
align-items:center;
}
.idt_rc_award_ic-h60 svg{
height:18px;
width:18px;
}
.idt_rc_award_t-h60{
font-weight:700;
font-size:14px;
overflow-wrap:break-word;
color:#1A1714;
}
.idt_rc_award_s-h60{
overflow-wrap:break-word;
color:#6B6560;
font-size:0.75rem;
}
.idt_rc_press-h60{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.idt_rc_press_logo-h60{
border:1px solid rgba(20, 18, 14, 0.08);
padding:0 0.5rem;
overflow:hidden;
border-radius:0.5rem;
display:flex;
font-size:0.875rem;
justify-content:center;
color:#857E78;
height:3.25rem;
font-weight:700;
align-items:center;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
}
.idt_rc_partner-h60{
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:14px;
padding:22px;
background:#FDFBF8;
}
.idt_rc_partner_name-h60{
color:#1A1714;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
overflow-wrap:break-word;
font-weight:600;
font-size:1.25rem;
}
.idt_rc_partner_text-h60{
overflow-wrap:break-word;
font-size:0.813rem;
line-height:1.55;
color:#857E78;
}
.idt_hts-h60{
padding:48px 0;
}
@media(min-width:767px){
.idt_hts-h60{
padding:3.875rem 0;
}
}
.idt_hts_head-h60{
gap:18px;
margin-bottom:2.125rem;
flex-direction:column;
display:flex;
}
@media(min-width:765px){
.idt_hts_head-h60{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.idt_hts_eyebrow-h60{
margin-bottom:0.75rem;
}
.idt_hts_h2-h60{
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
color:#F0EDE8;
font-size:30px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.idt_hts_h2-h60{
font-size:2.375rem;
}
}
.idt_hts_cta-h60{
padding:15px 30px;
border-radius:999px;
transition:opacity .22s ease;
background:#3DE8A0;
flex:0 0 auto;
font-size:15px;
font-weight:700;
color:#120F0C;
}
.idt_hts_cta-h60:hover{
opacity:.9;
}
.idt_hts_grid-h60{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.idt_hts_grid-h60{
grid-template-columns:repeat(3,1fr);
}
}
.idt_hts_step-h60{
padding-top:22px;
min-width:0;
border-top:1px solid rgba(255, 252, 248, 0.13);
}
.idt_hts_step_num-h60{
color:#3DE8A0;
font-size:2.75rem;
font-weight:700;
margin-bottom:14px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
}
.idt_hts_step_h-h60{
font-size:19px;
line-height:1.2;
overflow-wrap:break-word;
margin-bottom:8px;
font-weight:700;
color:#F0EDE8;
}
.idt_hts_step_p-h60{
color:#9BADA6;
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
}
.idt_tt-h60{
padding:48px 0 10px;
}
@media(min-width:767px){
.idt_tt-h60{
padding:3.75rem 0 0.625rem;
}
}
.idt_tt_head-h60{
text-align:center;
margin-bottom:34px;
}
.idt_tt_eyebrow-h60{
margin-bottom:0.75rem;
}
.idt_tt_h2-h60{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#1A1714;
line-height:1.05;
font-weight:600;
font-size:32px;
}
@media(min-width:768px){
.idt_tt_h2-h60{
font-size:2.625rem;
}
}
.idt_tt_grid-h60{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.idt_tt_grid-h60{
grid-template-columns:repeat(3,1fr);
}
}
.idt_tt_card-h60{
background:#FDFBF8;
padding:30px;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:14px;
display:flex;
flex-direction:column;
min-width:0;
}
.idt_tt_card_ic-h60{
display:inline-flex;
color:#1A9E6A;
align-items:center;
margin-bottom:18px;
}
.idt_tt_card_ic-h60 svg{
height:1.75rem;
width:1.75rem;
}
.idt_tt_card_h-h60{
font-size:1.375rem;
color:#1A1714;
line-height:1.15;
margin-bottom:8px;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
.idt_tt_card_p-h60{
color:#857E78;
line-height:1.6;
margin-bottom:0.875rem;
font-size:0.875rem;
overflow-wrap:break-word;
}
.idt_tt_card_p-h60 b{
font-weight:700;
color:#1A1714;
}
.idt_tt_card_link-h60{
transition:color .22s ease;
margin-top:auto;
color:#1A1714;
padding-bottom:2px;
align-self:flex-start;
font-weight:700;
border-bottom:1px solid #1A9E6A;
font-size:13px;
}
.idt_tt_card_link-h60:hover{
color:#1A9E6A;
}
.idt_prov-h60{
padding:40px 0 1.25rem;
}
.idt_prov_eyebrow-h60{
display:block;
margin-bottom:1.125rem;
}
.idt_prov_grid-h60{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:559px){
.idt_prov_grid-h60{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:900px){
.idt_prov_grid-h60{
grid-template-columns:repeat(6,1fr);
}
}
.idt_et-h60{
padding:36px 0 10px;
}
.idt_et_in-h60{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:877px){
.idt_et_in-h60{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.idt_et_left-h60{
min-width:0;
}
.idt_et_eyebrow-h60{
margin-bottom:0.75rem;
}
.idt_et_h2-h60{
margin-bottom:14px;
color:#1A1714;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.06;
font-weight:600;
font-size:28px;
}
@media(min-width:768px){
.idt_et_h2-h60{
font-size:32px;
}
}
.idt_et_text-h60{
line-height:1.65;
margin-bottom:22px;
font-size:15px;
color:#857E78;
}
.idt_et_stats-h60{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.idt_et_stat-h60{
min-width:0;
}
.idt_et_stat_v-h60{
line-height:1;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
color:#1A1714;
font-weight:700;
}
.idt_et_stat_l-h60{
margin-top:0.25rem;
font-size:12.5px;
color:#6B6560;
}
.idt_et_right-h60{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.idt_et_member-h60{
border:1px solid rgba(20, 18, 14, 0.08);
gap:16px;
padding:1.125rem 20px;
background:#FDFBF8;
border-radius:14px;
min-width:0;
display:flex;
align-items:center;
}
.idt_et_member_av-h60{
background:linear-gradient(135deg,#1A2820,#1A9E6A);
border-radius:50%;
flex:0 0 auto;
width:3rem;
height:3rem;
}
.idt_et_member_name-h60{
overflow-wrap:break-word;
color:#1A1714;
font-size:15px;
font-weight:700;
}
.idt_et_member_role-h60{
font-size:0.781rem;
color:#6B6560;
overflow-wrap:break-word;
}
.idt_et_updated-h60{
border:1px solid rgba(20, 18, 14, 0.08);
padding:14px 1.125rem;
gap:0.5rem;
border-radius:0.875rem;
background:#F5F2ED;
display:flex;
color:#857E78;
font-size:12.5px;
align-items:center;
}
.idt_rv-h60{
padding:48px 0;
background:#FDFBF8;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
border-top:1px solid rgba(20, 18, 14, 0.08);
margin-top:1.5rem;
}
@media(min-width:769px){
.idt_rv-h60{
padding:56px 0;
}
}
.idt_rv_head-h60{
gap:1rem;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:766px){
.idt_rv_head-h60{
gap:20px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.idt_rv_eyebrow-h60{
margin-bottom:0.625rem;
}
.idt_rv_h2-h60{
line-height:1.05;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
font-weight:600;
color:#1A1714;
overflow-wrap:break-word;
}
@media(min-width:766px){
.idt_rv_h2-h60{
font-size:2.375rem;
}
}
.idt_rv_agg-h60{
gap:12px;
display:flex;
align-items:center;
}
.idt_rv_agg_stars-h60{
gap:3px;
color:#1A9E6A;
display:flex;
}
.idt_rv_agg_stars-h60 svg{
height:18px;
width:1.125rem;
}
.idt_rv_source-h60{
color:#857E78;
font-size:13px;
}
.idt_rv_grid-h60{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:759px){
.idt_rv_grid-h60{
grid-template-columns:repeat(3,1fr);
}
}
.idt_rv_card-h60{
border:1px solid rgba(20, 18, 14, 0.08);
padding:26px;
background:#F5F2ED;
border-radius:14px;
min-width:0;
}
.idt_rv_card_stars-h60{
gap:2px;
color:#1A9E6A;
margin-bottom:0.75rem;
display:flex;
}
.idt_rv_card_stars-h60 svg{
height:14px;
width:0.875rem;
}
.idt_rv_card_body-h60{
overflow-wrap:break-word;
margin-bottom:1rem;
color:#1A1714;
font-size:18px;
line-height:1.45;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:500;
}
.idt_rv_card_meta-h60{
gap:10px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.idt_rv_card_av-h60{
background:linear-gradient(135deg,#1A9E6A,#0FD48A);
flex:0 0 auto;
border-radius:50%;
width:32px;
height:2rem;
}
.idt_rv_card_author-h60{
font-size:13px;
color:#1A1714;
font-weight:700;
}
.idt_rv_card_loc-h60{
color:#6B6560;
font-size:12px;
}
.idt_pmt-h60{
padding:48px 0 10px;
}
.idt_pmt_in-h60{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:883px){
.idt_pmt_in-h60{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.idt_pmt_left-h60{
min-width:0;
}
.idt_pmt_eyebrow-h60{
margin-bottom:12px;
}
.idt_pmt_h2-h60{
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1A1714;
margin-bottom:0.75rem;
font-size:30px;
line-height:1.06;
}
@media(min-width:768px){
.idt_pmt_h2-h60{
font-size:2rem;
}
}
.idt_pmt_text-h60{
margin-bottom:22px;
line-height:1.6;
color:#857E78;
font-size:14.5px;
}
.idt_pmt_logos-h60{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:481px){
.idt_pmt_logos-h60{
grid-template-columns:repeat(4,1fr);
}
}
.idt_pmt_logo-h60{
padding:0 0.5rem;
border-radius:8px;
overflow:hidden;
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFBF8;
align-items:center;
text-align:center;
color:#2E2B27;
height:3.125rem;
font-size:0.781rem;
text-overflow:ellipsis;
justify-content:center;
white-space:nowrap;
display:flex;
font-weight:700;
}
.idt_pmt_table-h60{
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:0.875rem;
overflow:hidden;
min-width:0;
}
.idt_pmt_thead-h60{
background:#1C1A17;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.idt_pmt_th-h60{
padding:13px 14px;
overflow:hidden;
letter-spacing:.08em;
color:#F0EDE8;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
font-size:10px;
text-transform:uppercase;
}
.idt_pmt_row-h60{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20, 18, 14, 0.08);
}
.idt_pmt_row-h60:nth-child(odd){
background:#FDFBF8;
}
.idt_pmt_td-h60{
padding:14px;
font-size:13.5px;
overflow-wrap:break-word;
color:#857E78;
min-width:0;
}
.idt_pmt_row-h60 .idt_pmt_td-h60:first-child{
color:#1A1714;
font-weight:700;
}
.idt_pmt_row-h60 .idt_pmt_td-h60:last-child{
font-weight:700;
color:#1B9E5A;
}
.idt_op-h60{
padding:2.25rem 0 0.625rem;
}
.idt_op_in-h60{
padding:32px;
border-radius:14px;
border:1px solid rgba(20, 18, 14, 0.08);
background:#FDFBF8;
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:862px){
.idt_op_in-h60{
gap:44px;
grid-template-columns:.9fr 1.1fr;
padding:34px 2.5rem;
}
}
.idt_op_left-h60{
min-width:0;
}
.idt_op_eyebrow-h60{
margin-bottom:0.75rem;
}
.idt_op_h2-h60{
margin-bottom:0.625rem;
font-weight:600;
line-height:1.08;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:28px;
color:#1A1714;
}
@media(min-width:770px){
.idt_op_h2-h60{
font-size:1.875rem;
}
}
.idt_op_text-h60{
line-height:1.6;
color:#857E78;
font-size:14px;
}
.idt_op_grid-h60{
border:1px solid rgba(20, 18, 14, 0.15);
background:rgba(20, 18, 14, 0.15);
gap:1px;
border-radius:0.5rem;
overflow:hidden;
grid-template-columns:1fr 1fr;
display:grid;
}
.idt_op_field-h60{
background:#F5F2ED;
padding:18px 20px;
min-width:0;
}
.idt_op_field_lb-h60{
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.1em;
margin-bottom:0.313rem;
font-weight:600;
color:#1A9E6A;
}
.idt_op_field_val-h60{
font-size:14px;
font-weight:700;
color:#1A1714;
overflow-wrap:break-word;
}
.idt_wy-h60{
padding:3rem 0;
}
@media(min-width:771px){
.idt_wy-h60{
padding:3.5rem 0;
}
}
.idt_wy_in-h60{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:903px){
.idt_wy_in-h60{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.idt_wy_left-h60{
min-width:0;
}
.idt_wy_eyebrow-h60{
margin-bottom:14px;
}
.idt_wy_h2-h60{
color:#1A1714;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
margin-bottom:1rem;
line-height:1.05;
font-weight:600;
}
@media(min-width:767px){
.idt_wy_h2-h60{
font-size:40px;
}
}
.idt_wy_intro-h60{
font-size:0.938rem;
line-height:1.6;
color:#857E78;
}
.idt_wy_grid-h60{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.idt_wy_grid-h60{
grid-template-columns:1fr 1fr;
}
}
.idt_wy_card-h60{
background:#FDFBF8;
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:0.875rem;
padding:26px;
min-width:0;
}
.idt_wy_card_ic-h60{
margin-bottom:16px;
color:#1A9E6A;
display:inline-flex;
align-items:center;
justify-content:center;
}
.idt_wy_card_ic-h60 svg{
height:1.625rem;
width:26px;
}
.idt_wy_card_h-h60{
font-size:21px;
font-weight:600;
line-height:1.15;
margin-bottom:8px;
color:#1A1714;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.idt_wy_card_p-h60{
overflow-wrap:break-word;
color:#857E78;
line-height:1.55;
font-size:14px;
}
.idt_ts-h60{
padding:44px 0;
}
.idt_ts_in-h60{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:881px){
.idt_ts_in-h60{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.idt_ts_left-h60{
min-width:0;
}
.idt_ts_h2-h60{
font-weight:600;
margin-bottom:12px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDE8;
overflow-wrap:break-word;
font-size:26px;
line-height:1.1;
}
@media(min-width:768px){
.idt_ts_h2-h60{
font-size:28px;
}
}
.idt_ts_text-h60{
line-height:1.6;
margin-bottom:22px;
font-size:0.906rem;
color:#9BADA6;
max-width:32.5rem;
}
.idt_ts_badges-h60{
gap:1.125rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.idt_ts_badge-h60{
font-weight:600;
color:#9BADA6;
font-size:0.813rem;
}
.idt_ts_pay-h60{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:883px){
.idt_ts_pay-h60{
justify-content:flex-end;
}
}
.idt_ts_pay_chip-h60{
border-radius:14px;
background:rgba(255, 252, 248, 0.07);
padding:0.75rem 1rem;
border:1px solid rgba(255, 252, 248, 0.13);
font-weight:700;
font-size:0.875rem;
color:#F0EDE8;
}
.idt_sg-h60{
padding:48px 0 10px;
}
.idt_sg_eyebrow-h60{
display:block;
margin-bottom:12px;
}
.idt_sg_h2-h60{
margin-bottom:28px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
color:#1A1714;
font-size:30px;
}
@media(min-width:765px){
.idt_sg_h2-h60{
font-size:36px;
}
}
.idt_sg_grid-h60{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.idt_sg_grid-h60{
grid-template-columns:repeat(3,1fr);
}
}
.idt_sg_col-h60{
min-width:0;
}
.idt_sg_col_h-h60{
margin-bottom:0.625rem;
line-height:1.15;
font-size:1.375rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#1A1714;
font-weight:600;
}
.idt_sg_col_p-h60{
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
color:#857E78;
}
.idt_el-h60{
padding:48px 0;
}
@media(min-width:771px){
.idt_el-h60{
padding:56px 0;
}
}
.idt_el_in-h60{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:901px){
.idt_el_in-h60{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.idt_el_left-h60{
min-width:0;
}
.idt_el_eyebrow-h60{
margin-bottom:0.875rem;
}
.idt_el_h2-h60{
color:#1A1714;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:1.375rem;
line-height:1.08;
overflow-wrap:break-word;
font-size:32px;
}
@media(min-width:767px){
.idt_el_h2-h60{
font-size:2.375rem;
}
}
.idt_el_body-h60 p{
line-height:1.7;
margin-bottom:1.125rem;
color:#2E2B27;
font-size:1rem;
overflow-wrap:break-word;
}
.idt_el_dropcap-h60{
padding:0.375rem 0.75rem 0 0;
float:left;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#1A9E6A;
font-size:3.875rem;
line-height:.8;
font-weight:700;
}
.idt_el_right-h60{
min-width:0;
}
.idt_el_quote-h60{
padding:36px;
border-radius:1.25rem;
background:linear-gradient(150deg,#1A2820,#0D100E);
margin-bottom:24px;
color:#F0EDE8;
position:relative;
}
.idt_el_quote_mark-h60{
display:inline-flex;
margin-bottom:6px;
align-items:center;
color:#3DE8A0;
}
.idt_el_quote_mark-h60 svg{
height:34px;
width:2.125rem;
}
.idt_el_quote_text-h60{
color:#F0EDE8;
margin-bottom:22px;
font-size:22px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.4;
overflow-wrap:break-word;
font-weight:500;
}
.idt_el_quote_meta-h60{
gap:0.75rem;
display:flex;
align-items:center;
}
.idt_el_quote_av-h60{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#1A9E6A,#0FD48A);
width:38px;
height:38px;
}
.idt_el_quote_author-h60{
font-weight:700;
font-size:0.875rem;
color:#F0EDE8;
}
.idt_el_quote_meta_sub-h60{
font-size:0.75rem;
color:#9BADA6;
}
.idt_el_explain-h60{
border-radius:0.875rem;
border:1px solid rgba(20, 18, 14, 0.08);
overflow:hidden;
}
.idt_el_explain_card-h60{
padding:1.375rem 24px;
}
.idt_el_explain_card-h60+.idt_el_explain_card-h60{
border-top:1px solid rgba(20, 18, 14, 0.08);
}
.idt_el_explain_h-h60{
margin-bottom:8px;
font-weight:600;
color:#1A1714;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:20px;
}
.idt_el_explain_p-h60{
color:#857E78;
overflow-wrap:break-word;
line-height:1.55;
font-size:14px;
}
.idt_sb-h60{
padding:3rem 0;
background:#FDFBF8;
border-bottom:1px solid rgba(20, 18, 14, 0.08);
margin-top:24px;
border-top:1px solid rgba(20, 18, 14, 0.08);
}
@media(min-width:767px){
.idt_sb-h60{
padding:3.5rem 0;
}
}
.idt_sb_eyebrow-h60{
margin-bottom:12px;
display:block;
}
.idt_sb_h2-h60{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
margin-bottom:26px;
overflow-wrap:break-word;
font-size:1.875rem;
color:#1A1714;
}
@media(min-width:769px){
.idt_sb_h2-h60{
font-size:36px;
}
}
.idt_sb_grid-h60{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:563px){
.idt_sb_grid-h60{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.idt_sb_grid-h60{
grid-template-columns:repeat(4,1fr);
}
}
.idt_sb_card-h60{
border:1px solid rgba(20, 18, 14, 0.08);
border-radius:0.875rem;
padding:24px;
background:#F5F2ED;
min-width:0;
}
.idt_sb_card_h-h60{
color:#1A1714;
overflow-wrap:break-word;
line-height:1.15;
font-weight:600;
margin-bottom:8px;
font-size:19px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.idt_sb_card_p-h60{
font-size:13.5px;
color:#857E78;
overflow-wrap:break-word;
line-height:1.6;
}
.idt_sb_rtp-h60{
background:#F5F2ED;
border-radius:14px;
border:1px solid rgba(20, 18, 14, 0.08);
grid-template-columns:1fr;
padding:26px 1.75rem;
gap:24px;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:759px){
.idt_sb_rtp-h60{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.idt_sb_rtp_h-h60{
color:#1A1714;
font-size:20px;
margin-bottom:8px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
}
.idt_sb_rtp_p-h60{
line-height:1.6;
color:#857E78;
font-size:13.5px;
overflow-wrap:break-word;
}
.idt_sb_rtp_stats-h60{
gap:16px;
display:flex;
}
.idt_sb_stat-h60{
padding:18px;
background:#FDFBF8;
flex:1 1 0;
border-radius:8px;
min-width:0;
text-align:center;
}
.idt_sb_stat_v-h60{
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#1B9E5A;
font-weight:700;
}
.idt_sb_stat_l-h60{
color:#6B6560;
margin-top:0.25rem;
font-size:11.5px;
}
.idt_lh-h60{
padding:40px 0 1.25rem;
}
.idt_lh_in-h60{
border-top:1px solid rgba(20, 18, 14, 0.15);
padding-top:34px;
}
.idt_lh_eyebrow-h60{
margin-bottom:1.375rem;
display:block;
}
.idt_lh_grid-h60{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:601px){
.idt_lh_grid-h60{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:960px){
.idt_lh_grid-h60{
grid-template-columns:repeat(5,1fr);
}
}
.idt_lh_col-h60{
min-width:0;
}
.idt_lh_col_h-h60{
font-size:0.813rem;
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:700;
color:#1A1714;
}
.idt_lh_links-h60{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.idt_lh_link-h60{
transition:color .22s ease;
font-size:0.813rem;
overflow-wrap:break-word;
color:#857E78;
}
.idt_lh_link-h60:hover{
color:#1A9E6A;
}
.idt_faq-h60{
padding:3rem 0;
background:#FDFBF8;
margin-top:1.5rem;
border-top:1px solid rgba(20, 18, 14, 0.08);
border-bottom:1px solid rgba(20, 18, 14, 0.08);
}
@media(min-width:766px){
.idt_faq-h60{
padding:62px 0;
}
}
.idt_faq_head-h60{
margin-bottom:2.125rem;
text-align:center;
}
.idt_faq_eyebrow-h60{
margin-bottom:0.75rem;
}
.idt_faq_h2-h60{
font-size:32px;
line-height:1.05;
overflow-wrap:break-word;
color:#1A1714;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:765px){
.idt_faq_h2-h60{
font-size:2.375rem;
}
}
.idt_faq_list-h60{
margin:0 auto;
gap:0.75rem;
display:flex;
max-width:51.25rem;
flex-direction:column;
}
.idt_faq_item-h60{
border-radius:14px;
background:#F5F2ED;
overflow:hidden;
border:1px solid rgba(20, 18, 14, 0.08);
}
.idt_faq_q-h60{
padding:1.25rem 1.5rem;
list-style:none;
gap:1.25rem;
font-weight:700;
cursor:pointer;
color:#1A1714;
align-items:center;
display:flex;
font-size:1rem;
overflow-wrap:break-word;
justify-content:space-between;
}
.idt_faq_q-h60::-webkit-details-marker{
display:none;
}
.idt_faq_q_ic-h60{
transition:transform .22s ease;
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#1A9E6A;
}
.idt_faq_q_ic-h60 svg{
height:18px;
width:18px;
}
.idt_faq_item-h60[open] .idt_faq_q_ic-h60{
transform:rotate(180deg);
}
.idt_faq_a-h60{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
line-height:1.6;
color:#857E78;
font-size:0.906rem;
}
.idt_ft-h60{
background:#1C1A17;
color:#9BADA6;
margin-top:2.5rem;
}
.idt_ft_in-h60{
padding:3rem 0 1.75rem;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:601px){
.idt_ft_in-h60{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:900px){
.idt_ft_in-h60{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.idt_ft_brand-h60{
min-width:0;
}
.idt_ft_logo-h60{
color:#F0EDE8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
overflow-wrap:break-word;
font-weight:700;
}
.idt_ft_tagline-h60{
color:#9BADA6;
max-width:280px;
margin-top:14px;
line-height:1.6;
font-size:0.844rem;
}
.idt_ft_contact-h60{
transition:color .22s ease;
display:inline-block;
overflow-wrap:anywhere;
max-width:280px;
color:#3DE8A0;
margin-top:12px;
font-size:0.813rem;
}
.idt_ft_contact-h60:hover{
color:#F0EDE8;
}
.idt_ft_col-h60{
min-width:0;
}
.idt_ft_col_h-h60{
margin-bottom:14px;
font-size:13px;
overflow-wrap:break-word;
font-weight:700;
color:#F0EDE8;
text-transform:uppercase;
letter-spacing:.08em;
}
.idt_ft_col_links-h60{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.idt_ft_link-h60{
transition:color .22s ease;
color:#9BADA6;
font-size:13.5px;
overflow-wrap:break-word;
}
.idt_ft_link-h60:hover{
color:#F0EDE8;
}
.idt_ft_bot-h60{
padding:22px 0 40px;
gap:16px;
border-top:1px solid rgba(255, 252, 248, 0.13);
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.idt_ft_bot-h60{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.idt_ft_legal-h60{
max-width:47.5rem;
color:#ABA49C;
line-height:1.6;
font-size:11.5px;
overflow-wrap:break-word;
}
.idt_ft_legal-h60 b{
color:#9BADA6;
font-weight:700;
}
.idt_ft_age-h60{
border-radius:8px;
padding:4px 9px;
border:1.5px solid #3DE8A0;
flex:0 0 auto;
font-size:0.813rem;
color:#3DE8A0;
font-weight:700;
}