*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F0E8;
-webkit-font-smoothing:antialiased;
line-height:1.6;
color:#3A3224;
font-family:"Inter", 'Helvetica Neue', Arial, sans-serif;
overflow-wrap:break-word;
font-size:15px;
text-rendering:optimizeLegibility;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.50);
}
::-webkit-scrollbar-track{
background:transparent;
}
.jbt_layout_iou{
flex-direction:column;
min-height:100vh;
display:flex;
}
.jbt_main_iou{
flex:1 1 auto;
min-width:0;
width:100%;
}
.jbt_container_iou{
padding:0 16px;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:765px){
.jbt_container_iou{
padding:0 32px;
}
}
@media(min-width:1098px){
.jbt_container_iou{
padding:0 3.5rem;
}
}
.jbt_eyebrow_iou{
font-family:"Inter", 'Helvetica Neue', Arial, sans-serif;
overflow-wrap:break-word;
display:inline-block;
letter-spacing:.2em;
font-weight:600;
text-transform:uppercase;
line-height:1.4;
font-size:11px;
color:#A07830;
}
.jbt_band_iou{
background:#231E14;
color:#F5EFE0;
}
.jbt_band_iou .jbt_eyebrow_iou{
color:#D4A84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.jbt_tb_iou{
background:#F5F0E8;
top:0;
position:sticky;
z-index:50;
border-bottom:1px solid rgba(30,26,16,0.15);
}
.jbt_tb_in_iou{
margin:0 auto;
gap:1rem;
padding:12px 1rem;
justify-content:space-between;
max-width:87.5rem;
display:flex;
width:100%;
align-items:center;
}
@media(min-width:765px){
.jbt_tb_in_iou{
padding:1rem 2rem;
}
}
@media(min-width:1097px){
.jbt_tb_in_iou{
padding:1.125rem 56px;
}
}
.jbt_tb_left_iou{
gap:28px;
min-width:0;
align-items:center;
display:flex;
}
.jbt_tb_logo_iou{
gap:0.688rem;
min-width:0;
display:flex;
align-items:center;
}
.jbt_tb_logo_mark_iou{
flex:0 0 auto;
border-radius:0.5rem;
object-fit:cover;
width:2.125rem;
height:34px;
}
.jbt_tb_logo_txt_iou{
line-height:1;
min-width:0;
flex-direction:column;
display:flex;
}
.jbt_tb_logo_name_iou{
overflow:hidden;
color:#1E1A10;
white-space:nowrap;
text-overflow:ellipsis;
font-size:1.375rem;
font-weight:700;
letter-spacing:.02em;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.jbt_tb_logo_sub_iou{
overflow:hidden;
margin-top:0.25rem;
letter-spacing:.32em;
font-weight:600;
text-transform:uppercase;
white-space:nowrap;
color:#A07830;
font-size:8.5px;
text-overflow:ellipsis;
}
.jbt_tb_nav_iou{
display:none;
}
@media(min-width:959px){
.jbt_tb_nav_iou{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.jbt_tb_nav_item_iou{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
color:#3A3224;
border-bottom:2px solid transparent;
padding-bottom:3px;
font-size:14px;
white-space:nowrap;
}
.jbt_tb_nav_item_iou:hover{
color:#1E1A10;
}
.jbt_tb_nav_item_iou.jbt_state_active_iou{
border-color:#A07830;
color:#1E1A10;
}
.jbt_tb_right_iou{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.jbt_tb_search_iou{
transition:color .22s ease;
display:flex;
justify-content:center;
color:#3A3224;
align-items:center;
}
.jbt_tb_search_iou:hover{
color:#A07830;
}
.jbt_tb_search_iou svg{
width:1.125rem;
height:1.125rem;
}
.jbt_tb_lang_iou{
color:#6B5E44;
letter-spacing:.1em;
text-transform:uppercase;
font-weight:600;
font-size:11px;
}
.jbt_tb_lang_iou:hover{
color:#1E1A10;
}
.jbt_tb_login_iou{
color:#1E1A10;
font-weight:600;
display:none;
font-size:0.875rem;
}
@media(min-width:769px){
.jbt_tb_login_iou{
display:inline-block;
}
}
.jbt_tb_register_iou{
transition:background-color .22s ease;
background:#2A2318;
border-radius:999px;
padding:0.688rem 22px;
color:#F5EFE0;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
}
.jbt_tb_register_iou:hover{
background:#3D3222;
}
.jbt_mob_iou{
background:#F5F0E8;
bottom:0;
border-top:1px solid rgba(30,26,16,0.15);
left:0;
padding-bottom:env(safe-area-inset-bottom);
right:0;
position:fixed;
z-index:60;
}
@media(min-width:961px){
.jbt_mob_iou{
display:none;
}
}
.jbt_mob_in_iou{
margin:0 auto;
justify-content:space-around;
max-width:35rem;
align-items:stretch;
display:flex;
}
.jbt_mob_item_iou{
transition:color .22s ease;
gap:3px;
padding:0.563rem 0.25rem;
flex:1 1 0;
color:#6B5E44;
display:flex;
align-items:center;
flex-direction:column;
min-width:0;
}
.jbt_mob_item_iou.jbt_state_active_iou{
color:#A07830;
}
.jbt_mob_ic_iou{
justify-content:center;
align-items:center;
display:flex;
}
.jbt_mob_ic_iou svg{
width:1.25rem;
height:1.25rem;
}
.jbt_mob_lb_iou{
overflow:hidden;
font-size:0.625rem;
font-weight:600;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
}
@media(max-width:958px){
body{
padding-bottom:3.75rem;
}
}
.jbt_rail_iou{
min-width:0;
position:relative;
}
.jbt_rail_scroll_iou{
gap:14px;
padding-bottom:0.875rem;
-webkit-overflow-scrolling:touch;
display:flex;
scrollbar-width:thin;
overflow-x:auto;
}
@media(min-width:769px){
.jbt_rail_scroll_iou{
gap:1.125rem;
}
}
.jbt_gc_iou{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.jbt_gc_iou{
width:11.75rem;
}
}
.jbt_gc_img_iou{
overflow:hidden;
border-radius:0.875rem;
background:#FBF8F2;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(30,26,16,0.07), 0 8px 20px rgba(30,26,16,0.09);
position:relative;
}
.jbt_gc_img_iou img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.jbt_gc_cover_iou{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
inset:0;
position:absolute;
pointer-events:none;
}
.jbt_gc_hover_iou{
inset:0;
background:rgba(0,0,0,0.50);
transition:opacity .22s ease;
display:flex;
justify-content:center;
opacity:0;
align-items:center;
position:absolute;
}
.jbt_gc_iou:hover .jbt_gc_hover_iou{
opacity:1;
}
.jbt_gc_hover_btn_iou{
background:#2A2318;
border-radius:62.438rem;
height:46px;
color:#F5EFE0;
justify-content:center;
width:2.875rem;
align-items:center;
display:flex;
}
.jbt_gc_hover_btn_iou svg{
height:18px;
width:1.125rem;
}
.jbt_gc_info_iou{
gap:2px;
margin-top:9px;
display:flex;
min-width:0;
flex-direction:column;
}
.jbt_gc_name_iou{
overflow:hidden;
color:#1E1A10;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
font-size:0.813rem;
}
.jbt_gc_prov_iou{
overflow:hidden;
color:#6B5E44;
text-overflow:ellipsis;
font-size:11px;
white-space:nowrap;
}
.jbt_gc_meta_iou{
font-size:0.688rem;
color:#6B5E44;
}
.jbt_tc_iou{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:770px){
.jbt_tc_iou{
width:14.375rem;
}
}
.jbt_tc_img_iou{
background:#FBF8F2;
overflow:hidden;
border-radius:0.875rem;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(30,26,16,0.07), 0 8px 1.25rem rgba(30,26,16,0.09);
position:relative;
}
.jbt_tc_img_iou img{
inset:0;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}
.jbt_tc_info_iou{
gap:2px;
flex-direction:column;
display:flex;
margin-top:9px;
min-width:0;
}
.jbt_tc_name_iou{
overflow:hidden;
font-size:0.875rem;
color:#1E1A10;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
}
.jbt_tc_rtp_iou{
color:#6B5E44;
font-size:0.688rem;
}
.jbt_lc_iou{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:770px){
.jbt_lc_iou{
width:268px;
}
}
.jbt_lc_img_iou{
background:#FBF8F2;
overflow:hidden;
border-radius:0.875rem;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 6px rgba(30,26,16,0.07), 0 8px 20px rgba(30,26,16,0.09);
}
.jbt_lc_img_iou img{
inset:0;
position:absolute;
height:100%;
width:100%;
object-fit:cover;
}
.jbt_lc_live_iou{
background:rgba(0,0,0,0.50);
gap:7px;
border-radius:999px;
padding:0.25rem 9px;
align-items:center;
left:0.75rem;
position:absolute;
display:flex;
top:0.75rem;
}
.jbt_lc_live_dot_iou{
background:#B84030;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:8px;
height:0.5rem;
}
.jbt_lc_seats_iou{
color:#F5EFE0;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
font-size:10px;
}
.jbt_lc_info_iou{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:9px;
}
.jbt_lc_name_iou{
overflow:hidden;
text-overflow:ellipsis;
font-size:15px;
white-space:nowrap;
color:#1E1A10;
font-weight:700;
}
.jbt_lc_bet_iou{
color:#6B5E44;
font-size:11px;
}
.jbt_pc_iou{
border:1px solid rgba(30,26,16,0.08);
gap:8px;
background:#FBF8F2;
border-radius:0.875rem;
padding:16px 0.875rem;
min-width:0;
justify-content:center;
flex-direction:column;
align-items:center;
display:flex;
min-height:74px;
}
.jbt_pc_logo_iou{
flex:0 0 auto;
max-width:100%;
object-fit:contain;
width:auto;
height:28px;
}
.jbt_pc_name_iou{
overflow:hidden;
text-align:center;
font-size:11px;
text-overflow:ellipsis;
color:#6B5E44;
max-width:100%;
white-space:nowrap;
}
.jbt_gc_tag_iou{
padding:3px 0.5rem;
border-radius:0.5rem;
top:0.625rem;
position:absolute;
font-size:10px;
left:10px;
text-transform:uppercase;
z-index:2;
display:inline-block;
letter-spacing:.06em;
font-weight:700;
}
.jbt_gc_tag_hot_iou{
background:#B84030;
color:#F5EFE0;
}
.jbt_gc_tag_new_iou{
background:#C8962A;
color:#1A1508;
}
.jbt_gc_tag_jp_iou{
background:#B87C1E;
color:#1A1508;
}
.jbt_gc_tag_live_iou{
background:#B84030;
color:#F5EFE0;
}
.jbt_sh_iou{
min-width:0;
margin-bottom:18px;
}
.jbt_sh_row_iou{
gap:16px;
align-items:flex-end;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.jbt_sh_row_iou .jbt_sh_l_iou{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.jbt_sh_stack_iou{
gap:10px;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.jbt_sh_center_iou{
gap:10px;
align-items:center;
text-align:center;
display:flex;
flex-direction:column;
}
.jbt_sh_h2_iou{
font-size:24px;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
color:#1E1A10;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.jbt_sh_h2_iou{
font-size:1.875rem;
}
}
.jbt_band_iou .jbt_sh_h2_iou{
color:#F5EFE0;
}
.jbt_sh_eb_line_iou{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.jbt_sh_eb_line_iou::before{
background:#A07830;
display:inline-block;
height:1px;
width:28px;
content:"";
}
.jbt_band_iou .jbt_sh_eb_line_iou::before{
background:#D4A84B;
}
.jbt_sh_eb_dot_iou{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.jbt_sh_eb_dot_iou::before{
border-radius:50%;
background:#A07830;
display:inline-block;
height:6px;
width:0.375rem;
content:"";
}
.jbt_band_iou .jbt_sh_eb_dot_iou::before{
background:#D4A84B;
}
.jbt_sh_link_iou{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
white-space:nowrap;
display:inline-flex;
padding-bottom:2px;
align-items:center;
color:#1E1A10;
font-size:13px;
font-weight:600;
border-bottom:1px solid #1E1A10;
}
.jbt_sh_link_iou:hover{
border-color:#A07830;
color:#A07830;
}
.jbt_sh_link_iou svg{
height:14px;
width:14px;
}
.jbt_sh_link_chev_iou{
padding-bottom:0;
border-bottom:0;
}
.jbt_sh_link_btn_iou{
padding:9px 18px;
background:#2A2318;
border-radius:999px;
color:#F5EFE0;
border-bottom:0;
}
.jbt_sh_link_btn_iou:hover{
background:#3D3222;
border-color:transparent;
color:#F5EFE0;
}
.jbt_band_iou .jbt_sh_link_iou{
border-color:#F5EFE0;
color:#F5EFE0;
}
.jbt_band_iou .jbt_sh_link_btn_iou{
background:#D4A84B;
color:#1A1508;
}
.jbt_sh_rule_iou{
margin:-2px 0 1.125rem;
background:rgba(30,26,16,0.15);
height:1px;
}
.jbt_band_iou .jbt_sh_rule_iou{
background:rgba(245,240,232,0.13);
}
.jbt_hero_iou{
padding:32px 0 8px;
}
@media(min-width:771px){
.jbt_hero_iou{
padding:56px 0 1.5rem;
}
}
.jbt_hero_in_iou{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:903px){
.jbt_hero_in_iou{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.jbt_hero_copy_iou{
min-width:0;
}
.jbt_hero_eyebrow_iou{
gap:10px;
display:inline-flex;
align-items:center;
margin-bottom:1.375rem;
}
.jbt_hero_eyebrow_line_iou{
flex:0 0 auto;
background:#A07830;
width:1.75rem;
height:1px;
display:inline-block;
}
.jbt_hero_h1_iou{
letter-spacing:-.01em;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
font-size:2.375rem;
overflow-wrap:break-word;
font-weight:600;
color:#1E1A10;
margin-bottom:20px;
}
@media(min-width:765px){
.jbt_hero_h1_iou{
font-size:3.375rem;
}
}
@media(min-width:1100px){
.jbt_hero_h1_iou{
font-size:62px;
}
}
.jbt_hero_h1_iou em{
color:#A07830;
font-style:normal;
}
.jbt_hero_sub_iou{
margin-bottom:1.875rem;
color:#8C7D62;
max-width:480px;
line-height:1.6;
font-size:1rem;
}
@media(min-width:765px){
.jbt_hero_sub_iou{
font-size:1.125rem;
}
}
.jbt_hero_actions_iou{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
margin-bottom:34px;
display:flex;
}
.jbt_hero_cta_iou{
transition:background-color .22s ease;
padding:1rem 1.875rem;
background:#2A2318;
border-radius:62.438rem;
gap:10px;
font-weight:700;
color:#F5EFE0;
align-items:center;
display:inline-flex;
font-size:15px;
}
.jbt_hero_cta_iou:hover{
background:#3D3222;
}
.jbt_hero_cta_ic_iou{
display:inline-flex;
align-items:center;
}
.jbt_hero_cta_ic_iou svg{
width:16px;
height:16px;
}
.jbt_hero_cta_alt_iou{
border:1px solid rgba(30,26,16,0.15);
border-radius:999px;
transition:border-color .22s ease,color .22s ease;
background:transparent;
padding:15px 26px;
font-size:15px;
display:inline-flex;
font-weight:600;
align-items:center;
color:#1E1A10;
}
.jbt_hero_cta_alt_iou:hover{
border-color:#A07830;
color:#A07830;
}
.jbt_hero_trust_iou{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.jbt_hero_trust_item_iou{
gap:9px;
color:#3A3224;
display:flex;
align-items:center;
font-size:0.813rem;
font-weight:600;
}
.jbt_hero_trust_ic_iou{
align-items:center;
display:inline-flex;
color:#A07830;
}
.jbt_hero_trust_ic_iou svg{
height:1rem;
width:1rem;
}
.jbt_hero_promo_iou{
background:#FBF8F2;
overflow:hidden;
border-radius:20px;
display:flex;
box-shadow:0 12px 3rem rgba(30,26,16,0.14), 0 3px 10px rgba(30,26,16,0.08);
min-height:300px;
position:relative;
}
.jbt_hero_promo_bg_iou{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.jbt_hero_promo_bg_iou::after{
background:linear-gradient(120deg,#231E14 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.jbt_hero_promo_glow_iou{
border-radius:50%;
background:radial-gradient(circle,rgba(176,130,62,0.18) 0%,transparent 65%);
right:-20px;
position:absolute;
height:16.25rem;
pointer-events:none;
top:-40px;
width:260px;
}
.jbt_hero_promo_ct_iou{
padding:28px;
z-index:2;
max-width:88%;
position:relative;
align-self:flex-end;
}
.jbt_hero_promo_label_iou{
margin-bottom:8px;
font-size:0.625rem;
display:block;
letter-spacing:.25em;
text-transform:uppercase;
color:#D4A84B;
font-weight:700;
}
.jbt_hero_promo_amount_iou{
line-height:1.05;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#F5EFE0;
font-size:2rem;
}
@media(min-width:765px){
.jbt_hero_promo_amount_iou{
font-size:40px;
}
}
.jbt_hero_promo_amount_iou em{
color:#D4A84B;
font-style:normal;
}
.jbt_hero_rating_iou{
border:1px solid rgba(30,26,16,0.08);
border-radius:0.875rem;
background:#FBF8F2;
padding:0.625rem 0.875rem;
gap:0.625rem;
box-shadow:0 2px 6px rgba(30,26,16,0.07), 0 8px 1.25rem rgba(30,26,16,0.09);
position:absolute;
right:0.875rem;
align-items:center;
z-index:3;
max-width:min(16.25rem,62%);
top:14px;
display:flex;
}
.jbt_hero_rating_score_iou{
flex:0 0 auto;
color:#1E1A10;
font-size:24px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.jbt_hero_rating_txt_iou{
flex:1 1 auto;
min-width:0;
}
.jbt_hero_rating_stars_iou{
gap:2px;
color:#A07830;
display:flex;
}
.jbt_hero_rating_stars_iou svg{
height:0.75rem;
width:12px;
}
.jbt_hero_rating_cap_iou{
line-height:1.35;
display:block;
overflow-wrap:break-word;
margin-top:3px;
font-size:11px;
color:#6B5E44;
}
.jbt_stat_iou{
margin-top:1rem;
border-bottom:1px solid rgba(30,26,16,0.15);
border-top:1px solid rgba(30,26,16,0.15);
}
.jbt_stat_in_iou{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.jbt_stat_in_iou{
grid-template-columns:repeat(4,1fr);
}
}
.jbt_stat_item_iou{
padding:22px 0.875rem;
min-width:0;
border-right:1px solid rgba(30,26,16,0.08);
border-bottom:1px solid rgba(30,26,16,0.08);
}
.jbt_stat_item_iou:nth-child(2n){
border-right:0;
}
.jbt_stat_item_iou:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.jbt_stat_item_iou{
border-bottom:0;
}
.jbt_stat_item_iou:nth-child(2n){
border-right:1px solid rgba(30,26,16,0.08);
}
.jbt_stat_item_iou:nth-child(4n){
border-right:0;
}
}
.jbt_stat_value_iou{
font-size:1.875rem;
color:#1E1A10;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-weight:700;
}
@media(min-width:765px){
.jbt_stat_value_iou{
font-size:34px;
}
}
.jbt_stat_label_iou{
line-height:1.4;
overflow-wrap:break-word;
font-size:13px;
margin-top:0.375rem;
color:#6B5E44;
}
.jbt_grow_iou{
padding:26px 0 0.625rem;
}
.jbt_row_seo_iou{
margin:10px 0 0;
overflow-wrap:break-word;
color:#8C7D62;
max-width:47.5rem;
font-size:14px;
line-height:1.65;
}
.jbt_row_seo_iou strong{
color:#1E1A10;
font-weight:700;
}
.jbt_grow_iou{
padding:26px 0 10px;
}
.jbt_row_seo_iou{
margin:0.625rem 0 0;
color:#8C7D62;
overflow-wrap:break-word;
line-height:1.65;
max-width:760px;
font-size:14px;
}
.jbt_row_seo_iou strong{
font-weight:700;
color:#1E1A10;
}
.jbt_grow_iou{
padding:1.625rem 0 10px;
}
.jbt_row_seo_iou{
margin:10px 0 0;
overflow-wrap:break-word;
max-width:47.5rem;
font-size:0.875rem;
line-height:1.65;
color:#8C7D62;
}
.jbt_row_seo_iou strong{
font-weight:700;
color:#1E1A10;
}
.jbt_jp_iou{
padding:30px 0 0.625rem;
}
.jbt_jp_grid_iou{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.jbt_jp_grid_iou{
grid-template-columns:1fr 1fr;
}
.jbt_jp_card_mega_iou{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.jbt_jp_grid_iou{
grid-template-columns:1.4fr 1fr 1fr;
}
.jbt_jp_card_mega_iou{
grid-column:auto;
}
}
.jbt_jp_card_iou{
gap:0.75rem;
border-radius:20px;
background:#FBF8F2;
padding:26px;
border:1px solid rgba(30,26,16,0.08);
overflow:hidden;
display:flex;
flex-direction:column;
position:relative;
min-height:200px;
justify-content:space-between;
min-width:0;
}
.jbt_jp_card_mega_iou{
border-color:transparent;
background:linear-gradient(135deg,#2E2618,#141009);
color:#F5EFE0;
min-height:210px;
}
.jbt_jp_glow_iou{
border-radius:50%;
background:radial-gradient(circle,rgba(176,130,62,0.18),transparent 70%);
top:-40px;
right:-40px;
pointer-events:none;
width:200px;
height:200px;
position:absolute;
}
.jbt_jp_label_iou{
gap:10px;
color:#A07830;
flex-wrap:wrap;
align-items:center;
position:relative;
justify-content:space-between;
font-weight:700;
display:flex;
font-size:0.625rem;
text-transform:uppercase;
letter-spacing:.16em;
}
.jbt_jp_card_mega_iou .jbt_jp_label_iou{
color:#D4A84B;
}
.jbt_jp_drop_iou{
font-weight:600;
color:#6B5E44;
letter-spacing:.04em;
text-transform:none;
}
.jbt_jp_card_mega_iou .jbt_jp_drop_iou{
color:#BFB49A;
}
.jbt_jp_amount_iou{
font-weight:700;
color:#1E1A10;
line-height:1;
position:relative;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:38px;
}
.jbt_jp_card_mega_iou .jbt_jp_amount_iou{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#D4A84B;
}
@media(min-width:771px){
.jbt_jp_card_mega_iou .jbt_jp_amount_iou{
font-size:54px;
}
}
.jbt_jp_game_iou{
font-size:0.813rem;
position:relative;
color:#6B5E44;
}
.jbt_jp_card_mega_iou .jbt_jp_game_iou{
color:#BFB49A;
}
.jbt_jp_cta_iou{
align-self:flex-start;
position:relative;
}
.jbt_jp_card_mega_iou .jbt_jp_cta_iou{
background:#D4A84B;
transition:opacity .22s ease;
padding:0.625rem 1.25rem;
border-radius:62.438rem;
font-size:0.813rem;
color:#1A1508;
font-weight:700;
}
.jbt_jp_card_mega_iou .jbt_jp_cta_iou:hover{
opacity:.9;
}
.jbt_jp_card_iou:not(.jbt_jp_card_mega_iou) .jbt_jp_cta_iou{
transition:color .22s ease,border-color .22s ease;
color:#1E1A10;
padding-bottom:2px;
border-bottom:1px solid #1E1A10;
font-size:0.813rem;
font-weight:700;
}
.jbt_jp_card_iou:not(.jbt_jp_card_mega_iou) .jbt_jp_cta_iou:hover{
border-color:#A07830;
color:#A07830;
}
.jbt_jp_seo_iou{
margin:0.875rem 0 0;
color:#8C7D62;
max-width:47.5rem;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
}
.jbt_jp_seo_iou strong{
font-weight:700;
color:#1E1A10;
}
.jbt_pr_iou{
padding:1.875rem 0 0.375rem;
}
.jbt_pr_card_iou{
padding:26px;
border-radius:20px;
border:1px solid rgba(30,26,16,0.08);
gap:10px;
background:#FBF8F2;
overflow:hidden;
flex:0 0 auto;
position:relative;
flex-direction:column;
width:280px;
display:flex;
min-height:12.5rem;
}
@media(min-width:771px){
.jbt_pr_card_iou{
width:300px;
}
}
.jbt_pr_card_feat_iou{
background:linear-gradient(150deg,#2E2618,#141009);
border-color:transparent;
color:#F5EFE0;
}
.jbt_pr_glow_iou{
background:radial-gradient(circle,rgba(176,130,62,0.18),transparent 70%);
border-radius:50%;
width:8.125rem;
right:-30px;
pointer-events:none;
top:-1.875rem;
height:130px;
position:absolute;
opacity:0;
}
.jbt_pr_card_feat_iou .jbt_pr_glow_iou{
opacity:1;
}
.jbt_pr_label_iou{
color:#A07830;
position:relative;
font-weight:700;
font-size:0.625rem;
text-transform:uppercase;
letter-spacing:.16em;
}
.jbt_pr_card_feat_iou .jbt_pr_label_iou{
color:#D4A84B;
}
.jbt_pr_amount_iou{
overflow-wrap:break-word;
line-height:1.08;
font-size:26px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1E1A10;
font-weight:600;
position:relative;
}
.jbt_pr_card_feat_iou .jbt_pr_amount_iou{
color:#F5EFE0;
}
.jbt_pr_amount_iou em{
color:#A07830;
font-style:normal;
}
.jbt_pr_card_feat_iou .jbt_pr_amount_iou em{
color:#D4A84B;
}
.jbt_pr_terms_iou{
color:#6B5E44;
line-height:1.5;
position:relative;
font-size:13px;
}
.jbt_pr_card_feat_iou .jbt_pr_terms_iou{
color:#BFB49A;
}
.jbt_pr_cta_iou{
position:relative;
align-self:flex-start;
margin-top:auto;
}
.jbt_pr_card_feat_iou .jbt_pr_cta_iou{
padding:9px 18px;
border-radius:999px;
background:#D4A84B;
transition:opacity .22s ease;
font-size:0.813rem;
color:#1A1508;
font-weight:700;
}
.jbt_pr_card_feat_iou .jbt_pr_cta_iou:hover{
opacity:.9;
}
.jbt_pr_card_iou:not(.jbt_pr_card_feat_iou) .jbt_pr_cta_iou{
transition:color .22s ease,border-color .22s ease;
font-size:0.813rem;
border-bottom:1px solid #1E1A10;
padding-bottom:2px;
color:#1E1A10;
font-weight:700;
}
.jbt_pr_card_iou:not(.jbt_pr_card_feat_iou) .jbt_pr_cta_iou:hover{
border-color:#A07830;
color:#A07830;
}
.jbt_gf_iou{
padding:1.5rem 0 6px;
}
.jbt_gf_in_iou{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.jbt_gf_chip_iou{
border-radius:999px;
background:#FBF8F2;
border:1px solid rgba(30,26,16,0.15);
padding:0.625rem 1.125rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
color:#3A3224;
font-weight:600;
font-size:13px;
white-space:nowrap;
}
.jbt_gf_chip_iou:hover{
border-color:#A07830;
color:#A07830;
}
.jbt_gf_chip_iou.jbt_state_active_iou{
border-color:transparent;
background:#2A2318;
color:#F5EFE0;
}
.jbt_grow_iou{
padding:1.625rem 0 0.625rem;
}
.jbt_row_seo_iou{
margin:10px 0 0;
color:#8C7D62;
font-size:0.875rem;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
}
.jbt_row_seo_iou strong{
font-weight:700;
color:#1E1A10;
}
.jbt_app_iou{
padding:1.875rem 0 0.625rem;
}
.jbt_app_in_iou{
border-radius:20px;
padding:32px;
gap:28px;
border:1px solid rgba(30,26,16,0.08);
background:#FBF8F2;
display:flex;
flex-direction:column;
}
@media(min-width:770px){
.jbt_app_in_iou{
gap:40px;
padding:40px 2.75rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.jbt_app_copy_iou{
max-width:35rem;
min-width:0;
}
.jbt_app_eyebrow_iou{
margin-bottom:12px;
}
.jbt_app_h2_iou{
overflow-wrap:break-word;
color:#1E1A10;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
margin-bottom:0.75rem;
font-size:28px;
}
@media(min-width:771px){
.jbt_app_h2_iou{
font-size:2.125rem;
}
}
.jbt_app_text_iou{
color:#8C7D62;
font-size:0.875rem;
margin-bottom:1.375rem;
line-height:1.6;
}
.jbt_app_btns_iou{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.jbt_app_btn_iou{
padding:11px 20px;
gap:0.625rem;
background:#2A2318;
transition:background-color .22s ease;
border-radius:0.875rem;
display:inline-flex;
align-items:center;
color:#F5EFE0;
}
.jbt_app_btn_iou:hover{
background:#3D3222;
}
.jbt_app_btn_ic_iou{
align-items:center;
display:inline-flex;
}
.jbt_app_btn_ic_iou svg{
height:1.125rem;
width:18px;
}
.jbt_app_btn_lb_iou{
font-weight:700;
font-size:13.5px;
}
.jbt_app_qr_wrap_iou{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.jbt_app_qr_iou{
border-radius:0.875rem;
flex:0 0 auto;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#FBF8F2 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#FBF8F2 0 0.313rem,transparent 0.313rem 0.688rem);
height:108px;
background-color:#2A2318;
}
.jbt_app_qr_cap_iou{
line-height:1.4;
color:#6B5E44;
font-size:12.5px;
max-width:5.75rem;
}
.jbt_vip_iou{
padding:3rem 0;
}
@media(min-width:769px){
.jbt_vip_iou{
padding:64px 0;
}
}
.jbt_vip_head_iou{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:30px;
}
@media(min-width:879px){
.jbt_vip_head_iou{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.jbt_vip_eyebrow_iou{
margin-bottom:12px;
}
.jbt_vip_h2_iou{
color:#F5EFE0;
font-weight:600;
font-size:2rem;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
}
@media(min-width:769px){
.jbt_vip_h2_iou{
font-size:40px;
}
}
.jbt_vip_intro_iou{
font-size:14px;
line-height:1.6;
max-width:26.25rem;
color:#BFB49A;
}
.jbt_vip_grid_iou{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.jbt_vip_card_iou{
border-radius:0.875rem;
padding:22px 1.125rem;
border:1px solid rgba(245,240,232,0.13);
min-width:0;
}
.jbt_vip_card_feat_iou{
border-color:#D4A84B;
background:rgba(245,240,232,0.07);
}
.jbt_vip_card_ic_iou{
background:linear-gradient(135deg,#A07830,#D4A84B);
border-radius:8px;
display:block;
width:34px;
height:34px;
margin-bottom:1rem;
}
.jbt_vip_name_iou{
margin-bottom:6px;
color:#F5EFE0;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:20px;
overflow-wrap:break-word;
font-weight:600;
}
.jbt_vip_perk_iou{
overflow-wrap:break-word;
color:#BFB49A;
line-height:1.5;
font-size:12.5px;
}
.jbt_wy_iou{
padding:3rem 0;
}
@media(min-width:769px){
.jbt_wy_iou{
padding:56px 0;
}
}
.jbt_wy_in_iou{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.jbt_wy_in_iou{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.jbt_wy_left_iou{
min-width:0;
}
.jbt_wy_eyebrow_iou{
margin-bottom:0.875rem;
}
.jbt_wy_h2_iou{
line-height:1.05;
font-size:32px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:16px;
color:#1E1A10;
}
@media(min-width:766px){
.jbt_wy_h2_iou{
font-size:2.5rem;
}
}
.jbt_wy_intro_iou{
color:#8C7D62;
font-size:0.938rem;
line-height:1.6;
}
.jbt_wy_grid_iou{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.jbt_wy_grid_iou{
grid-template-columns:1fr 1fr;
}
}
.jbt_wy_card_iou{
padding:26px;
border:1px solid rgba(30,26,16,0.08);
border-radius:0.875rem;
background:#FBF8F2;
min-width:0;
}
.jbt_wy_card_ic_iou{
margin-bottom:1rem;
justify-content:center;
align-items:center;
color:#A07830;
display:inline-flex;
}
.jbt_wy_card_ic_iou svg{
height:26px;
width:26px;
}
.jbt_wy_card_h_iou{
font-size:1.313rem;
color:#1E1A10;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
line-height:1.15;
}
.jbt_wy_card_p_iou{
color:#8C7D62;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.jbt_op_iou{
padding:2.25rem 0 0.625rem;
}
.jbt_op_in_iou{
background:#FBF8F2;
padding:32px;
grid-template-columns:1fr;
border-radius:14px;
border:1px solid rgba(30,26,16,0.08);
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:861px){
.jbt_op_in_iou{
padding:34px 2.5rem;
gap:44px;
grid-template-columns:.9fr 1.1fr;
}
}
.jbt_op_left_iou{
min-width:0;
}
.jbt_op_eyebrow_iou{
margin-bottom:12px;
}
.jbt_op_h2_iou{
line-height:1.08;
font-size:1.75rem;
margin-bottom:10px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#1E1A10;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.jbt_op_h2_iou{
font-size:30px;
}
}
.jbt_op_text_iou{
line-height:1.6;
font-size:14px;
color:#8C7D62;
}
.jbt_op_grid_iou{
border:1px solid rgba(30,26,16,0.15);
background:rgba(30,26,16,0.15);
grid-template-columns:1fr 1fr;
border-radius:8px;
overflow:hidden;
gap:1px;
display:grid;
}
.jbt_op_field_iou{
background:#F5F0E8;
padding:1.125rem 1.25rem;
min-width:0;
}
.jbt_op_field_lb_iou{
color:#A07830;
letter-spacing:.1em;
margin-bottom:5px;
text-transform:uppercase;
font-weight:600;
font-size:0.625rem;
}
.jbt_op_field_val_iou{
color:#1E1A10;
overflow-wrap:break-word;
font-size:14px;
font-weight:700;
}
.jbt_hts_iou{
padding:3rem 0;
}
@media(min-width:770px){
.jbt_hts_iou{
padding:3.875rem 0;
}
}
.jbt_hts_head_iou{
gap:18px;
margin-bottom:2.125rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.jbt_hts_head_iou{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.jbt_hts_eyebrow_iou{
margin-bottom:0.75rem;
}
.jbt_hts_h2_iou{
font-size:1.875rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EFE0;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
}
@media(min-width:767px){
.jbt_hts_h2_iou{
font-size:38px;
}
}
.jbt_hts_cta_iou{
flex:0 0 auto;
border-radius:62.438rem;
background:#D4A84B;
transition:opacity .22s ease;
padding:15px 30px;
color:#1A1508;
font-size:15px;
font-weight:700;
}
.jbt_hts_cta_iou:hover{
opacity:.9;
}
.jbt_hts_grid_iou{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.jbt_hts_grid_iou{
grid-template-columns:repeat(3,1fr);
}
}
.jbt_hts_step_iou{
padding-top:22px;
border-top:1px solid rgba(245,240,232,0.13);
min-width:0;
}
.jbt_hts_step_num_iou{
color:#D4A84B;
font-size:2.75rem;
line-height:1;
margin-bottom:14px;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.jbt_hts_step_h_iou{
overflow-wrap:break-word;
margin-bottom:8px;
color:#F5EFE0;
font-size:19px;
font-weight:700;
line-height:1.2;
}
.jbt_hts_step_p_iou{
line-height:1.55;
color:#BFB49A;
overflow-wrap:break-word;
font-size:14px;
}
.jbt_tt_iou{
padding:3rem 0 10px;
}
@media(min-width:771px){
.jbt_tt_iou{
padding:3.75rem 0 0.625rem;
}
}
.jbt_tt_head_iou{
text-align:center;
margin-bottom:2.125rem;
}
.jbt_tt_eyebrow_iou{
margin-bottom:12px;
}
.jbt_tt_h2_iou{
font-size:2rem;
overflow-wrap:break-word;
color:#1E1A10;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
}
@media(min-width:769px){
.jbt_tt_h2_iou{
font-size:2.625rem;
}
}
.jbt_tt_grid_iou{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.jbt_tt_grid_iou{
grid-template-columns:repeat(3,1fr);
}
}
.jbt_tt_card_iou{
background:#FBF8F2;
padding:1.875rem;
border-radius:14px;
border:1px solid rgba(30,26,16,0.08);
min-width:0;
display:flex;
flex-direction:column;
}
.jbt_tt_card_ic_iou{
color:#A07830;
align-items:center;
display:inline-flex;
margin-bottom:1.125rem;
}
.jbt_tt_card_ic_iou svg{
height:28px;
width:28px;
}
.jbt_tt_card_h_iou{
margin-bottom:8px;
font-size:1.375rem;
color:#1E1A10;
overflow-wrap:break-word;
line-height:1.15;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.jbt_tt_card_p_iou{
margin-bottom:14px;
overflow-wrap:break-word;
font-size:14px;
color:#8C7D62;
line-height:1.6;
}
.jbt_tt_card_p_iou b{
color:#1E1A10;
font-weight:700;
}
.jbt_tt_card_link_iou{
transition:color .22s ease;
border-bottom:1px solid #A07830;
align-self:flex-start;
font-weight:700;
font-size:0.813rem;
color:#1E1A10;
padding-bottom:2px;
margin-top:auto;
}
.jbt_tt_card_link_iou:hover{
color:#A07830;
}
.jbt_pmt_iou{
padding:3rem 0 0.625rem;
}
.jbt_pmt_in_iou{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:881px){
.jbt_pmt_in_iou{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.jbt_pmt_left_iou{
min-width:0;
}
.jbt_pmt_eyebrow_iou{
margin-bottom:0.75rem;
}
.jbt_pmt_h2_iou{
overflow-wrap:break-word;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
margin-bottom:0.75rem;
line-height:1.06;
color:#1E1A10;
}
@media(min-width:769px){
.jbt_pmt_h2_iou{
font-size:32px;
}
}
.jbt_pmt_text_iou{
margin-bottom:1.375rem;
font-size:14.5px;
line-height:1.6;
color:#8C7D62;
}
.jbt_pmt_logos_iou{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:481px){
.jbt_pmt_logos_iou{
grid-template-columns:repeat(4,1fr);
}
}
.jbt_pmt_logo_iou{
background:#FBF8F2;
padding:0 8px;
border-radius:8px;
border:1px solid rgba(30,26,16,0.08);
overflow:hidden;
height:3.125rem;
align-items:center;
font-weight:700;
display:flex;
text-align:center;
justify-content:center;
text-overflow:ellipsis;
font-size:12.5px;
white-space:nowrap;
color:#3A3224;
}
.jbt_pmt_table_iou{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(30,26,16,0.08);
min-width:0;
}
.jbt_pmt_thead_iou{
background:#2A2318;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.jbt_pmt_th_iou{
padding:0.813rem 14px;
overflow:hidden;
letter-spacing:.08em;
font-size:10px;
text-overflow:ellipsis;
color:#F5EFE0;
white-space:nowrap;
font-weight:700;
text-transform:uppercase;
}
.jbt_pmt_row_iou{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(30,26,16,0.08);
display:grid;
}
.jbt_pmt_row_iou:nth-child(odd){
background:#FBF8F2;
}
.jbt_pmt_td_iou{
padding:14px;
color:#8C7D62;
overflow-wrap:break-word;
font-size:13.5px;
min-width:0;
}
.jbt_pmt_row_iou .jbt_pmt_td_iou:first-child{
color:#1E1A10;
font-weight:700;
}
.jbt_pmt_row_iou .jbt_pmt_td_iou:last-child{
font-weight:700;
color:#4E7C5A;
}
.jbt_dr_iou{
padding:2.25rem 0 10px;
}
.jbt_dr_in_iou{
border:1px dashed rgba(30,26,16,0.15);
gap:20px;
border-radius:0.875rem;
padding:28px 32px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.jbt_dr_in_iou{
gap:32px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.jbt_dr_h2_iou{
color:#1E1A10;
overflow-wrap:break-word;
font-size:24px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
margin-bottom:8px;
font-weight:600;
}
@media(min-width:765px){
.jbt_dr_h2_iou{
font-size:26px;
}
}
.jbt_dr_text_iou{
line-height:1.6;
overflow-wrap:break-word;
color:#8C7D62;
font-size:0.875rem;
max-width:42.5rem;
}
.jbt_dr_text_iou b{
font-weight:700;
color:#1E1A10;
}
.jbt_dr_cta_iou{
transition:color .22s ease;
flex:0 0 auto;
padding-bottom:2px;
white-space:nowrap;
font-weight:700;
border-bottom:1px solid #A07830;
font-size:0.844rem;
color:#1E1A10;
}
.jbt_dr_cta_iou:hover{
color:#A07830;
}
.jbt_prov_iou{
padding:2.5rem 0 1.25rem;
}
.jbt_prov_eyebrow_iou{
margin-bottom:18px;
display:block;
}
.jbt_prov_grid_iou{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:559px){
.jbt_prov_grid_iou{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.jbt_prov_grid_iou{
grid-template-columns:repeat(6,1fr);
}
}
.jbt_ts_iou{
padding:44px 0;
}
.jbt_ts_in_iou{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:878px){
.jbt_ts_in_iou{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.jbt_ts_left_iou{
min-width:0;
}
.jbt_ts_h2_iou{
font-weight:600;
overflow-wrap:break-word;
line-height:1.1;
margin-bottom:12px;
color:#F5EFE0;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
}
@media(min-width:765px){
.jbt_ts_h2_iou{
font-size:1.75rem;
}
}
.jbt_ts_text_iou{
font-size:0.906rem;
color:#BFB49A;
max-width:520px;
margin-bottom:1.375rem;
line-height:1.6;
}
.jbt_ts_badges_iou{
gap:18px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.jbt_ts_badge_iou{
color:#BFB49A;
font-size:13px;
font-weight:600;
}
.jbt_ts_pay_iou{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:883px){
.jbt_ts_pay_iou{
justify-content:flex-end;
}
}
.jbt_ts_pay_chip_iou{
border:1px solid rgba(245,240,232,0.13);
background:rgba(245,240,232,0.07);
padding:12px 16px;
border-radius:0.875rem;
font-weight:700;
color:#F5EFE0;
font-size:0.875rem;
}
.jbt_sc_iou{
padding:3rem 0 0.625rem;
}
.jbt_sc_head_iou{
margin-bottom:28px;
text-align:center;
}
.jbt_sc_eyebrow_iou{
margin-bottom:0.75rem;
}
.jbt_sc_h2_iou{
line-height:1.05;
overflow-wrap:break-word;
color:#1E1A10;
font-size:1.875rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:768px){
.jbt_sc_h2_iou{
font-size:36px;
}
}
.jbt_sc_table_iou{
overflow:hidden;
border-radius:14px;
margin:0 auto;
border:1px solid rgba(30,26,16,0.08);
max-width:900px;
}
.jbt_sc_thead_iou{
grid-template-columns:1.6fr 1fr 1fr;
background:#2A2318;
display:grid;
}
.jbt_sc_th_iou{
padding:15px 18px;
color:#BFB49A;
font-size:13px;
font-weight:700;
overflow-wrap:break-word;
text-align:center;
}
.jbt_sc_th_iou:first-child{
text-align:left;
}
.jbt_sc_th_us_iou{
color:#D4A84B;
}
.jbt_sc_row_iou{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(30,26,16,0.08);
}
.jbt_sc_row_iou:nth-child(even){
background:#FBF8F2;
}
.jbt_sc_td_iou{
padding:15px 18px;
color:#6B5E44;
overflow-wrap:break-word;
font-size:14px;
text-align:center;
min-width:0;
}
.jbt_sc_td_iou:first-child{
color:#3A3224;
text-align:left;
font-weight:600;
}
.jbt_sc_td_us_iou{
color:#4E7C5A;
font-weight:700;
}
.jbt_lh_iou{
padding:2.5rem 0 20px;
}
.jbt_lh_in_iou{
padding-top:34px;
border-top:1px solid rgba(30,26,16,0.15);
}
.jbt_lh_eyebrow_iou{
display:block;
margin-bottom:22px;
}
.jbt_lh_grid_iou{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:599px){
.jbt_lh_grid_iou{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.jbt_lh_grid_iou{
grid-template-columns:repeat(5,1fr);
}
}
.jbt_lh_col_iou{
min-width:0;
}
.jbt_lh_col_h_iou{
font-weight:700;
color:#1E1A10;
font-size:13px;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
.jbt_lh_links_iou{
gap:8px;
flex-direction:column;
display:flex;
}
.jbt_lh_link_iou{
transition:color .22s ease;
font-size:0.813rem;
overflow-wrap:break-word;
color:#8C7D62;
}
.jbt_lh_link_iou:hover{
color:#A07830;
}
.jbt_el_iou{
padding:3rem 0;
}
@media(min-width:771px){
.jbt_el_iou{
padding:56px 0;
}
}
.jbt_el_in_iou{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:903px){
.jbt_el_in_iou{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.jbt_el_left_iou{
min-width:0;
}
.jbt_el_eyebrow_iou{
margin-bottom:14px;
}
.jbt_el_h2_iou{
overflow-wrap:break-word;
line-height:1.08;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:32px;
margin-bottom:22px;
color:#1E1A10;
}
@media(min-width:769px){
.jbt_el_h2_iou{
font-size:2.375rem;
}
}
.jbt_el_body_iou p{
overflow-wrap:break-word;
font-size:16px;
color:#3A3224;
line-height:1.7;
margin-bottom:18px;
}
.jbt_el_dropcap_iou{
padding:0.375rem 12px 0 0;
font-weight:700;
float:left;
color:#A07830;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:.8;
font-size:3.875rem;
}
.jbt_el_right_iou{
min-width:0;
}
.jbt_el_quote_iou{
padding:36px;
background:linear-gradient(150deg,#2E2618,#141009);
border-radius:20px;
color:#F5EFE0;
margin-bottom:24px;
position:relative;
}
.jbt_el_quote_mark_iou{
display:inline-flex;
color:#D4A84B;
align-items:center;
margin-bottom:6px;
}
.jbt_el_quote_mark_iou svg{
width:2.125rem;
height:2.125rem;
}
.jbt_el_quote_text_iou{
color:#F5EFE0;
font-size:22px;
margin-bottom:1.375rem;
font-weight:500;
line-height:1.4;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.jbt_el_quote_meta_iou{
gap:12px;
display:flex;
align-items:center;
}
.jbt_el_quote_av_iou{
background:linear-gradient(135deg,#A07830,#D4A84B);
border-radius:50%;
flex:0 0 auto;
width:38px;
height:2.375rem;
}
.jbt_el_quote_author_iou{
color:#F5EFE0;
font-size:14px;
font-weight:700;
}
.jbt_el_quote_meta_sub_iou{
color:#BFB49A;
font-size:12px;
}
.jbt_el_explain_iou{
border:1px solid rgba(30,26,16,0.08);
overflow:hidden;
border-radius:14px;
}
.jbt_el_explain_card_iou{
padding:22px 1.5rem;
}
.jbt_el_explain_card_iou+.jbt_el_explain_card_iou{
border-top:1px solid rgba(30,26,16,0.08);
}
.jbt_el_explain_h_iou{
font-size:1.25rem;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
color:#1E1A10;
margin-bottom:8px;
font-weight:600;
}
.jbt_el_explain_p_iou{
line-height:1.55;
font-size:14px;
color:#8C7D62;
overflow-wrap:break-word;
}
.jbt_sg_iou{
padding:48px 0 10px;
}
.jbt_sg_eyebrow_iou{
display:block;
margin-bottom:12px;
}
.jbt_sg_h2_iou{
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
margin-bottom:1.75rem;
color:#1E1A10;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:30px;
}
@media(min-width:769px){
.jbt_sg_h2_iou{
font-size:2.25rem;
}
}
.jbt_sg_grid_iou{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.jbt_sg_grid_iou{
grid-template-columns:repeat(3,1fr);
}
}
.jbt_sg_col_iou{
min-width:0;
}
.jbt_sg_col_h_iou{
font-weight:600;
font-size:1.375rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:10px;
color:#1E1A10;
line-height:1.15;
overflow-wrap:break-word;
}
.jbt_sg_col_p_iou{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.65;
color:#8C7D62;
}
.jbt_faq_iou{
padding:48px 0;
background:#FBF8F2;
border-top:1px solid rgba(30,26,16,0.08);
margin-top:1.5rem;
border-bottom:1px solid rgba(30,26,16,0.08);
}
@media(min-width:765px){
.jbt_faq_iou{
padding:62px 0;
}
}
.jbt_faq_head_iou{
margin-bottom:34px;
text-align:center;
}
.jbt_faq_eyebrow_iou{
margin-bottom:0.75rem;
}
.jbt_faq_h2_iou{
font-weight:600;
overflow-wrap:break-word;
color:#1E1A10;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
line-height:1.05;
}
@media(min-width:768px){
.jbt_faq_h2_iou{
font-size:38px;
}
}
.jbt_faq_list_iou{
gap:12px;
margin:0 auto;
flex-direction:column;
max-width:820px;
display:flex;
}
.jbt_faq_item_iou{
background:#F5F0E8;
border-radius:14px;
overflow:hidden;
border:1px solid rgba(30,26,16,0.08);
}
.jbt_faq_q_iou{
gap:20px;
padding:20px 1.5rem;
list-style:none;
font-weight:700;
cursor:pointer;
justify-content:space-between;
font-size:16px;
display:flex;
overflow-wrap:break-word;
color:#1E1A10;
align-items:center;
}
.jbt_faq_q_iou::-webkit-details-marker{
display:none;
}
.jbt_faq_q_ic_iou{
transition:transform .22s ease;
flex:0 0 auto;
color:#A07830;
align-items:center;
display:inline-flex;
}
.jbt_faq_q_ic_iou svg{
width:18px;
height:18px;
}
.jbt_faq_item_iou[open] .jbt_faq_q_ic_iou{
transform:rotate(180deg);
}
.jbt_faq_a_iou{
padding:0 1.5rem 1.25rem;
overflow-wrap:break-word;
color:#8C7D62;
line-height:1.6;
font-size:14.5px;
}
.jbt_sb_iou{
padding:3rem 0;
background:#FBF8F2;
border-bottom:1px solid rgba(30,26,16,0.08);
margin-top:24px;
border-top:1px solid rgba(30,26,16,0.08);
}
@media(min-width:766px){
.jbt_sb_iou{
padding:3.5rem 0;
}
}
.jbt_sb_eyebrow_iou{
margin-bottom:12px;
display:block;
}
.jbt_sb_h2_iou{
line-height:1.05;
font-size:1.875rem;
margin-bottom:1.625rem;
color:#1E1A10;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:771px){
.jbt_sb_h2_iou{
font-size:2.25rem;
}
}
.jbt_sb_grid_iou{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:563px){
.jbt_sb_grid_iou{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:957px){
.jbt_sb_grid_iou{
grid-template-columns:repeat(4,1fr);
}
}
.jbt_sb_card_iou{
border-radius:0.875rem;
background:#F5F0E8;
padding:1.5rem;
border:1px solid rgba(30,26,16,0.08);
min-width:0;
}
.jbt_sb_card_h_iou{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:19px;
color:#1E1A10;
overflow-wrap:break-word;
margin-bottom:0.5rem;
line-height:1.15;
}
.jbt_sb_card_p_iou{
line-height:1.6;
font-size:0.844rem;
color:#8C7D62;
overflow-wrap:break-word;
}
.jbt_sb_rtp_iou{
padding:1.625rem 28px;
grid-template-columns:1fr;
gap:1.5rem;
border-radius:14px;
border:1px solid rgba(30,26,16,0.08);
background:#F5F0E8;
align-items:center;
display:grid;
margin-top:1.125rem;
}
@media(min-width:758px){
.jbt_sb_rtp_iou{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.jbt_sb_rtp_h_iou{
line-height:1.15;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.25rem;
font-weight:600;
margin-bottom:8px;
color:#1E1A10;
}
.jbt_sb_rtp_p_iou{
color:#8C7D62;
font-size:13.5px;
overflow-wrap:break-word;
line-height:1.6;
}
.jbt_sb_rtp_stats_iou{
gap:1rem;
display:flex;
}
.jbt_sb_stat_iou{
border-radius:0.5rem;
padding:1.125rem;
flex:1 1 0;
background:#FBF8F2;
text-align:center;
min-width:0;
}
.jbt_sb_stat_v_iou{
color:#4E7C5A;
font-weight:700;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:26px;
}
.jbt_sb_stat_l_iou{
color:#6B5E44;
font-size:11.5px;
margin-top:0.25rem;
}
.jbt_ft_iou{
background:#2A2318;
margin-top:40px;
color:#BFB49A;
}
.jbt_ft_in_iou{
padding:3rem 0 1.75rem;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:600px){
.jbt_ft_in_iou{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.jbt_ft_in_iou{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.jbt_ft_brand_iou{
min-width:0;
}
.jbt_ft_logo_iou{
font-size:1.625rem;
color:#F5EFE0;
font-weight:700;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.jbt_ft_tagline_iou{
margin-top:14px;
color:#BFB49A;
max-width:17.5rem;
font-size:0.844rem;
line-height:1.6;
}
.jbt_ft_contact_iou{
transition:color .22s ease;
font-size:0.813rem;
color:#D4A84B;
margin-top:12px;
display:inline-block;
overflow-wrap:anywhere;
max-width:280px;
}
.jbt_ft_contact_iou:hover{
color:#F5EFE0;
}
.jbt_ft_col_iou{
min-width:0;
}
.jbt_ft_col_h_iou{
font-weight:700;
color:#F5EFE0;
margin-bottom:14px;
font-size:13px;
text-transform:uppercase;
letter-spacing:.08em;
overflow-wrap:break-word;
}
.jbt_ft_col_links_iou{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.jbt_ft_link_iou{
transition:color .22s ease;
color:#BFB49A;
overflow-wrap:break-word;
font-size:13.5px;
}
.jbt_ft_link_iou:hover{
color:#F5EFE0;
}
.jbt_ft_bot_iou{
padding:1.375rem 0 2.5rem;
gap:16px;
display:flex;
border-top:1px solid rgba(245,240,232,0.13);
flex-direction:column;
}
@media(min-width:766px){
.jbt_ft_bot_iou{
gap:20px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.jbt_ft_legal_iou{
line-height:1.6;
color:#B0A48C;
font-size:11.5px;
overflow-wrap:break-word;
max-width:760px;
}
.jbt_ft_legal_iou b{
color:#BFB49A;
font-weight:700;
}
.jbt_ft_age_iou{
border-radius:0.5rem;
flex:0 0 auto;
padding:4px 0.563rem;
border:1.5px solid #D4A84B;
font-size:13px;
color:#D4A84B;
font-weight:700;
}