*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#18161A;
color:#C8C2B8;
font-family:"Rubik", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
font-size:15px;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:8px;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.twr_layout_d6f{
min-height:100vh;
flex-direction:column;
display:flex;
}
.twr_main_d6f{
flex:1 1 auto;
width:100%;
min-width:0;
}
.twr_container_d6f{
margin:0 auto;
padding:0 1rem;
max-width:87.5rem;
width:100%;
}
@media(min-width:771px){
.twr_container_d6f{
padding:0 2rem;
}
}
@media(min-width:1100px){
.twr_container_d6f{
padding:0 3.5rem;
}
}
.twr_eyebrow_d6f{
font-weight:600;
overflow-wrap:break-word;
font-family:"Rubik", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#BFA060;
text-transform:uppercase;
font-size:0.688rem;
display:inline-block;
line-height:1.4;
letter-spacing:.2em;
}
.twr_band_d6f{
background:#0E0D10;
color:#F0EBE1;
}
.twr_band_d6f .twr_eyebrow_d6f{
color:#D4B86A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.twr_tb_d6f{
background:#18161A;
top:0;
z-index:50;
position:sticky;
border-bottom:1px solid rgba(244,238,225,0.13);
}
.twr_tb_in_d6f{
gap:16px;
margin:0 auto;
padding:12px 1rem;
align-items:center;
justify-content:space-between;
display:flex;
max-width:87.5rem;
width:100%;
}
@media(min-width:766px){
.twr_tb_in_d6f{
padding:1rem 32px;
}
}
@media(min-width:1101px){
.twr_tb_in_d6f{
padding:18px 3.5rem;
}
}
.twr_tb_left_d6f{
gap:1.75rem;
align-items:center;
display:flex;
min-width:0;
}
.twr_tb_logo_d6f{
gap:0.688rem;
display:flex;
align-items:center;
min-width:0;
}
.twr_tb_logo_mark_d6f{
border-radius:8px;
flex:0 0 auto;
object-fit:cover;
width:34px;
height:34px;
}
.twr_tb_logo_txt_d6f{
display:flex;
flex-direction:column;
min-width:0;
line-height:1;
}
.twr_tb_logo_name_d6f{
overflow:hidden;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
white-space:nowrap;
color:#F0EBE1;
letter-spacing:.02em;
font-weight:700;
font-size:1.375rem;
text-overflow:ellipsis;
}
.twr_tb_logo_sub_d6f{
overflow:hidden;
white-space:nowrap;
font-weight:600;
letter-spacing:.32em;
text-overflow:ellipsis;
margin-top:0.25rem;
color:#BFA060;
text-transform:uppercase;
font-size:8.5px;
}
.twr_tb_nav_d6f{
display:none;
}
@media(min-width:961px){
.twr_tb_nav_d6f{
gap:28px;
align-items:center;
display:flex;
}
}
.twr_tb_nav_item_d6f{
transition:color .22s ease,border-color .22s ease;
padding-bottom:3px;
white-space:nowrap;
font-weight:600;
color:#C8C2B8;
font-size:14px;
border-bottom:2px solid transparent;
}
.twr_tb_nav_item_d6f:hover{
color:#F0EBE1;
}
.twr_tb_nav_item_d6f.twr_state_active_d6f{
border-color:#BFA060;
color:#F0EBE1;
}
.twr_tb_right_d6f{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.twr_tb_search_d6f{
transition:color .22s ease;
color:#C8C2B8;
display:flex;
justify-content:center;
align-items:center;
}
.twr_tb_search_d6f:hover{
color:#BFA060;
}
.twr_tb_search_d6f svg{
width:1.125rem;
height:1.125rem;
}
.twr_tb_lang_d6f{
font-size:0.688rem;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
color:#948D84;
}
.twr_tb_lang_d6f:hover{
color:#F0EBE1;
}
.twr_tb_login_d6f{
color:#F0EBE1;
font-weight:600;
display:none;
font-size:14px;
}
@media(min-width:768px){
.twr_tb_login_d6f{
display:inline-block;
}
}
.twr_tb_register_d6f{
padding:0.688rem 1.375rem;
border-radius:62.438rem;
background:#C8A84B;
transition:background-color .22s ease;
color:#12100E;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
}
.twr_tb_register_d6f:hover{
background:#D9BC60;
}
.twr_mob_d6f{
background:#18161A;
left:0;
bottom:0;
position:fixed;
right:0;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(244,238,225,0.13);
z-index:60;
}
@media(min-width:961px){
.twr_mob_d6f{
display:none;
}
}
.twr_mob_in_d6f{
margin:0 auto;
justify-content:space-around;
align-items:stretch;
max-width:35rem;
display:flex;
}
.twr_mob_item_d6f{
transition:color .22s ease;
gap:3px;
padding:0.563rem 0.25rem;
flex:1 1 0;
flex-direction:column;
color:#948D84;
align-items:center;
min-width:0;
display:flex;
}
.twr_mob_item_d6f.twr_state_active_d6f{
color:#BFA060;
}
.twr_mob_ic_d6f{
align-items:center;
display:flex;
justify-content:center;
}
.twr_mob_ic_d6f svg{
height:20px;
width:20px;
}
.twr_mob_lb_d6f{
overflow:hidden;
font-weight:600;
font-size:10px;
text-overflow:ellipsis;
max-width:100%;
white-space:nowrap;
}
@media(max-width:958px){
body{
padding-bottom:3.75rem;
}
}
.twr_rail_d6f{
min-width:0;
position:relative;
}
.twr_rail_scroll_d6f{
gap:0.875rem;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
padding-bottom:0.875rem;
display:flex;
}
@media(min-width:766px){
.twr_rail_scroll_d6f{
gap:18px;
}
}
.twr_gc_d6f{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:770px){
.twr_gc_d6f{
width:11.75rem;
}
}
.twr_gc_img_d6f{
background:#211F24;
overflow:hidden;
border-radius:0.875rem;
padding-bottom:133.33%;
position:relative;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
}
.twr_gc_img_d6f img{
inset:0;
height:100%;
object-fit:cover;
position:absolute;
width:100%;
}
.twr_gc_cover_d6f{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.twr_gc_hover_d6f{
transition:opacity .22s ease;
inset:0;
background:rgba(0,0,0,0.52);
align-items:center;
position:absolute;
justify-content:center;
display:flex;
opacity:0;
}
.twr_gc_d6f:hover .twr_gc_hover_d6f{
opacity:1;
}
.twr_gc_hover_btn_d6f{
border-radius:62.438rem;
background:#C8A84B;
width:2.875rem;
height:2.875rem;
align-items:center;
justify-content:center;
color:#12100E;
display:flex;
}
.twr_gc_hover_btn_d6f svg{
height:18px;
width:18px;
}
.twr_gc_info_d6f{
gap:2px;
min-width:0;
display:flex;
margin-top:9px;
flex-direction:column;
}
.twr_gc_name_d6f{
overflow:hidden;
text-overflow:ellipsis;
color:#F0EBE1;
white-space:nowrap;
font-weight:700;
font-size:0.813rem;
}
.twr_gc_prov_d6f{
overflow:hidden;
white-space:nowrap;
font-size:11px;
text-overflow:ellipsis;
color:#948D84;
}
.twr_gc_meta_d6f{
color:#948D84;
font-size:0.688rem;
}
.twr_tc_d6f{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:766px){
.twr_tc_d6f{
width:14.375rem;
}
}
.twr_tc_img_d6f{
overflow:hidden;
background:#211F24;
border-radius:0.875rem;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 1.5rem rgba(0,0,0,0.28);
position:relative;
}
.twr_tc_img_d6f img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.twr_tc_info_d6f{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:9px;
display:flex;
}
.twr_tc_name_d6f{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
color:#F0EBE1;
font-size:0.875rem;
}
.twr_tc_rtp_d6f{
color:#948D84;
font-size:11px;
}
.twr_lc_d6f{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:768px){
.twr_lc_d6f{
width:268px;
}
}
.twr_lc_img_d6f{
overflow:hidden;
border-radius:0.875rem;
background:#211F24;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
}
.twr_lc_img_d6f img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.twr_lc_live_d6f{
border-radius:62.438rem;
gap:0.438rem;
padding:4px 9px;
background:rgba(0,0,0,0.52);
display:flex;
position:absolute;
top:12px;
align-items:center;
left:0.75rem;
}
.twr_lc_live_dot_d6f{
border-radius:50%;
background:#C0453A;
animation:zm2-pulse 1.6s infinite;
height:0.5rem;
width:0.5rem;
}
.twr_lc_seats_d6f{
color:#F0EBE1;
font-size:0.625rem;
letter-spacing:.08em;
text-transform:uppercase;
font-weight:600;
}
.twr_lc_info_d6f{
gap:2px;
margin-top:9px;
flex-direction:column;
min-width:0;
display:flex;
}
.twr_lc_name_d6f{
overflow:hidden;
font-weight:700;
font-size:0.938rem;
white-space:nowrap;
text-overflow:ellipsis;
color:#F0EBE1;
}
.twr_lc_bet_d6f{
color:#948D84;
font-size:11px;
}
.twr_pc_d6f{
padding:1rem 14px;
gap:0.5rem;
border-radius:14px;
background:#211F24;
border:1px solid rgba(244,238,225,0.07);
min-height:4.625rem;
display:flex;
flex-direction:column;
align-items:center;
min-width:0;
justify-content:center;
}
.twr_pc_logo_d6f{
flex:0 0 auto;
width:auto;
max-width:100%;
object-fit:contain;
height:1.75rem;
}
.twr_pc_name_d6f{
overflow:hidden;
max-width:100%;
color:#948D84;
text-align:center;
text-overflow:ellipsis;
font-size:0.688rem;
white-space:nowrap;
}
.twr_gc_tag_d6f{
border-radius:8px;
padding:3px 8px;
font-weight:700;
top:10px;
left:10px;
display:inline-block;
z-index:2;
position:absolute;
font-size:0.625rem;
text-transform:uppercase;
letter-spacing:.06em;
}
.twr_gc_tag_hot_d6f{
background:#C0453A;
color:#F0EBE1;
}
.twr_gc_tag_new_d6f{
background:#D4B86A;
color:#12100E;
}
.twr_gc_tag_jp_d6f{
background:#C8A84B;
color:#12100E;
}
.twr_gc_tag_live_d6f{
background:#C0453A;
color:#F0EBE1;
}
.twr_sh_d6f{
min-width:0;
margin-bottom:1.125rem;
}
.twr_sh_row_d6f{
gap:1rem;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
}
.twr_sh_row_d6f .twr_sh_l_d6f{
gap:0.375rem;
flex-direction:column;
display:flex;
min-width:0;
}
.twr_sh_stack_d6f{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.twr_sh_center_d6f{
gap:10px;
display:flex;
text-align:center;
flex-direction:column;
align-items:center;
}
.twr_sh_h2_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
font-weight:600;
color:#F0EBE1;
overflow-wrap:break-word;
line-height:1.1;
}
@media(min-width:770px){
.twr_sh_h2_d6f{
font-size:30px;
}
}
.twr_band_d6f .twr_sh_h2_d6f{
color:#F0EBE1;
}
.twr_sh_eb_line_d6f{
gap:10px;
display:inline-flex;
align-items:center;
}
.twr_sh_eb_line_d6f::before{
background:#BFA060;
content:"";
height:1px;
width:1.75rem;
display:inline-block;
}
.twr_band_d6f .twr_sh_eb_line_d6f::before{
background:#D4B86A;
}
.twr_sh_eb_dot_d6f{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.twr_sh_eb_dot_d6f::before{
border-radius:50%;
background:#BFA060;
width:6px;
display:inline-block;
content:"";
height:6px;
}
.twr_band_d6f .twr_sh_eb_dot_d6f::before{
background:#D4B86A;
}
.twr_sh_link_d6f{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
font-size:0.813rem;
display:inline-flex;
font-weight:600;
color:#F0EBE1;
border-bottom:1px solid #F0EBE1;
padding-bottom:2px;
align-items:center;
white-space:nowrap;
}
.twr_sh_link_d6f:hover{
border-color:#BFA060;
color:#BFA060;
}
.twr_sh_link_d6f svg{
width:0.875rem;
height:0.875rem;
}
.twr_sh_link_chev_d6f{
padding-bottom:0;
border-bottom:0;
}
.twr_sh_link_btn_d6f{
padding:0.563rem 18px;
background:#C8A84B;
border-radius:999px;
color:#12100E;
border-bottom:0;
}
.twr_sh_link_btn_d6f:hover{
border-color:transparent;
background:#D9BC60;
color:#12100E;
}
.twr_band_d6f .twr_sh_link_d6f{
border-color:#F0EBE1;
color:#F0EBE1;
}
.twr_band_d6f .twr_sh_link_btn_d6f{
background:#D4B86A;
color:#12100E;
}
.twr_sh_rule_d6f{
background:rgba(244,238,225,0.13);
margin:-2px 0 18px;
height:1px;
}
.twr_band_d6f .twr_sh_rule_d6f{
background:rgba(244,238,225,0.12);
}
.twr_hero_d6f{
padding:32px 0 0.5rem;
}
@media(min-width:767px){
.twr_hero_d6f{
padding:3.5rem 0 1.5rem;
}
}
.twr_hero_in_d6f{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:901px){
.twr_hero_in_d6f{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.twr_hero_copy_d6f{
min-width:0;
}
.twr_hero_eyebrow_d6f{
gap:10px;
margin-bottom:22px;
display:inline-flex;
align-items:center;
}
.twr_hero_eyebrow_line_d6f{
background:#BFA060;
flex:0 0 auto;
display:inline-block;
height:1px;
width:1.75rem;
}
.twr_hero_h1_d6f{
margin-bottom:20px;
line-height:1.04;
font-size:38px;
overflow-wrap:break-word;
letter-spacing:-.01em;
color:#F0EBE1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:770px){
.twr_hero_h1_d6f{
font-size:3.375rem;
}
}
@media(min-width:1103px){
.twr_hero_h1_d6f{
font-size:3.875rem;
}
}
.twr_hero_h1_d6f em{
color:#BFA060;
font-style:normal;
}
.twr_hero_sub_d6f{
color:#706A62;
margin-bottom:1.875rem;
max-width:30rem;
line-height:1.6;
font-size:16px;
}
@media(min-width:768px){
.twr_hero_sub_d6f{
font-size:18px;
}
}
.twr_hero_actions_d6f{
gap:0.875rem;
display:flex;
margin-bottom:34px;
flex-wrap:wrap;
align-items:center;
}
.twr_hero_cta_d6f{
gap:0.625rem;
padding:1rem 30px;
transition:background-color .22s ease;
border-radius:62.438rem;
background:#C8A84B;
align-items:center;
font-weight:700;
color:#12100E;
font-size:0.938rem;
display:inline-flex;
}
.twr_hero_cta_d6f:hover{
background:#D9BC60;
}
.twr_hero_cta_ic_d6f{
align-items:center;
display:inline-flex;
}
.twr_hero_cta_ic_d6f svg{
width:16px;
height:16px;
}
.twr_hero_cta_alt_d6f{
border:1px solid rgba(244,238,225,0.13);
background:transparent;
border-radius:62.438rem;
transition:border-color .22s ease,color .22s ease;
padding:0.938rem 26px;
display:inline-flex;
color:#F0EBE1;
font-weight:600;
align-items:center;
font-size:0.938rem;
}
.twr_hero_cta_alt_d6f:hover{
border-color:#BFA060;
color:#BFA060;
}
.twr_hero_trust_d6f{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.twr_hero_trust_item_d6f{
gap:9px;
font-weight:600;
display:flex;
color:#C8C2B8;
align-items:center;
font-size:0.813rem;
}
.twr_hero_trust_ic_d6f{
align-items:center;
display:inline-flex;
color:#BFA060;
}
.twr_hero_trust_ic_d6f svg{
height:1rem;
width:1rem;
}
.twr_hero_promo_d6f{
background:#211F24;
border-radius:20px;
overflow:hidden;
min-height:300px;
display:flex;
box-shadow:0 12px 3rem rgba(0,0,0,0.55), 0 2px 0.5rem rgba(0,0,0,0.35), 0 0 5rem rgba(191,160,96,0.08);
position:relative;
}
.twr_hero_promo_bg_d6f{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.twr_hero_promo_bg_d6f::after{
background:linear-gradient(120deg,#0E0D10 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.twr_hero_promo_glow_d6f{
background:radial-gradient(circle,rgba(210,185,140,0.10) 0%,transparent 65%);
border-radius:50%;
pointer-events:none;
top:-40px;
right:-20px;
position:absolute;
height:260px;
width:260px;
}
.twr_hero_promo_ct_d6f{
padding:1.75rem;
align-self:flex-end;
position:relative;
max-width:88%;
z-index:2;
}
.twr_hero_promo_label_d6f{
display:block;
font-weight:700;
font-size:0.625rem;
color:#D4B86A;
letter-spacing:.25em;
text-transform:uppercase;
margin-bottom:8px;
}
.twr_hero_promo_amount_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F0EBE1;
font-weight:600;
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
}
@media(min-width:770px){
.twr_hero_promo_amount_d6f{
font-size:2.5rem;
}
}
.twr_hero_promo_amount_d6f em{
color:#D4B86A;
font-style:normal;
}
.twr_hero_rating_d6f{
border-radius:0.875rem;
border:1px solid rgba(244,238,225,0.07);
gap:0.625rem;
background:#211F24;
padding:10px 14px;
display:flex;
max-width:min(260px,62%);
z-index:3;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
position:absolute;
align-items:center;
right:0.875rem;
top:14px;
}
.twr_hero_rating_score_d6f{
flex:0 0 auto;
color:#F0EBE1;
font-weight:700;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
}
.twr_hero_rating_txt_d6f{
flex:1 1 auto;
min-width:0;
}
.twr_hero_rating_stars_d6f{
gap:2px;
color:#BFA060;
display:flex;
}
.twr_hero_rating_stars_d6f svg{
height:12px;
width:12px;
}
.twr_hero_rating_cap_d6f{
color:#948D84;
display:block;
overflow-wrap:break-word;
margin-top:3px;
line-height:1.35;
font-size:0.688rem;
}
.twr_stat_d6f{
border-top:1px solid rgba(244,238,225,0.13);
border-bottom:1px solid rgba(244,238,225,0.13);
margin-top:1rem;
}
.twr_stat_in_d6f{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.twr_stat_in_d6f{
grid-template-columns:repeat(4,1fr);
}
}
.twr_stat_item_d6f{
padding:22px 0.875rem;
min-width:0;
border-right:1px solid rgba(244,238,225,0.07);
border-bottom:1px solid rgba(244,238,225,0.07);
}
.twr_stat_item_d6f:nth-child(2n){
border-right:0;
}
.twr_stat_item_d6f:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.twr_stat_item_d6f{
border-bottom:0;
}
.twr_stat_item_d6f:nth-child(2n){
border-right:1px solid rgba(244,238,225,0.07);
}
.twr_stat_item_d6f:nth-child(4n){
border-right:0;
}
}
.twr_stat_value_d6f{
color:#F0EBE1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1;
font-weight:700;
overflow-wrap:break-word;
font-size:1.875rem;
}
@media(min-width:765px){
.twr_stat_value_d6f{
font-size:34px;
}
}
.twr_stat_label_d6f{
overflow-wrap:break-word;
color:#948D84;
font-size:0.813rem;
margin-top:6px;
line-height:1.4;
}
.twr_grow_d6f{
padding:1.625rem 0 0.625rem;
}
.twr_row_seo_d6f{
margin:0.625rem 0 0;
line-height:1.65;
max-width:47.5rem;
color:#706A62;
overflow-wrap:break-word;
font-size:14px;
}
.twr_row_seo_d6f strong{
font-weight:700;
color:#F0EBE1;
}
.twr_gf_d6f{
padding:24px 0 0.375rem;
}
.twr_gf_in_d6f{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.twr_gf_chip_d6f{
border:1px solid rgba(244,238,225,0.13);
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding:0.625rem 18px;
background:#211F24;
border-radius:999px;
color:#C8C2B8;
font-weight:600;
font-size:0.813rem;
white-space:nowrap;
}
.twr_gf_chip_d6f:hover{
border-color:#BFA060;
color:#BFA060;
}
.twr_gf_chip_d6f.twr_state_active_d6f{
background:#C8A84B;
border-color:transparent;
color:#12100E;
}
.twr_jp_d6f{
padding:30px 0 10px;
}
.twr_jp_grid_d6f{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:767px){
.twr_jp_grid_d6f{
grid-template-columns:1fr 1fr;
}
.twr_jp_card_mega_d6f{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.twr_jp_grid_d6f{
grid-template-columns:1.4fr 1fr 1fr;
}
.twr_jp_card_mega_d6f{
grid-column:auto;
}
}
.twr_jp_card_d6f{
gap:0.75rem;
padding:1.625rem;
background:#211F24;
border-radius:1.25rem;
border:1px solid rgba(244,238,225,0.07);
overflow:hidden;
display:flex;
position:relative;
min-width:0;
justify-content:space-between;
flex-direction:column;
min-height:200px;
}
.twr_jp_card_mega_d6f{
background:linear-gradient(135deg,#1A1720,#0C0B0E);
border-color:transparent;
min-height:13.125rem;
color:#F0EBE1;
}
.twr_jp_glow_d6f{
background:radial-gradient(circle,rgba(210,185,140,0.10),transparent 70%);
border-radius:50%;
position:absolute;
pointer-events:none;
width:12.5rem;
top:-40px;
height:200px;
right:-2.5rem;
}
.twr_jp_label_d6f{
gap:0.625rem;
color:#BFA060;
display:flex;
text-transform:uppercase;
align-items:center;
font-weight:700;
font-size:10px;
position:relative;
flex-wrap:wrap;
justify-content:space-between;
letter-spacing:.16em;
}
.twr_jp_card_mega_d6f .twr_jp_label_d6f{
color:#D4B86A;
}
.twr_jp_drop_d6f{
color:#948D84;
text-transform:none;
font-weight:600;
letter-spacing:.04em;
}
.twr_jp_card_mega_d6f .twr_jp_drop_d6f{
color:#9E9890;
}
.twr_jp_amount_d6f{
font-size:38px;
font-weight:700;
line-height:1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
position:relative;
overflow-wrap:break-word;
color:#F0EBE1;
}
.twr_jp_card_mega_d6f .twr_jp_amount_d6f{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#D4B86A;
}
@media(min-width:766px){
.twr_jp_card_mega_d6f .twr_jp_amount_d6f{
font-size:3.375rem;
}
}
.twr_jp_game_d6f{
position:relative;
font-size:13px;
color:#948D84;
}
.twr_jp_card_mega_d6f .twr_jp_game_d6f{
color:#9E9890;
}
.twr_jp_cta_d6f{
align-self:flex-start;
position:relative;
}
.twr_jp_card_mega_d6f .twr_jp_cta_d6f{
background:#D4B86A;
border-radius:999px;
transition:opacity .22s ease;
padding:10px 20px;
font-size:0.813rem;
font-weight:700;
color:#12100E;
}
.twr_jp_card_mega_d6f .twr_jp_cta_d6f:hover{
opacity:.9;
}
.twr_jp_card_d6f:not(.twr_jp_card_mega_d6f) .twr_jp_cta_d6f{
transition:color .22s ease,border-color .22s ease;
color:#F0EBE1;
font-weight:700;
font-size:13px;
padding-bottom:2px;
border-bottom:1px solid #F0EBE1;
}
.twr_jp_card_d6f:not(.twr_jp_card_mega_d6f) .twr_jp_cta_d6f:hover{
border-color:#BFA060;
color:#BFA060;
}
.twr_jp_seo_d6f{
margin:0.875rem 0 0;
line-height:1.65;
max-width:47.5rem;
font-size:14px;
overflow-wrap:break-word;
color:#706A62;
}
.twr_jp_seo_d6f strong{
font-weight:700;
color:#F0EBE1;
}
.twr_grow_d6f{
padding:26px 0 10px;
}
.twr_row_seo_d6f{
margin:0.625rem 0 0;
overflow-wrap:break-word;
line-height:1.65;
color:#706A62;
font-size:0.875rem;
max-width:760px;
}
.twr_row_seo_d6f strong{
color:#F0EBE1;
font-weight:700;
}
.twr_grow_d6f{
padding:1.625rem 0 0.625rem;
}
.twr_row_seo_d6f{
margin:0.625rem 0 0;
max-width:760px;
font-size:0.875rem;
color:#706A62;
overflow-wrap:break-word;
line-height:1.65;
}
.twr_row_seo_d6f strong{
color:#F0EBE1;
font-weight:700;
}
.twr_grow_d6f{
padding:26px 0 10px;
}
.twr_row_seo_d6f{
margin:0.625rem 0 0;
line-height:1.65;
max-width:47.5rem;
color:#706A62;
overflow-wrap:break-word;
font-size:0.875rem;
}
.twr_row_seo_d6f strong{
font-weight:700;
color:#F0EBE1;
}
.twr_sea_d6f{
padding:24px 0 10px;
}
.twr_sea_in_d6f{
overflow:hidden;
gap:1.375rem;
background:linear-gradient(115deg,#1A1720,#0C0B0E);
border-radius:20px;
padding:36px;
display:flex;
flex-direction:column;
color:#F0EBE1;
position:relative;
}
@media(min-width:819px){
.twr_sea_in_d6f{
gap:32px;
padding:2.75rem 3rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.twr_sea_glow_d6f{
border-radius:50%;
background:radial-gradient(circle,rgba(210,185,140,0.10),transparent 68%);
position:absolute;
right:3.75rem;
width:240px;
pointer-events:none;
height:15rem;
top:50%;
transform:translateY(-50%);
}
.twr_sea_copy_d6f{
max-width:35rem;
position:relative;
min-width:0;
}
.twr_sea_eyebrow_d6f{
margin-bottom:0.75rem;
}
.twr_sea_h2_d6f{
font-size:30px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F0EBE1;
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:600;
line-height:1.04;
}
@media(min-width:769px){
.twr_sea_h2_d6f{
font-size:2.375rem;
}
}
.twr_sea_text_d6f{
font-size:0.938rem;
color:#9E9890;
line-height:1.6;
}
.twr_sea_cta_d6f{
padding:1rem 2rem;
transition:opacity .22s ease;
background:#D4B86A;
flex:0 0 auto;
border-radius:999px;
font-weight:700;
font-size:15px;
position:relative;
color:#12100E;
}
.twr_sea_cta_d6f:hover{
opacity:.9;
}
.twr_gm_d6f{
padding:30px 0 0.625rem;
}
.twr_gm_in_d6f{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:883px){
.twr_gm_in_d6f{
grid-template-columns:1.25fr 1fr;
}
}
.twr_gm_left_d6f{
padding:2rem;
background:#211F24;
border:1px solid rgba(244,238,225,0.07);
border-radius:20px;
min-width:0;
}
.twr_gm_eyebrow_d6f{
margin-bottom:0.625rem;
}
.twr_gm_h2_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F0EBE1;
margin-bottom:0.5rem;
font-weight:600;
font-size:1.625rem;
line-height:1.06;
overflow-wrap:break-word;
}
@media(min-width:770px){
.twr_gm_h2_d6f{
font-size:1.75rem;
}
}
.twr_gm_text_d6f{
color:#706A62;
margin-bottom:22px;
line-height:1.6;
max-width:30rem;
font-size:14px;
}
.twr_gm_level_d6f{
font-size:22px;
color:#BFA060;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
margin-bottom:0.5rem;
}
.twr_gm_bar_d6f{
border-radius:62.438rem;
background:rgba(244,238,225,0.13);
overflow:hidden;
margin-bottom:6px;
height:8px;
}
.twr_gm_bar_fill_d6f{
border-radius:999px;
background:linear-gradient(90deg,#BF8F38,#E2C87A);
height:100%;
}
.twr_gm_bar_meta_d6f{
gap:10px;
margin-bottom:1.125rem;
color:#948D84;
justify-content:space-between;
font-size:11px;
display:flex;
}
.twr_gm_missions_d6f{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.twr_gm_mission_d6f{
border:1px solid rgba(244,238,225,0.13);
padding:0.563rem 0.938rem;
gap:7px;
border-radius:62.438rem;
background:#18161A;
align-items:center;
color:#C8C2B8;
font-weight:600;
display:inline-flex;
font-size:12.5px;
}
.twr_gm_mission_ic_d6f{
color:#BFA060;
display:inline-flex;
align-items:center;
}
.twr_gm_mission_ic_d6f svg{
height:0.813rem;
width:0.813rem;
}
.twr_gm_right_d6f{
overflow:hidden;
padding:2rem;
border-radius:20px;
background:linear-gradient(150deg,#1A1720,#0C0B0E);
flex-direction:column;
position:relative;
color:#F0EBE1;
display:flex;
}
.twr_gm_glow_d6f{
border-radius:50%;
background:radial-gradient(circle,rgba(210,185,140,0.10),transparent 70%);
width:9.375rem;
right:-30px;
height:9.375rem;
position:absolute;
top:-1.875rem;
pointer-events:none;
}
.twr_gm_ref_eyebrow_d6f{
margin-bottom:0.625rem;
position:relative;
}
.twr_gm_ref_h2_d6f{
font-size:26px;
position:relative;
overflow-wrap:break-word;
color:#F0EBE1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.1;
margin-bottom:8px;
font-weight:600;
}
.twr_gm_ref_text_d6f{
font-size:13.5px;
color:#9E9890;
line-height:1.55;
margin-bottom:1.25rem;
position:relative;
}
.twr_gm_ref_cta_d6f{
padding:11px 22px;
transition:opacity .22s ease;
background:#D4B86A;
border-radius:62.438rem;
margin-top:auto;
align-self:flex-start;
font-weight:700;
color:#12100E;
position:relative;
font-size:0.844rem;
}
.twr_gm_ref_cta_d6f:hover{
opacity:.9;
}
.twr_vip_d6f{
padding:48px 0;
}
@media(min-width:771px){
.twr_vip_d6f{
padding:4rem 0;
}
}
.twr_vip_head_d6f{
gap:14px;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:883px){
.twr_vip_head_d6f{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.twr_vip_eyebrow_d6f{
margin-bottom:0.75rem;
}
.twr_vip_h2_d6f{
color:#F0EBE1;
line-height:1.05;
font-size:2rem;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:767px){
.twr_vip_h2_d6f{
font-size:2.5rem;
}
}
.twr_vip_intro_d6f{
line-height:1.6;
font-size:0.875rem;
color:#9E9890;
max-width:420px;
}
.twr_vip_grid_d6f{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.twr_vip_card_d6f{
border-radius:0.875rem;
padding:22px 1.125rem;
border:1px solid rgba(244,238,225,0.12);
min-width:0;
}
.twr_vip_card_feat_d6f{
border-color:#D4B86A;
background:rgba(244,238,225,0.06);
}
.twr_vip_card_ic_d6f{
background:linear-gradient(135deg,#BF8F38,#E2C87A);
border-radius:0.5rem;
width:2.125rem;
display:block;
margin-bottom:16px;
height:2.125rem;
}
.twr_vip_name_d6f{
font-weight:600;
overflow-wrap:break-word;
font-size:20px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
color:#F0EBE1;
}
.twr_vip_perk_d6f{
overflow-wrap:break-word;
color:#9E9890;
font-size:0.781rem;
line-height:1.5;
}
.twr_app_d6f{
padding:30px 0 10px;
}
.twr_app_in_d6f{
padding:32px;
border-radius:20px;
border:1px solid rgba(244,238,225,0.07);
background:#211F24;
gap:28px;
flex-direction:column;
display:flex;
}
@media(min-width:770px){
.twr_app_in_d6f{
padding:40px 44px;
gap:2.5rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.twr_app_copy_d6f{
min-width:0;
max-width:35rem;
}
.twr_app_eyebrow_d6f{
margin-bottom:12px;
}
.twr_app_h2_d6f{
color:#F0EBE1;
line-height:1.05;
font-size:1.75rem;
margin-bottom:12px;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:770px){
.twr_app_h2_d6f{
font-size:34px;
}
}
.twr_app_text_d6f{
margin-bottom:1.375rem;
line-height:1.6;
font-size:14px;
color:#706A62;
}
.twr_app_btns_d6f{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.twr_app_btn_d6f{
gap:10px;
border-radius:0.875rem;
padding:0.688rem 20px;
transition:background-color .22s ease;
background:#C8A84B;
color:#12100E;
align-items:center;
display:inline-flex;
}
.twr_app_btn_d6f:hover{
background:#D9BC60;
}
.twr_app_btn_ic_d6f{
display:inline-flex;
align-items:center;
}
.twr_app_btn_ic_d6f svg{
height:18px;
width:18px;
}
.twr_app_btn_lb_d6f{
font-size:0.844rem;
font-weight:700;
}
.twr_app_qr_wrap_d6f{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.twr_app_qr_d6f{
flex:0 0 auto;
border-radius:14px;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#211F24 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#211F24 0 0.313rem,transparent 5px 11px);
background-color:#C8A84B;
height:6.75rem;
}
.twr_app_qr_cap_d6f{
max-width:92px;
color:#948D84;
line-height:1.4;
font-size:0.781rem;
}
.twr_trn_d6f{
padding:30px 0 0.625rem;
}
.twr_trn_in_d6f{
border-radius:20px;
grid-template-columns:1fr;
background:#211F24;
border:1px solid rgba(244,238,225,0.07);
overflow:hidden;
display:grid;
}
@media(min-width:881px){
.twr_trn_in_d6f{
grid-template-columns:1.05fr 1fr;
}
}
.twr_trn_banner_d6f{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(150deg,#1A1720,#0C0B0E);
position:relative;
color:#F0EBE1;
}
.twr_trn_glow_d6f{
background:radial-gradient(circle,rgba(210,185,140,0.10),transparent 70%);
border-radius:50%;
pointer-events:none;
right:-2.5rem;
position:absolute;
bottom:-2.5rem;
width:200px;
height:12.5rem;
}
.twr_trn_eyebrow_d6f{
margin-bottom:0.875rem;
position:relative;
}
.twr_trn_h2_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
font-weight:600;
color:#F0EBE1;
line-height:1.06;
position:relative;
font-size:1.875rem;
overflow-wrap:break-word;
}
@media(min-width:765px){
.twr_trn_h2_d6f{
font-size:36px;
}
}
.twr_trn_text_d6f{
position:relative;
line-height:1.6;
color:#9E9890;
margin-bottom:22px;
max-width:420px;
font-size:14px;
}
.twr_trn_timer_d6f{
gap:8px;
margin-bottom:1.5rem;
align-items:center;
flex-wrap:wrap;
position:relative;
display:flex;
}
.twr_trn_timer_cap_d6f{
color:#9E9890;
font-size:11px;
}
.twr_trn_timer_box_d6f{
padding:4px 12px;
background:rgba(244,238,225,0.06);
border-radius:0.5rem;
font-size:24px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#F0EBE1;
}
.twr_trn_cta_d6f{
padding:0.813rem 1.625rem;
background:#D4B86A;
transition:opacity .22s ease;
border-radius:999px;
color:#12100E;
font-size:0.875rem;
font-weight:700;
display:inline-block;
position:relative;
}
.twr_trn_cta_d6f:hover{
opacity:.9;
}
.twr_trn_lb_d6f{
padding:26px 28px;
}
.twr_trn_lb_head_d6f{
gap:10px;
align-items:center;
justify-content:space-between;
display:flex;
margin-bottom:0.75rem;
}
.twr_trn_lb_title_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
font-weight:600;
color:#F0EBE1;
}
.twr_trn_lb_upd_d6f{
font-size:11px;
color:#948D84;
letter-spacing:.08em;
text-transform:uppercase;
}
.twr_trn_lb_row_d6f{
gap:0.875rem;
padding:11px 0.75rem;
border-radius:8px;
display:flex;
align-items:center;
}
.twr_trn_lb_row_d6f:nth-child(2){
background:rgba(191,160,96,0.12);
}
.twr_trn_lb_rank_d6f{
flex:0 0 auto;
color:#BFA060;
width:22px;
font-size:16px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.twr_trn_lb_av_d6f{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#BF8F38,#E2C87A);
width:30px;
height:30px;
}
.twr_trn_lb_name_d6f{
overflow:hidden;
flex:1 1 auto;
min-width:0;
color:#F0EBE1;
font-weight:600;
text-overflow:ellipsis;
font-size:14px;
white-space:nowrap;
}
.twr_trn_lb_amount_d6f{
flex:0 0 auto;
color:#F0EBE1;
font-weight:700;
font-size:13px;
}
.twr_wy_d6f{
padding:48px 0;
}
@media(min-width:770px){
.twr_wy_d6f{
padding:3.5rem 0;
}
}
.twr_wy_in_d6f{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:903px){
.twr_wy_in_d6f{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.twr_wy_left_d6f{
min-width:0;
}
.twr_wy_eyebrow_d6f{
margin-bottom:0.875rem;
}
.twr_wy_h2_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F0EBE1;
font-size:32px;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
margin-bottom:1rem;
}
@media(min-width:765px){
.twr_wy_h2_d6f{
font-size:40px;
}
}
.twr_wy_intro_d6f{
line-height:1.6;
color:#706A62;
font-size:15px;
}
.twr_wy_grid_d6f{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:562px){
.twr_wy_grid_d6f{
grid-template-columns:1fr 1fr;
}
}
.twr_wy_card_d6f{
background:#211F24;
padding:26px;
border:1px solid rgba(244,238,225,0.07);
border-radius:0.875rem;
min-width:0;
}
.twr_wy_card_ic_d6f{
align-items:center;
display:inline-flex;
margin-bottom:1rem;
color:#BFA060;
justify-content:center;
}
.twr_wy_card_ic_d6f svg{
width:1.625rem;
height:1.625rem;
}
.twr_wy_card_h_d6f{
overflow-wrap:break-word;
color:#F0EBE1;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:21px;
margin-bottom:8px;
line-height:1.15;
}
.twr_wy_card_p_d6f{
color:#706A62;
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
}
.twr_hts_d6f{
padding:48px 0;
}
@media(min-width:769px){
.twr_hts_d6f{
padding:3.875rem 0;
}
}
.twr_hts_head_d6f{
gap:18px;
margin-bottom:2.125rem;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.twr_hts_head_d6f{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.twr_hts_eyebrow_d6f{
margin-bottom:0.75rem;
}
.twr_hts_h2_d6f{
overflow-wrap:break-word;
font-weight:600;
color:#F0EBE1;
line-height:1.05;
font-size:1.875rem;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.twr_hts_h2_d6f{
font-size:2.375rem;
}
}
.twr_hts_cta_d6f{
transition:opacity .22s ease;
flex:0 0 auto;
padding:0.938rem 30px;
border-radius:999px;
background:#D4B86A;
font-size:0.938rem;
font-weight:700;
color:#12100E;
}
.twr_hts_cta_d6f:hover{
opacity:.9;
}
.twr_hts_grid_d6f{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:761px){
.twr_hts_grid_d6f{
grid-template-columns:repeat(3,1fr);
}
}
.twr_hts_step_d6f{
padding-top:22px;
min-width:0;
border-top:1px solid rgba(244,238,225,0.12);
}
.twr_hts_step_num_d6f{
margin-bottom:14px;
font-size:44px;
color:#D4B86A;
line-height:1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.twr_hts_step_h_d6f{
font-weight:700;
margin-bottom:0.5rem;
font-size:1.188rem;
overflow-wrap:break-word;
line-height:1.2;
color:#F0EBE1;
}
.twr_hts_step_p_d6f{
line-height:1.55;
color:#9E9890;
overflow-wrap:break-word;
font-size:14px;
}
.twr_rv_d6f{
padding:3rem 0;
background:#211F24;
margin-top:1.5rem;
border-bottom:1px solid rgba(244,238,225,0.07);
border-top:1px solid rgba(244,238,225,0.07);
}
@media(min-width:771px){
.twr_rv_d6f{
padding:3.5rem 0;
}
}
.twr_rv_head_d6f{
gap:16px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:768px){
.twr_rv_head_d6f{
gap:20px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.twr_rv_eyebrow_d6f{
margin-bottom:0.625rem;
}
.twr_rv_h2_d6f{
color:#F0EBE1;
line-height:1.05;
overflow-wrap:break-word;
font-size:1.875rem;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.twr_rv_h2_d6f{
font-size:2.375rem;
}
}
.twr_rv_agg_d6f{
gap:0.75rem;
align-items:center;
display:flex;
}
.twr_rv_agg_stars_d6f{
gap:3px;
display:flex;
color:#BFA060;
}
.twr_rv_agg_stars_d6f svg{
height:18px;
width:18px;
}
.twr_rv_source_d6f{
font-size:13px;
color:#706A62;
}
.twr_rv_grid_d6f{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.twr_rv_grid_d6f{
grid-template-columns:repeat(3,1fr);
}
}
.twr_rv_card_d6f{
padding:1.625rem;
border-radius:0.875rem;
background:#18161A;
border:1px solid rgba(244,238,225,0.07);
min-width:0;
}
.twr_rv_card_stars_d6f{
gap:2px;
color:#BFA060;
margin-bottom:0.75rem;
display:flex;
}
.twr_rv_card_stars_d6f svg{
height:0.875rem;
width:0.875rem;
}
.twr_rv_card_body_d6f{
overflow-wrap:break-word;
color:#F0EBE1;
font-size:18px;
line-height:1.45;
margin-bottom:16px;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:500;
}
.twr_rv_card_meta_d6f{
gap:10px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.twr_rv_card_av_d6f{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#BF8F38,#E2C87A);
width:32px;
height:2rem;
}
.twr_rv_card_author_d6f{
font-weight:700;
color:#F0EBE1;
font-size:0.813rem;
}
.twr_rv_card_loc_d6f{
font-size:0.75rem;
color:#948D84;
}
.twr_ts_d6f{
padding:2.75rem 0;
}
.twr_ts_in_d6f{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:881px){
.twr_ts_in_d6f{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.twr_ts_left_d6f{
min-width:0;
}
.twr_ts_h2_d6f{
color:#F0EBE1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:26px;
font-weight:600;
margin-bottom:12px;
overflow-wrap:break-word;
line-height:1.1;
}
@media(min-width:765px){
.twr_ts_h2_d6f{
font-size:28px;
}
}
.twr_ts_text_d6f{
margin-bottom:22px;
font-size:0.906rem;
line-height:1.6;
color:#9E9890;
max-width:520px;
}
.twr_ts_badges_d6f{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.twr_ts_badge_d6f{
font-size:13px;
font-weight:600;
color:#9E9890;
}
.twr_ts_pay_d6f{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:883px){
.twr_ts_pay_d6f{
justify-content:flex-end;
}
}
.twr_ts_pay_chip_d6f{
border-radius:14px;
background:rgba(244,238,225,0.06);
padding:0.75rem 1rem;
border:1px solid rgba(244,238,225,0.12);
font-size:14px;
color:#F0EBE1;
font-weight:700;
}
.twr_dr_d6f{
padding:2.25rem 0 10px;
}
.twr_dr_in_d6f{
border-radius:0.875rem;
gap:20px;
border:1px dashed rgba(244,238,225,0.13);
padding:1.75rem 2rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.twr_dr_in_d6f{
gap:32px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.twr_dr_h2_d6f{
font-weight:600;
margin-bottom:8px;
line-height:1.1;
font-size:24px;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F0EBE1;
}
@media(min-width:768px){
.twr_dr_h2_d6f{
font-size:26px;
}
}
.twr_dr_text_d6f{
overflow-wrap:break-word;
line-height:1.6;
max-width:42.5rem;
color:#706A62;
font-size:14px;
}
.twr_dr_text_d6f b{
color:#F0EBE1;
font-weight:700;
}
.twr_dr_cta_d6f{
flex:0 0 auto;
transition:color .22s ease;
border-bottom:1px solid #BFA060;
font-weight:700;
font-size:0.844rem;
color:#F0EBE1;
white-space:nowrap;
padding-bottom:2px;
}
.twr_dr_cta_d6f:hover{
color:#BFA060;
}
.twr_tt_d6f{
padding:3rem 0 0.625rem;
}
@media(min-width:767px){
.twr_tt_d6f{
padding:60px 0 10px;
}
}
.twr_tt_head_d6f{
margin-bottom:2.125rem;
text-align:center;
}
.twr_tt_eyebrow_d6f{
margin-bottom:12px;
}
.twr_tt_h2_d6f{
font-size:2rem;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#F0EBE1;
}
@media(min-width:769px){
.twr_tt_h2_d6f{
font-size:42px;
}
}
.twr_tt_grid_d6f{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:757px){
.twr_tt_grid_d6f{
grid-template-columns:repeat(3,1fr);
}
}
.twr_tt_card_d6f{
background:#211F24;
padding:1.875rem;
border-radius:0.875rem;
border:1px solid rgba(244,238,225,0.07);
min-width:0;
display:flex;
flex-direction:column;
}
.twr_tt_card_ic_d6f{
align-items:center;
display:inline-flex;
margin-bottom:18px;
color:#BFA060;
}
.twr_tt_card_ic_d6f svg{
width:1.75rem;
height:28px;
}
.twr_tt_card_h_d6f{
font-weight:600;
margin-bottom:0.5rem;
font-size:22px;
line-height:1.15;
color:#F0EBE1;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.twr_tt_card_p_d6f{
color:#706A62;
font-size:14px;
line-height:1.6;
overflow-wrap:break-word;
margin-bottom:0.875rem;
}
.twr_tt_card_p_d6f b{
font-weight:700;
color:#F0EBE1;
}
.twr_tt_card_link_d6f{
transition:color .22s ease;
margin-top:auto;
align-self:flex-start;
border-bottom:1px solid #BFA060;
font-size:0.813rem;
font-weight:700;
padding-bottom:2px;
color:#F0EBE1;
}
.twr_tt_card_link_d6f:hover{
color:#BFA060;
}
.twr_et_d6f{
padding:36px 0 0.625rem;
}
.twr_et_in_d6f{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:877px){
.twr_et_in_d6f{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.twr_et_left_d6f{
min-width:0;
}
.twr_et_eyebrow_d6f{
margin-bottom:12px;
}
.twr_et_h2_d6f{
line-height:1.06;
color:#F0EBE1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:0.875rem;
font-weight:600;
overflow-wrap:break-word;
font-size:1.75rem;
}
@media(min-width:765px){
.twr_et_h2_d6f{
font-size:2rem;
}
}
.twr_et_text_d6f{
line-height:1.65;
color:#706A62;
margin-bottom:1.375rem;
font-size:15px;
}
.twr_et_stats_d6f{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.twr_et_stat_d6f{
min-width:0;
}
.twr_et_stat_v_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
color:#F0EBE1;
font-weight:700;
font-size:1.625rem;
line-height:1;
}
.twr_et_stat_l_d6f{
font-size:0.781rem;
margin-top:0.25rem;
color:#948D84;
}
.twr_et_right_d6f{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.twr_et_member_d6f{
border-radius:0.875rem;
border:1px solid rgba(244,238,225,0.07);
gap:16px;
background:#211F24;
padding:1.125rem 20px;
min-width:0;
align-items:center;
display:flex;
}
.twr_et_member_av_d6f{
border-radius:50%;
background:linear-gradient(135deg,#1A1720,#BFA060);
flex:0 0 auto;
width:48px;
height:3rem;
}
.twr_et_member_name_d6f{
color:#F0EBE1;
font-weight:700;
font-size:0.938rem;
overflow-wrap:break-word;
}
.twr_et_member_role_d6f{
overflow-wrap:break-word;
font-size:12.5px;
color:#948D84;
}
.twr_et_updated_d6f{
padding:0.875rem 18px;
border:1px solid rgba(244,238,225,0.07);
border-radius:0.875rem;
background:#18161A;
gap:8px;
display:flex;
align-items:center;
color:#706A62;
font-size:12.5px;
}
.twr_prov_d6f{
padding:2.5rem 0 20px;
}
.twr_prov_eyebrow_d6f{
margin-bottom:18px;
display:block;
}
.twr_prov_grid_d6f{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:558px){
.twr_prov_grid_d6f{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.twr_prov_grid_d6f{
grid-template-columns:repeat(6,1fr);
}
}
.twr_lh_d6f{
padding:2.5rem 0 1.25rem;
}
.twr_lh_in_d6f{
border-top:1px solid rgba(244,238,225,0.13);
padding-top:34px;
}
.twr_lh_eyebrow_d6f{
margin-bottom:1.375rem;
display:block;
}
.twr_lh_grid_d6f{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:598px){
.twr_lh_grid_d6f{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.twr_lh_grid_d6f{
grid-template-columns:repeat(5,1fr);
}
}
.twr_lh_col_d6f{
min-width:0;
}
.twr_lh_col_h_d6f{
font-size:13px;
font-weight:700;
margin-bottom:0.75rem;
color:#F0EBE1;
overflow-wrap:break-word;
}
.twr_lh_links_d6f{
gap:8px;
flex-direction:column;
display:flex;
}
.twr_lh_link_d6f{
transition:color .22s ease;
color:#706A62;
overflow-wrap:break-word;
font-size:0.813rem;
}
.twr_lh_link_d6f:hover{
color:#BFA060;
}
.twr_sg_d6f{
padding:3rem 0 0.625rem;
}
.twr_sg_eyebrow_d6f{
margin-bottom:12px;
display:block;
}
.twr_sg_h2_d6f{
font-size:30px;
line-height:1.05;
color:#F0EBE1;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:28px;
}
@media(min-width:765px){
.twr_sg_h2_d6f{
font-size:36px;
}
}
.twr_sg_grid_d6f{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:719px){
.twr_sg_grid_d6f{
grid-template-columns:repeat(3,1fr);
}
}
.twr_sg_col_d6f{
min-width:0;
}
.twr_sg_col_h_d6f{
font-size:1.375rem;
color:#F0EBE1;
overflow-wrap:break-word;
margin-bottom:10px;
font-weight:600;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.15;
}
.twr_sg_col_p_d6f{
color:#706A62;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
}
.twr_el_d6f{
padding:3rem 0;
}
@media(min-width:771px){
.twr_el_d6f{
padding:3.5rem 0;
}
}
.twr_el_in_d6f{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:897px){
.twr_el_in_d6f{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.twr_el_left_d6f{
min-width:0;
}
.twr_el_eyebrow_d6f{
margin-bottom:0.875rem;
}
.twr_el_h2_d6f{
line-height:1.08;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
margin-bottom:22px;
color:#F0EBE1;
font-size:32px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.twr_el_h2_d6f{
font-size:2.375rem;
}
}
.twr_el_body_d6f p{
color:#C8C2B8;
font-size:16px;
overflow-wrap:break-word;
line-height:1.7;
margin-bottom:18px;
}
.twr_el_dropcap_d6f{
padding:0.375rem 0.75rem 0 0;
font-size:62px;
color:#BFA060;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
float:left;
font-weight:700;
line-height:.8;
}
.twr_el_right_d6f{
min-width:0;
}
.twr_el_quote_d6f{
background:linear-gradient(150deg,#1A1720,#0C0B0E);
padding:2.25rem;
border-radius:20px;
margin-bottom:24px;
color:#F0EBE1;
position:relative;
}
.twr_el_quote_mark_d6f{
align-items:center;
margin-bottom:0.375rem;
color:#D4B86A;
display:inline-flex;
}
.twr_el_quote_mark_d6f svg{
height:34px;
width:2.125rem;
}
.twr_el_quote_text_d6f{
margin-bottom:22px;
font-weight:500;
color:#F0EBE1;
line-height:1.4;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:1.375rem;
}
.twr_el_quote_meta_d6f{
gap:12px;
align-items:center;
display:flex;
}
.twr_el_quote_av_d6f{
border-radius:50%;
background:linear-gradient(135deg,#BF8F38,#E2C87A);
flex:0 0 auto;
height:38px;
width:2.375rem;
}
.twr_el_quote_author_d6f{
color:#F0EBE1;
font-weight:700;
font-size:14px;
}
.twr_el_quote_meta_sub_d6f{
font-size:12px;
color:#9E9890;
}
.twr_el_explain_d6f{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(244,238,225,0.07);
}
.twr_el_explain_card_d6f{
padding:22px 24px;
}
.twr_el_explain_card_d6f+.twr_el_explain_card_d6f{
border-top:1px solid rgba(244,238,225,0.07);
}
.twr_el_explain_h_d6f{
color:#F0EBE1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-size:1.25rem;
font-weight:600;
}
.twr_el_explain_p_d6f{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
color:#706A62;
}
.twr_faq_d6f{
background:#211F24;
padding:3rem 0;
margin-top:24px;
border-bottom:1px solid rgba(244,238,225,0.07);
border-top:1px solid rgba(244,238,225,0.07);
}
@media(min-width:769px){
.twr_faq_d6f{
padding:3.875rem 0;
}
}
.twr_faq_head_d6f{
text-align:center;
margin-bottom:2.125rem;
}
.twr_faq_eyebrow_d6f{
margin-bottom:12px;
}
.twr_faq_h2_d6f{
color:#F0EBE1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
font-size:2rem;
}
@media(min-width:769px){
.twr_faq_h2_d6f{
font-size:2.375rem;
}
}
.twr_faq_list_d6f{
gap:12px;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.twr_faq_item_d6f{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(244,238,225,0.07);
background:#18161A;
}
.twr_faq_q_d6f{
gap:1.25rem;
list-style:none;
padding:1.25rem 24px;
cursor:pointer;
justify-content:space-between;
display:flex;
font-size:16px;
overflow-wrap:break-word;
align-items:center;
font-weight:700;
color:#F0EBE1;
}
.twr_faq_q_d6f::-webkit-details-marker{
display:none;
}
.twr_faq_q_ic_d6f{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
color:#BFA060;
display:inline-flex;
}
.twr_faq_q_ic_d6f svg{
height:1.125rem;
width:18px;
}
.twr_faq_item_d6f[open] .twr_faq_q_ic_d6f{
transform:rotate(180deg);
}
.twr_faq_a_d6f{
padding:0 1.5rem 1.25rem;
overflow-wrap:break-word;
font-size:14.5px;
line-height:1.6;
color:#706A62;
}
.twr_sb_d6f{
padding:48px 0;
background:#211F24;
border-bottom:1px solid rgba(244,238,225,0.07);
border-top:1px solid rgba(244,238,225,0.07);
margin-top:24px;
}
@media(min-width:769px){
.twr_sb_d6f{
padding:3.5rem 0;
}
}
.twr_sb_eyebrow_d6f{
display:block;
margin-bottom:12px;
}
.twr_sb_h2_d6f{
margin-bottom:26px;
line-height:1.05;
color:#F0EBE1;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-size:30px;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:765px){
.twr_sb_h2_d6f{
font-size:36px;
}
}
.twr_sb_grid_d6f{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:557px){
.twr_sb_grid_d6f{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.twr_sb_grid_d6f{
grid-template-columns:repeat(4,1fr);
}
}
.twr_sb_card_d6f{
background:#18161A;
border-radius:0.875rem;
padding:1.5rem;
border:1px solid rgba(244,238,225,0.07);
min-width:0;
}
.twr_sb_card_h_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:8px;
color:#F0EBE1;
font-size:19px;
line-height:1.15;
overflow-wrap:break-word;
}
.twr_sb_card_p_d6f{
overflow-wrap:break-word;
line-height:1.6;
color:#706A62;
font-size:13.5px;
}
.twr_sb_rtp_d6f{
border:1px solid rgba(244,238,225,0.07);
grid-template-columns:1fr;
padding:1.625rem 28px;
border-radius:0.875rem;
gap:1.5rem;
background:#18161A;
display:grid;
align-items:center;
margin-top:18px;
}
@media(min-width:763px){
.twr_sb_rtp_d6f{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.twr_sb_rtp_h_d6f{
font-size:20px;
line-height:1.15;
font-weight:600;
margin-bottom:0.5rem;
color:#F0EBE1;
overflow-wrap:break-word;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.twr_sb_rtp_p_d6f{
color:#706A62;
font-size:0.844rem;
line-height:1.6;
overflow-wrap:break-word;
}
.twr_sb_rtp_stats_d6f{
gap:16px;
display:flex;
}
.twr_sb_stat_d6f{
padding:18px;
flex:1 1 0;
border-radius:8px;
background:#211F24;
min-width:0;
text-align:center;
}
.twr_sb_stat_v_d6f{
font-size:26px;
overflow-wrap:break-word;
font-weight:700;
color:#5A9E72;
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
}
.twr_sb_stat_l_d6f{
margin-top:0.25rem;
font-size:11.5px;
color:#948D84;
}
.twr_ft_d6f{
background:#100F12;
color:#9E9890;
margin-top:40px;
}
.twr_ft_in_d6f{
grid-template-columns:1fr;
gap:2rem;
padding:48px 0 28px;
display:grid;
}
@media(min-width:597px){
.twr_ft_in_d6f{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.twr_ft_in_d6f{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.twr_ft_brand_d6f{
min-width:0;
}
.twr_ft_logo_d6f{
font-family:"EB Garamond", Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:1.625rem;
overflow-wrap:break-word;
color:#F0EBE1;
}
.twr_ft_tagline_d6f{
margin-top:0.875rem;
line-height:1.6;
max-width:280px;
color:#9E9890;
font-size:13.5px;
}
.twr_ft_contact_d6f{
transition:color .22s ease;
max-width:280px;
margin-top:0.75rem;
overflow-wrap:anywhere;
display:inline-block;
color:#D4B86A;
font-size:0.813rem;
}
.twr_ft_contact_d6f:hover{
color:#F0EBE1;
}
.twr_ft_col_d6f{
min-width:0;
}
.twr_ft_col_h_d6f{
text-transform:uppercase;
overflow-wrap:break-word;
font-weight:700;
margin-bottom:14px;
font-size:0.813rem;
color:#F0EBE1;
letter-spacing:.08em;
}
.twr_ft_col_links_d6f{
gap:10px;
flex-direction:column;
display:flex;
}
.twr_ft_link_d6f{
transition:color .22s ease;
color:#9E9890;
font-size:0.844rem;
overflow-wrap:break-word;
}
.twr_ft_link_d6f:hover{
color:#F0EBE1;
}
.twr_ft_bot_d6f{
gap:16px;
padding:1.375rem 0 40px;
flex-direction:column;
display:flex;
border-top:1px solid rgba(244,238,225,0.12);
}
@media(min-width:765px){
.twr_ft_bot_d6f{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.twr_ft_legal_d6f{
color:#4A4540;
font-size:11.5px;
overflow-wrap:break-word;
max-width:760px;
line-height:1.6;
}
.twr_ft_legal_d6f b{
color:#9E9890;
font-weight:700;
}
.twr_ft_age_d6f{
padding:0.25rem 0.563rem;
border-radius:8px;
border:1.5px solid #D4B86A;
flex:0 0 auto;
color:#D4B86A;
font-weight:700;
font-size:13px;
}