*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F0E8;
font-size:0.938rem;
color:#3A3125;
line-height:1.6;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
font-family:"Golos Text", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.gka_layouthok{
min-height:100vh;
flex-direction:column;
display:flex;
}
.gka_mainhok{
flex:1 1 auto;
min-width:0;
width:100%;
}
.gka_containerhok{
padding:0 1rem;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:765px){
.gka_containerhok{
padding:0 2rem;
}
}
@media(min-width:1101px){
.gka_containerhok{
padding:0 3.5rem;
}
}
.gka_eyebrowhok{
display:inline-block;
color:#A2703E;
overflow-wrap:break-word;
letter-spacing:.2em;
font-weight:600;
line-height:1.4;
text-transform:uppercase;
font-family:"Golos Text", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:11px;
}
.gka_bandhok{
background:#1E1A12;
color:#F5EDD8;
}
.gka_bandhok .gka_eyebrowhok{
color:#D4A45A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.gka_tbhok{
background:#F5F0E8;
top:0;
border-bottom:1px solid rgba(28,23,16,.14);
position:sticky;
z-index:50;
}
.gka_tb_inhok{
gap:16px;
margin:0 auto;
padding:0.75rem 16px;
display:flex;
justify-content:space-between;
max-width:1400px;
width:100%;
align-items:center;
}
@media(min-width:765px){
.gka_tb_inhok{
padding:1rem 32px;
}
}
@media(min-width:1098px){
.gka_tb_inhok{
padding:1.125rem 56px;
}
}
.gka_tb_lefthok{
gap:28px;
align-items:center;
display:flex;
min-width:0;
}
.gka_tb_logohok{
gap:11px;
min-width:0;
display:flex;
align-items:center;
}
.gka_tb_logo_markhok{
border-radius:0.5rem;
flex:0 0 auto;
object-fit:cover;
width:2.125rem;
height:34px;
}
.gka_tb_logo_txthok{
min-width:0;
line-height:1;
display:flex;
flex-direction:column;
}
.gka_tb_logo_namehok{
overflow:hidden;
text-overflow:ellipsis;
letter-spacing:.02em;
font-size:1.375rem;
font-weight:700;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
white-space:nowrap;
color:#1C1710;
}
.gka_tb_logo_subhok{
overflow:hidden;
font-weight:600;
text-overflow:ellipsis;
letter-spacing:.32em;
margin-top:4px;
white-space:nowrap;
text-transform:uppercase;
color:#A2703E;
font-size:0.531rem;
}
.gka_tb_navhok{
display:none;
}
@media(min-width:961px){
.gka_tb_navhok{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.gka_tb_nav_itemhok{
transition:color .22s ease,border-color .22s ease;
color:#3A3125;
font-weight:600;
padding-bottom:3px;
border-bottom:2px solid transparent;
font-size:14px;
white-space:nowrap;
}
.gka_tb_nav_itemhok:hover{
color:#1C1710;
}
.gka_tb_nav_itemhok.gka_state_activehok{
border-color:#A2703E;
color:#1C1710;
}
.gka_tb_righthok{
gap:14px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.gka_tb_searchhok{
transition:color .22s ease;
display:flex;
color:#3A3125;
justify-content:center;
align-items:center;
}
.gka_tb_searchhok:hover{
color:#A2703E;
}
.gka_tb_searchhok svg{
height:1.125rem;
width:18px;
}
.gka_tb_langhok{
color:#6B5E48;
font-weight:600;
letter-spacing:.1em;
font-size:0.688rem;
text-transform:uppercase;
}
.gka_tb_langhok:hover{
color:#1C1710;
}
.gka_tb_loginhok{
font-weight:600;
font-size:0.875rem;
color:#1C1710;
display:none;
}
@media(min-width:767px){
.gka_tb_loginhok{
display:inline-block;
}
}
.gka_tb_registerhok{
transition:background-color .22s ease;
padding:0.688rem 22px;
border-radius:999px;
background:#1C1710;
white-space:nowrap;
font-weight:700;
color:#F5EDD8;
font-size:0.875rem;
}
.gka_tb_registerhok:hover{
background:#332C1E;
}
.gka_mobhok{
background:#F5F0E8;
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
left:0;
right:0;
z-index:60;
border-top:1px solid rgba(28,23,16,.14);
bottom:0;
}
@media(min-width:959px){
.gka_mobhok{
display:none;
}
}
.gka_mob_inhok{
margin:0 auto;
justify-content:space-around;
display:flex;
align-items:stretch;
max-width:560px;
}
.gka_mob_itemhok{
transition:color .22s ease;
padding:0.563rem 4px;
gap:3px;
flex:1 1 0;
display:flex;
flex-direction:column;
color:#6B5E48;
align-items:center;
min-width:0;
}
.gka_mob_itemhok.gka_state_activehok{
color:#A2703E;
}
.gka_mob_ichok{
justify-content:center;
align-items:center;
display:flex;
}
.gka_mob_ichok svg{
height:20px;
width:20px;
}
.gka_mob_lbhok{
overflow:hidden;
white-space:nowrap;
max-width:100%;
font-weight:600;
font-size:10px;
text-overflow:ellipsis;
}
@media(max-width:956px){
body{
padding-bottom:3.75rem;
}
}
.gka_railhok{
min-width:0;
position:relative;
}
.gka_rail_scrollhok{
gap:0.875rem;
overflow-x:auto;
padding-bottom:14px;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
display:flex;
}
@media(min-width:771px){
.gka_rail_scrollhok{
gap:1.125rem;
}
}
.gka_gchok{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:766px){
.gka_gchok{
width:188px;
}
}
.gka_gc_imghok{
border-radius:0.875rem;
background:#FDFAF4;
overflow:hidden;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 6px rgba(28,23,16,.06), 0 8px 1.5rem rgba(28,23,16,.09);
}
.gka_gc_imghok img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.gka_gc_coverhok{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,.52));
position:absolute;
pointer-events:none;
}
.gka_gc_hoverhok{
background:rgba(0,0,0,.52);
inset:0;
transition:opacity .22s ease;
opacity:0;
align-items:center;
justify-content:center;
position:absolute;
display:flex;
}
.gka_gchok:hover .gka_gc_hoverhok{
opacity:1;
}
.gka_gc_hover_btnhok{
background:#1C1710;
border-radius:62.438rem;
width:46px;
justify-content:center;
color:#F5EDD8;
height:46px;
align-items:center;
display:flex;
}
.gka_gc_hover_btnhok svg{
height:18px;
width:18px;
}
.gka_gc_infohok{
gap:2px;
margin-top:9px;
flex-direction:column;
display:flex;
min-width:0;
}
.gka_gc_namehok{
overflow:hidden;
font-size:0.813rem;
color:#1C1710;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
}
.gka_gc_provhok{
overflow:hidden;
color:#6B5E48;
text-overflow:ellipsis;
font-size:0.688rem;
white-space:nowrap;
}
.gka_gc_metahok{
color:#6B5E48;
font-size:11px;
}
.gka_tchok{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:768px){
.gka_tchok{
width:230px;
}
}
.gka_tc_imghok{
overflow:hidden;
border-radius:0.875rem;
background:#FDFAF4;
box-shadow:0 2px 6px rgba(28,23,16,.06), 0 0.5rem 24px rgba(28,23,16,.09);
padding-bottom:75%;
position:relative;
}
.gka_tc_imghok img{
inset:0;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}
.gka_tc_infohok{
gap:2px;
display:flex;
flex-direction:column;
margin-top:9px;
min-width:0;
}
.gka_tc_namehok{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:#1C1710;
font-weight:700;
font-size:14px;
}
.gka_tc_rtphok{
color:#6B5E48;
font-size:11px;
}
.gka_lchok{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:767px){
.gka_lchok{
width:16.75rem;
}
}
.gka_lc_imghok{
overflow:hidden;
background:#FDFAF4;
border-radius:0.875rem;
box-shadow:0 2px 6px rgba(28,23,16,.06), 0 0.5rem 24px rgba(28,23,16,.09);
position:relative;
padding-bottom:62.5%;
}
.gka_lc_imghok img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.gka_lc_livehok{
padding:4px 9px;
border-radius:62.438rem;
gap:0.438rem;
background:rgba(0,0,0,.52);
position:absolute;
left:0.75rem;
align-items:center;
display:flex;
top:0.75rem;
}
.gka_lc_live_dothok{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#B84040;
width:8px;
height:8px;
}
.gka_lc_seatshok{
letter-spacing:.08em;
text-transform:uppercase;
font-weight:600;
color:#F5EDD8;
font-size:0.625rem;
}
.gka_lc_infohok{
gap:2px;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
display:flex;
}
.gka_lc_namehok{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:#1C1710;
font-weight:700;
font-size:15px;
}
.gka_lc_bethok{
color:#6B5E48;
font-size:11px;
}
.gka_pchok{
border:1px solid rgba(28,23,16,.08);
border-radius:0.875rem;
background:#FDFAF4;
padding:1rem 0.875rem;
gap:0.5rem;
justify-content:center;
align-items:center;
min-width:0;
flex-direction:column;
display:flex;
min-height:74px;
}
.gka_pc_logohok{
flex:0 0 auto;
width:auto;
height:1.75rem;
max-width:100%;
object-fit:contain;
}
.gka_pc_namehok{
overflow:hidden;
color:#6B5E48;
max-width:100%;
font-size:11px;
white-space:nowrap;
text-overflow:ellipsis;
text-align:center;
}
.gka_gc_taghok{
padding:3px 0.5rem;
border-radius:0.5rem;
font-weight:700;
text-transform:uppercase;
position:absolute;
top:0.625rem;
left:0.625rem;
z-index:2;
letter-spacing:.06em;
display:inline-block;
font-size:0.625rem;
}
.gka_gc_tag_hothok{
background:#B84040;
color:#F5EDD8;
}
.gka_gc_tag_newhok{
background:#C8874A;
color:#1C1710;
}
.gka_gc_tag_jphok{
background:#B8860B;
color:#1C1710;
}
.gka_gc_tag_livehok{
background:#B84040;
color:#F5EDD8;
}
.gka_shhok{
margin-bottom:18px;
min-width:0;
}
.gka_sh_rowhok{
gap:16px;
align-items:flex-end;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.gka_sh_rowhok .gka_sh_lhok{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.gka_sh_stackhok{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.gka_sh_centerhok{
gap:10px;
display:flex;
align-items:center;
text-align:center;
flex-direction:column;
}
.gka_sh_h2hok{
overflow-wrap:break-word;
font-size:24px;
font-weight:600;
color:#1C1710;
line-height:1.1;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.gka_sh_h2hok{
font-size:1.875rem;
}
}
.gka_bandhok .gka_sh_h2hok{
color:#F5EDD8;
}
.gka_sh_eb_linehok{
gap:10px;
display:inline-flex;
align-items:center;
}
.gka_sh_eb_linehok::before{
background:#A2703E;
display:inline-block;
content:"";
height:1px;
width:1.75rem;
}
.gka_bandhok .gka_sh_eb_linehok::before{
background:#D4A45A;
}
.gka_sh_eb_dothok{
gap:8px;
align-items:center;
display:inline-flex;
}
.gka_sh_eb_dothok::before{
border-radius:50%;
background:#A2703E;
width:0.375rem;
display:inline-block;
content:"";
height:0.375rem;
}
.gka_bandhok .gka_sh_eb_dothok::before{
background:#D4A45A;
}
.gka_sh_linkhok{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
color:#1C1710;
font-weight:600;
border-bottom:1px solid #1C1710;
padding-bottom:2px;
white-space:nowrap;
font-size:13px;
align-items:center;
display:inline-flex;
}
.gka_sh_linkhok:hover{
border-color:#A2703E;
color:#A2703E;
}
.gka_sh_linkhok svg{
height:14px;
width:0.875rem;
}
.gka_sh_link_chevhok{
border-bottom:0;
padding-bottom:0;
}
.gka_sh_link_btnhok{
padding:0.563rem 18px;
border-radius:999px;
background:#1C1710;
border-bottom:0;
color:#F5EDD8;
}
.gka_sh_link_btnhok:hover{
background:#332C1E;
border-color:transparent;
color:#F5EDD8;
}
.gka_bandhok .gka_sh_linkhok{
border-color:#F5EDD8;
color:#F5EDD8;
}
.gka_bandhok .gka_sh_link_btnhok{
background:#D4A45A;
color:#1C1710;
}
.gka_sh_rulehok{
background:rgba(28,23,16,.14);
margin:-2px 0 18px;
height:1px;
}
.gka_bandhok .gka_sh_rulehok{
background:rgba(255,245,220,.13);
}
.gka_herohok{
padding:2rem 0 0.5rem;
}
@media(min-width:765px){
.gka_herohok{
padding:3.5rem 0 1.5rem;
}
}
.gka_hero_inhok{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:903px){
.gka_hero_inhok{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.gka_hero_copyhok{
min-width:0;
}
.gka_hero_eyebrowhok{
gap:10px;
display:inline-flex;
margin-bottom:22px;
align-items:center;
}
.gka_hero_eyebrow_linehok{
background:#A2703E;
flex:0 0 auto;
height:1px;
display:inline-block;
width:28px;
}
.gka_hero_h1hok{
font-weight:600;
line-height:1.04;
letter-spacing:-.01em;
margin-bottom:1.25rem;
font-size:2.375rem;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#1C1710;
}
@media(min-width:771px){
.gka_hero_h1hok{
font-size:3.375rem;
}
}
@media(min-width:1099px){
.gka_hero_h1hok{
font-size:62px;
}
}
.gka_hero_h1hok em{
color:#A2703E;
font-style:normal;
}
.gka_hero_subhok{
color:#8C7C64;
max-width:30rem;
line-height:1.6;
margin-bottom:1.875rem;
font-size:16px;
}
@media(min-width:766px){
.gka_hero_subhok{
font-size:18px;
}
}
.gka_hero_actionshok{
gap:0.875rem;
margin-bottom:2.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.gka_hero_ctahok{
padding:1rem 30px;
border-radius:999px;
gap:0.625rem;
transition:background-color .22s ease;
background:#1C1710;
color:#F5EDD8;
align-items:center;
font-weight:700;
font-size:15px;
display:inline-flex;
}
.gka_hero_ctahok:hover{
background:#332C1E;
}
.gka_hero_cta_ichok{
display:inline-flex;
align-items:center;
}
.gka_hero_cta_ichok svg{
width:16px;
height:16px;
}
.gka_hero_cta_althok{
border-radius:62.438rem;
transition:border-color .22s ease,color .22s ease;
padding:15px 26px;
background:transparent;
border:1px solid rgba(28,23,16,.14);
color:#1C1710;
font-weight:600;
font-size:15px;
display:inline-flex;
align-items:center;
}
.gka_hero_cta_althok:hover{
border-color:#A2703E;
color:#A2703E;
}
.gka_hero_trusthok{
gap:22px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.gka_hero_trust_itemhok{
gap:0.563rem;
font-weight:600;
display:flex;
align-items:center;
font-size:13px;
color:#3A3125;
}
.gka_hero_trust_ichok{
display:inline-flex;
color:#A2703E;
align-items:center;
}
.gka_hero_trust_ichok svg{
width:1rem;
height:1rem;
}
.gka_hero_promohok{
overflow:hidden;
border-radius:20px;
background:#FDFAF4;
position:relative;
min-height:18.75rem;
box-shadow:0 12px 3rem rgba(28,23,16,.14), 0 3px 10px rgba(28,23,16,.08);
display:flex;
}
.gka_hero_promo_bghok{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.gka_hero_promo_bghok::after{
background:linear-gradient(120deg,#1E1A12 0%,rgba(0,0,0,.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.gka_hero_promo_glowhok{
background:radial-gradient(circle,rgba(162,112,62,.28) 0%,transparent 65%);
border-radius:50%;
right:-20px;
pointer-events:none;
width:16.25rem;
height:16.25rem;
top:-2.5rem;
position:absolute;
}
.gka_hero_promo_cthok{
padding:1.75rem;
position:relative;
max-width:88%;
z-index:2;
align-self:flex-end;
}
.gka_hero_promo_labelhok{
display:block;
font-size:10px;
letter-spacing:.25em;
text-transform:uppercase;
font-weight:700;
margin-bottom:8px;
color:#D4A45A;
}
.gka_hero_promo_amounthok{
line-height:1.05;
font-size:2rem;
overflow-wrap:break-word;
font-weight:600;
color:#F5EDD8;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.gka_hero_promo_amounthok{
font-size:40px;
}
}
.gka_hero_promo_amounthok em{
color:#D4A45A;
font-style:normal;
}
.gka_hero_ratinghok{
padding:10px 14px;
border-radius:14px;
background:#FDFAF4;
gap:0.625rem;
border:1px solid rgba(28,23,16,.08);
align-items:center;
display:flex;
z-index:3;
top:14px;
box-shadow:0 2px 6px rgba(28,23,16,.06), 0 0.5rem 1.5rem rgba(28,23,16,.09);
position:absolute;
max-width:min(260px,62%);
right:14px;
}
.gka_hero_rating_scorehok{
flex:0 0 auto;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#1C1710;
font-size:1.5rem;
}
.gka_hero_rating_txthok{
flex:1 1 auto;
min-width:0;
}
.gka_hero_rating_starshok{
gap:2px;
color:#A2703E;
display:flex;
}
.gka_hero_rating_starshok svg{
width:12px;
height:12px;
}
.gka_hero_rating_caphok{
margin-top:3px;
display:block;
line-height:1.35;
overflow-wrap:break-word;
font-size:0.688rem;
color:#6B5E48;
}
.gka_stathok{
margin-top:16px;
border-top:1px solid rgba(28,23,16,.14);
border-bottom:1px solid rgba(28,23,16,.14);
}
.gka_stat_inhok{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.gka_stat_inhok{
grid-template-columns:repeat(4,1fr);
}
}
.gka_stat_itemhok{
padding:22px 0.875rem;
border-bottom:1px solid rgba(28,23,16,.08);
min-width:0;
border-right:1px solid rgba(28,23,16,.08);
}
.gka_stat_itemhok:nth-child(2n){
border-right:0;
}
.gka_stat_itemhok:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.gka_stat_itemhok{
border-bottom:0;
}
.gka_stat_itemhok:nth-child(2n){
border-right:1px solid rgba(28,23,16,.08);
}
.gka_stat_itemhok:nth-child(4n){
border-right:0;
}
}
.gka_stat_valuehok{
line-height:1;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
font-weight:700;
overflow-wrap:break-word;
color:#1C1710;
}
@media(min-width:771px){
.gka_stat_valuehok{
font-size:34px;
}
}
.gka_stat_labelhok{
color:#6B5E48;
font-size:0.813rem;
margin-top:6px;
line-height:1.4;
overflow-wrap:break-word;
}
.gka_jphok{
padding:1.875rem 0 10px;
}
.gka_jp_gridhok{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:766px){
.gka_jp_gridhok{
grid-template-columns:1fr 1fr;
}
.gka_jp_card_megahok{
grid-column:1/-1;
}
}
@media(min-width:1000px){
.gka_jp_gridhok{
grid-template-columns:1.4fr 1fr 1fr;
}
.gka_jp_card_megahok{
grid-column:auto;
}
}
.gka_jp_cardhok{
gap:12px;
border-radius:1.25rem;
background:#FDFAF4;
padding:1.625rem;
overflow:hidden;
border:1px solid rgba(28,23,16,.08);
flex-direction:column;
position:relative;
display:flex;
min-width:0;
justify-content:space-between;
min-height:200px;
}
.gka_jp_card_megahok{
background:linear-gradient(135deg,#2C2416,#141009);
border-color:transparent;
min-height:210px;
color:#F5EDD8;
}
.gka_jp_glowhok{
background:radial-gradient(circle,rgba(162,112,62,.28),transparent 70%);
border-radius:50%;
width:12.5rem;
position:absolute;
top:-40px;
right:-2.5rem;
pointer-events:none;
height:12.5rem;
}
.gka_jp_labelhok{
gap:0.625rem;
text-transform:uppercase;
font-size:10px;
letter-spacing:.16em;
justify-content:space-between;
flex-wrap:wrap;
position:relative;
color:#A2703E;
display:flex;
align-items:center;
font-weight:700;
}
.gka_jp_card_megahok .gka_jp_labelhok{
color:#D4A45A;
}
.gka_jp_drophok{
text-transform:none;
color:#6B5E48;
letter-spacing:.04em;
font-weight:600;
}
.gka_jp_card_megahok .gka_jp_drophok{
color:#B89E7E;
}
.gka_jp_amounthok{
font-weight:700;
line-height:1;
color:#1C1710;
overflow-wrap:break-word;
position:relative;
font-size:38px;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
.gka_jp_card_megahok .gka_jp_amounthok{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#D4A45A;
}
@media(min-width:767px){
.gka_jp_card_megahok .gka_jp_amounthok{
font-size:3.375rem;
}
}
.gka_jp_gamehok{
color:#6B5E48;
font-size:0.813rem;
position:relative;
}
.gka_jp_card_megahok .gka_jp_gamehok{
color:#B89E7E;
}
.gka_jp_ctahok{
position:relative;
align-self:flex-start;
}
.gka_jp_card_megahok .gka_jp_ctahok{
background:#D4A45A;
border-radius:62.438rem;
transition:opacity .22s ease;
padding:10px 20px;
font-size:0.813rem;
font-weight:700;
color:#1C1710;
}
.gka_jp_card_megahok .gka_jp_ctahok:hover{
opacity:.9;
}
.gka_jp_cardhok:not(.gka_jp_card_megahok) .gka_jp_ctahok{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #1C1710;
color:#1C1710;
font-size:0.813rem;
}
.gka_jp_cardhok:not(.gka_jp_card_megahok) .gka_jp_ctahok:hover{
border-color:#A2703E;
color:#A2703E;
}
.gka_jp_seohok{
margin:14px 0 0;
max-width:760px;
color:#8C7C64;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
}
.gka_jp_seohok strong{
font-weight:700;
color:#1C1710;
}
.gka_growhok{
padding:26px 0 0.625rem;
}
.gka_row_seohok{
margin:0.625rem 0 0;
color:#8C7C64;
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
max-width:47.5rem;
}
.gka_row_seohok strong{
font-weight:700;
color:#1C1710;
}
.gka_growhok{
padding:1.625rem 0 0.625rem;
}
.gka_row_seohok{
margin:10px 0 0;
color:#8C7C64;
max-width:47.5rem;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
}
.gka_row_seohok strong{
color:#1C1710;
font-weight:700;
}
.gka_growhok{
padding:26px 0 10px;
}
.gka_row_seohok{
margin:10px 0 0;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
color:#8C7C64;
max-width:760px;
}
.gka_row_seohok strong{
color:#1C1710;
font-weight:700;
}
.gka_gfhok{
padding:1.5rem 0 6px;
}
.gka_gf_inhok{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.gka_gf_chiphok{
padding:0.625rem 18px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
background:#FDFAF4;
border:1px solid rgba(28,23,16,.14);
border-radius:999px;
font-size:0.813rem;
white-space:nowrap;
color:#3A3125;
font-weight:600;
}
.gka_gf_chiphok:hover{
border-color:#A2703E;
color:#A2703E;
}
.gka_gf_chiphok.gka_state_activehok{
background:#1C1710;
border-color:transparent;
color:#F5EDD8;
}
.gka_apphok{
padding:1.875rem 0 0.625rem;
}
.gka_app_inhok{
background:#FDFAF4;
border-radius:20px;
border:1px solid rgba(28,23,16,.08);
padding:2rem;
gap:1.75rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.gka_app_inhok{
padding:40px 2.75rem;
gap:40px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.gka_app_copyhok{
max-width:35rem;
min-width:0;
}
.gka_app_eyebrowhok{
margin-bottom:12px;
}
.gka_app_h2hok{
font-weight:600;
overflow-wrap:break-word;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-size:28px;
color:#1C1710;
margin-bottom:12px;
line-height:1.05;
}
@media(min-width:766px){
.gka_app_h2hok{
font-size:34px;
}
}
.gka_app_texthok{
margin-bottom:1.375rem;
line-height:1.6;
font-size:14px;
color:#8C7C64;
}
.gka_app_btnshok{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.gka_app_btnhok{
border-radius:0.875rem;
background:#1C1710;
padding:11px 20px;
gap:0.625rem;
transition:background-color .22s ease;
color:#F5EDD8;
display:inline-flex;
align-items:center;
}
.gka_app_btnhok:hover{
background:#332C1E;
}
.gka_app_btn_ichok{
align-items:center;
display:inline-flex;
}
.gka_app_btn_ichok svg{
width:18px;
height:1.125rem;
}
.gka_app_btn_lbhok{
font-weight:700;
font-size:0.844rem;
}
.gka_app_qr_wraphok{
flex:0 0 auto;
gap:18px;
display:flex;
align-items:center;
}
.gka_app_qrhok{
flex:0 0 auto;
border-radius:14px;
width:6.75rem;
background-color:#1C1710;
height:6.75rem;
background-image:repeating-linear-gradient(0deg,#FDFAF4 0 0.313rem,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#FDFAF4 0 5px,transparent 0.313rem 0.688rem);
}
.gka_app_qr_caphok{
font-size:0.781rem;
color:#6B5E48;
max-width:92px;
line-height:1.4;
}
.gka_trnhok{
padding:1.875rem 0 0.625rem;
}
.gka_trn_inhok{
border:1px solid rgba(28,23,16,.08);
border-radius:1.25rem;
grid-template-columns:1fr;
overflow:hidden;
background:#FDFAF4;
display:grid;
}
@media(min-width:877px){
.gka_trn_inhok{
grid-template-columns:1.05fr 1fr;
}
}
.gka_trn_bannerhok{
background:linear-gradient(150deg,#2C2416,#141009);
overflow:hidden;
padding:34px;
color:#F5EDD8;
position:relative;
}
.gka_trn_glowhok{
background:radial-gradient(circle,rgba(162,112,62,.28),transparent 70%);
border-radius:50%;
position:absolute;
bottom:-40px;
width:12.5rem;
pointer-events:none;
right:-2.5rem;
height:12.5rem;
}
.gka_trn_eyebrowhok{
margin-bottom:14px;
position:relative;
}
.gka_trn_h2hok{
position:relative;
font-size:1.875rem;
line-height:1.06;
overflow-wrap:break-word;
font-weight:600;
color:#F5EDD8;
margin-bottom:0.75rem;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.gka_trn_h2hok{
font-size:36px;
}
}
.gka_trn_texthok{
margin-bottom:1.375rem;
font-size:14px;
max-width:420px;
line-height:1.6;
position:relative;
color:#B89E7E;
}
.gka_trn_timerhok{
gap:8px;
align-items:center;
margin-bottom:1.5rem;
position:relative;
flex-wrap:wrap;
display:flex;
}
.gka_trn_timer_caphok{
color:#B89E7E;
font-size:11px;
}
.gka_trn_timer_boxhok{
border-radius:8px;
padding:0.25rem 12px;
background:rgba(255,245,220,.07);
font-weight:700;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDD8;
font-size:1.5rem;
}
.gka_trn_ctahok{
padding:0.813rem 1.625rem;
transition:opacity .22s ease;
border-radius:62.438rem;
background:#D4A45A;
position:relative;
font-weight:700;
color:#1C1710;
display:inline-block;
font-size:14px;
}
.gka_trn_ctahok:hover{
opacity:.9;
}
.gka_trn_lbhok{
padding:1.625rem 28px;
}
.gka_trn_lb_headhok{
gap:0.625rem;
justify-content:space-between;
align-items:center;
margin-bottom:12px;
display:flex;
}
.gka_trn_lb_titlehok{
font-weight:600;
color:#1C1710;
font-size:20px;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
.gka_trn_lb_updhok{
font-size:0.688rem;
color:#6B5E48;
letter-spacing:.08em;
text-transform:uppercase;
}
.gka_trn_lb_rowhok{
border-radius:8px;
padding:11px 12px;
gap:14px;
align-items:center;
display:flex;
}
.gka_trn_lb_rowhok:nth-child(2){
background:rgba(162,112,62,.10);
}
.gka_trn_lb_rankhok{
flex:0 0 auto;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-size:16px;
color:#A2703E;
font-weight:700;
width:1.375rem;
}
.gka_trn_lb_avhok{
background:linear-gradient(135deg,#A2703E,#D4A45A);
flex:0 0 auto;
border-radius:50%;
height:30px;
width:30px;
}
.gka_trn_lb_namehok{
flex:1 1 auto;
overflow:hidden;
font-weight:600;
min-width:0;
color:#1C1710;
white-space:nowrap;
text-overflow:ellipsis;
font-size:14px;
}
.gka_trn_lb_amounthok{
flex:0 0 auto;
font-size:13px;
color:#1C1710;
font-weight:700;
}
.gka_nlhok{
padding:1.5rem 0 10px;
}
.gka_nl_inhok{
gap:1.375rem;
background:#252016;
padding:30px 2rem;
border-radius:20px;
display:flex;
color:#F5EDD8;
flex-direction:column;
}
@media(min-width:769px){
.gka_nl_inhok{
gap:1.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.gka_nl_text_wraphok{
min-width:0;
}
.gka_nl_h3hok{
line-height:1.1;
font-size:1.375rem;
font-weight:600;
margin-bottom:5px;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F5EDD8;
}
@media(min-width:767px){
.gka_nl_h3hok{
font-size:1.5rem;
}
}
.gka_nl_texthok{
line-height:1.5;
font-size:0.844rem;
color:#B89E7E;
}
.gka_nl_formhok{
gap:10px;
flex:1 1 auto;
max-width:460px;
min-width:0;
display:flex;
}
.gka_nl_inputhok{
padding:0.813rem 16px;
border:1px solid rgba(255,245,220,.13);
border-radius:14px;
flex:1 1 auto;
overflow:hidden;
background:rgba(255,245,220,.07);
display:flex;
white-space:nowrap;
text-overflow:ellipsis;
align-items:center;
min-width:0;
font-size:0.875rem;
color:#B89E7E;
}
.gka_nl_btnhok{
background:#D4A45A;
transition:opacity .22s ease;
flex:0 0 auto;
border-radius:0.875rem;
padding:13px 24px;
font-weight:700;
font-size:0.875rem;
color:#1C1710;
white-space:nowrap;
}
.gka_nl_btnhok:hover{
opacity:.9;
}
.gka_seahok{
padding:1.5rem 0 0.625rem;
}
.gka_sea_inhok{
background:linear-gradient(115deg,#2C2416,#141009);
gap:22px;
padding:36px;
overflow:hidden;
border-radius:20px;
display:flex;
position:relative;
flex-direction:column;
color:#F5EDD8;
}
@media(min-width:819px){
.gka_sea_inhok{
gap:32px;
padding:2.75rem 3rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.gka_sea_glowhok{
border-radius:50%;
background:radial-gradient(circle,rgba(162,112,62,.28),transparent 68%);
pointer-events:none;
height:240px;
top:50%;
width:240px;
position:absolute;
right:3.75rem;
transform:translateY(-50%);
}
.gka_sea_copyhok{
min-width:0;
position:relative;
max-width:35rem;
}
.gka_sea_eyebrowhok{
margin-bottom:12px;
}
.gka_sea_h2hok{
color:#F5EDD8;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.04;
margin-bottom:0.75rem;
font-weight:600;
}
@media(min-width:768px){
.gka_sea_h2hok{
font-size:2.375rem;
}
}
.gka_sea_texthok{
line-height:1.6;
color:#B89E7E;
font-size:15px;
}
.gka_sea_ctahok{
background:#D4A45A;
border-radius:999px;
flex:0 0 auto;
padding:16px 32px;
transition:opacity .22s ease;
position:relative;
color:#1C1710;
font-size:15px;
font-weight:700;
}
.gka_sea_ctahok:hover{
opacity:.9;
}
.gka_viphok{
padding:48px 0;
}
@media(min-width:766px){
.gka_viphok{
padding:4rem 0;
}
}
.gka_vip_headhok{
gap:0.875rem;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:881px){
.gka_vip_headhok{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.gka_vip_eyebrowhok{
margin-bottom:0.75rem;
}
.gka_vip_h2hok{
line-height:1.05;
font-weight:600;
color:#F5EDD8;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:2rem;
}
@media(min-width:771px){
.gka_vip_h2hok{
font-size:40px;
}
}
.gka_vip_introhok{
max-width:26.25rem;
font-size:0.875rem;
line-height:1.6;
color:#B89E7E;
}
.gka_vip_gridhok{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.gka_vip_cardhok{
padding:22px 18px;
border-radius:0.875rem;
border:1px solid rgba(255,245,220,.13);
min-width:0;
}
.gka_vip_card_feathok{
background:rgba(255,245,220,.07);
border-color:#D4A45A;
}
.gka_vip_card_ichok{
border-radius:0.5rem;
background:linear-gradient(135deg,#A2703E,#D4A45A);
margin-bottom:1rem;
height:2.125rem;
width:2.125rem;
display:block;
}
.gka_vip_namehok{
font-weight:600;
color:#F5EDD8;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
margin-bottom:6px;
overflow-wrap:break-word;
}
.gka_vip_perkhok{
font-size:12.5px;
line-height:1.5;
overflow-wrap:break-word;
color:#B89E7E;
}
.gka_tshok{
padding:2.75rem 0;
}
.gka_ts_inhok{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:882px){
.gka_ts_inhok{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.gka_ts_lefthok{
min-width:0;
}
.gka_ts_h2hok{
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.75rem;
color:#F5EDD8;
font-size:26px;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
}
@media(min-width:765px){
.gka_ts_h2hok{
font-size:1.75rem;
}
}
.gka_ts_texthok{
max-width:32.5rem;
color:#B89E7E;
line-height:1.6;
font-size:14.5px;
margin-bottom:1.375rem;
}
.gka_ts_badgeshok{
gap:1.125rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.gka_ts_badgehok{
font-size:0.813rem;
color:#B89E7E;
font-weight:600;
}
.gka_ts_payhok{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:878px){
.gka_ts_payhok{
justify-content:flex-end;
}
}
.gka_ts_pay_chiphok{
padding:0.75rem 16px;
background:rgba(255,245,220,.07);
border-radius:0.875rem;
border:1px solid rgba(255,245,220,.13);
color:#F5EDD8;
font-weight:700;
font-size:14px;
}
.gka_htshok{
padding:48px 0;
}
@media(min-width:767px){
.gka_htshok{
padding:3.875rem 0;
}
}
.gka_hts_headhok{
gap:18px;
margin-bottom:2.125rem;
flex-direction:column;
display:flex;
}
@media(min-width:771px){
.gka_hts_headhok{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.gka_hts_eyebrowhok{
margin-bottom:12px;
}
.gka_hts_h2hok{
line-height:1.05;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:30px;
color:#F5EDD8;
font-weight:600;
}
@media(min-width:770px){
.gka_hts_h2hok{
font-size:2.375rem;
}
}
.gka_hts_ctahok{
border-radius:62.438rem;
padding:0.938rem 30px;
flex:0 0 auto;
background:#D4A45A;
transition:opacity .22s ease;
font-size:15px;
font-weight:700;
color:#1C1710;
}
.gka_hts_ctahok:hover{
opacity:.9;
}
.gka_hts_gridhok{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.gka_hts_gridhok{
grid-template-columns:repeat(3,1fr);
}
}
.gka_hts_stephok{
padding-top:1.375rem;
border-top:1px solid rgba(255,245,220,.13);
min-width:0;
}
.gka_hts_step_numhok{
font-size:44px;
margin-bottom:0.875rem;
line-height:1;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
color:#D4A45A;
font-weight:700;
}
.gka_hts_step_hhok{
overflow-wrap:break-word;
line-height:1.2;
margin-bottom:8px;
font-weight:700;
font-size:19px;
color:#F5EDD8;
}
.gka_hts_step_phok{
font-size:0.875rem;
color:#B89E7E;
line-height:1.55;
overflow-wrap:break-word;
}
.gka_provhok{
padding:40px 0 20px;
}
.gka_prov_eyebrowhok{
display:block;
margin-bottom:1.125rem;
}
.gka_prov_gridhok{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:558px){
.gka_prov_gridhok{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.gka_prov_gridhok{
grid-template-columns:repeat(6,1fr);
}
}
.gka_wyhok{
padding:48px 0;
}
@media(min-width:769px){
.gka_wyhok{
padding:3.5rem 0;
}
}
.gka_wy_inhok{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:901px){
.gka_wy_inhok{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.gka_wy_lefthok{
min-width:0;
}
.gka_wy_eyebrowhok{
margin-bottom:0.875rem;
}
.gka_wy_h2hok{
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
color:#1C1710;
margin-bottom:1rem;
font-size:32px;
line-height:1.05;
}
@media(min-width:769px){
.gka_wy_h2hok{
font-size:2.5rem;
}
}
.gka_wy_introhok{
font-size:15px;
line-height:1.6;
color:#8C7C64;
}
.gka_wy_gridhok{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.gka_wy_gridhok{
grid-template-columns:1fr 1fr;
}
}
.gka_wy_cardhok{
background:#FDFAF4;
border-radius:14px;
border:1px solid rgba(28,23,16,.08);
padding:26px;
min-width:0;
}
.gka_wy_card_ichok{
display:inline-flex;
margin-bottom:16px;
color:#A2703E;
justify-content:center;
align-items:center;
}
.gka_wy_card_ichok svg{
width:26px;
height:1.625rem;
}
.gka_wy_card_hhok{
overflow-wrap:break-word;
line-height:1.15;
color:#1C1710;
font-size:1.313rem;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:8px;
}
.gka_wy_card_phok{
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
color:#8C7C64;
}
.gka_tthok{
padding:3rem 0 0.625rem;
}
@media(min-width:771px){
.gka_tthok{
padding:3.75rem 0 0.625rem;
}
}
.gka_tt_headhok{
text-align:center;
margin-bottom:34px;
}
.gka_tt_eyebrowhok{
margin-bottom:12px;
}
.gka_tt_h2hok{
font-size:32px;
line-height:1.05;
font-weight:600;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
color:#1C1710;
overflow-wrap:break-word;
}
@media(min-width:769px){
.gka_tt_h2hok{
font-size:42px;
}
}
.gka_tt_gridhok{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.gka_tt_gridhok{
grid-template-columns:repeat(3,1fr);
}
}
.gka_tt_cardhok{
padding:30px;
background:#FDFAF4;
border-radius:0.875rem;
border:1px solid rgba(28,23,16,.08);
display:flex;
flex-direction:column;
min-width:0;
}
.gka_tt_card_ichok{
margin-bottom:18px;
color:#A2703E;
align-items:center;
display:inline-flex;
}
.gka_tt_card_ichok svg{
width:1.75rem;
height:28px;
}
.gka_tt_card_hhok{
color:#1C1710;
font-size:22px;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.15;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
.gka_tt_card_phok{
line-height:1.6;
overflow-wrap:break-word;
margin-bottom:0.875rem;
font-size:0.875rem;
color:#8C7C64;
}
.gka_tt_card_phok b{
color:#1C1710;
font-weight:700;
}
.gka_tt_card_linkhok{
transition:color .22s ease;
margin-top:auto;
font-weight:700;
border-bottom:1px solid #A2703E;
color:#1C1710;
align-self:flex-start;
padding-bottom:2px;
font-size:13px;
}
.gka_tt_card_linkhok:hover{
color:#A2703E;
}
.gka_ophok{
padding:36px 0 10px;
}
.gka_op_inhok{
padding:2rem;
background:#FDFAF4;
gap:2rem;
grid-template-columns:1fr;
border-radius:14px;
border:1px solid rgba(28,23,16,.08);
align-items:center;
display:grid;
}
@media(min-width:858px){
.gka_op_inhok{
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
padding:34px 2.5rem;
}
}
.gka_op_lefthok{
min-width:0;
}
.gka_op_eyebrowhok{
margin-bottom:12px;
}
.gka_op_h2hok{
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.08;
margin-bottom:10px;
color:#1C1710;
font-size:28px;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:767px){
.gka_op_h2hok{
font-size:30px;
}
}
.gka_op_texthok{
font-size:14px;
color:#8C7C64;
line-height:1.6;
}
.gka_op_gridhok{
background:rgba(28,23,16,.14);
border-radius:0.5rem;
grid-template-columns:1fr 1fr;
gap:1px;
border:1px solid rgba(28,23,16,.14);
overflow:hidden;
display:grid;
}
.gka_op_fieldhok{
padding:18px 20px;
background:#F5F0E8;
min-width:0;
}
.gka_op_field_lbhok{
margin-bottom:5px;
color:#A2703E;
font-size:0.625rem;
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
}
.gka_op_field_valhok{
overflow-wrap:break-word;
color:#1C1710;
font-size:14px;
font-weight:700;
}
.gka_drhok{
padding:2.25rem 0 0.625rem;
}
.gka_dr_inhok{
padding:28px 32px;
border:1px dashed rgba(28,23,16,.14);
border-radius:14px;
gap:1.25rem;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.gka_dr_inhok{
gap:32px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.gka_dr_h2hok{
margin-bottom:0.5rem;
font-size:1.5rem;
color:#1C1710;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.gka_dr_h2hok{
font-size:1.625rem;
}
}
.gka_dr_texthok{
line-height:1.6;
max-width:42.5rem;
font-size:14px;
overflow-wrap:break-word;
color:#8C7C64;
}
.gka_dr_texthok b{
font-weight:700;
color:#1C1710;
}
.gka_dr_ctahok{
transition:color .22s ease;
flex:0 0 auto;
white-space:nowrap;
color:#1C1710;
font-weight:700;
border-bottom:1px solid #A2703E;
font-size:13.5px;
padding-bottom:2px;
}
.gka_dr_ctahok:hover{
color:#A2703E;
}
.gka_gdhok{
padding:48px 0 10px;
}
.gka_gd_headhok{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:1.5rem;
}
@media(min-width:682px){
.gka_gd_headhok{
gap:1.25rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.gka_gd_eyebrowhok{
margin-bottom:0.625rem;
}
.gka_gd_h2hok{
color:#1C1710;
font-weight:600;
font-size:1.75rem;
line-height:1.05;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.gka_gd_h2hok{
font-size:34px;
}
}
.gka_gd_morehok{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1C1710;
font-size:13.5px;
color:#1C1710;
font-weight:600;
padding-bottom:2px;
}
.gka_gd_morehok:hover{
border-color:#A2703E;
color:#A2703E;
}
.gka_gd_gridhok{
gap:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:718px){
.gka_gd_gridhok{
grid-template-columns:repeat(3,1fr);
}
}
.gka_gd_cardhok{
border:1px solid rgba(28,23,16,.08);
border-radius:14px;
background:#FDFAF4;
overflow:hidden;
display:block;
min-width:0;
}
.gka_gd_card_imghok{
background:linear-gradient(140deg,#2C2416,#A2703E);
height:9.375rem;
}
.gka_gd_card_bodyhok{
padding:1.375rem;
}
.gka_gd_card_cathok{
color:#A2703E;
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
font-size:10px;
}
.gka_gd_card_hhok{
margin:8px 0 0.625rem;
overflow-wrap:break-word;
color:#1C1710;
line-height:1.2;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-size:19px;
font-weight:600;
}
.gka_gd_card_metahok{
color:#6B5E48;
overflow-wrap:break-word;
font-size:12px;
}
.gka_sbhok{
background:#FDFAF4;
padding:3rem 0;
border-bottom:1px solid rgba(28,23,16,.08);
border-top:1px solid rgba(28,23,16,.08);
margin-top:1.5rem;
}
@media(min-width:769px){
.gka_sbhok{
padding:56px 0;
}
}
.gka_sb_eyebrowhok{
margin-bottom:0.75rem;
display:block;
}
.gka_sb_h2hok{
font-size:1.875rem;
font-weight:600;
color:#1C1710;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:26px;
}
@media(min-width:770px){
.gka_sb_h2hok{
font-size:36px;
}
}
.gka_sb_gridhok{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:562px){
.gka_sb_gridhok{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.gka_sb_gridhok{
grid-template-columns:repeat(4,1fr);
}
}
.gka_sb_cardhok{
padding:1.5rem;
border:1px solid rgba(28,23,16,.08);
border-radius:14px;
background:#F5F0E8;
min-width:0;
}
.gka_sb_card_hhok{
font-weight:600;
font-size:1.188rem;
overflow-wrap:break-word;
margin-bottom:8px;
line-height:1.15;
color:#1C1710;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
.gka_sb_card_phok{
color:#8C7C64;
font-size:13.5px;
line-height:1.6;
overflow-wrap:break-word;
}
.gka_sb_rtphok{
background:#F5F0E8;
padding:1.625rem 28px;
border-radius:0.875rem;
grid-template-columns:1fr;
gap:24px;
border:1px solid rgba(28,23,16,.08);
display:grid;
margin-top:18px;
align-items:center;
}
@media(min-width:761px){
.gka_sb_rtphok{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.gka_sb_rtp_hhok{
font-size:20px;
color:#1C1710;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-weight:600;
overflow-wrap:break-word;
line-height:1.15;
}
.gka_sb_rtp_phok{
overflow-wrap:break-word;
color:#8C7C64;
font-size:0.844rem;
line-height:1.6;
}
.gka_sb_rtp_statshok{
gap:16px;
display:flex;
}
.gka_sb_stathok{
flex:1 1 0;
padding:1.125rem;
border-radius:8px;
background:#FDFAF4;
min-width:0;
text-align:center;
}
.gka_sb_stat_vhok{
overflow-wrap:break-word;
font-size:1.625rem;
color:#4E7C59;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.gka_sb_stat_lhok{
margin-top:0.25rem;
font-size:11.5px;
color:#6B5E48;
}
.gka_elhok{
padding:3rem 0;
}
@media(min-width:769px){
.gka_elhok{
padding:3.5rem 0;
}
}
.gka_el_inhok{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:897px){
.gka_el_inhok{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.gka_el_lefthok{
min-width:0;
}
.gka_el_eyebrowhok{
margin-bottom:0.875rem;
}
.gka_el_h2hok{
line-height:1.08;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1C1710;
margin-bottom:1.375rem;
overflow-wrap:break-word;
font-size:2rem;
}
@media(min-width:769px){
.gka_el_h2hok{
font-size:38px;
}
}
.gka_el_bodyhok p{
font-size:16px;
color:#3A3125;
overflow-wrap:break-word;
line-height:1.7;
margin-bottom:18px;
}
.gka_el_dropcaphok{
padding:0.375rem 12px 0 0;
color:#A2703E;
font-weight:700;
font-size:3.875rem;
float:left;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
line-height:.8;
}
.gka_el_righthok{
min-width:0;
}
.gka_el_quotehok{
background:linear-gradient(150deg,#2C2416,#141009);
border-radius:1.25rem;
padding:36px;
margin-bottom:1.5rem;
color:#F5EDD8;
position:relative;
}
.gka_el_quote_markhok{
margin-bottom:0.375rem;
display:inline-flex;
align-items:center;
color:#D4A45A;
}
.gka_el_quote_markhok svg{
width:2.125rem;
height:34px;
}
.gka_el_quote_texthok{
color:#F5EDD8;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.4;
margin-bottom:1.375rem;
overflow-wrap:break-word;
font-size:22px;
font-weight:500;
}
.gka_el_quote_metahok{
gap:12px;
display:flex;
align-items:center;
}
.gka_el_quote_avhok{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#A2703E,#D4A45A);
height:38px;
width:38px;
}
.gka_el_quote_authorhok{
font-size:0.875rem;
font-weight:700;
color:#F5EDD8;
}
.gka_el_quote_meta_subhok{
font-size:0.75rem;
color:#B89E7E;
}
.gka_el_explainhok{
border:1px solid rgba(28,23,16,.08);
border-radius:14px;
overflow:hidden;
}
.gka_el_explain_cardhok{
padding:22px 24px;
}
.gka_el_explain_cardhok+.gka_el_explain_cardhok{
border-top:1px solid rgba(28,23,16,.08);
}
.gka_el_explain_hhok{
color:#1C1710;
line-height:1.15;
overflow-wrap:break-word;
font-size:1.25rem;
margin-bottom:0.5rem;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
.gka_el_explain_phok{
overflow-wrap:break-word;
line-height:1.55;
font-size:14px;
color:#8C7C64;
}
.gka_faqhok{
padding:3rem 0;
background:#FDFAF4;
border-top:1px solid rgba(28,23,16,.08);
margin-top:24px;
border-bottom:1px solid rgba(28,23,16,.08);
}
@media(min-width:770px){
.gka_faqhok{
padding:62px 0;
}
}
.gka_faq_headhok{
margin-bottom:2.125rem;
text-align:center;
}
.gka_faq_eyebrowhok{
margin-bottom:0.75rem;
}
.gka_faq_h2hok{
color:#1C1710;
overflow-wrap:break-word;
font-size:32px;
font-weight:600;
line-height:1.05;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.gka_faq_h2hok{
font-size:2.375rem;
}
}
.gka_faq_listhok{
gap:12px;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.gka_faq_itemhok{
overflow:hidden;
border:1px solid rgba(28,23,16,.08);
background:#F5F0E8;
border-radius:0.875rem;
}
.gka_faq_qhok{
padding:1.25rem 24px;
list-style:none;
gap:1.25rem;
font-size:1rem;
align-items:center;
overflow-wrap:break-word;
display:flex;
cursor:pointer;
justify-content:space-between;
font-weight:700;
color:#1C1710;
}
.gka_faq_qhok::-webkit-details-marker{
display:none;
}
.gka_faq_q_ichok{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
color:#A2703E;
display:inline-flex;
}
.gka_faq_q_ichok svg{
width:1.125rem;
height:18px;
}
.gka_faq_itemhok[open] .gka_faq_q_ichok{
transform:rotate(180deg);
}
.gka_faq_ahok{
padding:0 24px 1.25rem;
font-size:0.906rem;
color:#8C7C64;
line-height:1.6;
overflow-wrap:break-word;
}
.gka_sghok{
padding:48px 0 10px;
}
.gka_sg_eyebrowhok{
display:block;
margin-bottom:0.75rem;
}
.gka_sg_h2hok{
color:#1C1710;
overflow-wrap:break-word;
margin-bottom:28px;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
line-height:1.05;
font-weight:600;
}
@media(min-width:766px){
.gka_sg_h2hok{
font-size:2.25rem;
}
}
.gka_sg_gridhok{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:721px){
.gka_sg_gridhok{
grid-template-columns:repeat(3,1fr);
}
}
.gka_sg_colhok{
min-width:0;
}
.gka_sg_col_hhok{
line-height:1.15;
color:#1C1710;
margin-bottom:0.625rem;
overflow-wrap:break-word;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.375rem;
}
.gka_sg_col_phok{
line-height:1.65;
overflow-wrap:break-word;
color:#8C7C64;
font-size:14px;
}
.gka_schok{
padding:48px 0 0.625rem;
}
.gka_sc_headhok{
margin-bottom:28px;
text-align:center;
}
.gka_sc_eyebrowhok{
margin-bottom:12px;
}
.gka_sc_h2hok{
line-height:1.05;
color:#1C1710;
font-size:1.875rem;
overflow-wrap:break-word;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:765px){
.gka_sc_h2hok{
font-size:36px;
}
}
.gka_sc_tablehok{
margin:0 auto;
border-radius:14px;
border:1px solid rgba(28,23,16,.08);
overflow:hidden;
max-width:900px;
}
.gka_sc_theadhok{
background:#2A2318;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.gka_sc_thhok{
padding:15px 1.125rem;
color:#B89E7E;
font-size:13px;
overflow-wrap:break-word;
text-align:center;
font-weight:700;
}
.gka_sc_thhok:first-child{
text-align:left;
}
.gka_sc_th_ushok{
color:#D4A45A;
}
.gka_sc_rowhok{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(28,23,16,.08);
}
.gka_sc_rowhok:nth-child(even){
background:#FDFAF4;
}
.gka_sc_tdhok{
padding:0.938rem 1.125rem;
text-align:center;
font-size:0.875rem;
min-width:0;
overflow-wrap:break-word;
color:#6B5E48;
}
.gka_sc_tdhok:first-child{
font-weight:600;
color:#3A3125;
text-align:left;
}
.gka_sc_td_ushok{
color:#4E7C59;
font-weight:700;
}
.gka_lhhok{
padding:40px 0 20px;
}
.gka_lh_inhok{
padding-top:2.125rem;
border-top:1px solid rgba(28,23,16,.14);
}
.gka_lh_eyebrowhok{
display:block;
margin-bottom:1.375rem;
}
.gka_lh_gridhok{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:601px){
.gka_lh_gridhok{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.gka_lh_gridhok{
grid-template-columns:repeat(5,1fr);
}
}
.gka_lh_colhok{
min-width:0;
}
.gka_lh_col_hhok{
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:700;
color:#1C1710;
font-size:13px;
}
.gka_lh_linkshok{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.gka_lh_linkhok{
transition:color .22s ease;
font-size:0.813rem;
color:#8C7C64;
overflow-wrap:break-word;
}
.gka_lh_linkhok:hover{
color:#A2703E;
}
.gka_fthok{
background:#2A2318;
margin-top:40px;
color:#B89E7E;
}
.gka_ft_inhok{
gap:32px;
padding:3rem 0 28px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:602px){
.gka_ft_inhok{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.gka_ft_inhok{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.gka_ft_brandhok{
min-width:0;
}
.gka_ft_logohok{
font-weight:700;
overflow-wrap:break-word;
color:#F5EDD8;
font-size:26px;
font-family:"Playfair Display", Cambria, Georgia, 'Times New Roman', serif;
}
.gka_ft_taglinehok{
line-height:1.6;
font-size:0.844rem;
color:#B89E7E;
max-width:17.5rem;
margin-top:14px;
}
.gka_ft_contacthok{
transition:color .22s ease;
display:inline-block;
max-width:280px;
margin-top:0.75rem;
font-size:0.813rem;
overflow-wrap:anywhere;
color:#D4A45A;
}
.gka_ft_contacthok:hover{
color:#F5EDD8;
}
.gka_ft_colhok{
min-width:0;
}
.gka_ft_col_hhok{
overflow-wrap:break-word;
font-size:0.813rem;
color:#F5EDD8;
margin-bottom:14px;
letter-spacing:.08em;
text-transform:uppercase;
font-weight:700;
}
.gka_ft_col_linkshok{
gap:10px;
flex-direction:column;
display:flex;
}
.gka_ft_linkhok{
transition:color .22s ease;
color:#B89E7E;
overflow-wrap:break-word;
font-size:13.5px;
}
.gka_ft_linkhok:hover{
color:#F5EDD8;
}
.gka_ft_bothok{
gap:1rem;
padding:22px 0 40px;
display:flex;
border-top:1px solid rgba(255,245,220,.13);
flex-direction:column;
}
@media(min-width:769px){
.gka_ft_bothok{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.gka_ft_legalhok{
color:#B0A28E;
font-size:0.719rem;
line-height:1.6;
max-width:47.5rem;
overflow-wrap:break-word;
}
.gka_ft_legalhok b{
color:#B89E7E;
font-weight:700;
}
.gka_ft_agehok{
border:1.5px solid #D4A45A;
flex:0 0 auto;
border-radius:8px;
padding:0.25rem 0.563rem;
color:#D4A45A;
font-weight:700;
font-size:0.813rem;
}