*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#18171A;
line-height:1.6;
font-size:15px;
font-family:"Source Sans 3", 'Helvetica Neue', Arial, sans-serif;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
color:#D6D1C8;
overflow-wrap:break-word;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.tgm-layout-xb8{
min-height:100vh;
flex-direction:column;
display:flex;
}
.tgm-main-xb8{
flex:1 1 auto;
min-width:0;
width:100%;
}
.tgm-container-xb8{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:768px){
.tgm-container-xb8{
padding:0 2rem;
}
}
@media(min-width:1101px){
.tgm-container-xb8{
padding:0 56px;
}
}
.tgm-eyebrow-xb8{
display:inline-block;
font-weight:600;
overflow-wrap:break-word;
text-transform:uppercase;
font-family:"Source Sans 3", 'Helvetica Neue', Arial, sans-serif;
letter-spacing:.2em;
line-height:1.4;
font-size:0.688rem;
color:#BFA880;
}
.tgm-band-xb8{
background:#131215;
color:#F4F1EB;
}
.tgm-band-xb8 .tgm-eyebrow-xb8{
color:#D4B97A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.tgm-tb-xb8{
background:#18171A;
top:0;
border-bottom:1px solid rgba(244,241,235,0.13);
z-index:50;
position:sticky;
}
.tgm-tb_in-xb8{
margin:0 auto;
gap:1rem;
padding:0.75rem 16px;
display:flex;
align-items:center;
width:100%;
max-width:1400px;
justify-content:space-between;
}
@media(min-width:765px){
.tgm-tb_in-xb8{
padding:1rem 32px;
}
}
@media(min-width:1102px){
.tgm-tb_in-xb8{
padding:18px 3.5rem;
}
}
.tgm-tb_left-xb8{
gap:28px;
min-width:0;
align-items:center;
display:flex;
}
.tgm-tb_logo-xb8{
gap:0.688rem;
display:flex;
align-items:center;
min-width:0;
}
.tgm-tb_logo_mark-xb8{
border-radius:0.5rem;
flex:0 0 auto;
object-fit:cover;
width:2.125rem;
height:34px;
}
.tgm-tb_logo_txt-xb8{
display:flex;
line-height:1;
min-width:0;
flex-direction:column;
}
.tgm-tb_logo_name-xb8{
overflow:hidden;
color:#F4F1EB;
text-overflow:ellipsis;
font-weight:700;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
font-size:22px;
white-space:nowrap;
}
.tgm-tb_logo_sub-xb8{
overflow:hidden;
color:#BFA880;
font-size:0.531rem;
margin-top:0.25rem;
white-space:nowrap;
letter-spacing:.32em;
text-transform:uppercase;
text-overflow:ellipsis;
font-weight:600;
}
.tgm-tb_nav-xb8{
display:none;
}
@media(min-width:961px){
.tgm-tb_nav-xb8{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.tgm-tb_nav_item-xb8{
transition:color .22s ease,border-color .22s ease;
border-bottom:2px solid transparent;
padding-bottom:3px;
white-space:nowrap;
color:#D6D1C8;
font-weight:600;
font-size:0.875rem;
}
.tgm-tb_nav_item-xb8:hover{
color:#F4F1EB;
}
.tgm-tb_nav_item-xb8.tgm-state_active-xb8{
border-color:#BFA880;
color:#F4F1EB;
}
.tgm-tb_right-xb8{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.tgm-tb_search-xb8{
transition:color .22s ease;
color:#D6D1C8;
align-items:center;
display:flex;
justify-content:center;
}
.tgm-tb_search-xb8:hover{
color:#BFA880;
}
.tgm-tb_search-xb8 svg{
height:18px;
width:1.125rem;
}
.tgm-tb_lang-xb8{
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
color:#9E9890;
font-size:11px;
}
.tgm-tb_lang-xb8:hover{
color:#F4F1EB;
}
.tgm-tb_login-xb8{
font-weight:600;
color:#F4F1EB;
font-size:14px;
display:none;
}
@media(min-width:767px){
.tgm-tb_login-xb8{
display:inline-block;
}
}
.tgm-tb_register-xb8{
transition:background-color .22s ease;
padding:0.688rem 22px;
border-radius:62.438rem;
background:#C8A85C;
font-size:0.875rem;
white-space:nowrap;
color:#0F0E11;
font-weight:700;
}
.tgm-tb_register-xb8:hover{
background:#D9BB6E;
}
.tgm-mob-xb8{
background:#18171A;
padding-bottom:env(safe-area-inset-bottom);
left:0;
bottom:0;
z-index:60;
position:fixed;
right:0;
border-top:1px solid rgba(244,241,235,0.13);
}
@media(min-width:958px){
.tgm-mob-xb8{
display:none;
}
}
.tgm-mob_in-xb8{
margin:0 auto;
max-width:560px;
display:flex;
align-items:stretch;
justify-content:space-around;
}
.tgm-mob_item-xb8{
flex:1 1 0;
padding:0.563rem 4px;
transition:color .22s ease;
gap:3px;
display:flex;
min-width:0;
flex-direction:column;
color:#9E9890;
align-items:center;
}
.tgm-mob_item-xb8.tgm-state_active-xb8{
color:#BFA880;
}
.tgm-mob_ic-xb8{
align-items:center;
justify-content:center;
display:flex;
}
.tgm-mob_ic-xb8 svg{
width:20px;
height:20px;
}
.tgm-mob_lb-xb8{
overflow:hidden;
white-space:nowrap;
font-size:10px;
max-width:100%;
font-weight:600;
text-overflow:ellipsis;
}
@media(max-width:959px){
body{
padding-bottom:3.75rem;
}
}
.tgm-rail-xb8{
min-width:0;
position:relative;
}
.tgm-rail_scroll-xb8{
gap:14px;
display:flex;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
padding-bottom:14px;
overflow-x:auto;
}
@media(min-width:768px){
.tgm-rail_scroll-xb8{
gap:1.125rem;
}
}
.tgm-gc-xb8{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:771px){
.tgm-gc-xb8{
width:188px;
}
}
.tgm-gc_img-xb8{
background:#211F25;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 24px rgba(0,0,0,0.28);
padding-bottom:133.33%;
}
.tgm-gc_img-xb8 img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.tgm-gc_cover-xb8{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.tgm-gc_hover-xb8{
transition:opacity .22s ease;
inset:0;
background:rgba(0,0,0,0.52);
align-items:center;
position:absolute;
justify-content:center;
opacity:0;
display:flex;
}
.tgm-gc-xb8:hover .tgm-gc_hover-xb8{
opacity:1;
}
.tgm-gc_hover_btn-xb8{
background:#C8A85C;
border-radius:999px;
align-items:center;
color:#0F0E11;
width:2.875rem;
display:flex;
height:2.875rem;
justify-content:center;
}
.tgm-gc_hover_btn-xb8 svg{
height:18px;
width:1.125rem;
}
.tgm-gc_info-xb8{
gap:2px;
min-width:0;
margin-top:9px;
display:flex;
flex-direction:column;
}
.tgm-gc_name-xb8{
overflow:hidden;
font-size:13px;
white-space:nowrap;
font-weight:700;
color:#F4F1EB;
text-overflow:ellipsis;
}
.tgm-gc_prov-xb8{
overflow:hidden;
font-size:11px;
color:#9E9890;
white-space:nowrap;
text-overflow:ellipsis;
}
.tgm-gc_meta-xb8{
font-size:11px;
color:#9E9890;
}
.tgm-tc-xb8{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.tgm-tc-xb8{
width:14.375rem;
}
}
.tgm-tc_img-xb8{
border-radius:0.875rem;
overflow:hidden;
background:#211F25;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
position:relative;
padding-bottom:75%;
}
.tgm-tc_img-xb8 img{
inset:0;
width:100%;
height:100%;
object-fit:cover;
position:absolute;
}
.tgm-tc_info-xb8{
gap:2px;
display:flex;
flex-direction:column;
margin-top:9px;
min-width:0;
}
.tgm-tc_name-xb8{
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
font-size:0.875rem;
white-space:nowrap;
color:#F4F1EB;
}
.tgm-tc_rtp-xb8{
font-size:0.688rem;
color:#9E9890;
}
.tgm-lc-xb8{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:767px){
.tgm-lc-xb8{
width:16.75rem;
}
}
.tgm-lc_img-xb8{
border-radius:0.875rem;
background:#211F25;
overflow:hidden;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 1.5rem rgba(0,0,0,0.28);
padding-bottom:62.5%;
position:relative;
}
.tgm-lc_img-xb8 img{
inset:0;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
}
.tgm-lc_live-xb8{
padding:4px 0.563rem;
gap:0.438rem;
background:rgba(0,0,0,0.52);
border-radius:62.438rem;
top:0.75rem;
position:absolute;
align-items:center;
left:12px;
display:flex;
}
.tgm-lc_live_dot-xb8{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#C0463A;
width:0.5rem;
height:0.5rem;
}
.tgm-lc_seats-xb8{
font-weight:600;
text-transform:uppercase;
color:#F4F1EB;
letter-spacing:.08em;
font-size:10px;
}
.tgm-lc_info-xb8{
gap:2px;
min-width:0;
margin-top:9px;
flex-direction:column;
display:flex;
}
.tgm-lc_name-xb8{
overflow:hidden;
color:#F4F1EB;
font-weight:700;
font-size:0.938rem;
white-space:nowrap;
text-overflow:ellipsis;
}
.tgm-lc_bet-xb8{
font-size:0.688rem;
color:#9E9890;
}
.tgm-pc-xb8{
background:#211F25;
gap:0.5rem;
border-radius:14px;
padding:1rem 0.875rem;
border:1px solid rgba(244,241,235,0.07);
min-height:74px;
min-width:0;
justify-content:center;
align-items:center;
display:flex;
flex-direction:column;
}
.tgm-pc_logo-xb8{
flex:0 0 auto;
object-fit:contain;
max-width:100%;
height:1.75rem;
width:auto;
}
.tgm-pc_name-xb8{
overflow:hidden;
text-align:center;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
font-size:11px;
color:#9E9890;
}
.tgm-gc_tag-xb8{
border-radius:0.5rem;
padding:3px 0.5rem;
left:10px;
text-transform:uppercase;
font-weight:700;
position:absolute;
display:inline-block;
top:10px;
z-index:2;
font-size:10px;
letter-spacing:.06em;
}
.tgm-gc_tag_hot-xb8{
background:#C0463A;
color:#F4F1EB;
}
.tgm-gc_tag_new-xb8{
background:#D4B97A;
color:#0F0E11;
}
.tgm-gc_tag_jp-xb8{
background:#C8A040;
color:#0F0E11;
}
.tgm-gc_tag_live-xb8{
background:#C0463A;
color:#F4F1EB;
}
.tgm-sh-xb8{
margin-bottom:18px;
min-width:0;
}
.tgm-sh_row-xb8{
gap:16px;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
}
.tgm-sh_row-xb8 .tgm-sh_l-xb8{
gap:0.375rem;
flex-direction:column;
display:flex;
min-width:0;
}
.tgm-sh_stack-xb8{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.tgm-sh_center-xb8{
gap:0.625rem;
text-align:center;
display:flex;
flex-direction:column;
align-items:center;
}
.tgm-sh_h2-xb8{
overflow-wrap:break-word;
line-height:1.1;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:24px;
color:#F4F1EB;
}
@media(min-width:765px){
.tgm-sh_h2-xb8{
font-size:1.875rem;
}
}
.tgm-band-xb8 .tgm-sh_h2-xb8{
color:#F4F1EB;
}
.tgm-sh_eb_line-xb8{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.tgm-sh_eb_line-xb8::before{
background:#BFA880;
width:28px;
height:1px;
display:inline-block;
content:"";
}
.tgm-band-xb8 .tgm-sh_eb_line-xb8::before{
background:#D4B97A;
}
.tgm-sh_eb_dot-xb8{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.tgm-sh_eb_dot-xb8::before{
border-radius:50%;
background:#BFA880;
width:0.375rem;
height:6px;
content:"";
display:inline-block;
}
.tgm-band-xb8 .tgm-sh_eb_dot-xb8::before{
background:#D4B97A;
}
.tgm-sh_link-xb8{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
font-size:0.813rem;
white-space:nowrap;
align-items:center;
display:inline-flex;
color:#F4F1EB;
border-bottom:1px solid #F4F1EB;
padding-bottom:2px;
font-weight:600;
}
.tgm-sh_link-xb8:hover{
border-color:#BFA880;
color:#BFA880;
}
.tgm-sh_link-xb8 svg{
height:14px;
width:0.875rem;
}
.tgm-sh_link_chev-xb8{
padding-bottom:0;
border-bottom:0;
}
.tgm-sh_link_btn-xb8{
background:#C8A85C;
padding:0.563rem 18px;
border-radius:999px;
color:#0F0E11;
border-bottom:0;
}
.tgm-sh_link_btn-xb8:hover{
border-color:transparent;
background:#D9BB6E;
color:#0F0E11;
}
.tgm-band-xb8 .tgm-sh_link-xb8{
border-color:#F4F1EB;
color:#F4F1EB;
}
.tgm-band-xb8 .tgm-sh_link_btn-xb8{
background:#D4B97A;
color:#0F0E11;
}
.tgm-sh_rule-xb8{
background:rgba(244,241,235,0.13);
margin:-2px 0 1.125rem;
height:1px;
}
.tgm-band-xb8 .tgm-sh_rule-xb8{
background:rgba(255,252,245,0.10);
}
.tgm-hero-xb8{
padding:2rem 0 0.5rem;
}
@media(min-width:765px){
.tgm-hero-xb8{
padding:56px 0 1.5rem;
}
}
.tgm-hero_in-xb8{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:900px){
.tgm-hero_in-xb8{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.tgm-hero_copy-xb8{
min-width:0;
}
.tgm-hero_eyebrow-xb8{
gap:0.625rem;
align-items:center;
display:inline-flex;
margin-bottom:1.375rem;
}
.tgm-hero_eyebrow_line-xb8{
background:#BFA880;
flex:0 0 auto;
height:1px;
display:inline-block;
width:1.75rem;
}
.tgm-hero_h1-xb8{
margin-bottom:20px;
font-size:2.375rem;
color:#F4F1EB;
overflow-wrap:break-word;
letter-spacing:-.01em;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.04;
}
@media(min-width:767px){
.tgm-hero_h1-xb8{
font-size:54px;
}
}
@media(min-width:1102px){
.tgm-hero_h1-xb8{
font-size:62px;
}
}
.tgm-hero_h1-xb8 em{
font-style:normal;
color:#BFA880;
}
.tgm-hero_sub-xb8{
margin-bottom:30px;
color:#7A7470;
max-width:30rem;
font-size:1rem;
line-height:1.6;
}
@media(min-width:769px){
.tgm-hero_sub-xb8{
font-size:18px;
}
}
.tgm-hero_actions-xb8{
gap:14px;
margin-bottom:34px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.tgm-hero_cta-xb8{
background:#C8A85C;
transition:background-color .22s ease;
padding:16px 30px;
border-radius:999px;
gap:10px;
font-size:0.938rem;
display:inline-flex;
color:#0F0E11;
font-weight:700;
align-items:center;
}
.tgm-hero_cta-xb8:hover{
background:#D9BB6E;
}
.tgm-hero_cta_ic-xb8{
display:inline-flex;
align-items:center;
}
.tgm-hero_cta_ic-xb8 svg{
height:16px;
width:1rem;
}
.tgm-hero_cta_alt-xb8{
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(244,241,235,0.13);
background:transparent;
border-radius:62.438rem;
padding:0.938rem 26px;
font-weight:600;
font-size:0.938rem;
color:#F4F1EB;
display:inline-flex;
align-items:center;
}
.tgm-hero_cta_alt-xb8:hover{
border-color:#BFA880;
color:#BFA880;
}
.tgm-hero_trust-xb8{
gap:1.375rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.tgm-hero_trust_item-xb8{
gap:0.563rem;
color:#D6D1C8;
display:flex;
font-weight:600;
align-items:center;
font-size:0.813rem;
}
.tgm-hero_trust_ic-xb8{
align-items:center;
color:#BFA880;
display:inline-flex;
}
.tgm-hero_trust_ic-xb8 svg{
width:1rem;
height:16px;
}
.tgm-hero_promo-xb8{
overflow:hidden;
border-radius:20px;
background:#211F25;
display:flex;
min-height:300px;
box-shadow:0 0.5rem 1rem rgba(0,0,0,0.36), 0 1.5rem 64px rgba(0,0,0,0.48), 0 1px 0 rgba(244,241,235,0.04) inset;
position:relative;
}
.tgm-hero_promo_bg-xb8{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.tgm-hero_promo_bg-xb8::after{
inset:0;
background:linear-gradient(120deg,#131215 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.tgm-hero_promo_glow-xb8{
background:radial-gradient(circle,rgba(188,168,132,0.10) 0%,transparent 65%);
border-radius:50%;
right:-20px;
width:16.25rem;
top:-40px;
position:absolute;
height:260px;
pointer-events:none;
}
.tgm-hero_promo_ct-xb8{
padding:28px;
z-index:2;
max-width:88%;
align-self:flex-end;
position:relative;
}
.tgm-hero_promo_label-xb8{
color:#D4B97A;
font-weight:700;
letter-spacing:.25em;
display:block;
font-size:10px;
margin-bottom:0.5rem;
text-transform:uppercase;
}
.tgm-hero_promo_amount-xb8{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:2rem;
color:#F4F1EB;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.tgm-hero_promo_amount-xb8{
font-size:40px;
}
}
.tgm-hero_promo_amount-xb8 em{
font-style:normal;
color:#D4B97A;
}
.tgm-hero_rating-xb8{
background:#211F25;
border:1px solid rgba(244,241,235,0.07);
gap:10px;
padding:10px 0.875rem;
border-radius:0.875rem;
align-items:center;
max-width:min(16.25rem,62%);
display:flex;
top:0.875rem;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
right:0.875rem;
z-index:3;
position:absolute;
}
.tgm-hero_rating_score-xb8{
flex:0 0 auto;
color:#F4F1EB;
font-weight:700;
font-size:1.5rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
.tgm-hero_rating_txt-xb8{
flex:1 1 auto;
min-width:0;
}
.tgm-hero_rating_stars-xb8{
gap:2px;
display:flex;
color:#BFA880;
}
.tgm-hero_rating_stars-xb8 svg{
height:12px;
width:0.75rem;
}
.tgm-hero_rating_cap-xb8{
display:block;
overflow-wrap:break-word;
font-size:0.688rem;
line-height:1.35;
margin-top:3px;
color:#9E9890;
}
.tgm-stat-xb8{
margin-top:16px;
border-top:1px solid rgba(244,241,235,0.13);
border-bottom:1px solid rgba(244,241,235,0.13);
}
.tgm-stat_in-xb8{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.tgm-stat_in-xb8{
grid-template-columns:repeat(4,1fr);
}
}
.tgm-stat_item-xb8{
padding:1.375rem 0.875rem;
border-right:1px solid rgba(244,241,235,0.07);
min-width:0;
border-bottom:1px solid rgba(244,241,235,0.07);
}
.tgm-stat_item-xb8:nth-child(2n){
border-right:0;
}
.tgm-stat_item-xb8:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.tgm-stat_item-xb8{
border-bottom:0;
}
.tgm-stat_item-xb8:nth-child(2n){
border-right:1px solid rgba(244,241,235,0.07);
}
.tgm-stat_item-xb8:nth-child(4n){
border-right:0;
}
}
.tgm-stat_value-xb8{
font-size:30px;
color:#F4F1EB;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
font-weight:700;
overflow-wrap:break-word;
}
@media(min-width:770px){
.tgm-stat_value-xb8{
font-size:2.125rem;
}
}
.tgm-stat_label-xb8{
line-height:1.4;
overflow-wrap:break-word;
font-size:13px;
margin-top:6px;
color:#9E9890;
}
.tgm-pr-xb8{
padding:30px 0 0.375rem;
}
.tgm-pr_card-xb8{
flex:0 0 auto;
overflow:hidden;
padding:1.625rem;
background:#211F25;
border-radius:1.25rem;
border:1px solid rgba(244,241,235,0.07);
gap:10px;
min-height:200px;
display:flex;
flex-direction:column;
position:relative;
width:280px;
}
@media(min-width:767px){
.tgm-pr_card-xb8{
width:18.75rem;
}
}
.tgm-pr_card_feat-xb8{
border-color:transparent;
background:linear-gradient(150deg,#1A1820,#0F0E11);
color:#F4F1EB;
}
.tgm-pr_glow-xb8{
background:radial-gradient(circle,rgba(188,168,132,0.10),transparent 70%);
border-radius:50%;
position:absolute;
pointer-events:none;
right:-30px;
opacity:0;
top:-1.875rem;
height:8.125rem;
width:130px;
}
.tgm-pr_card_feat-xb8 .tgm-pr_glow-xb8{
opacity:1;
}
.tgm-pr_label-xb8{
color:#BFA880;
letter-spacing:.16em;
font-size:0.625rem;
text-transform:uppercase;
font-weight:700;
position:relative;
}
.tgm-pr_card_feat-xb8 .tgm-pr_label-xb8{
color:#D4B97A;
}
.tgm-pr_amount-xb8{
line-height:1.08;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
font-weight:600;
position:relative;
overflow-wrap:break-word;
color:#F4F1EB;
}
.tgm-pr_card_feat-xb8 .tgm-pr_amount-xb8{
color:#F4F1EB;
}
.tgm-pr_amount-xb8 em{
font-style:normal;
color:#BFA880;
}
.tgm-pr_card_feat-xb8 .tgm-pr_amount-xb8 em{
color:#D4B97A;
}
.tgm-pr_terms-xb8{
line-height:1.5;
font-size:13px;
position:relative;
color:#9E9890;
}
.tgm-pr_card_feat-xb8 .tgm-pr_terms-xb8{
color:#A09A92;
}
.tgm-pr_cta-xb8{
position:relative;
align-self:flex-start;
margin-top:auto;
}
.tgm-pr_card_feat-xb8 .tgm-pr_cta-xb8{
border-radius:999px;
background:#D4B97A;
padding:9px 1.125rem;
transition:opacity .22s ease;
font-weight:700;
font-size:13px;
color:#0F0E11;
}
.tgm-pr_card_feat-xb8 .tgm-pr_cta-xb8:hover{
opacity:.9;
}
.tgm-pr_card-xb8:not(.tgm-pr_card_feat-xb8) .tgm-pr_cta-xb8{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
color:#F4F1EB;
border-bottom:1px solid #F4F1EB;
font-weight:700;
font-size:13px;
}
.tgm-pr_card-xb8:not(.tgm-pr_card_feat-xb8) .tgm-pr_cta-xb8:hover{
border-color:#BFA880;
color:#BFA880;
}
.tgm-jp-xb8{
padding:30px 0 10px;
}
.tgm-jp_grid-xb8{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:766px){
.tgm-jp_grid-xb8{
grid-template-columns:1fr 1fr;
}
.tgm-jp_card_mega-xb8{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.tgm-jp_grid-xb8{
grid-template-columns:1.4fr 1fr 1fr;
}
.tgm-jp_card_mega-xb8{
grid-column:auto;
}
}
.tgm-jp_card-xb8{
padding:1.625rem;
overflow:hidden;
gap:12px;
border-radius:20px;
border:1px solid rgba(244,241,235,0.07);
background:#211F25;
min-width:0;
flex-direction:column;
position:relative;
display:flex;
min-height:200px;
justify-content:space-between;
}
.tgm-jp_card_mega-xb8{
border-color:transparent;
background:linear-gradient(135deg,#1A1820,#0F0E11);
color:#F4F1EB;
min-height:210px;
}
.tgm-jp_glow-xb8{
border-radius:50%;
background:radial-gradient(circle,rgba(188,168,132,0.10),transparent 70%);
right:-40px;
pointer-events:none;
height:200px;
top:-40px;
position:absolute;
width:200px;
}
.tgm-jp_label-xb8{
gap:0.625rem;
font-size:0.625rem;
align-items:center;
color:#BFA880;
display:flex;
position:relative;
text-transform:uppercase;
font-weight:700;
letter-spacing:.16em;
justify-content:space-between;
flex-wrap:wrap;
}
.tgm-jp_card_mega-xb8 .tgm-jp_label-xb8{
color:#D4B97A;
}
.tgm-jp_drop-xb8{
font-weight:600;
letter-spacing:.04em;
color:#9E9890;
text-transform:none;
}
.tgm-jp_card_mega-xb8 .tgm-jp_drop-xb8{
color:#A09A92;
}
.tgm-jp_amount-xb8{
overflow-wrap:break-word;
font-size:38px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
position:relative;
color:#F4F1EB;
line-height:1;
}
.tgm-jp_card_mega-xb8 .tgm-jp_amount-xb8{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#D4B97A;
}
@media(min-width:769px){
.tgm-jp_card_mega-xb8 .tgm-jp_amount-xb8{
font-size:3.375rem;
}
}
.tgm-jp_game-xb8{
position:relative;
color:#9E9890;
font-size:13px;
}
.tgm-jp_card_mega-xb8 .tgm-jp_game-xb8{
color:#A09A92;
}
.tgm-jp_cta-xb8{
align-self:flex-start;
position:relative;
}
.tgm-jp_card_mega-xb8 .tgm-jp_cta-xb8{
transition:opacity .22s ease;
border-radius:999px;
padding:10px 20px;
background:#D4B97A;
font-weight:700;
color:#0F0E11;
font-size:13px;
}
.tgm-jp_card_mega-xb8 .tgm-jp_cta-xb8:hover{
opacity:.9;
}
.tgm-jp_card-xb8:not(.tgm-jp_card_mega-xb8) .tgm-jp_cta-xb8{
transition:color .22s ease,border-color .22s ease;
color:#F4F1EB;
font-weight:700;
font-size:13px;
border-bottom:1px solid #F4F1EB;
padding-bottom:2px;
}
.tgm-jp_card-xb8:not(.tgm-jp_card_mega-xb8) .tgm-jp_cta-xb8:hover{
border-color:#BFA880;
color:#BFA880;
}
.tgm-jp_seo-xb8{
margin:14px 0 0;
overflow-wrap:break-word;
max-width:760px;
color:#7A7470;
font-size:14px;
line-height:1.65;
}
.tgm-jp_seo-xb8 strong{
color:#F4F1EB;
font-weight:700;
}
.tgm-gf-xb8{
padding:1.5rem 0 0.375rem;
}
.tgm-gf_in-xb8{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.tgm-gf_chip-xb8{
border-radius:999px;
background:#211F25;
padding:10px 1.125rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(244,241,235,0.13);
font-size:0.813rem;
font-weight:600;
white-space:nowrap;
color:#D6D1C8;
}
.tgm-gf_chip-xb8:hover{
border-color:#BFA880;
color:#BFA880;
}
.tgm-gf_chip-xb8.tgm-state_active-xb8{
background:#C8A85C;
border-color:transparent;
color:#0F0E11;
}
.tgm-grow-xb8{
padding:26px 0 0.625rem;
}
.tgm-row_seo-xb8{
margin:0.625rem 0 0;
font-size:14px;
color:#7A7470;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
}
.tgm-row_seo-xb8 strong{
color:#F4F1EB;
font-weight:700;
}
.tgm-grow-xb8{
padding:26px 0 10px;
}
.tgm-row_seo-xb8{
margin:10px 0 0;
line-height:1.65;
overflow-wrap:break-word;
color:#7A7470;
font-size:0.875rem;
max-width:760px;
}
.tgm-row_seo-xb8 strong{
font-weight:700;
color:#F4F1EB;
}
.tgm-grow-xb8{
padding:1.625rem 0 0.625rem;
}
.tgm-row_seo-xb8{
margin:10px 0 0;
line-height:1.65;
font-size:14px;
max-width:760px;
color:#7A7470;
overflow-wrap:break-word;
}
.tgm-row_seo-xb8 strong{
color:#F4F1EB;
font-weight:700;
}
.tgm-vip-xb8{
padding:3rem 0;
}
@media(min-width:767px){
.tgm-vip-xb8{
padding:64px 0;
}
}
.tgm-vip_head-xb8{
gap:14px;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:882px){
.tgm-vip_head-xb8{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.tgm-vip_eyebrow-xb8{
margin-bottom:12px;
}
.tgm-vip_h2-xb8{
font-size:2rem;
line-height:1.05;
font-weight:600;
color:#F4F1EB;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.tgm-vip_h2-xb8{
font-size:2.5rem;
}
}
.tgm-vip_intro-xb8{
max-width:26.25rem;
font-size:14px;
line-height:1.6;
color:#A09A92;
}
.tgm-vip_grid-xb8{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.tgm-vip_card-xb8{
border:1px solid rgba(255,252,245,0.10);
padding:22px 18px;
border-radius:0.875rem;
min-width:0;
}
.tgm-vip_card_feat-xb8{
background:rgba(255,252,245,0.06);
border-color:#D4B97A;
}
.tgm-vip_card_ic-xb8{
background:linear-gradient(135deg,#A8863C,#D9BB6E);
border-radius:8px;
height:2.125rem;
width:34px;
margin-bottom:16px;
display:block;
}
.tgm-vip_name-xb8{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F4F1EB;
font-size:1.25rem;
font-weight:600;
margin-bottom:0.375rem;
}
.tgm-vip_perk-xb8{
overflow-wrap:break-word;
color:#A09A92;
line-height:1.5;
font-size:12.5px;
}
.tgm-app-xb8{
padding:1.875rem 0 0.625rem;
}
.tgm-app_in-xb8{
gap:1.75rem;
border:1px solid rgba(244,241,235,0.07);
border-radius:20px;
background:#211F25;
padding:32px;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.tgm-app_in-xb8{
gap:2.5rem;
padding:40px 2.75rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.tgm-app_copy-xb8{
max-width:35rem;
min-width:0;
}
.tgm-app_eyebrow-xb8{
margin-bottom:12px;
}
.tgm-app_h2-xb8{
font-weight:600;
margin-bottom:12px;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#F4F1EB;
font-size:1.75rem;
line-height:1.05;
}
@media(min-width:767px){
.tgm-app_h2-xb8{
font-size:34px;
}
}
.tgm-app_text-xb8{
line-height:1.6;
margin-bottom:22px;
color:#7A7470;
font-size:0.875rem;
}
.tgm-app_btns-xb8{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.tgm-app_btn-xb8{
background:#C8A85C;
gap:0.625rem;
border-radius:14px;
transition:background-color .22s ease;
padding:0.688rem 1.25rem;
align-items:center;
display:inline-flex;
color:#0F0E11;
}
.tgm-app_btn-xb8:hover{
background:#D9BB6E;
}
.tgm-app_btn_ic-xb8{
align-items:center;
display:inline-flex;
}
.tgm-app_btn_ic-xb8 svg{
height:18px;
width:1.125rem;
}
.tgm-app_btn_lb-xb8{
font-weight:700;
font-size:0.844rem;
}
.tgm-app_qr_wrap-xb8{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.tgm-app_qr-xb8{
border-radius:14px;
flex:0 0 auto;
background-image:repeating-linear-gradient(0deg,#211F25 0 0.313rem,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#211F25 0 5px,transparent 5px 0.688rem);
height:6.75rem;
background-color:#C8A85C;
width:108px;
}
.tgm-app_qr_cap-xb8{
line-height:1.4;
font-size:0.781rem;
color:#9E9890;
max-width:92px;
}
.tgm-sea-xb8{
padding:24px 0 0.625rem;
}
.tgm-sea_in-xb8{
background:linear-gradient(115deg,#1A1820,#0F0E11);
gap:1.375rem;
overflow:hidden;
border-radius:1.25rem;
padding:2.25rem;
flex-direction:column;
position:relative;
color:#F4F1EB;
display:flex;
}
@media(min-width:819px){
.tgm-sea_in-xb8{
gap:2rem;
padding:44px 3rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.tgm-sea_glow-xb8{
border-radius:50%;
background:radial-gradient(circle,rgba(188,168,132,0.10),transparent 68%);
pointer-events:none;
height:15rem;
top:50%;
position:absolute;
right:3.75rem;
transform:translateY(-50%);
width:15rem;
}
.tgm-sea_copy-xb8{
min-width:0;
position:relative;
max-width:560px;
}
.tgm-sea_eyebrow-xb8{
margin-bottom:0.75rem;
}
.tgm-sea_h2-xb8{
font-size:30px;
color:#F4F1EB;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.04;
margin-bottom:0.75rem;
}
@media(min-width:766px){
.tgm-sea_h2-xb8{
font-size:38px;
}
}
.tgm-sea_text-xb8{
color:#A09A92;
font-size:15px;
line-height:1.6;
}
.tgm-sea_cta-xb8{
padding:1rem 32px;
flex:0 0 auto;
border-radius:999px;
background:#D4B97A;
transition:opacity .22s ease;
font-size:15px;
position:relative;
font-weight:700;
color:#0F0E11;
}
.tgm-sea_cta-xb8:hover{
opacity:.9;
}
.tgm-hts-xb8{
padding:48px 0;
}
@media(min-width:769px){
.tgm-hts-xb8{
padding:3.875rem 0;
}
}
.tgm-hts_head-xb8{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:2.125rem;
}
@media(min-width:769px){
.tgm-hts_head-xb8{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.tgm-hts_eyebrow-xb8{
margin-bottom:12px;
}
.tgm-hts_h2-xb8{
color:#F4F1EB;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
font-size:30px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.tgm-hts_h2-xb8{
font-size:2.375rem;
}
}
.tgm-hts_cta-xb8{
transition:opacity .22s ease;
background:#D4B97A;
padding:15px 1.875rem;
border-radius:999px;
flex:0 0 auto;
color:#0F0E11;
font-size:15px;
font-weight:700;
}
.tgm-hts_cta-xb8:hover{
opacity:.9;
}
.tgm-hts_grid-xb8{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:762px){
.tgm-hts_grid-xb8{
grid-template-columns:repeat(3,1fr);
}
}
.tgm-hts_step-xb8{
padding-top:1.375rem;
min-width:0;
border-top:1px solid rgba(255,252,245,0.10);
}
.tgm-hts_step_num-xb8{
font-weight:700;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:2.75rem;
margin-bottom:0.875rem;
color:#D4B97A;
line-height:1;
}
.tgm-hts_step_h-xb8{
color:#F4F1EB;
line-height:1.2;
overflow-wrap:break-word;
font-size:1.188rem;
margin-bottom:8px;
font-weight:700;
}
.tgm-hts_step_p-xb8{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
color:#A09A92;
}
.tgm-et-xb8{
padding:2.25rem 0 10px;
}
.tgm-et_in-xb8{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:881px){
.tgm-et_in-xb8{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.tgm-et_left-xb8{
min-width:0;
}
.tgm-et_eyebrow-xb8{
margin-bottom:12px;
}
.tgm-et_h2-xb8{
overflow-wrap:break-word;
font-weight:600;
color:#F4F1EB;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
margin-bottom:0.875rem;
font-size:1.75rem;
}
@media(min-width:768px){
.tgm-et_h2-xb8{
font-size:2rem;
}
}
.tgm-et_text-xb8{
font-size:0.938rem;
margin-bottom:1.375rem;
line-height:1.65;
color:#7A7470;
}
.tgm-et_stats-xb8{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.tgm-et_stat-xb8{
min-width:0;
}
.tgm-et_stat_v-xb8{
color:#F4F1EB;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
font-weight:700;
line-height:1;
}
.tgm-et_stat_l-xb8{
color:#9E9890;
margin-top:4px;
font-size:12.5px;
}
.tgm-et_right-xb8{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.tgm-et_member-xb8{
border:1px solid rgba(244,241,235,0.07);
padding:1.125rem 1.25rem;
gap:1rem;
border-radius:14px;
background:#211F25;
display:flex;
min-width:0;
align-items:center;
}
.tgm-et_member_av-xb8{
background:linear-gradient(135deg,#1A1820,#BFA880);
flex:0 0 auto;
border-radius:50%;
height:3rem;
width:48px;
}
.tgm-et_member_name-xb8{
font-weight:700;
overflow-wrap:break-word;
color:#F4F1EB;
font-size:15px;
}
.tgm-et_member_role-xb8{
color:#9E9890;
font-size:12.5px;
overflow-wrap:break-word;
}
.tgm-et_updated-xb8{
border:1px solid rgba(244,241,235,0.07);
background:#18171A;
border-radius:0.875rem;
gap:0.5rem;
padding:0.875rem 18px;
display:flex;
align-items:center;
font-size:0.781rem;
color:#7A7470;
}
.tgm-prov-xb8{
padding:40px 0 20px;
}
.tgm-prov_eyebrow-xb8{
display:block;
margin-bottom:1.125rem;
}
.tgm-prov_grid-xb8{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.tgm-prov_grid-xb8{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:898px){
.tgm-prov_grid-xb8{
grid-template-columns:repeat(6,1fr);
}
}
.tgm-pmt-xb8{
padding:48px 0 10px;
}
.tgm-pmt_in-xb8{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:879px){
.tgm-pmt_in-xb8{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.tgm-pmt_left-xb8{
min-width:0;
}
.tgm-pmt_eyebrow-xb8{
margin-bottom:0.75rem;
}
.tgm-pmt_h2-xb8{
color:#F4F1EB;
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
font-weight:600;
font-size:30px;
}
@media(min-width:765px){
.tgm-pmt_h2-xb8{
font-size:32px;
}
}
.tgm-pmt_text-xb8{
line-height:1.6;
margin-bottom:1.375rem;
font-size:14.5px;
color:#7A7470;
}
.tgm-pmt_logos-xb8{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:479px){
.tgm-pmt_logos-xb8{
grid-template-columns:repeat(4,1fr);
}
}
.tgm-pmt_logo-xb8{
padding:0 0.5rem;
border-radius:0.5rem;
border:1px solid rgba(244,241,235,0.07);
background:#211F25;
overflow:hidden;
text-overflow:ellipsis;
align-items:center;
white-space:nowrap;
display:flex;
justify-content:center;
font-size:0.781rem;
height:50px;
text-align:center;
font-weight:700;
color:#D6D1C8;
}
.tgm-pmt_table-xb8{
border-radius:14px;
border:1px solid rgba(244,241,235,0.07);
overflow:hidden;
min-width:0;
}
.tgm-pmt_thead-xb8{
background:#0F0E11;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.tgm-pmt_th-xb8{
overflow:hidden;
padding:0.813rem 0.875rem;
font-weight:700;
white-space:nowrap;
color:#F4F1EB;
text-transform:uppercase;
text-overflow:ellipsis;
font-size:0.625rem;
letter-spacing:.08em;
}
.tgm-pmt_row-xb8{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(244,241,235,0.07);
display:grid;
}
.tgm-pmt_row-xb8:nth-child(odd){
background:#211F25;
}
.tgm-pmt_td-xb8{
padding:0.875rem;
font-size:13.5px;
min-width:0;
color:#7A7470;
overflow-wrap:break-word;
}
.tgm-pmt_row-xb8 .tgm-pmt_td-xb8:first-child{
color:#F4F1EB;
font-weight:700;
}
.tgm-pmt_row-xb8 .tgm-pmt_td-xb8:last-child{
color:#5A9E72;
font-weight:700;
}
.tgm-ts-xb8{
padding:2.75rem 0;
}
.tgm-ts_in-xb8{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:877px){
.tgm-ts_in-xb8{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.tgm-ts_left-xb8{
min-width:0;
}
.tgm-ts_h2-xb8{
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.1;
color:#F4F1EB;
margin-bottom:0.75rem;
font-size:26px;
}
@media(min-width:767px){
.tgm-ts_h2-xb8{
font-size:1.75rem;
}
}
.tgm-ts_text-xb8{
font-size:0.906rem;
color:#A09A92;
line-height:1.6;
margin-bottom:1.375rem;
max-width:32.5rem;
}
.tgm-ts_badges-xb8{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.tgm-ts_badge-xb8{
font-size:0.813rem;
font-weight:600;
color:#A09A92;
}
.tgm-ts_pay-xb8{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:878px){
.tgm-ts_pay-xb8{
justify-content:flex-end;
}
}
.tgm-ts_pay_chip-xb8{
background:rgba(255,252,245,0.06);
border:1px solid rgba(255,252,245,0.10);
border-radius:14px;
padding:0.75rem 16px;
font-weight:700;
color:#F4F1EB;
font-size:0.875rem;
}
.tgm-tt-xb8{
padding:48px 0 10px;
}
@media(min-width:769px){
.tgm-tt-xb8{
padding:60px 0 10px;
}
}
.tgm-tt_head-xb8{
margin-bottom:34px;
text-align:center;
}
.tgm-tt_eyebrow-xb8{
margin-bottom:12px;
}
.tgm-tt_h2-xb8{
line-height:1.05;
overflow-wrap:break-word;
color:#F4F1EB;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:32px;
}
@media(min-width:767px){
.tgm-tt_h2-xb8{
font-size:42px;
}
}
.tgm-tt_grid-xb8{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:759px){
.tgm-tt_grid-xb8{
grid-template-columns:repeat(3,1fr);
}
}
.tgm-tt_card-xb8{
padding:1.875rem;
border-radius:0.875rem;
background:#211F25;
border:1px solid rgba(244,241,235,0.07);
min-width:0;
flex-direction:column;
display:flex;
}
.tgm-tt_card_ic-xb8{
display:inline-flex;
align-items:center;
margin-bottom:1.125rem;
color:#BFA880;
}
.tgm-tt_card_ic-xb8 svg{
width:1.75rem;
height:28px;
}
.tgm-tt_card_h-xb8{
font-size:22px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
color:#F4F1EB;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
.tgm-tt_card_p-xb8{
color:#7A7470;
margin-bottom:14px;
line-height:1.6;
font-size:14px;
overflow-wrap:break-word;
}
.tgm-tt_card_p-xb8 b{
color:#F4F1EB;
font-weight:700;
}
.tgm-tt_card_link-xb8{
transition:color .22s ease;
align-self:flex-start;
margin-top:auto;
font-weight:700;
font-size:13px;
padding-bottom:2px;
border-bottom:1px solid #BFA880;
color:#F4F1EB;
}
.tgm-tt_card_link-xb8:hover{
color:#BFA880;
}
.tgm-wy-xb8{
padding:3rem 0;
}
@media(min-width:769px){
.tgm-wy-xb8{
padding:3.5rem 0;
}
}
.tgm-wy_in-xb8{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:899px){
.tgm-wy_in-xb8{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.tgm-wy_left-xb8{
min-width:0;
}
.tgm-wy_eyebrow-xb8{
margin-bottom:14px;
}
.tgm-wy_h2-xb8{
line-height:1.05;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#F4F1EB;
overflow-wrap:break-word;
margin-bottom:16px;
font-size:32px;
font-weight:600;
}
@media(min-width:770px){
.tgm-wy_h2-xb8{
font-size:2.5rem;
}
}
.tgm-wy_intro-xb8{
font-size:0.938rem;
line-height:1.6;
color:#7A7470;
}
.tgm-wy_grid-xb8{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:563px){
.tgm-wy_grid-xb8{
grid-template-columns:1fr 1fr;
}
}
.tgm-wy_card-xb8{
padding:1.625rem;
border:1px solid rgba(244,241,235,0.07);
border-radius:14px;
background:#211F25;
min-width:0;
}
.tgm-wy_card_ic-xb8{
align-items:center;
display:inline-flex;
justify-content:center;
color:#BFA880;
margin-bottom:16px;
}
.tgm-wy_card_ic-xb8 svg{
height:26px;
width:1.625rem;
}
.tgm-wy_card_h-xb8{
margin-bottom:8px;
font-size:21px;
color:#F4F1EB;
line-height:1.15;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
.tgm-wy_card_p-xb8{
font-size:14px;
color:#7A7470;
overflow-wrap:break-word;
line-height:1.55;
}
.tgm-rv-xb8{
background:#211F25;
padding:48px 0;
margin-top:1.5rem;
border-bottom:1px solid rgba(244,241,235,0.07);
border-top:1px solid rgba(244,241,235,0.07);
}
@media(min-width:768px){
.tgm-rv-xb8{
padding:3.5rem 0;
}
}
.tgm-rv_head-xb8{
gap:16px;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:769px){
.tgm-rv_head-xb8{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.tgm-rv_eyebrow-xb8{
margin-bottom:10px;
}
.tgm-rv_h2-xb8{
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#F4F1EB;
}
@media(min-width:769px){
.tgm-rv_h2-xb8{
font-size:2.375rem;
}
}
.tgm-rv_agg-xb8{
gap:0.75rem;
display:flex;
align-items:center;
}
.tgm-rv_agg_stars-xb8{
gap:3px;
display:flex;
color:#BFA880;
}
.tgm-rv_agg_stars-xb8 svg{
width:1.125rem;
height:1.125rem;
}
.tgm-rv_source-xb8{
color:#7A7470;
font-size:0.813rem;
}
.tgm-rv_grid-xb8{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.tgm-rv_grid-xb8{
grid-template-columns:repeat(3,1fr);
}
}
.tgm-rv_card-xb8{
padding:26px;
border:1px solid rgba(244,241,235,0.07);
background:#18171A;
border-radius:14px;
min-width:0;
}
.tgm-rv_card_stars-xb8{
gap:2px;
margin-bottom:0.75rem;
display:flex;
color:#BFA880;
}
.tgm-rv_card_stars-xb8 svg{
height:14px;
width:0.875rem;
}
.tgm-rv_card_body-xb8{
color:#F4F1EB;
font-size:1.125rem;
font-weight:500;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.45;
overflow-wrap:break-word;
margin-bottom:16px;
}
.tgm-rv_card_meta-xb8{
gap:10px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.tgm-rv_card_av-xb8{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#A8863C,#D9BB6E);
width:2rem;
height:2rem;
}
.tgm-rv_card_author-xb8{
color:#F4F1EB;
font-size:0.813rem;
font-weight:700;
}
.tgm-rv_card_loc-xb8{
color:#9E9890;
font-size:0.75rem;
}
.tgm-sb-xb8{
padding:3rem 0;
background:#211F25;
margin-top:1.5rem;
border-top:1px solid rgba(244,241,235,0.07);
border-bottom:1px solid rgba(244,241,235,0.07);
}
@media(min-width:765px){
.tgm-sb-xb8{
padding:56px 0;
}
}
.tgm-sb_eyebrow-xb8{
margin-bottom:0.75rem;
display:block;
}
.tgm-sb_h2-xb8{
font-weight:600;
color:#F4F1EB;
margin-bottom:26px;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
line-height:1.05;
}
@media(min-width:765px){
.tgm-sb_h2-xb8{
font-size:36px;
}
}
.tgm-sb_grid-xb8{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:562px){
.tgm-sb_grid-xb8{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.tgm-sb_grid-xb8{
grid-template-columns:repeat(4,1fr);
}
}
.tgm-sb_card-xb8{
background:#18171A;
padding:24px;
border-radius:0.875rem;
border:1px solid rgba(244,241,235,0.07);
min-width:0;
}
.tgm-sb_card_h-xb8{
font-size:1.188rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
color:#F4F1EB;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.5rem;
}
.tgm-sb_card_p-xb8{
line-height:1.6;
font-size:0.844rem;
color:#7A7470;
overflow-wrap:break-word;
}
.tgm-sb_rtp-xb8{
background:#18171A;
gap:1.5rem;
border-radius:0.875rem;
border:1px solid rgba(244,241,235,0.07);
grid-template-columns:1fr;
padding:26px 28px;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:761px){
.tgm-sb_rtp-xb8{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.tgm-sb_rtp_h-xb8{
margin-bottom:0.5rem;
font-size:20px;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
color:#F4F1EB;
font-weight:600;
}
.tgm-sb_rtp_p-xb8{
overflow-wrap:break-word;
font-size:13.5px;
line-height:1.6;
color:#7A7470;
}
.tgm-sb_rtp_stats-xb8{
gap:1rem;
display:flex;
}
.tgm-sb_stat-xb8{
border-radius:8px;
background:#211F25;
padding:1.125rem;
flex:1 1 0;
text-align:center;
min-width:0;
}
.tgm-sb_stat_v-xb8{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:700;
font-size:26px;
color:#5A9E72;
}
.tgm-sb_stat_l-xb8{
font-size:0.719rem;
color:#9E9890;
margin-top:0.25rem;
}
.tgm-el-xb8{
padding:3rem 0;
}
@media(min-width:770px){
.tgm-el-xb8{
padding:3.5rem 0;
}
}
.tgm-el_in-xb8{
grid-template-columns:1fr;
gap:2.5rem;
align-items:start;
display:grid;
}
@media(min-width:897px){
.tgm-el_in-xb8{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.tgm-el_left-xb8{
min-width:0;
}
.tgm-el_eyebrow-xb8{
margin-bottom:0.875rem;
}
.tgm-el_h2-xb8{
overflow-wrap:break-word;
line-height:1.08;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#F4F1EB;
margin-bottom:1.375rem;
font-weight:600;
font-size:2rem;
}
@media(min-width:770px){
.tgm-el_h2-xb8{
font-size:2.375rem;
}
}
.tgm-el_body-xb8 p{
margin-bottom:1.125rem;
overflow-wrap:break-word;
line-height:1.7;
color:#D6D1C8;
font-size:16px;
}
.tgm-el_dropcap-xb8{
padding:0.375rem 0.75rem 0 0;
font-size:3.875rem;
font-weight:700;
float:left;
color:#BFA880;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:.8;
}
.tgm-el_right-xb8{
min-width:0;
}
.tgm-el_quote-xb8{
padding:36px;
border-radius:1.25rem;
background:linear-gradient(150deg,#1A1820,#0F0E11);
margin-bottom:1.5rem;
position:relative;
color:#F4F1EB;
}
.tgm-el_quote_mark-xb8{
align-items:center;
color:#D4B97A;
margin-bottom:6px;
display:inline-flex;
}
.tgm-el_quote_mark-xb8 svg{
width:34px;
height:34px;
}
.tgm-el_quote_text-xb8{
margin-bottom:1.375rem;
font-weight:500;
font-size:22px;
line-height:1.4;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#F4F1EB;
overflow-wrap:break-word;
}
.tgm-el_quote_meta-xb8{
gap:12px;
display:flex;
align-items:center;
}
.tgm-el_quote_av-xb8{
border-radius:50%;
background:linear-gradient(135deg,#A8863C,#D9BB6E);
flex:0 0 auto;
width:2.375rem;
height:38px;
}
.tgm-el_quote_author-xb8{
color:#F4F1EB;
font-size:0.875rem;
font-weight:700;
}
.tgm-el_quote_meta_sub-xb8{
color:#A09A92;
font-size:0.75rem;
}
.tgm-el_explain-xb8{
border:1px solid rgba(244,241,235,0.07);
overflow:hidden;
border-radius:14px;
}
.tgm-el_explain_card-xb8{
padding:22px 1.5rem;
}
.tgm-el_explain_card-xb8+.tgm-el_explain_card-xb8{
border-top:1px solid rgba(244,241,235,0.07);
}
.tgm-el_explain_h-xb8{
font-size:1.25rem;
line-height:1.15;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#F4F1EB;
font-weight:600;
}
.tgm-el_explain_p-xb8{
color:#7A7470;
font-size:14px;
overflow-wrap:break-word;
line-height:1.55;
}
.tgm-sg-xb8{
padding:48px 0 0.625rem;
}
.tgm-sg_eyebrow-xb8{
display:block;
margin-bottom:12px;
}
.tgm-sg_h2-xb8{
font-weight:600;
margin-bottom:28px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#F4F1EB;
overflow-wrap:break-word;
line-height:1.05;
font-size:1.875rem;
}
@media(min-width:765px){
.tgm-sg_h2-xb8{
font-size:2.25rem;
}
}
.tgm-sg_grid-xb8{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:723px){
.tgm-sg_grid-xb8{
grid-template-columns:repeat(3,1fr);
}
}
.tgm-sg_col-xb8{
min-width:0;
}
.tgm-sg_col_h-xb8{
line-height:1.15;
font-weight:600;
color:#F4F1EB;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.625rem;
font-size:22px;
}
.tgm-sg_col_p-xb8{
font-size:14px;
overflow-wrap:break-word;
color:#7A7470;
line-height:1.65;
}
.tgm-sc-xb8{
padding:48px 0 10px;
}
.tgm-sc_head-xb8{
text-align:center;
margin-bottom:28px;
}
.tgm-sc_eyebrow-xb8{
margin-bottom:0.75rem;
}
.tgm-sc_h2-xb8{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#F4F1EB;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
font-size:1.875rem;
}
@media(min-width:766px){
.tgm-sc_h2-xb8{
font-size:36px;
}
}
.tgm-sc_table-xb8{
margin:0 auto;
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(244,241,235,0.07);
max-width:900px;
}
.tgm-sc_thead-xb8{
background:#0F0E11;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.tgm-sc_th-xb8{
padding:0.938rem 18px;
text-align:center;
overflow-wrap:break-word;
color:#A09A92;
font-weight:700;
font-size:0.813rem;
}
.tgm-sc_th-xb8:first-child{
text-align:left;
}
.tgm-sc_th_us-xb8{
color:#D4B97A;
}
.tgm-sc_row-xb8{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(244,241,235,0.07);
display:grid;
}
.tgm-sc_row-xb8:nth-child(even){
background:#211F25;
}
.tgm-sc_td-xb8{
padding:15px 1.125rem;
overflow-wrap:break-word;
color:#9E9890;
min-width:0;
font-size:14px;
text-align:center;
}
.tgm-sc_td-xb8:first-child{
color:#D6D1C8;
text-align:left;
font-weight:600;
}
.tgm-sc_td_us-xb8{
font-weight:700;
color:#5A9E72;
}
.tgm-faq-xb8{
padding:48px 0;
background:#211F25;
border-bottom:1px solid rgba(244,241,235,0.07);
margin-top:1.5rem;
border-top:1px solid rgba(244,241,235,0.07);
}
@media(min-width:766px){
.tgm-faq-xb8{
padding:3.875rem 0;
}
}
.tgm-faq_head-xb8{
text-align:center;
margin-bottom:2.125rem;
}
.tgm-faq_eyebrow-xb8{
margin-bottom:12px;
}
.tgm-faq_h2-xb8{
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
color:#F4F1EB;
font-size:32px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.tgm-faq_h2-xb8{
font-size:38px;
}
}
.tgm-faq_list-xb8{
gap:12px;
margin:0 auto;
max-width:51.25rem;
display:flex;
flex-direction:column;
}
.tgm-faq_item-xb8{
background:#18171A;
overflow:hidden;
border-radius:14px;
border:1px solid rgba(244,241,235,0.07);
}
.tgm-faq_q-xb8{
list-style:none;
padding:1.25rem 24px;
gap:1.25rem;
justify-content:space-between;
color:#F4F1EB;
display:flex;
font-weight:700;
font-size:16px;
align-items:center;
cursor:pointer;
overflow-wrap:break-word;
}
.tgm-faq_q-xb8::-webkit-details-marker{
display:none;
}
.tgm-faq_q_ic-xb8{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
color:#BFA880;
display:inline-flex;
}
.tgm-faq_q_ic-xb8 svg{
height:1.125rem;
width:18px;
}
.tgm-faq_item-xb8[open] .tgm-faq_q_ic-xb8{
transform:rotate(180deg);
}
.tgm-faq_a-xb8{
padding:0 1.5rem 1.25rem;
font-size:0.906rem;
color:#7A7470;
overflow-wrap:break-word;
line-height:1.6;
}
.tgm-lh-xb8{
padding:40px 0 20px;
}
.tgm-lh_in-xb8{
padding-top:2.125rem;
border-top:1px solid rgba(244,241,235,0.13);
}
.tgm-lh_eyebrow-xb8{
margin-bottom:22px;
display:block;
}
.tgm-lh_grid-xb8{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:599px){
.tgm-lh_grid-xb8{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:959px){
.tgm-lh_grid-xb8{
grid-template-columns:repeat(5,1fr);
}
}
.tgm-lh_col-xb8{
min-width:0;
}
.tgm-lh_col_h-xb8{
margin-bottom:12px;
font-size:13px;
overflow-wrap:break-word;
font-weight:700;
color:#F4F1EB;
}
.tgm-lh_links-xb8{
gap:8px;
display:flex;
flex-direction:column;
}
.tgm-lh_link-xb8{
transition:color .22s ease;
font-size:13px;
overflow-wrap:break-word;
color:#7A7470;
}
.tgm-lh_link-xb8:hover{
color:#BFA880;
}
.tgm-ft-xb8{
background:#0F0E11;
color:#A09A92;
margin-top:40px;
}
.tgm-ft_in-xb8{
padding:3rem 0 1.75rem;
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:599px){
.tgm-ft_in-xb8{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.tgm-ft_in-xb8{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.tgm-ft_brand-xb8{
min-width:0;
}
.tgm-ft_logo-xb8{
font-weight:700;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:26px;
color:#F4F1EB;
}
.tgm-ft_tagline-xb8{
line-height:1.6;
font-size:13.5px;
max-width:280px;
margin-top:0.875rem;
color:#A09A92;
}
.tgm-ft_contact-xb8{
transition:color .22s ease;
max-width:17.5rem;
color:#D4B97A;
display:inline-block;
font-size:0.813rem;
margin-top:12px;
overflow-wrap:anywhere;
}
.tgm-ft_contact-xb8:hover{
color:#F4F1EB;
}
.tgm-ft_col-xb8{
min-width:0;
}
.tgm-ft_col_h-xb8{
font-weight:700;
font-size:0.813rem;
letter-spacing:.08em;
margin-bottom:0.875rem;
color:#F4F1EB;
overflow-wrap:break-word;
text-transform:uppercase;
}
.tgm-ft_col_links-xb8{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.tgm-ft_link-xb8{
transition:color .22s ease;
color:#A09A92;
font-size:13.5px;
overflow-wrap:break-word;
}
.tgm-ft_link-xb8:hover{
color:#F4F1EB;
}
.tgm-ft_bot-xb8{
gap:16px;
padding:22px 0 2.5rem;
display:flex;
border-top:1px solid rgba(255,252,245,0.10);
flex-direction:column;
}
@media(min-width:769px){
.tgm-ft_bot-xb8{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.tgm-ft_legal-xb8{
color:#524E4A;
font-size:0.719rem;
max-width:760px;
overflow-wrap:break-word;
line-height:1.6;
}
.tgm-ft_legal-xb8 b{
font-weight:700;
color:#A09A92;
}
.tgm-ft_age-xb8{
flex:0 0 auto;
padding:0.25rem 0.563rem;
border:1.5px solid #D4B97A;
border-radius:8px;
font-weight:700;
color:#D4B97A;
font-size:13px;
}