*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0D1117;
font-family:"IBM Plex Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
text-rendering:optimizeLegibility;
color:#C2CDE0;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
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{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.uae_layout-ffp{
min-height:100vh;
display:flex;
flex-direction:column;
}
.uae_main-ffp{
flex:1 1 auto;
width:100%;
min-width:0;
}
.uae_container-ffp{
margin:0 auto;
padding:0 1rem;
max-width:87.5rem;
width:100%;
}
@media(min-width:769px){
.uae_container-ffp{
padding:0 2rem;
}
}
@media(min-width:1099px){
.uae_container-ffp{
padding:0 3.5rem;
}
}
.uae_eyebrow-ffp{
font-family:"IBM Plex Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-block;
text-transform:uppercase;
overflow-wrap:break-word;
font-size:0.688rem;
color:#3A8FE8;
font-weight:600;
line-height:1.4;
letter-spacing:.2em;
}
.uae_band-ffp{
background:#0A1020;
color:#EDF2FA;
}
.uae_band-ffp .uae_eyebrow-ffp{
color:#60B8FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.uae_tb-ffp{
background:#0D1117;
z-index:50;
top:0;
border-bottom:1px solid rgba(180,210,255,0.13);
position:sticky;
}
.uae_tb_in-ffp{
margin:0 auto;
gap:1rem;
padding:0.75rem 1rem;
width:100%;
max-width:87.5rem;
align-items:center;
justify-content:space-between;
display:flex;
}
@media(min-width:770px){
.uae_tb_in-ffp{
padding:16px 32px;
}
}
@media(min-width:1101px){
.uae_tb_in-ffp{
padding:18px 3.5rem;
}
}
.uae_tb_left-ffp{
gap:28px;
min-width:0;
align-items:center;
display:flex;
}
.uae_tb_logo-ffp{
gap:0.688rem;
min-width:0;
align-items:center;
display:flex;
}
.uae_tb_logo_mark-ffp{
border-radius:0.5rem;
flex:0 0 auto;
width:34px;
height:34px;
object-fit:cover;
}
.uae_tb_logo_txt-ffp{
display:flex;
flex-direction:column;
min-width:0;
line-height:1;
}
.uae_tb_logo_name-ffp{
overflow:hidden;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
letter-spacing:.02em;
font-size:1.375rem;
font-weight:700;
color:#EDF2FA;
white-space:nowrap;
text-overflow:ellipsis;
}
.uae_tb_logo_sub-ffp{
overflow:hidden;
font-size:8.5px;
font-weight:600;
letter-spacing:.32em;
color:#3A8FE8;
white-space:nowrap;
margin-top:4px;
text-transform:uppercase;
text-overflow:ellipsis;
}
.uae_tb_nav-ffp{
display:none;
}
@media(min-width:962px){
.uae_tb_nav-ffp{
gap:28px;
align-items:center;
display:flex;
}
}
.uae_tb_nav_item-ffp{
transition:color .2s ease,border-color .2s ease;
color:#C2CDE0;
white-space:nowrap;
padding-bottom:3px;
font-size:0.875rem;
border-bottom:2px solid transparent;
font-weight:600;
}
.uae_tb_nav_item-ffp:hover{
color:#EDF2FA;
}
.uae_tb_nav_item-ffp.uae_state_active-ffp{
border-color:#3A8FE8;
color:#EDF2FA;
}
.uae_tb_right-ffp{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.uae_tb_search-ffp{
transition:color .2s ease;
justify-content:center;
display:flex;
color:#C2CDE0;
align-items:center;
}
.uae_tb_search-ffp:hover{
color:#3A8FE8;
}
.uae_tb_search-ffp svg{
width:1.125rem;
height:18px;
}
.uae_tb_lang-ffp{
text-transform:uppercase;
color:#8A9BB8;
font-size:0.688rem;
letter-spacing:.1em;
font-weight:600;
}
.uae_tb_lang-ffp:hover{
color:#EDF2FA;
}
.uae_tb_login-ffp{
font-weight:600;
font-size:14px;
color:#EDF2FA;
display:none;
}
@media(min-width:771px){
.uae_tb_login-ffp{
display:inline-block;
}
}
.uae_tb_register-ffp{
border-radius:999px;
padding:0.688rem 1.375rem;
transition:background-color .2s ease;
background:#3A8FE8;
font-weight:700;
color:#040C16;
font-size:0.875rem;
white-space:nowrap;
}
.uae_tb_register-ffp:hover{
background:#5AAAF5;
}
.uae_mob-ffp{
background:#0D1117;
bottom:0;
border-top:1px solid rgba(180,210,255,0.13);
left:0;
position:fixed;
right:0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
}
@media(min-width:960px){
.uae_mob-ffp{
display:none;
}
}
.uae_mob_in-ffp{
margin:0 auto;
max-width:35rem;
justify-content:space-around;
align-items:stretch;
display:flex;
}
.uae_mob_item-ffp{
gap:3px;
padding:0.563rem 4px;
transition:color .2s ease;
flex:1 1 0;
min-width:0;
align-items:center;
display:flex;
color:#8A9BB8;
flex-direction:column;
}
.uae_mob_item-ffp.uae_state_active-ffp{
color:#3A8FE8;
}
.uae_mob_ic-ffp{
justify-content:center;
align-items:center;
display:flex;
}
.uae_mob_ic-ffp svg{
height:1.25rem;
width:1.25rem;
}
.uae_mob_lb-ffp{
overflow:hidden;
font-weight:600;
max-width:100%;
font-size:10px;
text-overflow:ellipsis;
white-space:nowrap;
}
@media(max-width:957px){
body{
padding-bottom:60px;
}
}
.uae_rail-ffp{
min-width:0;
position:relative;
}
.uae_rail_scroll-ffp{
gap:14px;
display:flex;
padding-bottom:14px;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
}
@media(min-width:769px){
.uae_rail_scroll-ffp{
gap:1.125rem;
}
}
.uae_gc-ffp{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:765px){
.uae_gc-ffp{
width:188px;
}
}
.uae_gc_img-ffp{
background:#141B24;
overflow:hidden;
border-radius:0.875rem;
box-shadow:0 2px 0.5rem rgba(4,12,22,0.55), 0 0.5rem 1.5rem rgba(4,12,22,0.35);
padding-bottom:133.33%;
position:relative;
}
.uae_gc_img-ffp img{
inset:0;
height:100%;
position:absolute;
object-fit:cover;
width:100%;
}
.uae_gc_cover-ffp{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.uae_gc_hover-ffp{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .2s ease;
opacity:0;
position:absolute;
align-items:center;
justify-content:center;
display:flex;
}
.uae_gc-ffp:hover .uae_gc_hover-ffp{
opacity:1;
}
.uae_gc_hover_btn-ffp{
border-radius:999px;
background:#3A8FE8;
justify-content:center;
width:46px;
display:flex;
align-items:center;
height:2.875rem;
color:#040C16;
}
.uae_gc_hover_btn-ffp svg{
height:18px;
width:1.125rem;
}
.uae_gc_info-ffp{
gap:2px;
margin-top:0.563rem;
display:flex;
min-width:0;
flex-direction:column;
}
.uae_gc_name-ffp{
overflow:hidden;
font-weight:700;
color:#EDF2FA;
white-space:nowrap;
text-overflow:ellipsis;
font-size:13px;
}
.uae_gc_prov-ffp{
overflow:hidden;
font-size:11px;
color:#8A9BB8;
white-space:nowrap;
text-overflow:ellipsis;
}
.uae_gc_meta-ffp{
color:#8A9BB8;
font-size:11px;
}
.uae_tc-ffp{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:769px){
.uae_tc-ffp{
width:230px;
}
}
.uae_tc_img-ffp{
border-radius:14px;
background:#141B24;
overflow:hidden;
box-shadow:0 2px 0.5rem rgba(4,12,22,0.55), 0 0.5rem 1.5rem rgba(4,12,22,0.35);
padding-bottom:75%;
position:relative;
}
.uae_tc_img-ffp img{
inset:0;
height:100%;
position:absolute;
object-fit:cover;
width:100%;
}
.uae_tc_info-ffp{
gap:2px;
margin-top:0.563rem;
min-width:0;
display:flex;
flex-direction:column;
}
.uae_tc_name-ffp{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:14px;
color:#EDF2FA;
font-weight:700;
}
.uae_tc_rtp-ffp{
font-size:11px;
color:#8A9BB8;
}
.uae_lc-ffp{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:770px){
.uae_lc-ffp{
width:268px;
}
}
.uae_lc_img-ffp{
overflow:hidden;
background:#141B24;
border-radius:0.875rem;
box-shadow:0 2px 0.5rem rgba(4,12,22,0.55), 0 0.5rem 1.5rem rgba(4,12,22,0.35);
padding-bottom:62.5%;
position:relative;
}
.uae_lc_img-ffp img{
inset:0;
position:absolute;
height:100%;
object-fit:cover;
width:100%;
}
.uae_lc_live-ffp{
background:rgba(0,0,0,0.52);
border-radius:999px;
gap:0.438rem;
padding:4px 9px;
position:absolute;
top:0.75rem;
left:12px;
align-items:center;
display:flex;
}
.uae_lc_live_dot-ffp{
background:#E84040;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
height:0.5rem;
width:0.5rem;
}
.uae_lc_seats-ffp{
font-weight:600;
color:#EDF2FA;
font-size:0.625rem;
text-transform:uppercase;
letter-spacing:.08em;
}
.uae_lc_info-ffp{
gap:2px;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
display:flex;
}
.uae_lc_name-ffp{
overflow:hidden;
color:#EDF2FA;
white-space:nowrap;
font-size:0.938rem;
text-overflow:ellipsis;
font-weight:700;
}
.uae_lc_bet-ffp{
font-size:11px;
color:#8A9BB8;
}
.uae_pc-ffp{
padding:1rem 14px;
border-radius:14px;
gap:0.5rem;
border:1px solid rgba(180,210,255,0.07);
background:#141B24;
flex-direction:column;
align-items:center;
display:flex;
min-height:74px;
min-width:0;
justify-content:center;
}
.uae_pc_logo-ffp{
flex:0 0 auto;
object-fit:contain;
height:1.75rem;
width:auto;
max-width:100%;
}
.uae_pc_name-ffp{
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
font-size:11px;
color:#8A9BB8;
white-space:nowrap;
max-width:100%;
}
.uae_gc_tag-ffp{
border-radius:8px;
padding:3px 0.5rem;
display:inline-block;
position:absolute;
text-transform:uppercase;
font-weight:700;
left:0.625rem;
letter-spacing:.06em;
top:0.625rem;
z-index:2;
font-size:0.625rem;
}
.uae_gc_tag_hot-ffp{
background:#E84040;
color:#EDF2FA;
}
.uae_gc_tag_new-ffp{
background:#74C0FC;
color:#07121E;
}
.uae_gc_tag_jp-ffp{
background:#F0B429;
color:#07121E;
}
.uae_gc_tag_live-ffp{
background:#E84040;
color:#EDF2FA;
}
.uae_sh-ffp{
min-width:0;
margin-bottom:1.125rem;
}
.uae_sh_row-ffp{
gap:1rem;
align-items:flex-end;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.uae_sh_row-ffp .uae_sh_l-ffp{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.uae_sh_stack-ffp{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.uae_sh_center-ffp{
gap:0.625rem;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}
.uae_sh_h2-ffp{
color:#EDF2FA;
font-size:1.5rem;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
overflow-wrap:break-word;
}
@media(min-width:769px){
.uae_sh_h2-ffp{
font-size:30px;
}
}
.uae_band-ffp .uae_sh_h2-ffp{
color:#EDF2FA;
}
.uae_sh_eb_line-ffp{
gap:10px;
display:inline-flex;
align-items:center;
}
.uae_sh_eb_line-ffp::before{
background:#3A8FE8;
width:28px;
display:inline-block;
content:"";
height:1px;
}
.uae_band-ffp .uae_sh_eb_line-ffp::before{
background:#60B8FF;
}
.uae_sh_eb_dot-ffp{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.uae_sh_eb_dot-ffp::before{
background:#3A8FE8;
border-radius:50%;
width:6px;
display:inline-block;
content:"";
height:0.375rem;
}
.uae_band-ffp .uae_sh_eb_dot-ffp::before{
background:#60B8FF;
}
.uae_sh_link-ffp{
gap:0.375rem;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
padding-bottom:2px;
white-space:nowrap;
font-weight:600;
align-items:center;
display:inline-flex;
font-size:0.813rem;
color:#EDF2FA;
border-bottom:1px solid #EDF2FA;
}
.uae_sh_link-ffp:hover{
border-color:#3A8FE8;
color:#3A8FE8;
}
.uae_sh_link-ffp svg{
height:14px;
width:14px;
}
.uae_sh_link_chev-ffp{
border-bottom:0;
padding-bottom:0;
}
.uae_sh_link_btn-ffp{
background:#3A8FE8;
border-radius:62.438rem;
padding:9px 1.125rem;
color:#040C16;
border-bottom:0;
}
.uae_sh_link_btn-ffp:hover{
background:#5AAAF5;
border-color:transparent;
color:#040C16;
}
.uae_band-ffp .uae_sh_link-ffp{
border-color:#EDF2FA;
color:#EDF2FA;
}
.uae_band-ffp .uae_sh_link_btn-ffp{
background:#60B8FF;
color:#07121E;
}
.uae_sh_rule-ffp{
margin:-2px 0 1.125rem;
background:rgba(180,210,255,0.13);
height:1px;
}
.uae_band-ffp .uae_sh_rule-ffp{
background:rgba(210,230,255,0.13);
}
.uae_hero-ffp{
padding:32px 0 0.5rem;
}
@media(min-width:771px){
.uae_hero-ffp{
padding:3.5rem 0 1.5rem;
}
}
.uae_hero_in-ffp{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:903px){
.uae_hero_in-ffp{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.uae_hero_copy-ffp{
min-width:0;
}
.uae_hero_eyebrow-ffp{
gap:10px;
margin-bottom:22px;
align-items:center;
display:inline-flex;
}
.uae_hero_eyebrow_line-ffp{
flex:0 0 auto;
background:#3A8FE8;
height:1px;
width:1.75rem;
display:inline-block;
}
.uae_hero_h1-ffp{
overflow-wrap:break-word;
line-height:1.04;
letter-spacing:-.01em;
font-size:38px;
font-weight:600;
color:#EDF2FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:20px;
}
@media(min-width:766px){
.uae_hero_h1-ffp{
font-size:54px;
}
}
@media(min-width:1098px){
.uae_hero_h1-ffp{
font-size:3.875rem;
}
}
.uae_hero_h1-ffp em{
font-style:normal;
color:#3A8FE8;
}
.uae_hero_sub-ffp{
line-height:1.6;
margin-bottom:30px;
font-size:16px;
max-width:30rem;
color:#6A7C98;
}
@media(min-width:765px){
.uae_hero_sub-ffp{
font-size:1.125rem;
}
}
.uae_hero_actions-ffp{
gap:14px;
align-items:center;
display:flex;
margin-bottom:2.125rem;
flex-wrap:wrap;
}
.uae_hero_cta-ffp{
gap:0.625rem;
border-radius:62.438rem;
transition:background-color .2s ease;
background:#3A8FE8;
padding:16px 1.875rem;
font-size:0.938rem;
display:inline-flex;
color:#040C16;
align-items:center;
font-weight:700;
}
.uae_hero_cta-ffp:hover{
background:#5AAAF5;
}
.uae_hero_cta_ic-ffp{
display:inline-flex;
align-items:center;
}
.uae_hero_cta_ic-ffp svg{
height:16px;
width:16px;
}
.uae_hero_cta_alt-ffp{
padding:0.938rem 1.625rem;
transition:border-color .2s ease,color .2s ease;
border-radius:999px;
border:1px solid rgba(180,210,255,0.13);
background:transparent;
color:#EDF2FA;
font-weight:600;
align-items:center;
font-size:0.938rem;
display:inline-flex;
}
.uae_hero_cta_alt-ffp:hover{
border-color:#3A8FE8;
color:#3A8FE8;
}
.uae_hero_trust-ffp{
gap:22px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.uae_hero_trust_item-ffp{
gap:9px;
display:flex;
font-size:0.813rem;
font-weight:600;
color:#C2CDE0;
align-items:center;
}
.uae_hero_trust_ic-ffp{
display:inline-flex;
align-items:center;
color:#3A8FE8;
}
.uae_hero_trust_ic-ffp svg{
width:1rem;
height:16px;
}
.uae_hero_promo-ffp{
background:#141B24;
border-radius:1.25rem;
overflow:hidden;
position:relative;
display:flex;
box-shadow:0 0.5rem 16px rgba(4,12,22,0.40), 0 2rem 64px rgba(4,12,22,0.60), 0 0 80px rgba(58,143,232,0.08);
min-height:18.75rem;
}
.uae_hero_promo_bg-ffp{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.uae_hero_promo_bg-ffp::after{
background:linear-gradient(120deg,#0A1020 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.uae_hero_promo_glow-ffp{
background:radial-gradient(circle,rgba(56,140,240,0.12) 0%,transparent 65%);
border-radius:50%;
position:absolute;
pointer-events:none;
right:-20px;
height:260px;
top:-40px;
width:260px;
}
.uae_hero_promo_ct-ffp{
padding:28px;
max-width:88%;
position:relative;
align-self:flex-end;
z-index:2;
}
.uae_hero_promo_label-ffp{
font-size:10px;
text-transform:uppercase;
display:block;
letter-spacing:.25em;
font-weight:700;
margin-bottom:0.5rem;
color:#60B8FF;
}
.uae_hero_promo_amount-ffp{
font-weight:600;
line-height:1.05;
color:#EDF2FA;
overflow-wrap:break-word;
font-size:2rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.uae_hero_promo_amount-ffp{
font-size:2.5rem;
}
}
.uae_hero_promo_amount-ffp em{
color:#60B8FF;
font-style:normal;
}
.uae_hero_rating-ffp{
gap:0.625rem;
padding:10px 0.875rem;
border:1px solid rgba(180,210,255,0.07);
border-radius:0.875rem;
background:#141B24;
align-items:center;
max-width:min(260px,62%);
position:absolute;
right:14px;
z-index:3;
box-shadow:0 2px 8px rgba(4,12,22,0.55), 0 8px 1.5rem rgba(4,12,22,0.35);
top:0.875rem;
display:flex;
}
.uae_hero_rating_score-ffp{
flex:0 0 auto;
font-size:1.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#EDF2FA;
}
.uae_hero_rating_txt-ffp{
flex:1 1 auto;
min-width:0;
}
.uae_hero_rating_stars-ffp{
gap:2px;
display:flex;
color:#3A8FE8;
}
.uae_hero_rating_stars-ffp svg{
height:0.75rem;
width:0.75rem;
}
.uae_hero_rating_cap-ffp{
font-size:11px;
color:#8A9BB8;
overflow-wrap:break-word;
margin-top:3px;
line-height:1.35;
display:block;
}
.uae_stat-ffp{
margin-top:1rem;
border-top:1px solid rgba(180,210,255,0.13);
border-bottom:1px solid rgba(180,210,255,0.13);
}
.uae_stat_in-ffp{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:765px){
.uae_stat_in-ffp{
grid-template-columns:repeat(4,1fr);
}
}
.uae_stat_item-ffp{
padding:1.375rem 14px;
border-bottom:1px solid rgba(180,210,255,0.07);
min-width:0;
border-right:1px solid rgba(180,210,255,0.07);
}
.uae_stat_item-ffp:nth-child(2n){
border-right:0;
}
.uae_stat_item-ffp:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.uae_stat_item-ffp{
border-bottom:0;
}
.uae_stat_item-ffp:nth-child(2n){
border-right:1px solid rgba(180,210,255,0.07);
}
.uae_stat_item-ffp:nth-child(4n){
border-right:0;
}
}
.uae_stat_value-ffp{
color:#EDF2FA;
font-weight:700;
font-size:30px;
line-height:1;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.uae_stat_value-ffp{
font-size:34px;
}
}
.uae_stat_label-ffp{
overflow-wrap:break-word;
font-size:0.813rem;
margin-top:6px;
line-height:1.4;
color:#8A9BB8;
}
.uae_grow-ffp{
padding:26px 0 10px;
}
.uae_row_seo-ffp{
margin:10px 0 0;
max-width:47.5rem;
font-size:14px;
color:#6A7C98;
overflow-wrap:break-word;
line-height:1.65;
}
.uae_row_seo-ffp strong{
font-weight:700;
color:#EDF2FA;
}
.uae_jp-ffp{
padding:30px 0 10px;
}
.uae_jp_grid-ffp{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.uae_jp_grid-ffp{
grid-template-columns:1fr 1fr;
}
.uae_jp_card_mega-ffp{
grid-column:1/-1;
}
}
@media(min-width:999px){
.uae_jp_grid-ffp{
grid-template-columns:1.4fr 1fr 1fr;
}
.uae_jp_card_mega-ffp{
grid-column:auto;
}
}
.uae_jp_card-ffp{
padding:1.625rem;
border-radius:20px;
border:1px solid rgba(180,210,255,0.07);
gap:0.75rem;
background:#141B24;
overflow:hidden;
justify-content:space-between;
display:flex;
min-width:0;
min-height:12.5rem;
position:relative;
flex-direction:column;
}
.uae_jp_card_mega-ffp{
border-color:transparent;
background:linear-gradient(135deg,#0D1A2E,#070D14);
color:#EDF2FA;
min-height:210px;
}
.uae_jp_glow-ffp{
background:radial-gradient(circle,rgba(56,140,240,0.12),transparent 70%);
border-radius:50%;
top:-40px;
right:-40px;
pointer-events:none;
position:absolute;
height:12.5rem;
width:200px;
}
.uae_jp_label-ffp{
gap:0.625rem;
display:flex;
font-weight:700;
justify-content:space-between;
text-transform:uppercase;
position:relative;
color:#3A8FE8;
font-size:10px;
letter-spacing:.16em;
flex-wrap:wrap;
align-items:center;
}
.uae_jp_card_mega-ffp .uae_jp_label-ffp{
color:#60B8FF;
}
.uae_jp_drop-ffp{
color:#8A9BB8;
font-weight:600;
text-transform:none;
letter-spacing:.04em;
}
.uae_jp_card_mega-ffp .uae_jp_drop-ffp{
color:#8AAED4;
}
.uae_jp_amount-ffp{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:38px;
line-height:1;
overflow-wrap:break-word;
position:relative;
font-weight:700;
color:#EDF2FA;
}
.uae_jp_card_mega-ffp .uae_jp_amount-ffp{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#60B8FF;
}
@media(min-width:769px){
.uae_jp_card_mega-ffp .uae_jp_amount-ffp{
font-size:3.375rem;
}
}
.uae_jp_game-ffp{
font-size:13px;
color:#8A9BB8;
position:relative;
}
.uae_jp_card_mega-ffp .uae_jp_game-ffp{
color:#8AAED4;
}
.uae_jp_cta-ffp{
position:relative;
align-self:flex-start;
}
.uae_jp_card_mega-ffp .uae_jp_cta-ffp{
border-radius:62.438rem;
background:#60B8FF;
transition:opacity .2s ease;
padding:0.625rem 20px;
font-size:0.813rem;
font-weight:700;
color:#07121E;
}
.uae_jp_card_mega-ffp .uae_jp_cta-ffp:hover{
opacity:.9;
}
.uae_jp_card-ffp:not(.uae_jp_card_mega-ffp) .uae_jp_cta-ffp{
transition:color .2s ease,border-color .2s ease;
color:#EDF2FA;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #EDF2FA;
font-size:0.813rem;
}
.uae_jp_card-ffp:not(.uae_jp_card_mega-ffp) .uae_jp_cta-ffp:hover{
border-color:#3A8FE8;
color:#3A8FE8;
}
.uae_jp_seo-ffp{
margin:14px 0 0;
font-size:0.875rem;
color:#6A7C98;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
}
.uae_jp_seo-ffp strong{
color:#EDF2FA;
font-weight:700;
}
.uae_grow-ffp{
padding:26px 0 10px;
}
.uae_row_seo-ffp{
margin:10px 0 0;
max-width:47.5rem;
line-height:1.65;
font-size:0.875rem;
color:#6A7C98;
overflow-wrap:break-word;
}
.uae_row_seo-ffp strong{
color:#EDF2FA;
font-weight:700;
}
.uae_grow-ffp{
padding:26px 0 0.625rem;
}
.uae_row_seo-ffp{
margin:10px 0 0;
max-width:760px;
font-size:0.875rem;
color:#6A7C98;
overflow-wrap:break-word;
line-height:1.65;
}
.uae_row_seo-ffp strong{
color:#EDF2FA;
font-weight:700;
}
.uae_vip-ffp{
padding:48px 0;
}
@media(min-width:767px){
.uae_vip-ffp{
padding:4rem 0;
}
}
.uae_vip_head-ffp{
gap:14px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:882px){
.uae_vip_head-ffp{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.uae_vip_eyebrow-ffp{
margin-bottom:0.75rem;
}
.uae_vip_h2-ffp{
font-weight:600;
font-size:32px;
color:#EDF2FA;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
}
@media(min-width:770px){
.uae_vip_h2-ffp{
font-size:40px;
}
}
.uae_vip_intro-ffp{
color:#8AAED4;
font-size:0.875rem;
line-height:1.6;
max-width:420px;
}
.uae_vip_grid-ffp{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:14px;
display:grid;
}
.uae_vip_card-ffp{
padding:1.375rem 1.125rem;
border:1px solid rgba(210,230,255,0.13);
border-radius:14px;
min-width:0;
}
.uae_vip_card_feat-ffp{
background:rgba(210,230,255,0.07);
border-color:#60B8FF;
}
.uae_vip_card_ic-ffp{
background:linear-gradient(135deg,#3A8FE8,#74C0FC);
border-radius:0.5rem;
height:2.125rem;
width:34px;
margin-bottom:16px;
display:block;
}
.uae_vip_name-ffp{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:20px;
font-weight:600;
margin-bottom:6px;
color:#EDF2FA;
}
.uae_vip_perk-ffp{
overflow-wrap:break-word;
font-size:12.5px;
line-height:1.5;
color:#8AAED4;
}
.uae_gm-ffp{
padding:1.875rem 0 10px;
}
.uae_gm_in-ffp{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:882px){
.uae_gm_in-ffp{
grid-template-columns:1.25fr 1fr;
}
}
.uae_gm_left-ffp{
background:#141B24;
border:1px solid rgba(180,210,255,0.07);
border-radius:20px;
padding:32px;
min-width:0;
}
.uae_gm_eyebrow-ffp{
margin-bottom:0.625rem;
}
.uae_gm_h2-ffp{
margin-bottom:8px;
line-height:1.06;
color:#EDF2FA;
font-size:26px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:765px){
.uae_gm_h2-ffp{
font-size:1.75rem;
}
}
.uae_gm_text-ffp{
color:#6A7C98;
margin-bottom:1.375rem;
max-width:480px;
line-height:1.6;
font-size:14px;
}
.uae_gm_level-ffp{
margin-bottom:8px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
font-weight:700;
color:#3A8FE8;
}
.uae_gm_bar-ffp{
background:rgba(180,210,255,0.13);
border-radius:62.438rem;
overflow:hidden;
margin-bottom:0.375rem;
height:8px;
}
.uae_gm_bar_fill-ffp{
border-radius:999px;
background:linear-gradient(90deg,#3A8FE8,#74C0FC);
height:100%;
}
.uae_gm_bar_meta-ffp{
gap:0.625rem;
font-size:11px;
justify-content:space-between;
color:#8A9BB8;
margin-bottom:1.125rem;
display:flex;
}
.uae_gm_missions-ffp{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.uae_gm_mission-ffp{
border-radius:999px;
background:#0D1117;
border:1px solid rgba(180,210,255,0.13);
gap:7px;
padding:9px 15px;
font-weight:600;
color:#C2CDE0;
align-items:center;
font-size:12.5px;
display:inline-flex;
}
.uae_gm_mission_ic-ffp{
color:#3A8FE8;
align-items:center;
display:inline-flex;
}
.uae_gm_mission_ic-ffp svg{
width:0.813rem;
height:0.813rem;
}
.uae_gm_right-ffp{
border-radius:1.25rem;
padding:2rem;
background:linear-gradient(150deg,#0D1A2E,#070D14);
overflow:hidden;
color:#EDF2FA;
flex-direction:column;
display:flex;
position:relative;
}
.uae_gm_glow-ffp{
background:radial-gradient(circle,rgba(56,140,240,0.12),transparent 70%);
border-radius:50%;
right:-30px;
position:absolute;
top:-30px;
width:9.375rem;
height:150px;
pointer-events:none;
}
.uae_gm_ref_eyebrow-ffp{
position:relative;
margin-bottom:0.625rem;
}
.uae_gm_ref_h2-ffp{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#EDF2FA;
line-height:1.1;
font-size:1.625rem;
position:relative;
font-weight:600;
margin-bottom:8px;
}
.uae_gm_ref_text-ffp{
line-height:1.55;
margin-bottom:1.25rem;
color:#8AAED4;
font-size:0.844rem;
position:relative;
}
.uae_gm_ref_cta-ffp{
background:#60B8FF;
transition:opacity .2s ease;
padding:11px 22px;
border-radius:999px;
font-weight:700;
margin-top:auto;
position:relative;
font-size:13.5px;
color:#07121E;
align-self:flex-start;
}
.uae_gm_ref_cta-ffp:hover{
opacity:.9;
}
.uae_app-ffp{
padding:30px 0 0.625rem;
}
.uae_app_in-ffp{
gap:1.75rem;
border:1px solid rgba(180,210,255,0.07);
background:#141B24;
border-radius:1.25rem;
padding:2rem;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.uae_app_in-ffp{
padding:2.5rem 44px;
gap:2.5rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.uae_app_copy-ffp{
min-width:0;
max-width:560px;
}
.uae_app_eyebrow-ffp{
margin-bottom:12px;
}
.uae_app_h2-ffp{
overflow-wrap:break-word;
line-height:1.05;
color:#EDF2FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:28px;
margin-bottom:0.75rem;
font-weight:600;
}
@media(min-width:768px){
.uae_app_h2-ffp{
font-size:2.125rem;
}
}
.uae_app_text-ffp{
font-size:14px;
line-height:1.6;
margin-bottom:1.375rem;
color:#6A7C98;
}
.uae_app_btns-ffp{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.uae_app_btn-ffp{
padding:11px 20px;
background:#3A8FE8;
transition:background-color .2s ease;
gap:10px;
border-radius:14px;
color:#040C16;
align-items:center;
display:inline-flex;
}
.uae_app_btn-ffp:hover{
background:#5AAAF5;
}
.uae_app_btn_ic-ffp{
display:inline-flex;
align-items:center;
}
.uae_app_btn_ic-ffp svg{
height:18px;
width:1.125rem;
}
.uae_app_btn_lb-ffp{
font-size:0.844rem;
font-weight:700;
}
.uae_app_qr_wrap-ffp{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.uae_app_qr-ffp{
flex:0 0 auto;
border-radius:0.875rem;
height:108px;
background-image:repeating-linear-gradient(0deg,#141B24 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#141B24 0 0.313rem,transparent 0.313rem 0.688rem);
background-color:#3A8FE8;
width:108px;
}
.uae_app_qr_cap-ffp{
max-width:92px;
font-size:0.781rem;
line-height:1.4;
color:#8A9BB8;
}
.uae_sea-ffp{
padding:24px 0 10px;
}
.uae_sea_in-ffp{
padding:2.25rem;
overflow:hidden;
background:linear-gradient(115deg,#0D1A2E,#070D14);
gap:1.375rem;
border-radius:1.25rem;
display:flex;
color:#EDF2FA;
position:relative;
flex-direction:column;
}
@media(min-width:822px){
.uae_sea_in-ffp{
padding:2.75rem 48px;
gap:2rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.uae_sea_glow-ffp{
background:radial-gradient(circle,rgba(56,140,240,0.12),transparent 68%);
border-radius:50%;
pointer-events:none;
right:60px;
height:240px;
position:absolute;
transform:translateY(-50%);
top:50%;
width:15rem;
}
.uae_sea_copy-ffp{
min-width:0;
position:relative;
max-width:35rem;
}
.uae_sea_eyebrow-ffp{
margin-bottom:0.75rem;
}
.uae_sea_h2-ffp{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:30px;
font-weight:600;
color:#EDF2FA;
overflow-wrap:break-word;
margin-bottom:12px;
line-height:1.04;
}
@media(min-width:771px){
.uae_sea_h2-ffp{
font-size:38px;
}
}
.uae_sea_text-ffp{
line-height:1.6;
color:#8AAED4;
font-size:15px;
}
.uae_sea_cta-ffp{
flex:0 0 auto;
border-radius:62.438rem;
background:#60B8FF;
transition:opacity .2s ease;
padding:1rem 2rem;
font-size:15px;
font-weight:700;
position:relative;
color:#07121E;
}
.uae_sea_cta-ffp:hover{
opacity:.9;
}
.uae_trn-ffp{
padding:1.875rem 0 0.625rem;
}
.uae_trn_in-ffp{
border-radius:1.25rem;
border:1px solid rgba(180,210,255,0.07);
grid-template-columns:1fr;
background:#141B24;
overflow:hidden;
display:grid;
}
@media(min-width:878px){
.uae_trn_in-ffp{
grid-template-columns:1.05fr 1fr;
}
}
.uae_trn_banner-ffp{
background:linear-gradient(150deg,#0D1A2E,#070D14);
padding:34px;
overflow:hidden;
position:relative;
color:#EDF2FA;
}
.uae_trn_glow-ffp{
background:radial-gradient(circle,rgba(56,140,240,0.12),transparent 70%);
border-radius:50%;
position:absolute;
right:-2.5rem;
bottom:-2.5rem;
pointer-events:none;
width:200px;
height:200px;
}
.uae_trn_eyebrow-ffp{
position:relative;
margin-bottom:0.875rem;
}
.uae_trn_h2-ffp{
line-height:1.06;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:12px;
font-size:30px;
color:#EDF2FA;
position:relative;
}
@media(min-width:770px){
.uae_trn_h2-ffp{
font-size:2.25rem;
}
}
.uae_trn_text-ffp{
line-height:1.6;
position:relative;
font-size:14px;
margin-bottom:1.375rem;
max-width:420px;
color:#8AAED4;
}
.uae_trn_timer-ffp{
gap:8px;
flex-wrap:wrap;
display:flex;
align-items:center;
position:relative;
margin-bottom:24px;
}
.uae_trn_timer_cap-ffp{
font-size:11px;
color:#8AAED4;
}
.uae_trn_timer_box-ffp{
padding:4px 0.75rem;
border-radius:8px;
background:rgba(210,230,255,0.07);
font-size:1.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF2FA;
font-weight:700;
}
.uae_trn_cta-ffp{
background:#60B8FF;
padding:0.813rem 1.625rem;
transition:opacity .2s ease;
border-radius:999px;
display:inline-block;
color:#07121E;
font-weight:700;
font-size:14px;
position:relative;
}
.uae_trn_cta-ffp:hover{
opacity:.9;
}
.uae_trn_lb-ffp{
padding:1.625rem 1.75rem;
}
.uae_trn_lb_head-ffp{
gap:10px;
margin-bottom:0.75rem;
align-items:center;
display:flex;
justify-content:space-between;
}
.uae_trn_lb_title-ffp{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:20px;
color:#EDF2FA;
}
.uae_trn_lb_upd-ffp{
letter-spacing:.08em;
color:#8A9BB8;
text-transform:uppercase;
font-size:11px;
}
.uae_trn_lb_row-ffp{
padding:0.688rem 12px;
gap:0.875rem;
border-radius:8px;
align-items:center;
display:flex;
}
.uae_trn_lb_row-ffp:nth-child(2){
background:rgba(58,143,232,0.12);
}
.uae_trn_lb_rank-ffp{
flex:0 0 auto;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
width:22px;
font-size:16px;
color:#3A8FE8;
}
.uae_trn_lb_av-ffp{
background:linear-gradient(135deg,#3A8FE8,#74C0FC);
flex:0 0 auto;
border-radius:50%;
width:1.875rem;
height:30px;
}
.uae_trn_lb_name-ffp{
flex:1 1 auto;
overflow:hidden;
text-overflow:ellipsis;
font-weight:600;
white-space:nowrap;
color:#EDF2FA;
min-width:0;
font-size:0.875rem;
}
.uae_trn_lb_amount-ffp{
flex:0 0 auto;
font-weight:700;
color:#EDF2FA;
font-size:13px;
}
.uae_ts-ffp{
padding:44px 0;
}
.uae_ts_in-ffp{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:881px){
.uae_ts_in-ffp{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.uae_ts_left-ffp{
min-width:0;
}
.uae_ts_h2-ffp{
font-size:1.625rem;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:12px;
color:#EDF2FA;
}
@media(min-width:769px){
.uae_ts_h2-ffp{
font-size:28px;
}
}
.uae_ts_text-ffp{
line-height:1.6;
font-size:14.5px;
margin-bottom:1.375rem;
color:#8AAED4;
max-width:32.5rem;
}
.uae_ts_badges-ffp{
gap:1.125rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.uae_ts_badge-ffp{
font-size:0.813rem;
color:#8AAED4;
font-weight:600;
}
.uae_ts_pay-ffp{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.uae_ts_pay-ffp{
justify-content:flex-end;
}
}
.uae_ts_pay_chip-ffp{
border-radius:14px;
padding:12px 1rem;
background:rgba(210,230,255,0.07);
border:1px solid rgba(210,230,255,0.13);
color:#EDF2FA;
font-size:0.875rem;
font-weight:700;
}
.uae_et-ffp{
padding:36px 0 0.625rem;
}
.uae_et_in-ffp{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:879px){
.uae_et_in-ffp{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.uae_et_left-ffp{
min-width:0;
}
.uae_et_eyebrow-ffp{
margin-bottom:0.75rem;
}
.uae_et_h2-ffp{
margin-bottom:14px;
font-weight:600;
font-size:1.75rem;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF2FA;
line-height:1.06;
}
@media(min-width:766px){
.uae_et_h2-ffp{
font-size:2rem;
}
}
.uae_et_text-ffp{
font-size:15px;
color:#6A7C98;
margin-bottom:1.375rem;
line-height:1.65;
}
.uae_et_stats-ffp{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.uae_et_stat-ffp{
min-width:0;
}
.uae_et_stat_v-ffp{
font-size:1.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-weight:700;
color:#EDF2FA;
}
.uae_et_stat_l-ffp{
margin-top:0.25rem;
color:#8A9BB8;
font-size:12.5px;
}
.uae_et_right-ffp{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.uae_et_member-ffp{
gap:1rem;
border-radius:14px;
background:#141B24;
border:1px solid rgba(180,210,255,0.07);
padding:18px 1.25rem;
display:flex;
align-items:center;
min-width:0;
}
.uae_et_member_av-ffp{
background:linear-gradient(135deg,#0D1A2E,#3A8FE8);
border-radius:50%;
flex:0 0 auto;
height:48px;
width:3rem;
}
.uae_et_member_name-ffp{
overflow-wrap:break-word;
font-size:0.938rem;
color:#EDF2FA;
font-weight:700;
}
.uae_et_member_role-ffp{
overflow-wrap:break-word;
font-size:12.5px;
color:#8A9BB8;
}
.uae_et_updated-ffp{
border:1px solid rgba(180,210,255,0.07);
background:#0D1117;
padding:14px 1.125rem;
gap:0.5rem;
border-radius:0.875rem;
color:#6A7C98;
align-items:center;
font-size:0.781rem;
display:flex;
}
.uae_hts-ffp{
padding:48px 0;
}
@media(min-width:765px){
.uae_hts-ffp{
padding:3.875rem 0;
}
}
.uae_hts_head-ffp{
gap:1.125rem;
margin-bottom:2.125rem;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.uae_hts_head-ffp{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.uae_hts_eyebrow-ffp{
margin-bottom:12px;
}
.uae_hts_h2-ffp{
color:#EDF2FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.875rem;
line-height:1.05;
font-weight:600;
}
@media(min-width:769px){
.uae_hts_h2-ffp{
font-size:2.375rem;
}
}
.uae_hts_cta-ffp{
flex:0 0 auto;
padding:0.938rem 1.875rem;
transition:opacity .2s ease;
border-radius:999px;
background:#60B8FF;
font-weight:700;
font-size:15px;
color:#07121E;
}
.uae_hts_cta-ffp:hover{
opacity:.9;
}
.uae_hts_grid-ffp{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:759px){
.uae_hts_grid-ffp{
grid-template-columns:repeat(3,1fr);
}
}
.uae_hts_step-ffp{
min-width:0;
padding-top:1.375rem;
border-top:1px solid rgba(210,230,255,0.13);
}
.uae_hts_step_num-ffp{
line-height:1;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
margin-bottom:0.875rem;
font-size:44px;
color:#60B8FF;
}
.uae_hts_step_h-ffp{
overflow-wrap:break-word;
margin-bottom:0.5rem;
line-height:1.2;
font-weight:700;
color:#EDF2FA;
font-size:1.188rem;
}
.uae_hts_step_p-ffp{
font-size:0.875rem;
color:#8AAED4;
overflow-wrap:break-word;
line-height:1.55;
}
.uae_rc-ffp{
padding:48px 0 10px;
}
.uae_rc_in-ffp{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.uae_rc_in-ffp{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.uae_rc_col-ffp{
min-width:0;
}
.uae_rc_label-ffp{
margin-bottom:1rem;
color:#3A8FE8;
font-weight:600;
text-transform:uppercase;
letter-spacing:.2em;
font-size:0.688rem;
}
.uae_rc_awards-ffp{
gap:12px;
flex-direction:column;
display:flex;
}
.uae_rc_award-ffp{
gap:0.75rem;
display:flex;
align-items:center;
min-width:0;
}
.uae_rc_award_ic-ffp{
flex:0 0 auto;
align-items:center;
color:#74C0FC;
display:inline-flex;
}
.uae_rc_award_ic-ffp svg{
height:18px;
width:18px;
}
.uae_rc_award_t-ffp{
color:#EDF2FA;
font-weight:700;
overflow-wrap:break-word;
font-size:0.875rem;
}
.uae_rc_award_s-ffp{
color:#8A9BB8;
overflow-wrap:break-word;
font-size:0.75rem;
}
.uae_rc_press-ffp{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.uae_rc_press_logo-ffp{
border:1px solid rgba(180,210,255,0.07);
border-radius:8px;
padding:0 0.5rem;
overflow:hidden;
text-align:center;
text-overflow:ellipsis;
font-size:14px;
align-items:center;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#6A7C98;
white-space:nowrap;
justify-content:center;
font-weight:700;
height:3.25rem;
display:flex;
}
.uae_rc_partner-ffp{
background:#141B24;
border:1px solid rgba(180,210,255,0.07);
padding:1.375rem;
border-radius:0.875rem;
}
.uae_rc_partner_name-ffp{
font-size:20px;
color:#EDF2FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:6px;
overflow-wrap:break-word;
}
.uae_rc_partner_text-ffp{
line-height:1.55;
color:#6A7C98;
font-size:13px;
overflow-wrap:break-word;
}
.uae_tt-ffp{
padding:48px 0 0.625rem;
}
@media(min-width:769px){
.uae_tt-ffp{
padding:60px 0 0.625rem;
}
}
.uae_tt_head-ffp{
margin-bottom:34px;
text-align:center;
}
.uae_tt_eyebrow-ffp{
margin-bottom:12px;
}
.uae_tt_h2-ffp{
font-size:32px;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF2FA;
}
@media(min-width:768px){
.uae_tt_h2-ffp{
font-size:42px;
}
}
.uae_tt_grid-ffp{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.uae_tt_grid-ffp{
grid-template-columns:repeat(3,1fr);
}
}
.uae_tt_card-ffp{
border-radius:0.875rem;
border:1px solid rgba(180,210,255,0.07);
background:#141B24;
padding:30px;
display:flex;
flex-direction:column;
min-width:0;
}
.uae_tt_card_ic-ffp{
display:inline-flex;
align-items:center;
color:#3A8FE8;
margin-bottom:1.125rem;
}
.uae_tt_card_ic-ffp svg{
width:28px;
height:1.75rem;
}
.uae_tt_card_h-ffp{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:22px;
margin-bottom:8px;
overflow-wrap:break-word;
line-height:1.15;
color:#EDF2FA;
}
.uae_tt_card_p-ffp{
margin-bottom:14px;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.875rem;
color:#6A7C98;
}
.uae_tt_card_p-ffp b{
color:#EDF2FA;
font-weight:700;
}
.uae_tt_card_link-ffp{
transition:color .2s ease;
color:#EDF2FA;
border-bottom:1px solid #3A8FE8;
padding-bottom:2px;
margin-top:auto;
font-size:13px;
align-self:flex-start;
font-weight:700;
}
.uae_tt_card_link-ffp:hover{
color:#3A8FE8;
}
.uae_dr-ffp{
padding:2.25rem 0 0.625rem;
}
.uae_dr_in-ffp{
gap:20px;
border:1px dashed rgba(180,210,255,0.13);
border-radius:0.875rem;
padding:28px 32px;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.uae_dr_in-ffp{
gap:32px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.uae_dr_h2-ffp{
color:#EDF2FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
margin-bottom:8px;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
}
@media(min-width:767px){
.uae_dr_h2-ffp{
font-size:1.625rem;
}
}
.uae_dr_text-ffp{
overflow-wrap:break-word;
color:#6A7C98;
max-width:42.5rem;
line-height:1.6;
font-size:0.875rem;
}
.uae_dr_text-ffp b{
font-weight:700;
color:#EDF2FA;
}
.uae_dr_cta-ffp{
transition:color .2s ease;
flex:0 0 auto;
color:#EDF2FA;
padding-bottom:2px;
border-bottom:1px solid #3A8FE8;
font-weight:700;
font-size:0.844rem;
white-space:nowrap;
}
.uae_dr_cta-ffp:hover{
color:#3A8FE8;
}
.uae_op-ffp{
padding:2.25rem 0 0.625rem;
}
.uae_op_in-ffp{
border:1px solid rgba(180,210,255,0.07);
border-radius:14px;
padding:32px;
grid-template-columns:1fr;
background:#141B24;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:861px){
.uae_op_in-ffp{
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
padding:2.125rem 2.5rem;
}
}
.uae_op_left-ffp{
min-width:0;
}
.uae_op_eyebrow-ffp{
margin-bottom:12px;
}
.uae_op_h2-ffp{
font-weight:600;
margin-bottom:10px;
overflow-wrap:break-word;
color:#EDF2FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:28px;
line-height:1.08;
}
@media(min-width:769px){
.uae_op_h2-ffp{
font-size:30px;
}
}
.uae_op_text-ffp{
line-height:1.6;
font-size:0.875rem;
color:#6A7C98;
}
.uae_op_grid-ffp{
border-radius:8px;
gap:1px;
border:1px solid rgba(180,210,255,0.13);
background:rgba(180,210,255,0.13);
overflow:hidden;
grid-template-columns:1fr 1fr;
display:grid;
}
.uae_op_field-ffp{
padding:18px 1.25rem;
background:#0D1117;
min-width:0;
}
.uae_op_field_lb-ffp{
margin-bottom:5px;
letter-spacing:.1em;
font-size:10px;
text-transform:uppercase;
font-weight:600;
color:#3A8FE8;
}
.uae_op_field_val-ffp{
overflow-wrap:break-word;
color:#EDF2FA;
font-weight:700;
font-size:14px;
}
.uae_prov-ffp{
padding:2.5rem 0 20px;
}
.uae_prov_eyebrow-ffp{
margin-bottom:1.125rem;
display:block;
}
.uae_prov_grid-ffp{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:561px){
.uae_prov_grid-ffp{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:900px){
.uae_prov_grid-ffp{
grid-template-columns:repeat(6,1fr);
}
}
.uae_wy-ffp{
padding:3rem 0;
}
@media(min-width:765px){
.uae_wy-ffp{
padding:3.5rem 0;
}
}
.uae_wy_in-ffp{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:902px){
.uae_wy_in-ffp{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.uae_wy_left-ffp{
min-width:0;
}
.uae_wy_eyebrow-ffp{
margin-bottom:0.875rem;
}
.uae_wy_h2-ffp{
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF2FA;
margin-bottom:1rem;
font-weight:600;
line-height:1.05;
font-size:32px;
}
@media(min-width:769px){
.uae_wy_h2-ffp{
font-size:2.5rem;
}
}
.uae_wy_intro-ffp{
color:#6A7C98;
line-height:1.6;
font-size:15px;
}
.uae_wy_grid-ffp{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:561px){
.uae_wy_grid-ffp{
grid-template-columns:1fr 1fr;
}
}
.uae_wy_card-ffp{
padding:26px;
border:1px solid rgba(180,210,255,0.07);
background:#141B24;
border-radius:14px;
min-width:0;
}
.uae_wy_card_ic-ffp{
margin-bottom:1rem;
color:#3A8FE8;
justify-content:center;
display:inline-flex;
align-items:center;
}
.uae_wy_card_ic-ffp svg{
height:26px;
width:26px;
}
.uae_wy_card_h-ffp{
line-height:1.15;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#EDF2FA;
font-weight:600;
font-size:21px;
}
.uae_wy_card_p-ffp{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
color:#6A7C98;
}
.uae_faq-ffp{
background:#141B24;
padding:48px 0;
border-top:1px solid rgba(180,210,255,0.07);
border-bottom:1px solid rgba(180,210,255,0.07);
margin-top:1.5rem;
}
@media(min-width:767px){
.uae_faq-ffp{
padding:62px 0;
}
}
.uae_faq_head-ffp{
margin-bottom:34px;
text-align:center;
}
.uae_faq_eyebrow-ffp{
margin-bottom:12px;
}
.uae_faq_h2-ffp{
font-size:32px;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF2FA;
}
@media(min-width:765px){
.uae_faq_h2-ffp{
font-size:38px;
}
}
.uae_faq_list-ffp{
gap:0.75rem;
margin:0 auto;
display:flex;
flex-direction:column;
max-width:51.25rem;
}
.uae_faq_item-ffp{
background:#0D1117;
border-radius:14px;
overflow:hidden;
border:1px solid rgba(180,210,255,0.07);
}
.uae_faq_q-ffp{
list-style:none;
padding:1.25rem 24px;
gap:1.25rem;
display:flex;
font-size:1rem;
cursor:pointer;
align-items:center;
color:#EDF2FA;
justify-content:space-between;
overflow-wrap:break-word;
font-weight:700;
}
.uae_faq_q-ffp::-webkit-details-marker{
display:none;
}
.uae_faq_q_ic-ffp{
transition:transform .2s ease;
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#3A8FE8;
}
.uae_faq_q_ic-ffp svg{
height:1.125rem;
width:1.125rem;
}
.uae_faq_item-ffp[open] .uae_faq_q_ic-ffp{
transform:rotate(180deg);
}
.uae_faq_a-ffp{
padding:0 24px 20px;
color:#6A7C98;
line-height:1.6;
font-size:0.906rem;
overflow-wrap:break-word;
}
.uae_sg-ffp{
padding:3rem 0 10px;
}
.uae_sg_eyebrow-ffp{
margin-bottom:0.75rem;
display:block;
}
.uae_sg_h2-ffp{
margin-bottom:28px;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#EDF2FA;
}
@media(min-width:768px){
.uae_sg_h2-ffp{
font-size:2.25rem;
}
}
.uae_sg_grid-ffp{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:723px){
.uae_sg_grid-ffp{
grid-template-columns:repeat(3,1fr);
}
}
.uae_sg_col-ffp{
min-width:0;
}
.uae_sg_col_h-ffp{
margin-bottom:0.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:1.375rem;
line-height:1.15;
color:#EDF2FA;
}
.uae_sg_col_p-ffp{
font-size:14px;
line-height:1.65;
color:#6A7C98;
overflow-wrap:break-word;
}
.uae_lh-ffp{
padding:2.5rem 0 1.25rem;
}
.uae_lh_in-ffp{
padding-top:2.125rem;
border-top:1px solid rgba(180,210,255,0.13);
}
.uae_lh_eyebrow-ffp{
display:block;
margin-bottom:22px;
}
.uae_lh_grid-ffp{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:600px){
.uae_lh_grid-ffp{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:959px){
.uae_lh_grid-ffp{
grid-template-columns:repeat(5,1fr);
}
}
.uae_lh_col-ffp{
min-width:0;
}
.uae_lh_col_h-ffp{
margin-bottom:12px;
font-weight:700;
overflow-wrap:break-word;
color:#EDF2FA;
font-size:13px;
}
.uae_lh_links-ffp{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.uae_lh_link-ffp{
transition:color .2s ease;
font-size:0.813rem;
overflow-wrap:break-word;
color:#6A7C98;
}
.uae_lh_link-ffp:hover{
color:#3A8FE8;
}
.uae_sc-ffp{
padding:3rem 0 0.625rem;
}
.uae_sc_head-ffp{
margin-bottom:28px;
text-align:center;
}
.uae_sc_eyebrow-ffp{
margin-bottom:12px;
}
.uae_sc_h2-ffp{
font-size:30px;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
color:#EDF2FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.uae_sc_h2-ffp{
font-size:2.25rem;
}
}
.uae_sc_table-ffp{
border-radius:14px;
overflow:hidden;
margin:0 auto;
border:1px solid rgba(180,210,255,0.07);
max-width:56.25rem;
}
.uae_sc_thead-ffp{
grid-template-columns:1.6fr 1fr 1fr;
background:#080C10;
display:grid;
}
.uae_sc_th-ffp{
padding:0.938rem 1.125rem;
text-align:center;
color:#8AAED4;
font-size:0.813rem;
font-weight:700;
overflow-wrap:break-word;
}
.uae_sc_th-ffp:first-child{
text-align:left;
}
.uae_sc_th_us-ffp{
color:#60B8FF;
}
.uae_sc_row-ffp{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(180,210,255,0.07);
display:grid;
}
.uae_sc_row-ffp:nth-child(even){
background:#141B24;
}
.uae_sc_td-ffp{
padding:15px 1.125rem;
min-width:0;
font-size:0.875rem;
text-align:center;
overflow-wrap:break-word;
color:#8A9BB8;
}
.uae_sc_td-ffp:first-child{
font-weight:600;
text-align:left;
color:#C2CDE0;
}
.uae_sc_td_us-ffp{
font-weight:700;
color:#2EB87A;
}
.uae_sb-ffp{
background:#141B24;
padding:3rem 0;
border-top:1px solid rgba(180,210,255,0.07);
border-bottom:1px solid rgba(180,210,255,0.07);
margin-top:1.5rem;
}
@media(min-width:770px){
.uae_sb-ffp{
padding:3.5rem 0;
}
}
.uae_sb_eyebrow-ffp{
display:block;
margin-bottom:0.75rem;
}
.uae_sb_h2-ffp{
color:#EDF2FA;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:1.875rem;
margin-bottom:26px;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:771px){
.uae_sb_h2-ffp{
font-size:36px;
}
}
.uae_sb_grid-ffp{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.uae_sb_grid-ffp{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:959px){
.uae_sb_grid-ffp{
grid-template-columns:repeat(4,1fr);
}
}
.uae_sb_card-ffp{
border-radius:14px;
border:1px solid rgba(180,210,255,0.07);
background:#0D1117;
padding:1.5rem;
min-width:0;
}
.uae_sb_card_h-ffp{
font-weight:600;
line-height:1.15;
margin-bottom:8px;
font-size:19px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#EDF2FA;
}
.uae_sb_card_p-ffp{
line-height:1.6;
font-size:13.5px;
overflow-wrap:break-word;
color:#6A7C98;
}
.uae_sb_rtp-ffp{
padding:26px 28px;
grid-template-columns:1fr;
border:1px solid rgba(180,210,255,0.07);
gap:1.5rem;
background:#0D1117;
border-radius:0.875rem;
margin-top:1.125rem;
align-items:center;
display:grid;
}
@media(min-width:757px){
.uae_sb_rtp-ffp{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.uae_sb_rtp_h-ffp{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.25rem;
font-weight:600;
color:#EDF2FA;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:8px;
}
.uae_sb_rtp_p-ffp{
color:#6A7C98;
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
}
.uae_sb_rtp_stats-ffp{
gap:1rem;
display:flex;
}
.uae_sb_stat-ffp{
background:#141B24;
border-radius:0.5rem;
flex:1 1 0;
padding:18px;
min-width:0;
text-align:center;
}
.uae_sb_stat_v-ffp{
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.625rem;
color:#2EB87A;
}
.uae_sb_stat_l-ffp{
font-size:11.5px;
color:#8A9BB8;
margin-top:4px;
}
.uae_gd-ffp{
padding:48px 0 10px;
}
.uae_gd_head-ffp{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:24px;
}
@media(min-width:681px){
.uae_gd_head-ffp{
gap:1.25rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.uae_gd_eyebrow-ffp{
margin-bottom:0.625rem;
}
.uae_gd_h2-ffp{
font-size:28px;
color:#EDF2FA;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
}
@media(min-width:769px){
.uae_gd_h2-ffp{
font-size:34px;
}
}
.uae_gd_more-ffp{
transition:color .2s ease,border-color .2s ease;
flex:0 0 auto;
font-weight:600;
font-size:0.844rem;
padding-bottom:2px;
border-bottom:1px solid #EDF2FA;
color:#EDF2FA;
}
.uae_gd_more-ffp:hover{
border-color:#3A8FE8;
color:#3A8FE8;
}
.uae_gd_grid-ffp{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:718px){
.uae_gd_grid-ffp{
grid-template-columns:repeat(3,1fr);
}
}
.uae_gd_card-ffp{
overflow:hidden;
border:1px solid rgba(180,210,255,0.07);
border-radius:14px;
background:#141B24;
min-width:0;
display:block;
}
.uae_gd_card_img-ffp{
background:linear-gradient(140deg,#0D1A2E,#3A8FE8);
height:150px;
}
.uae_gd_card_body-ffp{
padding:1.375rem;
}
.uae_gd_card_cat-ffp{
font-size:10px;
color:#3A8FE8;
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
}
.uae_gd_card_h-ffp{
margin:0.5rem 0 10px;
line-height:1.2;
font-size:19px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF2FA;
overflow-wrap:break-word;
font-weight:600;
}
.uae_gd_card_meta-ffp{
font-size:0.75rem;
overflow-wrap:break-word;
color:#8A9BB8;
}
.uae_el-ffp{
padding:3rem 0;
}
@media(min-width:771px){
.uae_el-ffp{
padding:3.5rem 0;
}
}
.uae_el_in-ffp{
gap:40px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:898px){
.uae_el_in-ffp{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.uae_el_left-ffp{
min-width:0;
}
.uae_el_eyebrow-ffp{
margin-bottom:0.875rem;
}
.uae_el_h2-ffp{
line-height:1.08;
font-weight:600;
font-size:2rem;
margin-bottom:22px;
color:#EDF2FA;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.uae_el_h2-ffp{
font-size:38px;
}
}
.uae_el_body-ffp p{
color:#C2CDE0;
font-size:16px;
margin-bottom:1.125rem;
overflow-wrap:break-word;
line-height:1.7;
}
.uae_el_dropcap-ffp{
padding:0.375rem 0.75rem 0 0;
line-height:.8;
font-weight:700;
float:left;
color:#3A8FE8;
font-size:62px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.uae_el_right-ffp{
min-width:0;
}
.uae_el_quote-ffp{
border-radius:1.25rem;
padding:36px;
background:linear-gradient(150deg,#0D1A2E,#070D14);
position:relative;
color:#EDF2FA;
margin-bottom:1.5rem;
}
.uae_el_quote_mark-ffp{
color:#60B8FF;
margin-bottom:6px;
align-items:center;
display:inline-flex;
}
.uae_el_quote_mark-ffp svg{
width:2.125rem;
height:34px;
}
.uae_el_quote_text-ffp{
margin-bottom:1.375rem;
line-height:1.4;
color:#EDF2FA;
overflow-wrap:break-word;
font-weight:500;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:22px;
}
.uae_el_quote_meta-ffp{
gap:0.75rem;
display:flex;
align-items:center;
}
.uae_el_quote_av-ffp{
flex:0 0 auto;
background:linear-gradient(135deg,#3A8FE8,#74C0FC);
border-radius:50%;
width:2.375rem;
height:2.375rem;
}
.uae_el_quote_author-ffp{
color:#EDF2FA;
font-size:14px;
font-weight:700;
}
.uae_el_quote_meta_sub-ffp{
color:#8AAED4;
font-size:0.75rem;
}
.uae_el_explain-ffp{
overflow:hidden;
border:1px solid rgba(180,210,255,0.07);
border-radius:0.875rem;
}
.uae_el_explain_card-ffp{
padding:1.375rem 24px;
}
.uae_el_explain_card-ffp+.uae_el_explain_card-ffp{
border-top:1px solid rgba(180,210,255,0.07);
}
.uae_el_explain_h-ffp{
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#EDF2FA;
line-height:1.15;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:20px;
font-weight:600;
}
.uae_el_explain_p-ffp{
line-height:1.55;
color:#6A7C98;
overflow-wrap:break-word;
font-size:14px;
}
.uae_ft-ffp{
background:#080C10;
margin-top:40px;
color:#8AAED4;
}
.uae_ft_in-ffp{
grid-template-columns:1fr;
gap:32px;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:603px){
.uae_ft_in-ffp{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:902px){
.uae_ft_in-ffp{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.uae_ft_brand-ffp{
min-width:0;
}
.uae_ft_logo-ffp{
font-size:26px;
font-weight:700;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF2FA;
}
.uae_ft_tagline-ffp{
line-height:1.6;
color:#8AAED4;
font-size:13.5px;
margin-top:14px;
max-width:280px;
}
.uae_ft_contact-ffp{
transition:color .2s ease;
overflow-wrap:anywhere;
color:#60B8FF;
margin-top:12px;
max-width:17.5rem;
font-size:0.813rem;
display:inline-block;
}
.uae_ft_contact-ffp:hover{
color:#EDF2FA;
}
.uae_ft_col-ffp{
min-width:0;
}
.uae_ft_col_h-ffp{
font-weight:700;
text-transform:uppercase;
overflow-wrap:break-word;
color:#EDF2FA;
letter-spacing:.08em;
font-size:13px;
margin-bottom:14px;
}
.uae_ft_col_links-ffp{
gap:10px;
flex-direction:column;
display:flex;
}
.uae_ft_link-ffp{
transition:color .2s ease;
color:#8AAED4;
overflow-wrap:break-word;
font-size:0.844rem;
}
.uae_ft_link-ffp:hover{
color:#EDF2FA;
}
.uae_ft_bot-ffp{
gap:1rem;
padding:22px 0 40px;
display:flex;
border-top:1px solid rgba(210,230,255,0.13);
flex-direction:column;
}
@media(min-width:766px){
.uae_ft_bot-ffp{
gap:1.25rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.uae_ft_legal-ffp{
overflow-wrap:break-word;
max-width:47.5rem;
color:#445166;
font-size:11.5px;
line-height:1.6;
}
.uae_ft_legal-ffp b{
color:#8AAED4;
font-weight:700;
}
.uae_ft_age-ffp{
border-radius:0.5rem;
padding:0.25rem 9px;
border:1.5px solid #60B8FF;
flex:0 0 auto;
font-size:0.813rem;
font-weight:700;
color:#60B8FF;
}