*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F2F5F9;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#253347;
-webkit-font-smoothing:antialiased;
line-height:1.6;
font-size:15px;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.abilayout_jed{
display:flex;
flex-direction:column;
min-height:100vh;
}
.abimain_jed{
flex:1 1 auto;
min-width:0;
width:100%;
}
.abicontainer_jed{
padding:0 1rem;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:771px){
.abicontainer_jed{
padding:0 2rem;
}
}
@media(min-width:1100px){
.abicontainer_jed{
padding:0 3.5rem;
}
}
.abieyebrow_jed{
text-transform:uppercase;
color:#1E7FD8;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:0.688rem;
overflow-wrap:break-word;
letter-spacing:.2em;
line-height:1.4;
font-weight:600;
display:inline-block;
}
.abiband_jed{
background:#101A2E;
color:#EDF3FF;
}
.abiband_jed .abieyebrow_jed{
color:#58B8FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.abitb_jed{
background:#F2F5F9;
border-bottom:1px solid rgba(14,23,36,0.14);
z-index:50;
top:0;
position:sticky;
}
.abitb_in_jed{
padding:12px 16px;
gap:1rem;
margin:0 auto;
justify-content:space-between;
display:flex;
width:100%;
align-items:center;
max-width:1400px;
}
@media(min-width:766px){
.abitb_in_jed{
padding:16px 32px;
}
}
@media(min-width:1101px){
.abitb_in_jed{
padding:1.125rem 56px;
}
}
.abitb_left_jed{
gap:1.75rem;
min-width:0;
align-items:center;
display:flex;
}
.abitb_logo_jed{
gap:11px;
display:flex;
align-items:center;
min-width:0;
}
.abitb_logo_mark_jed{
flex:0 0 auto;
border-radius:8px;
width:2.125rem;
object-fit:cover;
height:2.125rem;
}
.abitb_logo_txt_jed{
min-width:0;
flex-direction:column;
line-height:1;
display:flex;
}
.abitb_logo_name_jed{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:22px;
color:#0E1724;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
letter-spacing:.02em;
}
.abitb_logo_sub_jed{
overflow:hidden;
font-size:0.531rem;
color:#1E7FD8;
font-weight:600;
white-space:nowrap;
text-transform:uppercase;
margin-top:0.25rem;
text-overflow:ellipsis;
letter-spacing:.32em;
}
.abitb_nav_jed{
display:none;
}
@media(min-width:963px){
.abitb_nav_jed{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.abitb_nav_item_jed{
transition:color .22s ease,border-color .22s ease;
color:#253347;
font-size:14px;
white-space:nowrap;
border-bottom:2px solid transparent;
font-weight:600;
padding-bottom:3px;
}
.abitb_nav_item_jed:hover{
color:#0E1724;
}
.abitb_nav_item_jed.abistate_active_jed{
border-color:#1E7FD8;
color:#0E1724;
}
.abitb_right_jed{
gap:0.875rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.abitb_search_jed{
transition:color .22s ease;
color:#253347;
justify-content:center;
display:flex;
align-items:center;
}
.abitb_search_jed:hover{
color:#1E7FD8;
}
.abitb_search_jed svg{
width:18px;
height:1.125rem;
}
.abitb_lang_jed{
color:#4D6480;
letter-spacing:.1em;
font-size:0.688rem;
text-transform:uppercase;
font-weight:600;
}
.abitb_lang_jed:hover{
color:#0E1724;
}
.abitb_login_jed{
display:none;
font-weight:600;
font-size:0.875rem;
color:#0E1724;
}
@media(min-width:767px){
.abitb_login_jed{
display:inline-block;
}
}
.abitb_register_jed{
border-radius:62.438rem;
background:#0E1724;
padding:0.688rem 22px;
transition:background-color .22s ease;
font-size:14px;
font-weight:700;
color:#EDF3FF;
white-space:nowrap;
}
.abitb_register_jed:hover{
background:#1A2E4A;
}
.abimob_jed{
background:#F2F5F9;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(14,23,36,0.14);
right:0;
left:0;
position:fixed;
bottom:0;
z-index:60;
}
@media(min-width:961px){
.abimob_jed{
display:none;
}
}
.abimob_in_jed{
margin:0 auto;
display:flex;
justify-content:space-around;
align-items:stretch;
max-width:35rem;
}
.abimob_item_jed{
flex:1 1 0;
padding:9px 4px;
transition:color .22s ease;
gap:3px;
flex-direction:column;
align-items:center;
display:flex;
min-width:0;
color:#4D6480;
}
.abimob_item_jed.abistate_active_jed{
color:#1E7FD8;
}
.abimob_ic_jed{
display:flex;
justify-content:center;
align-items:center;
}
.abimob_ic_jed svg{
height:20px;
width:1.25rem;
}
.abimob_lb_jed{
overflow:hidden;
max-width:100%;
font-size:0.625rem;
font-weight:600;
white-space:nowrap;
text-overflow:ellipsis;
}
@media(max-width:957px){
body{
padding-bottom:60px;
}
}
.abirail_jed{
position:relative;
min-width:0;
}
.abirail_scroll_jed{
gap:0.875rem;
scrollbar-width:thin;
padding-bottom:14px;
-webkit-overflow-scrolling:touch;
display:flex;
overflow-x:auto;
}
@media(min-width:771px){
.abirail_scroll_jed{
gap:18px;
}
}
.abigc_jed{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.abigc_jed{
width:188px;
}
}
.abigc_img_jed{
background:#FFFFFF;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 0.375rem rgba(14,23,36,0.07), 0 8px 1.25rem rgba(14,23,36,0.06);
padding-bottom:133.33%;
}
.abigc_img_jed img{
inset:0;
width:100%;
height:100%;
object-fit:cover;
position:absolute;
}
.abigc_cover_jed{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.abigc_hover_jed{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
display:flex;
opacity:0;
justify-content:center;
align-items:center;
position:absolute;
}
.abigc_jed:hover .abigc_hover_jed{
opacity:1;
}
.abigc_hover_btn_jed{
border-radius:62.438rem;
background:#0E1724;
align-items:center;
color:#EDF3FF;
width:2.875rem;
justify-content:center;
display:flex;
height:2.875rem;
}
.abigc_hover_btn_jed svg{
width:18px;
height:1.125rem;
}
.abigc_info_jed{
gap:2px;
display:flex;
flex-direction:column;
min-width:0;
margin-top:9px;
}
.abigc_name_jed{
overflow:hidden;
color:#0E1724;
white-space:nowrap;
font-weight:700;
font-size:13px;
text-overflow:ellipsis;
}
.abigc_prov_jed{
overflow:hidden;
white-space:nowrap;
font-size:0.688rem;
color:#4D6480;
text-overflow:ellipsis;
}
.abigc_meta_jed{
font-size:0.688rem;
color:#4D6480;
}
.abitc_jed{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:766px){
.abitc_jed{
width:14.375rem;
}
}
.abitc_img_jed{
border-radius:14px;
background:#FFFFFF;
overflow:hidden;
box-shadow:0 2px 0.375rem rgba(14,23,36,0.07), 0 8px 20px rgba(14,23,36,0.06);
position:relative;
padding-bottom:75%;
}
.abitc_img_jed img{
inset:0;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
}
.abitc_info_jed{
gap:2px;
display:flex;
margin-top:9px;
min-width:0;
flex-direction:column;
}
.abitc_name_jed{
overflow:hidden;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
color:#0E1724;
}
.abitc_rtp_jed{
color:#4D6480;
font-size:0.688rem;
}
.abilc_jed{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:768px){
.abilc_jed{
width:16.75rem;
}
}
.abilc_img_jed{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 6px rgba(14,23,36,0.07), 0 8px 1.25rem rgba(14,23,36,0.06);
}
.abilc_img_jed img{
inset:0;
height:100%;
position:absolute;
object-fit:cover;
width:100%;
}
.abilc_live_jed{
background:rgba(0,0,0,0.52);
gap:7px;
border-radius:999px;
padding:0.25rem 9px;
top:12px;
display:flex;
left:12px;
position:absolute;
align-items:center;
}
.abilc_live_dot_jed{
border-radius:50%;
background:#E03050;
animation:zm2-pulse 1.6s infinite;
width:8px;
height:0.5rem;
}
.abilc_seats_jed{
color:#EDF3FF;
letter-spacing:.08em;
font-size:0.625rem;
font-weight:600;
text-transform:uppercase;
}
.abilc_info_jed{
gap:2px;
display:flex;
margin-top:9px;
flex-direction:column;
min-width:0;
}
.abilc_name_jed{
overflow:hidden;
font-size:15px;
text-overflow:ellipsis;
color:#0E1724;
white-space:nowrap;
font-weight:700;
}
.abilc_bet_jed{
color:#4D6480;
font-size:11px;
}
.abipc_jed{
border-radius:14px;
gap:0.5rem;
padding:16px 0.875rem;
background:#FFFFFF;
border:1px solid rgba(14,23,36,0.08);
align-items:center;
justify-content:center;
min-width:0;
flex-direction:column;
min-height:74px;
display:flex;
}
.abipc_logo_jed{
flex:0 0 auto;
width:auto;
object-fit:contain;
height:1.75rem;
max-width:100%;
}
.abipc_name_jed{
overflow:hidden;
color:#4D6480;
text-align:center;
max-width:100%;
white-space:nowrap;
font-size:11px;
text-overflow:ellipsis;
}
.abigc_tag_jed{
border-radius:8px;
padding:3px 8px;
top:10px;
text-transform:uppercase;
z-index:2;
left:10px;
font-weight:700;
letter-spacing:.06em;
position:absolute;
display:inline-block;
font-size:10px;
}
.abigc_tag_hot_jed{
background:#E03050;
color:#EDF3FF;
}
.abigc_tag_new_jed{
background:#55AEFF;
color:#0A1020;
}
.abigc_tag_jp_jed{
background:#E8A020;
color:#0A1020;
}
.abigc_tag_live_jed{
background:#E03050;
color:#EDF3FF;
}
.abish_jed{
margin-bottom:1.125rem;
min-width:0;
}
.abish_row_jed{
gap:1rem;
align-items:flex-end;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.abish_row_jed .abish_l_jed{
gap:0.375rem;
flex-direction:column;
min-width:0;
display:flex;
}
.abish_stack_jed{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.abish_center_jed{
gap:0.625rem;
align-items:center;
flex-direction:column;
display:flex;
text-align:center;
}
.abish_h2_jed{
font-weight:600;
line-height:1.1;
color:#0E1724;
font-size:24px;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.abish_h2_jed{
font-size:30px;
}
}
.abiband_jed .abish_h2_jed{
color:#EDF3FF;
}
.abish_eb_line_jed{
gap:10px;
display:inline-flex;
align-items:center;
}
.abish_eb_line_jed::before{
background:#1E7FD8;
width:1.75rem;
display:inline-block;
content:"";
height:1px;
}
.abiband_jed .abish_eb_line_jed::before{
background:#58B8FF;
}
.abish_eb_dot_jed{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.abish_eb_dot_jed::before{
background:#1E7FD8;
border-radius:50%;
height:0.375rem;
content:"";
width:6px;
display:inline-block;
}
.abiband_jed .abish_eb_dot_jed::before{
background:#58B8FF;
}
.abish_link_jed{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
color:#0E1724;
display:inline-flex;
white-space:nowrap;
padding-bottom:2px;
font-size:13px;
border-bottom:1px solid #0E1724;
align-items:center;
font-weight:600;
}
.abish_link_jed:hover{
border-color:#1E7FD8;
color:#1E7FD8;
}
.abish_link_jed svg{
height:0.875rem;
width:14px;
}
.abish_link_chev_jed{
border-bottom:0;
padding-bottom:0;
}
.abish_link_btn_jed{
border-radius:62.438rem;
background:#0E1724;
padding:0.563rem 1.125rem;
color:#EDF3FF;
border-bottom:0;
}
.abish_link_btn_jed:hover{
border-color:transparent;
background:#1A2E4A;
color:#EDF3FF;
}
.abiband_jed .abish_link_jed{
border-color:#EDF3FF;
color:#EDF3FF;
}
.abiband_jed .abish_link_btn_jed{
background:#58B8FF;
color:#0A1020;
}
.abish_rule_jed{
margin:-2px 0 18px;
background:rgba(14,23,36,0.14);
height:1px;
}
.abiband_jed .abish_rule_jed{
background:rgba(180,210,255,0.14);
}
.abihero_jed{
padding:2rem 0 8px;
}
@media(min-width:769px){
.abihero_jed{
padding:56px 0 1.5rem;
}
}
.abihero_in_jed{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:897px){
.abihero_in_jed{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.abihero_copy_jed{
min-width:0;
}
.abihero_eyebrow_jed{
gap:0.625rem;
display:inline-flex;
margin-bottom:22px;
align-items:center;
}
.abihero_eyebrow_line_jed{
background:#1E7FD8;
flex:0 0 auto;
height:1px;
display:inline-block;
width:1.75rem;
}
.abihero_h1_jed{
letter-spacing:-.01em;
overflow-wrap:break-word;
line-height:1.04;
margin-bottom:20px;
font-weight:600;
font-size:2.375rem;
color:#0E1724;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.abihero_h1_jed{
font-size:3.375rem;
}
}
@media(min-width:1099px){
.abihero_h1_jed{
font-size:3.875rem;
}
}
.abihero_h1_jed em{
color:#1E7FD8;
font-style:normal;
}
.abihero_sub_jed{
font-size:16px;
color:#6B80A0;
max-width:480px;
line-height:1.6;
margin-bottom:1.875rem;
}
@media(min-width:769px){
.abihero_sub_jed{
font-size:18px;
}
}
.abihero_actions_jed{
gap:14px;
display:flex;
align-items:center;
flex-wrap:wrap;
margin-bottom:34px;
}
.abihero_cta_jed{
gap:10px;
border-radius:62.438rem;
transition:background-color .22s ease;
background:#0E1724;
padding:16px 30px;
font-size:15px;
color:#EDF3FF;
font-weight:700;
display:inline-flex;
align-items:center;
}
.abihero_cta_jed:hover{
background:#1A2E4A;
}
.abihero_cta_ic_jed{
align-items:center;
display:inline-flex;
}
.abihero_cta_ic_jed svg{
width:16px;
height:16px;
}
.abihero_cta_alt_jed{
border:1px solid rgba(14,23,36,0.14);
transition:border-color .22s ease,color .22s ease;
background:transparent;
border-radius:999px;
padding:15px 1.625rem;
font-weight:600;
color:#0E1724;
display:inline-flex;
font-size:15px;
align-items:center;
}
.abihero_cta_alt_jed:hover{
border-color:#1E7FD8;
color:#1E7FD8;
}
.abihero_trust_jed{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.abihero_trust_item_jed{
gap:0.563rem;
align-items:center;
color:#253347;
font-size:0.813rem;
font-weight:600;
display:flex;
}
.abihero_trust_ic_jed{
color:#1E7FD8;
display:inline-flex;
align-items:center;
}
.abihero_trust_ic_jed svg{
width:1rem;
height:16px;
}
.abihero_promo_jed{
overflow:hidden;
border-radius:1.25rem;
background:#FFFFFF;
display:flex;
box-shadow:0 0.75rem 3rem rgba(14,23,36,0.14), 0 3px 0.625rem rgba(14,23,36,0.08);
min-height:18.75rem;
position:relative;
}
.abihero_promo_bg_jed{
inset:0;
background-position:center;
background-size:cover;
position:absolute;
}
.abihero_promo_bg_jed::after{
background:linear-gradient(120deg,#101A2E 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.abihero_promo_glow_jed{
background:radial-gradient(circle,rgba(56,139,255,0.18) 0%,transparent 65%);
border-radius:50%;
top:-40px;
height:260px;
right:-1.25rem;
width:16.25rem;
position:absolute;
pointer-events:none;
}
.abihero_promo_ct_jed{
padding:1.75rem;
align-self:flex-end;
position:relative;
max-width:88%;
z-index:2;
}
.abihero_promo_label_jed{
display:block;
margin-bottom:0.5rem;
color:#58B8FF;
font-weight:700;
letter-spacing:.25em;
font-size:10px;
text-transform:uppercase;
}
.abihero_promo_amount_jed{
color:#EDF3FF;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
line-height:1.05;
}
@media(min-width:769px){
.abihero_promo_amount_jed{
font-size:2.5rem;
}
}
.abihero_promo_amount_jed em{
color:#58B8FF;
font-style:normal;
}
.abihero_rating_jed{
gap:10px;
border-radius:14px;
padding:10px 14px;
background:#FFFFFF;
border:1px solid rgba(14,23,36,0.08);
align-items:center;
max-width:min(260px,62%);
box-shadow:0 2px 0.375rem rgba(14,23,36,0.07), 0 0.5rem 20px rgba(14,23,36,0.06);
position:absolute;
top:0.875rem;
display:flex;
right:14px;
z-index:3;
}
.abihero_rating_score_jed{
flex:0 0 auto;
color:#0E1724;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:24px;
}
.abihero_rating_txt_jed{
flex:1 1 auto;
min-width:0;
}
.abihero_rating_stars_jed{
gap:2px;
display:flex;
color:#1E7FD8;
}
.abihero_rating_stars_jed svg{
height:12px;
width:12px;
}
.abihero_rating_cap_jed{
overflow-wrap:break-word;
line-height:1.35;
color:#4D6480;
display:block;
font-size:11px;
margin-top:3px;
}
.abistat_jed{
margin-top:16px;
border-bottom:1px solid rgba(14,23,36,0.14);
border-top:1px solid rgba(14,23,36,0.14);
}
.abistat_in_jed{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.abistat_in_jed{
grid-template-columns:repeat(4,1fr);
}
}
.abistat_item_jed{
padding:1.375rem 14px;
border-right:1px solid rgba(14,23,36,0.08);
min-width:0;
border-bottom:1px solid rgba(14,23,36,0.08);
}
.abistat_item_jed:nth-child(2n){
border-right:0;
}
.abistat_item_jed:nth-child(n+3){
border-bottom:0;
}
@media(min-width:768px){
.abistat_item_jed{
border-bottom:0;
}
.abistat_item_jed:nth-child(2n){
border-right:1px solid rgba(14,23,36,0.08);
}
.abistat_item_jed:nth-child(4n){
border-right:0;
}
}
.abistat_value_jed{
color:#0E1724;
font-weight:700;
line-height:1;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.875rem;
}
@media(min-width:766px){
.abistat_value_jed{
font-size:34px;
}
}
.abistat_label_jed{
color:#4D6480;
line-height:1.4;
font-size:13px;
margin-top:0.375rem;
overflow-wrap:break-word;
}
.abigf_jed{
padding:1.5rem 0 0.375rem;
}
.abigf_in_jed{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.abigf_chip_jed{
border-radius:62.438rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding:0.625rem 1.125rem;
background:#FFFFFF;
border:1px solid rgba(14,23,36,0.14);
font-weight:600;
color:#253347;
white-space:nowrap;
font-size:0.813rem;
}
.abigf_chip_jed:hover{
border-color:#1E7FD8;
color:#1E7FD8;
}
.abigf_chip_jed.abistate_active_jed{
background:#0E1724;
border-color:transparent;
color:#EDF3FF;
}
.abigrow_jed{
padding:1.625rem 0 10px;
}
.abirow_seo_jed{
margin:0.625rem 0 0;
line-height:1.65;
color:#6B80A0;
font-size:14px;
max-width:760px;
overflow-wrap:break-word;
}
.abirow_seo_jed strong{
font-weight:700;
color:#0E1724;
}
.abijp_jed{
padding:1.875rem 0 0.625rem;
}
.abijp_grid_jed{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:768px){
.abijp_grid_jed{
grid-template-columns:1fr 1fr;
}
.abijp_card_mega_jed{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.abijp_grid_jed{
grid-template-columns:1.4fr 1fr 1fr;
}
.abijp_card_mega_jed{
grid-column:auto;
}
}
.abijp_card_jed{
border-radius:1.25rem;
padding:26px;
background:#FFFFFF;
gap:0.75rem;
border:1px solid rgba(14,23,36,0.08);
overflow:hidden;
flex-direction:column;
position:relative;
justify-content:space-between;
display:flex;
min-width:0;
min-height:12.5rem;
}
.abijp_card_mega_jed{
border-color:transparent;
background:linear-gradient(135deg,#122040,#080E1A);
color:#EDF3FF;
min-height:210px;
}
.abijp_glow_jed{
border-radius:50%;
background:radial-gradient(circle,rgba(56,139,255,0.18),transparent 70%);
top:-2.5rem;
pointer-events:none;
width:200px;
right:-40px;
height:200px;
position:absolute;
}
.abijp_label_jed{
gap:10px;
flex-wrap:wrap;
position:relative;
color:#1E7FD8;
text-transform:uppercase;
letter-spacing:.16em;
align-items:center;
font-size:10px;
font-weight:700;
justify-content:space-between;
display:flex;
}
.abijp_card_mega_jed .abijp_label_jed{
color:#58B8FF;
}
.abijp_drop_jed{
color:#4D6480;
font-weight:600;
letter-spacing:.04em;
text-transform:none;
}
.abijp_card_mega_jed .abijp_drop_jed{
color:#8AAACF;
}
.abijp_amount_jed{
font-weight:700;
position:relative;
color:#0E1724;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-size:38px;
}
.abijp_card_mega_jed .abijp_amount_jed{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#58B8FF;
}
@media(min-width:769px){
.abijp_card_mega_jed .abijp_amount_jed{
font-size:3.375rem;
}
}
.abijp_game_jed{
font-size:0.813rem;
color:#4D6480;
position:relative;
}
.abijp_card_mega_jed .abijp_game_jed{
color:#8AAACF;
}
.abijp_cta_jed{
align-self:flex-start;
position:relative;
}
.abijp_card_mega_jed .abijp_cta_jed{
padding:0.625rem 1.25rem;
background:#58B8FF;
transition:opacity .22s ease;
border-radius:999px;
font-size:13px;
color:#0A1020;
font-weight:700;
}
.abijp_card_mega_jed .abijp_cta_jed:hover{
opacity:.9;
}
.abijp_card_jed:not(.abijp_card_mega_jed) .abijp_cta_jed{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
padding-bottom:2px;
color:#0E1724;
border-bottom:1px solid #0E1724;
font-size:13px;
}
.abijp_card_jed:not(.abijp_card_mega_jed) .abijp_cta_jed:hover{
border-color:#1E7FD8;
color:#1E7FD8;
}
.abijp_seo_jed{
margin:0.875rem 0 0;
max-width:47.5rem;
line-height:1.65;
color:#6B80A0;
font-size:14px;
overflow-wrap:break-word;
}
.abijp_seo_jed strong{
color:#0E1724;
font-weight:700;
}
.abipr_jed{
padding:1.875rem 0 0.375rem;
}
.abipr_card_jed{
gap:10px;
overflow:hidden;
flex:0 0 auto;
border:1px solid rgba(14,23,36,0.08);
border-radius:1.25rem;
background:#FFFFFF;
padding:26px;
display:flex;
flex-direction:column;
width:17.5rem;
min-height:200px;
position:relative;
}
@media(min-width:765px){
.abipr_card_jed{
width:18.75rem;
}
}
.abipr_card_feat_jed{
background:linear-gradient(150deg,#122040,#080E1A);
border-color:transparent;
color:#EDF3FF;
}
.abipr_glow_jed{
border-radius:50%;
background:radial-gradient(circle,rgba(56,139,255,0.18),transparent 70%);
right:-30px;
pointer-events:none;
position:absolute;
height:130px;
top:-1.875rem;
opacity:0;
width:8.125rem;
}
.abipr_card_feat_jed .abipr_glow_jed{
opacity:1;
}
.abipr_label_jed{
position:relative;
letter-spacing:.16em;
color:#1E7FD8;
text-transform:uppercase;
font-weight:700;
font-size:10px;
}
.abipr_card_feat_jed .abipr_label_jed{
color:#58B8FF;
}
.abipr_amount_jed{
overflow-wrap:break-word;
color:#0E1724;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
line-height:1.08;
position:relative;
font-weight:600;
}
.abipr_card_feat_jed .abipr_amount_jed{
color:#EDF3FF;
}
.abipr_amount_jed em{
color:#1E7FD8;
font-style:normal;
}
.abipr_card_feat_jed .abipr_amount_jed em{
color:#58B8FF;
}
.abipr_terms_jed{
line-height:1.5;
font-size:0.813rem;
color:#4D6480;
position:relative;
}
.abipr_card_feat_jed .abipr_terms_jed{
color:#8AAACF;
}
.abipr_cta_jed{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.abipr_card_feat_jed .abipr_cta_jed{
border-radius:999px;
transition:opacity .22s ease;
background:#58B8FF;
padding:9px 1.125rem;
font-weight:700;
color:#0A1020;
font-size:13px;
}
.abipr_card_feat_jed .abipr_cta_jed:hover{
opacity:.9;
}
.abipr_card_jed:not(.abipr_card_feat_jed) .abipr_cta_jed{
transition:color .22s ease,border-color .22s ease;
color:#0E1724;
border-bottom:1px solid #0E1724;
padding-bottom:2px;
font-weight:700;
font-size:13px;
}
.abipr_card_jed:not(.abipr_card_feat_jed) .abipr_cta_jed:hover{
border-color:#1E7FD8;
color:#1E7FD8;
}
.abigrow_jed{
padding:1.625rem 0 0.625rem;
}
.abirow_seo_jed{
margin:10px 0 0;
max-width:760px;
overflow-wrap:break-word;
line-height:1.65;
color:#6B80A0;
font-size:0.875rem;
}
.abirow_seo_jed strong{
color:#0E1724;
font-weight:700;
}
.abigrow_jed{
padding:1.625rem 0 10px;
}
.abirow_seo_jed{
margin:10px 0 0;
color:#6B80A0;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
max-width:760px;
}
.abirow_seo_jed strong{
font-weight:700;
color:#0E1724;
}
.abitrn_jed{
padding:30px 0 10px;
}
.abitrn_in_jed{
overflow:hidden;
grid-template-columns:1fr;
background:#FFFFFF;
border-radius:20px;
border:1px solid rgba(14,23,36,0.08);
display:grid;
}
@media(min-width:882px){
.abitrn_in_jed{
grid-template-columns:1.05fr 1fr;
}
}
.abitrn_banner_jed{
overflow:hidden;
background:linear-gradient(150deg,#122040,#080E1A);
padding:2.125rem;
color:#EDF3FF;
position:relative;
}
.abitrn_glow_jed{
background:radial-gradient(circle,rgba(56,139,255,0.18),transparent 70%);
border-radius:50%;
height:12.5rem;
bottom:-2.5rem;
position:absolute;
pointer-events:none;
right:-2.5rem;
width:200px;
}
.abitrn_eyebrow_jed{
position:relative;
margin-bottom:14px;
}
.abitrn_h2_jed{
font-size:1.875rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:12px;
color:#EDF3FF;
overflow-wrap:break-word;
line-height:1.06;
position:relative;
}
@media(min-width:769px){
.abitrn_h2_jed{
font-size:2.25rem;
}
}
.abitrn_text_jed{
line-height:1.6;
margin-bottom:22px;
color:#8AAACF;
position:relative;
font-size:14px;
max-width:420px;
}
.abitrn_timer_jed{
gap:8px;
margin-bottom:24px;
flex-wrap:wrap;
position:relative;
display:flex;
align-items:center;
}
.abitrn_timer_cap_jed{
color:#8AAACF;
font-size:11px;
}
.abitrn_timer_box_jed{
background:rgba(220,232,255,0.08);
border-radius:0.5rem;
padding:4px 0.75rem;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF3FF;
font-size:24px;
}
.abitrn_cta_jed{
padding:0.813rem 1.625rem;
background:#58B8FF;
transition:opacity .22s ease;
border-radius:999px;
display:inline-block;
font-weight:700;
position:relative;
color:#0A1020;
font-size:14px;
}
.abitrn_cta_jed:hover{
opacity:.9;
}
.abitrn_lb_jed{
padding:26px 1.75rem;
}
.abitrn_lb_head_jed{
gap:0.625rem;
margin-bottom:12px;
justify-content:space-between;
display:flex;
align-items:center;
}
.abitrn_lb_title_jed{
font-weight:600;
color:#0E1724;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.25rem;
}
.abitrn_lb_upd_jed{
font-size:0.688rem;
letter-spacing:.08em;
text-transform:uppercase;
color:#4D6480;
}
.abitrn_lb_row_jed{
gap:14px;
padding:11px 0.75rem;
border-radius:0.5rem;
display:flex;
align-items:center;
}
.abitrn_lb_row_jed:nth-child(2){
background:rgba(30,127,216,0.10);
}
.abitrn_lb_rank_jed{
flex:0 0 auto;
font-weight:700;
color:#1E7FD8;
font-size:16px;
width:1.375rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.abitrn_lb_av_jed{
background:linear-gradient(135deg,#1E7FD8,#55AEFF);
flex:0 0 auto;
border-radius:50%;
width:1.875rem;
height:30px;
}
.abitrn_lb_name_jed{
overflow:hidden;
flex:1 1 auto;
font-weight:600;
color:#0E1724;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.875rem;
min-width:0;
}
.abitrn_lb_amount_jed{
flex:0 0 auto;
font-weight:700;
font-size:13px;
color:#0E1724;
}
.abigm_jed{
padding:1.875rem 0 0.625rem;
}
.abigm_in_jed{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:882px){
.abigm_in_jed{
grid-template-columns:1.25fr 1fr;
}
}
.abigm_left_jed{
padding:32px;
border:1px solid rgba(14,23,36,0.08);
border-radius:20px;
background:#FFFFFF;
min-width:0;
}
.abigm_eyebrow_jed{
margin-bottom:10px;
}
.abigm_h2_jed{
font-weight:600;
margin-bottom:8px;
color:#0E1724;
font-size:26px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.06;
}
@media(min-width:771px){
.abigm_h2_jed{
font-size:28px;
}
}
.abigm_text_jed{
font-size:0.875rem;
line-height:1.6;
margin-bottom:1.375rem;
color:#6B80A0;
max-width:480px;
}
.abigm_level_jed{
color:#1E7FD8;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
font-weight:700;
margin-bottom:0.5rem;
}
.abigm_bar_jed{
overflow:hidden;
background:rgba(14,23,36,0.14);
border-radius:999px;
height:0.5rem;
margin-bottom:0.375rem;
}
.abigm_bar_fill_jed{
background:linear-gradient(90deg,#1E7FD8,#55AEFF);
border-radius:62.438rem;
height:100%;
}
.abigm_bar_meta_jed{
gap:10px;
margin-bottom:1.125rem;
font-size:0.688rem;
justify-content:space-between;
color:#4D6480;
display:flex;
}
.abigm_missions_jed{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.abigm_mission_jed{
border-radius:62.438rem;
padding:0.563rem 15px;
background:#F2F5F9;
gap:7px;
border:1px solid rgba(14,23,36,0.14);
align-items:center;
color:#253347;
display:inline-flex;
font-size:0.781rem;
font-weight:600;
}
.abigm_mission_ic_jed{
align-items:center;
color:#1E7FD8;
display:inline-flex;
}
.abigm_mission_ic_jed svg{
height:0.813rem;
width:0.813rem;
}
.abigm_right_jed{
background:linear-gradient(150deg,#122040,#080E1A);
overflow:hidden;
padding:2rem;
border-radius:1.25rem;
flex-direction:column;
color:#EDF3FF;
position:relative;
display:flex;
}
.abigm_glow_jed{
border-radius:50%;
background:radial-gradient(circle,rgba(56,139,255,0.18),transparent 70%);
width:9.375rem;
height:9.375rem;
top:-30px;
right:-30px;
pointer-events:none;
position:absolute;
}
.abigm_ref_eyebrow_jed{
position:relative;
margin-bottom:10px;
}
.abigm_ref_h2_jed{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:8px;
color:#EDF3FF;
line-height:1.1;
font-weight:600;
position:relative;
font-size:26px;
}
.abigm_ref_text_jed{
position:relative;
margin-bottom:20px;
color:#8AAACF;
font-size:13.5px;
line-height:1.55;
}
.abigm_ref_cta_jed{
transition:opacity .22s ease;
border-radius:999px;
background:#58B8FF;
padding:0.688rem 1.375rem;
font-weight:700;
align-self:flex-start;
margin-top:auto;
font-size:0.844rem;
position:relative;
color:#0A1020;
}
.abigm_ref_cta_jed:hover{
opacity:.9;
}
.abiapp_jed{
padding:1.875rem 0 0.625rem;
}
.abiapp_in_jed{
border-radius:20px;
background:#FFFFFF;
gap:28px;
padding:32px;
border:1px solid rgba(14,23,36,0.08);
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.abiapp_in_jed{
gap:2.5rem;
padding:40px 2.75rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.abiapp_copy_jed{
min-width:0;
max-width:35rem;
}
.abiapp_eyebrow_jed{
margin-bottom:0.75rem;
}
.abiapp_h2_jed{
color:#0E1724;
font-weight:600;
margin-bottom:12px;
line-height:1.05;
font-size:1.75rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:767px){
.abiapp_h2_jed{
font-size:2.125rem;
}
}
.abiapp_text_jed{
color:#6B80A0;
line-height:1.6;
margin-bottom:1.375rem;
font-size:14px;
}
.abiapp_btns_jed{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.abiapp_btn_jed{
background:#0E1724;
transition:background-color .22s ease;
gap:0.625rem;
padding:0.688rem 1.25rem;
border-radius:0.875rem;
display:inline-flex;
color:#EDF3FF;
align-items:center;
}
.abiapp_btn_jed:hover{
background:#1A2E4A;
}
.abiapp_btn_ic_jed{
align-items:center;
display:inline-flex;
}
.abiapp_btn_ic_jed svg{
height:18px;
width:1.125rem;
}
.abiapp_btn_lb_jed{
font-size:13.5px;
font-weight:700;
}
.abiapp_qr_wrap_jed{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.abiapp_qr_jed{
flex:0 0 auto;
border-radius:0.875rem;
background-color:#0E1724;
height:6.75rem;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 0.313rem 0.688rem);
}
.abiapp_qr_cap_jed{
line-height:1.4;
color:#4D6480;
font-size:0.781rem;
max-width:5.75rem;
}
.abivip_jed{
padding:3rem 0;
}
@media(min-width:769px){
.abivip_jed{
padding:64px 0;
}
}
.abivip_head_jed{
gap:14px;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:883px){
.abivip_head_jed{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.abivip_eyebrow_jed{
margin-bottom:0.75rem;
}
.abivip_h2_jed{
color:#EDF3FF;
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.abivip_h2_jed{
font-size:2.5rem;
}
}
.abivip_intro_jed{
line-height:1.6;
font-size:14px;
max-width:26.25rem;
color:#8AAACF;
}
.abivip_grid_jed{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.abivip_card_jed{
border:1px solid rgba(180,210,255,0.14);
padding:22px 1.125rem;
border-radius:0.875rem;
min-width:0;
}
.abivip_card_feat_jed{
background:rgba(220,232,255,0.08);
border-color:#58B8FF;
}
.abivip_card_ic_jed{
background:linear-gradient(135deg,#1E7FD8,#55AEFF);
border-radius:8px;
margin-bottom:16px;
height:2.125rem;
display:block;
width:2.125rem;
}
.abivip_name_jed{
margin-bottom:6px;
font-size:1.25rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF3FF;
}
.abivip_perk_jed{
color:#8AAACF;
font-size:12.5px;
line-height:1.5;
overflow-wrap:break-word;
}
.abiwy_jed{
padding:48px 0;
}
@media(min-width:767px){
.abiwy_jed{
padding:56px 0;
}
}
.abiwy_in_jed{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:900px){
.abiwy_in_jed{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.abiwy_left_jed{
min-width:0;
}
.abiwy_eyebrow_jed{
margin-bottom:0.875rem;
}
.abiwy_h2_jed{
font-size:2rem;
color:#0E1724;
font-weight:600;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:16px;
overflow-wrap:break-word;
}
@media(min-width:771px){
.abiwy_h2_jed{
font-size:2.5rem;
}
}
.abiwy_intro_jed{
line-height:1.6;
font-size:15px;
color:#6B80A0;
}
.abiwy_grid_jed{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.abiwy_grid_jed{
grid-template-columns:1fr 1fr;
}
}
.abiwy_card_jed{
border-radius:0.875rem;
background:#FFFFFF;
padding:1.625rem;
border:1px solid rgba(14,23,36,0.08);
min-width:0;
}
.abiwy_card_ic_jed{
color:#1E7FD8;
display:inline-flex;
align-items:center;
justify-content:center;
margin-bottom:1rem;
}
.abiwy_card_ic_jed svg{
width:26px;
height:1.625rem;
}
.abiwy_card_h_jed{
overflow-wrap:break-word;
line-height:1.15;
font-size:1.313rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0E1724;
margin-bottom:0.5rem;
font-weight:600;
}
.abiwy_card_p_jed{
line-height:1.55;
color:#6B80A0;
font-size:0.875rem;
overflow-wrap:break-word;
}
.abihts_jed{
padding:48px 0;
}
@media(min-width:767px){
.abihts_jed{
padding:62px 0;
}
}
.abihts_head_jed{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:34px;
}
@media(min-width:767px){
.abihts_head_jed{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.abihts_eyebrow_jed{
margin-bottom:12px;
}
.abihts_h2_jed{
overflow-wrap:break-word;
color:#EDF3FF;
font-size:1.875rem;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:769px){
.abihts_h2_jed{
font-size:2.375rem;
}
}
.abihts_cta_jed{
background:#58B8FF;
border-radius:999px;
padding:15px 30px;
flex:0 0 auto;
transition:opacity .22s ease;
font-size:0.938rem;
font-weight:700;
color:#0A1020;
}
.abihts_cta_jed:hover{
opacity:.9;
}
.abihts_grid_jed{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.abihts_grid_jed{
grid-template-columns:repeat(3,1fr);
}
}
.abihts_step_jed{
min-width:0;
padding-top:22px;
border-top:1px solid rgba(180,210,255,0.14);
}
.abihts_step_num_jed{
margin-bottom:14px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-size:44px;
color:#58B8FF;
font-weight:700;
}
.abihts_step_h_jed{
font-weight:700;
margin-bottom:0.5rem;
line-height:1.2;
overflow-wrap:break-word;
font-size:19px;
color:#EDF3FF;
}
.abihts_step_p_jed{
font-size:0.875rem;
overflow-wrap:break-word;
color:#8AAACF;
line-height:1.55;
}
.abirv_jed{
background:#FFFFFF;
padding:48px 0;
border-top:1px solid rgba(14,23,36,0.08);
margin-top:24px;
border-bottom:1px solid rgba(14,23,36,0.08);
}
@media(min-width:771px){
.abirv_jed{
padding:3.5rem 0;
}
}
.abirv_head_jed{
gap:16px;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:769px){
.abirv_head_jed{
gap:20px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.abirv_eyebrow_jed{
margin-bottom:0.625rem;
}
.abirv_h2_jed{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0E1724;
font-size:1.875rem;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:770px){
.abirv_h2_jed{
font-size:38px;
}
}
.abirv_agg_jed{
gap:0.75rem;
align-items:center;
display:flex;
}
.abirv_agg_stars_jed{
gap:3px;
color:#1E7FD8;
display:flex;
}
.abirv_agg_stars_jed svg{
width:18px;
height:1.125rem;
}
.abirv_source_jed{
font-size:13px;
color:#6B80A0;
}
.abirv_grid_jed{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.abirv_grid_jed{
grid-template-columns:repeat(3,1fr);
}
}
.abirv_card_jed{
border:1px solid rgba(14,23,36,0.08);
padding:1.625rem;
border-radius:14px;
background:#F2F5F9;
min-width:0;
}
.abirv_card_stars_jed{
gap:2px;
color:#1E7FD8;
margin-bottom:12px;
display:flex;
}
.abirv_card_stars_jed svg{
height:0.875rem;
width:0.875rem;
}
.abirv_card_body_jed{
font-weight:500;
font-size:18px;
color:#0E1724;
line-height:1.45;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:16px;
overflow-wrap:break-word;
}
.abirv_card_meta_jed{
gap:10px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.abirv_card_av_jed{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#1E7FD8,#55AEFF);
height:32px;
width:32px;
}
.abirv_card_author_jed{
font-size:13px;
font-weight:700;
color:#0E1724;
}
.abirv_card_loc_jed{
color:#4D6480;
font-size:12px;
}
.abiprov_jed{
padding:2.5rem 0 20px;
}
.abiprov_eyebrow_jed{
display:block;
margin-bottom:1.125rem;
}
.abiprov_grid_jed{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.abiprov_grid_jed{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.abiprov_grid_jed{
grid-template-columns:repeat(6,1fr);
}
}
.abirc_jed{
padding:48px 0 0.625rem;
}
.abirc_in_jed{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.abirc_in_jed{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.abirc_col_jed{
min-width:0;
}
.abirc_label_jed{
margin-bottom:1rem;
font-weight:600;
letter-spacing:.2em;
font-size:11px;
text-transform:uppercase;
color:#1E7FD8;
}
.abirc_awards_jed{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.abirc_award_jed{
gap:0.75rem;
align-items:center;
min-width:0;
display:flex;
}
.abirc_award_ic_jed{
flex:0 0 auto;
color:#55AEFF;
align-items:center;
display:inline-flex;
}
.abirc_award_ic_jed svg{
height:18px;
width:18px;
}
.abirc_award_t_jed{
color:#0E1724;
font-weight:700;
font-size:0.875rem;
overflow-wrap:break-word;
}
.abirc_award_s_jed{
font-size:12px;
overflow-wrap:break-word;
color:#4D6480;
}
.abirc_press_jed{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.abirc_press_logo_jed{
padding:0 0.5rem;
border:1px solid rgba(14,23,36,0.08);
border-radius:0.5rem;
overflow:hidden;
align-items:center;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
justify-content:center;
font-size:14px;
text-overflow:ellipsis;
height:52px;
color:#6B80A0;
display:flex;
text-align:center;
white-space:nowrap;
font-weight:700;
}
.abirc_partner_jed{
border:1px solid rgba(14,23,36,0.08);
background:#FFFFFF;
padding:22px;
border-radius:14px;
}
.abirc_partner_name_jed{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.375rem;
overflow-wrap:break-word;
font-weight:600;
color:#0E1724;
font-size:1.25rem;
}
.abirc_partner_text_jed{
font-size:13px;
overflow-wrap:break-word;
color:#6B80A0;
line-height:1.55;
}
.abits_jed{
padding:2.75rem 0;
}
.abits_in_jed{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:881px){
.abits_in_jed{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.abits_left_jed{
min-width:0;
}
.abits_h2_jed{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:26px;
color:#EDF3FF;
margin-bottom:12px;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.abits_h2_jed{
font-size:28px;
}
}
.abits_text_jed{
font-size:14.5px;
color:#8AAACF;
max-width:520px;
line-height:1.6;
margin-bottom:22px;
}
.abits_badges_jed{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.abits_badge_jed{
font-weight:600;
color:#8AAACF;
font-size:0.813rem;
}
.abits_pay_jed{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:877px){
.abits_pay_jed{
justify-content:flex-end;
}
}
.abits_pay_chip_jed{
border-radius:14px;
border:1px solid rgba(180,210,255,0.14);
background:rgba(220,232,255,0.08);
padding:12px 16px;
font-weight:700;
font-size:0.875rem;
color:#EDF3FF;
}
.abipmt_jed{
padding:48px 0 0.625rem;
}
.abipmt_in_jed{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:882px){
.abipmt_in_jed{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.abipmt_left_jed{
min-width:0;
}
.abipmt_eyebrow_jed{
margin-bottom:0.75rem;
}
.abipmt_h2_jed{
color:#0E1724;
line-height:1.06;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:12px;
overflow-wrap:break-word;
font-weight:600;
font-size:30px;
}
@media(min-width:771px){
.abipmt_h2_jed{
font-size:2rem;
}
}
.abipmt_text_jed{
line-height:1.6;
font-size:14.5px;
color:#6B80A0;
margin-bottom:22px;
}
.abipmt_logos_jed{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:481px){
.abipmt_logos_jed{
grid-template-columns:repeat(4,1fr);
}
}
.abipmt_logo_jed{
overflow:hidden;
background:#FFFFFF;
border-radius:0.5rem;
padding:0 8px;
border:1px solid rgba(14,23,36,0.08);
align-items:center;
font-weight:700;
text-align:center;
color:#253347;
white-space:nowrap;
font-size:0.781rem;
justify-content:center;
text-overflow:ellipsis;
height:50px;
display:flex;
}
.abipmt_table_jed{
border:1px solid rgba(14,23,36,0.08);
border-radius:0.875rem;
overflow:hidden;
min-width:0;
}
.abipmt_thead_jed{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#1A2233;
display:grid;
}
.abipmt_th_jed{
padding:13px 14px;
overflow:hidden;
color:#EDF3FF;
text-overflow:ellipsis;
letter-spacing:.08em;
white-space:nowrap;
text-transform:uppercase;
font-size:10px;
font-weight:700;
}
.abipmt_row_jed{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(14,23,36,0.08);
}
.abipmt_row_jed:nth-child(odd){
background:#FFFFFF;
}
.abipmt_td_jed{
padding:14px;
min-width:0;
color:#6B80A0;
font-size:0.844rem;
overflow-wrap:break-word;
}
.abipmt_row_jed .abipmt_td_jed:first-child{
font-weight:700;
color:#0E1724;
}
.abipmt_row_jed .abipmt_td_jed:last-child{
color:#1BA86A;
font-weight:700;
}
.abitt_jed{
padding:3rem 0 10px;
}
@media(min-width:767px){
.abitt_jed{
padding:3.75rem 0 10px;
}
}
.abitt_head_jed{
margin-bottom:34px;
text-align:center;
}
.abitt_eyebrow_jed{
margin-bottom:12px;
}
.abitt_h2_jed{
font-weight:600;
color:#0E1724;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
overflow-wrap:break-word;
}
@media(min-width:766px){
.abitt_h2_jed{
font-size:2.625rem;
}
}
.abitt_grid_jed{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.abitt_grid_jed{
grid-template-columns:repeat(3,1fr);
}
}
.abitt_card_jed{
background:#FFFFFF;
border-radius:14px;
padding:30px;
border:1px solid rgba(14,23,36,0.08);
display:flex;
flex-direction:column;
min-width:0;
}
.abitt_card_ic_jed{
margin-bottom:1.125rem;
align-items:center;
color:#1E7FD8;
display:inline-flex;
}
.abitt_card_ic_jed svg{
height:1.75rem;
width:1.75rem;
}
.abitt_card_h_jed{
overflow-wrap:break-word;
margin-bottom:0.5rem;
color:#0E1724;
font-size:22px;
font-weight:600;
line-height:1.15;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.abitt_card_p_jed{
color:#6B80A0;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.875rem;
margin-bottom:0.875rem;
}
.abitt_card_p_jed b{
font-weight:700;
color:#0E1724;
}
.abitt_card_link_jed{
transition:color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #1E7FD8;
margin-top:auto;
font-weight:700;
color:#0E1724;
font-size:0.813rem;
align-self:flex-start;
}
.abitt_card_link_jed:hover{
color:#1E7FD8;
}
.abiel_jed{
padding:3rem 0;
}
@media(min-width:770px){
.abiel_jed{
padding:56px 0;
}
}
.abiel_in_jed{
gap:40px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:899px){
.abiel_in_jed{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.abiel_left_jed{
min-width:0;
}
.abiel_eyebrow_jed{
margin-bottom:14px;
}
.abiel_h2_jed{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.375rem;
font-weight:600;
font-size:2rem;
line-height:1.08;
overflow-wrap:break-word;
color:#0E1724;
}
@media(min-width:770px){
.abiel_h2_jed{
font-size:38px;
}
}
.abiel_body_jed p{
margin-bottom:1.125rem;
color:#253347;
line-height:1.7;
font-size:1rem;
overflow-wrap:break-word;
}
.abiel_dropcap_jed{
padding:0.375rem 0.75rem 0 0;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:.8;
float:left;
color:#1E7FD8;
font-size:3.875rem;
font-weight:700;
}
.abiel_right_jed{
min-width:0;
}
.abiel_quote_jed{
border-radius:20px;
padding:2.25rem;
background:linear-gradient(150deg,#122040,#080E1A);
color:#EDF3FF;
position:relative;
margin-bottom:1.5rem;
}
.abiel_quote_mark_jed{
display:inline-flex;
margin-bottom:0.375rem;
color:#58B8FF;
align-items:center;
}
.abiel_quote_mark_jed svg{
width:2.125rem;
height:34px;
}
.abiel_quote_text_jed{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.4;
font-size:22px;
margin-bottom:22px;
overflow-wrap:break-word;
color:#EDF3FF;
font-weight:500;
}
.abiel_quote_meta_jed{
gap:12px;
display:flex;
align-items:center;
}
.abiel_quote_av_jed{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#1E7FD8,#55AEFF);
width:38px;
height:2.375rem;
}
.abiel_quote_author_jed{
font-weight:700;
font-size:0.875rem;
color:#EDF3FF;
}
.abiel_quote_meta_sub_jed{
font-size:0.75rem;
color:#8AAACF;
}
.abiel_explain_jed{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(14,23,36,0.08);
}
.abiel_explain_card_jed{
padding:1.375rem 24px;
}
.abiel_explain_card_jed+.abiel_explain_card_jed{
border-top:1px solid rgba(14,23,36,0.08);
}
.abiel_explain_h_jed{
line-height:1.15;
overflow-wrap:break-word;
color:#0E1724;
font-weight:600;
font-size:20px;
margin-bottom:0.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.abiel_explain_p_jed{
color:#6B80A0;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
}
.abilh_jed{
padding:2.5rem 0 1.25rem;
}
.abilh_in_jed{
padding-top:2.125rem;
border-top:1px solid rgba(14,23,36,0.14);
}
.abilh_eyebrow_jed{
margin-bottom:22px;
display:block;
}
.abilh_grid_jed{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:597px){
.abilh_grid_jed{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.abilh_grid_jed{
grid-template-columns:repeat(5,1fr);
}
}
.abilh_col_jed{
min-width:0;
}
.abilh_col_h_jed{
font-size:13px;
margin-bottom:12px;
color:#0E1724;
font-weight:700;
overflow-wrap:break-word;
}
.abilh_links_jed{
gap:8px;
flex-direction:column;
display:flex;
}
.abilh_link_jed{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.813rem;
color:#6B80A0;
}
.abilh_link_jed:hover{
color:#1E7FD8;
}
.abigd_jed{
padding:3rem 0 0.625rem;
}
.abigd_head_jed{
gap:14px;
display:flex;
margin-bottom:24px;
flex-direction:column;
}
@media(min-width:678px){
.abigd_head_jed{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.abigd_eyebrow_jed{
margin-bottom:0.625rem;
}
.abigd_h2_jed{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:1.75rem;
color:#0E1724;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:766px){
.abigd_h2_jed{
font-size:34px;
}
}
.abigd_more_jed{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #0E1724;
color:#0E1724;
font-size:13.5px;
font-weight:600;
padding-bottom:2px;
}
.abigd_more_jed:hover{
border-color:#1E7FD8;
color:#1E7FD8;
}
.abigd_grid_jed{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:722px){
.abigd_grid_jed{
grid-template-columns:repeat(3,1fr);
}
}
.abigd_card_jed{
background:#FFFFFF;
border:1px solid rgba(14,23,36,0.08);
overflow:hidden;
border-radius:14px;
min-width:0;
display:block;
}
.abigd_card_img_jed{
background:linear-gradient(140deg,#122040,#1E7FD8);
height:9.375rem;
}
.abigd_card_body_jed{
padding:22px;
}
.abigd_card_cat_jed{
color:#1E7FD8;
font-weight:600;
letter-spacing:.1em;
font-size:10px;
text-transform:uppercase;
}
.abigd_card_h_jed{
margin:8px 0 0.625rem;
font-weight:600;
color:#0E1724;
font-size:1.188rem;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.2;
}
.abigd_card_meta_jed{
color:#4D6480;
overflow-wrap:break-word;
font-size:0.75rem;
}
.abisc_jed{
padding:3rem 0 10px;
}
.abisc_head_jed{
text-align:center;
margin-bottom:28px;
}
.abisc_eyebrow_jed{
margin-bottom:0.75rem;
}
.abisc_h2_jed{
line-height:1.05;
font-size:30px;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0E1724;
}
@media(min-width:770px){
.abisc_h2_jed{
font-size:2.25rem;
}
}
.abisc_table_jed{
border-radius:0.875rem;
margin:0 auto;
overflow:hidden;
border:1px solid rgba(14,23,36,0.08);
max-width:900px;
}
.abisc_thead_jed{
grid-template-columns:1.6fr 1fr 1fr;
background:#1A2233;
display:grid;
}
.abisc_th_jed{
padding:15px 1.125rem;
overflow-wrap:break-word;
text-align:center;
color:#8AAACF;
font-size:13px;
font-weight:700;
}
.abisc_th_jed:first-child{
text-align:left;
}
.abisc_th_us_jed{
color:#58B8FF;
}
.abisc_row_jed{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(14,23,36,0.08);
display:grid;
}
.abisc_row_jed:nth-child(even){
background:#FFFFFF;
}
.abisc_td_jed{
padding:15px 1.125rem;
font-size:14px;
min-width:0;
color:#4D6480;
text-align:center;
overflow-wrap:break-word;
}
.abisc_td_jed:first-child{
color:#253347;
font-weight:600;
text-align:left;
}
.abisc_td_us_jed{
color:#1BA86A;
font-weight:700;
}
.abisg_jed{
padding:48px 0 0.625rem;
}
.abisg_eyebrow_jed{
margin-bottom:12px;
display:block;
}
.abisg_h2_jed{
color:#0E1724;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
font-weight:600;
margin-bottom:1.75rem;
overflow-wrap:break-word;
}
@media(min-width:770px){
.abisg_h2_jed{
font-size:36px;
}
}
.abisg_grid_jed{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.abisg_grid_jed{
grid-template-columns:repeat(3,1fr);
}
}
.abisg_col_jed{
min-width:0;
}
.abisg_col_h_jed{
color:#0E1724;
line-height:1.15;
font-size:22px;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.abisg_col_p_jed{
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
color:#6B80A0;
}
.abifaq_jed{
background:#FFFFFF;
padding:48px 0;
border-top:1px solid rgba(14,23,36,0.08);
border-bottom:1px solid rgba(14,23,36,0.08);
margin-top:24px;
}
@media(min-width:771px){
.abifaq_jed{
padding:62px 0;
}
}
.abifaq_head_jed{
text-align:center;
margin-bottom:34px;
}
.abifaq_eyebrow_jed{
margin-bottom:0.75rem;
}
.abifaq_h2_jed{
color:#0E1724;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
}
@media(min-width:769px){
.abifaq_h2_jed{
font-size:38px;
}
}
.abifaq_list_jed{
margin:0 auto;
gap:12px;
max-width:820px;
display:flex;
flex-direction:column;
}
.abifaq_item_jed{
overflow:hidden;
border:1px solid rgba(14,23,36,0.08);
background:#F2F5F9;
border-radius:14px;
}
.abifaq_q_jed{
gap:1.25rem;
list-style:none;
padding:1.25rem 1.5rem;
color:#0E1724;
display:flex;
font-weight:700;
cursor:pointer;
overflow-wrap:break-word;
font-size:16px;
align-items:center;
justify-content:space-between;
}
.abifaq_q_jed::-webkit-details-marker{
display:none;
}
.abifaq_q_ic_jed{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
display:inline-flex;
color:#1E7FD8;
}
.abifaq_q_ic_jed svg{
width:18px;
height:18px;
}
.abifaq_item_jed[open] .abifaq_q_ic_jed{
transform:rotate(180deg);
}
.abifaq_a_jed{
padding:0 24px 1.25rem;
line-height:1.6;
overflow-wrap:break-word;
font-size:14.5px;
color:#6B80A0;
}
.abisb_jed{
padding:48px 0;
background:#FFFFFF;
margin-top:24px;
border-top:1px solid rgba(14,23,36,0.08);
border-bottom:1px solid rgba(14,23,36,0.08);
}
@media(min-width:769px){
.abisb_jed{
padding:56px 0;
}
}
.abisb_eyebrow_jed{
display:block;
margin-bottom:0.75rem;
}
.abisb_h2_jed{
overflow-wrap:break-word;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:26px;
font-weight:600;
font-size:30px;
color:#0E1724;
}
@media(min-width:765px){
.abisb_h2_jed{
font-size:2.25rem;
}
}
.abisb_grid_jed{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.abisb_grid_jed{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.abisb_grid_jed{
grid-template-columns:repeat(4,1fr);
}
}
.abisb_card_jed{
border:1px solid rgba(14,23,36,0.08);
background:#F2F5F9;
border-radius:0.875rem;
padding:24px;
min-width:0;
}
.abisb_card_h_jed{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:19px;
overflow-wrap:break-word;
margin-bottom:8px;
color:#0E1724;
line-height:1.15;
}
.abisb_card_p_jed{
color:#6B80A0;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.844rem;
}
.abisb_rtp_jed{
border-radius:0.875rem;
background:#F2F5F9;
padding:1.625rem 1.75rem;
gap:1.5rem;
grid-template-columns:1fr;
border:1px solid rgba(14,23,36,0.08);
margin-top:1.125rem;
align-items:center;
display:grid;
}
@media(min-width:758px){
.abisb_rtp_jed{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.abisb_rtp_h_jed{
color:#0E1724;
margin-bottom:0.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.25rem;
font-weight:600;
line-height:1.15;
overflow-wrap:break-word;
}
.abisb_rtp_p_jed{
line-height:1.6;
overflow-wrap:break-word;
font-size:0.844rem;
color:#6B80A0;
}
.abisb_rtp_stats_jed{
gap:16px;
display:flex;
}
.abisb_stat_jed{
background:#FFFFFF;
padding:18px;
border-radius:8px;
flex:1 1 0;
min-width:0;
text-align:center;
}
.abisb_stat_v_jed{
font-size:26px;
color:#1BA86A;
overflow-wrap:break-word;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.abisb_stat_l_jed{
margin-top:0.25rem;
color:#4D6480;
font-size:0.719rem;
}
.abift_jed{
background:#1A2233;
margin-top:40px;
color:#8AAACF;
}
.abift_in_jed{
grid-template-columns:1fr;
padding:48px 0 1.75rem;
gap:32px;
display:grid;
}
@media(min-width:603px){
.abift_in_jed{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:900px){
.abift_in_jed{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.abift_brand_jed{
min-width:0;
}
.abift_logo_jed{
font-size:1.625rem;
font-weight:700;
color:#EDF3FF;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.abift_tagline_jed{
margin-top:0.875rem;
max-width:17.5rem;
color:#8AAACF;
font-size:13.5px;
line-height:1.6;
}
.abift_contact_jed{
transition:color .22s ease;
max-width:17.5rem;
display:inline-block;
font-size:0.813rem;
color:#58B8FF;
overflow-wrap:anywhere;
margin-top:12px;
}
.abift_contact_jed:hover{
color:#EDF3FF;
}
.abift_col_jed{
min-width:0;
}
.abift_col_h_jed{
color:#EDF3FF;
overflow-wrap:break-word;
margin-bottom:14px;
font-size:0.813rem;
letter-spacing:.08em;
font-weight:700;
text-transform:uppercase;
}
.abift_col_links_jed{
gap:10px;
flex-direction:column;
display:flex;
}
.abift_link_jed{
transition:color .22s ease;
color:#8AAACF;
font-size:0.844rem;
overflow-wrap:break-word;
}
.abift_link_jed:hover{
color:#EDF3FF;
}
.abift_bot_jed{
padding:22px 0 2.5rem;
gap:16px;
border-top:1px solid rgba(180,210,255,0.14);
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.abift_bot_jed{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.abift_legal_jed{
line-height:1.6;
color:#96AABF;
font-size:0.719rem;
max-width:760px;
overflow-wrap:break-word;
}
.abift_legal_jed b{
color:#8AAACF;
font-weight:700;
}
.abift_age_jed{
flex:0 0 auto;
padding:0.25rem 9px;
border:1.5px solid #58B8FF;
border-radius:8px;
font-size:0.813rem;
color:#58B8FF;
font-weight:700;
}