:root {
--yqqMuRBGMPsR:#FDFDFC;
--gYtohrztjuKo:#FFFEFD;
--RviOzgUQMGih: #FDE8A5;
--IzRehkrcGFob: #E8E8EA;
--VGFMNEOaQrYc:#FFE236;
--EDGeUGaHEEZw: #FDAB33;
--eUUYQqUbJpXD: #DA420F;
--wPlJfChekESP: #E87200;
--kcFpPJBaGzVv: #EBCD3A;
--KlwDczxysbPu: #119A8F;
--XBmeqFPkATDH:#000;
--ChphHzfQOBsq: #fffcfd;
--xgosuIyfIkPB: Fira Sans;
--MRGVXQrYMsux: #ddd;

}

.JFKJbsUWclTJ{
max-width:100%;

}
* {
box-sizing: border-box;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

body {
font-family: var(--xgosuIyfIkPB), sans-serif;
font-weight: 400;
font-size: 17px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--yqqMuRBGMPsR);
color: var(--XBmeqFPkATDH);
scroll-behavior: smooth;
display:flex;
flex-direction:column;
}

img {
width: 100%;
}

figure {
margin: 0 0 24px;

}

h1 {
font-size: 36px;
font-weight: 700;
line-height: 1.5;
margin-top: 0;
margin-bottom:16px;
}

h2 {
font-size: 28px;
line-height: 1.5;
margin-top: 42px;
margin-bottom: 14px;
text-align:center;
}

h3 {
font-size: 22px;
line-height: 1.2;
margin-top: 0;
margin-bottom: 5px;
text-align:left;
}
p{
margin-top:0;
margin-bottom:10px;
}
ol,ul{
padding:0;
}

.ylDjatwEPNEC p{
padding:20px;
border-radius: 18px;
color: var(--XBmeqFPkATDH);
background-color: var(--RviOzgUQMGih);

}
.fHQUpvHtgCFf{
padding-inline:24px;

}
.WxdhaPvuVObq {
max-width: 1280px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}

.cUiDwTsgQfBU,
.ZkJZFbCqBOtR,
.inside-UOoBoMEQhbnC {
max-width: 1280px;
width: 100%;
margin: 0 auto;
}
.kqkZsroipxWH {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}

.kqkZsroipxWH a {
cursor: pointer;
pointer-events: auto;
}

.kqkZsroipxWH img {
max-width: 73px;
}
.tAlRcHxwCJqn{
display:flex;
gap:20px;
}

.jKHgSDxsqlut .dpZpJAUXQRMh ,
.vAoXKbFfzOXw__link,
.dpZpJAUXQRMh {
background: linear-gradient(to right, var(--VGFMNEOaQrYc), var(--EDGeUGaHEEZw));
color: var(--XBmeqFPkATDH);
padding: 20px 32px;
border-radius: 8px;
font-size: 28px;
line-height: 20px;
display: inline-block;
font-family: inherit;
cursor: pointer;
text-align:center;
text-decoration: none;
min-width: 300px;
font-weight: 700;
transition: all 0.2s ease;
}
.tAlRcHxwCJqn .dpZpJAUXQRMh:first-child{
border: 2px solid var(--EDGeUGaHEEZw);
background: transparent;
padding: 15px 20px;
text-transform: uppercase;
border-radius: 20px;
color: var(--EDGeUGaHEEZw);
font-weight: 700;
font-size: 20px;
min-width:auto;
transition: all .3s;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}
.tAlRcHxwCJqn .dpZpJAUXQRMh:first-child:hover{
background-color: var(--EDGeUGaHEEZw);
color: #2c2a33;
transform: none;
box-shadow: none;
}
.tAlRcHxwCJqn .dpZpJAUXQRMh:nth-child(2) {
position: relative;
overflow: hidden;
padding: 20px 15px;
font-size:24px;
border-radius: 20px;
}
.tAlRcHxwCJqn .dpZpJAUXQRMh:nth-child(2)::before {
content: "";
position: absolute;
top: 0;
left: -150%;
width: 50%;
height: 100%;
background: linear-gradient(
120deg,
rgba(255,255,255,0) 0%,
rgba(255,255,255,0.5) 50%,
rgba(255,255,255,0) 100%

);
transform: skewX(-20deg);
animation: shine 3s ease-in-out infinite;
}
@keyframes shine {
0% { left: -20%; }
20% { left: 90%; }
100% { left: 100%; }
}

.dpZpJAUXQRMh:hover,
.vAoXKbFfzOXw__link:hover{
transform: translateY(-2px);
box-shadow: 0 5px 15px #ffd2334d;
}
.geFlAykJhonx{
display: flex;
justify-content: center;
margin: 32px 0px;
}

.OdgNIBMzGPEa {
background-color: var(--yqqMuRBGMPsR);
padding: 10px 24px;
display: flex;
justify-content: center;
}


.HsubWEDdpolH,
#menu-overlay {
background-color: rgba(0, 0, 0, 0.7);
position: fixed;
inset: 0;
opacity: 0;
visibility: hidden;
transition: opacity .3s ease, visibility .3s ease;
z-index: 3;
}
.HsubWEDdpolH.zfaHMRpbuZpH{
opacity: 1;
visibility: visible;
}
.HxwAHpCpnHMN:checked + label + .JyxwTLbuWTxa + #menu-overlay {
  opacity: 1;
  visibility: visible;
}

.hozcGBOPFDQL {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 999;
}

.hozcGBOPFDQL::before {
content: '☰';
display: block;
transition: 0.3s;
color: #000;
}

.HxwAHpCpnHMN:checked + label::before {
  content: '✕';
  color: var(--yqqMuRBGMPsR);
}

.JwfufzGSowjJ {
font-size: 32px;
font-weight: 600;
line-height: 30px;
padding-top: 15px;
}

.HBJqJtSplWbG {
margin-left: 5px;
font-weight: 700;
}

.VdthObWzGekE {
margin-right: auto;
}

.gBZRpXKBMxWU {
list-style: none;
display: flex;
align-items: flex-start;
gap: 20px;
font-weight: 700;
font-size: 18px;
}

.gBZRpXKBMxWU li a {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
color: var(--XBmeqFPkATDH);
}
.gBZRpXKBMxWU {
white-space: nowrap;
display: flex;
align-items: center;
gap: 20px;
width: 100%;
list-style: none;
padding: 25px;
margin: 0;

}


.KIVhnnDuaUyw.active a {
font-weight: bold;
text-decoration: underline;

}

.cUiDwTsgQfBU {
background-color: var(--gYtohrztjuKo);
padding: 2rem;
border-radius: 0.25rem;
}

.fiAzyVNTMaMk {

}

.vAoXKbFfzOXw{
text-align:center;
}

.jKHgSDxsqlut{
position: sticky;
z-index: 1001;
bottom: 0;
left: 0;
transition: transform .3s ease;
height: 15vh;
height: 15dvh;
width: 100%;
padding:0 20px;
display:none;
align-items: center;
gap: 10px;
flex-grow: 2;
justify-content: center;
border-top: 1px solid var(--MRGVXQrYMsux);
background-color: var(--yqqMuRBGMPsR);
}

.NOiNSVJlPmvV {
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
height: 100%;
}

.NOiNSVJlPmvV__wrap{
position: relative;

margin-bottom: 40px;
border-radius: 18px;
}
.NOiNSVJlPmvV__wrap .qmGMfMNBgHGx{
filter:blur(3px);
}

.HIuRfZURpaLt{
position: absolute;
z-index: 2;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
display: flex;
flex-direction: column;
}

.NOiNSVJlPmvV img {
border-radius: 22px;
height: auto;
display: block;
}

.mpRbrgAODadH {
font-family: inherit;
font-size: 24px;
font-weight: 700;
width: fit-content;
min-width:450px;
border: 2px solid var(--EDGeUGaHEEZw);
border-radius:8px;
cursor: pointer;
padding: 16px  32px;
display: flex;
justify-content: center;
align-items: center;
color: var(--EDGeUGaHEEZw);
background-color: transparent;
transition: all 0.1s linear;
margin: 0 auto;
margin-bottom: 42px;
}

.mpRbrgAODadH:hover {
background-color: var(--EDGeUGaHEEZw);
color: var(--XBmeqFPkATDH);;
transform: scale(1.05);

}


.NOiNSVJlPmvV__iframe {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10001;
display: none;
width: 90%;
height: 90%;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
background: #000;
}
#sSvmaApVbONg {
width: 100%;
height: 100%;
border: none;
overflow: hidden;
}

.WlBauamKuXSM {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
border-radius: 10px;
background: var(--VGFMNEOaQrYc);
border:none;
display:none;
color: var(--ChphHzfQOBsq);
font-size: 20px;
line-height: 30px;
text-align: center;
cursor:pointer;
}
.KpikNkWXvazK {
display: block;
}
.lBHyvQdArBCx {
max-width: 400px;
margin-bottom: 20px;
}
.lBHyvQdArBCx_header{
cursor:pointer;
border-radius: 20px;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: var(--RviOzgUQMGih);
color: var(--XBmeqFPkATDH);
}

.lBHyvQdArBCx_itemWrap {
margin-left: 10px;
}

.lBHyvQdArBCx_item {
font-size: 16px;

}
.lBHyvQdArBCx_item a{
display: inline-block;
width: 100%;
padding: 2px 8px;
color: var(--XBmeqFPkATDH);
transition: all 0.2s ease;
}

.lBHyvQdArBCx_item a:hover{
transform: scale(1.05);
text-shadow: 0 2px 2px rgba(255, 255, 255, 0.9);
}
.lBHyvQdArBCx_toggle{
width: 40px;
height: 40px;
cursor: pointer;
border-radius: 50%;
position: relative;
background-color: #fff;
}
.lBHyvQdArBCx_toggle::after{
content: "❯";
position: absolute;
top: 50%;
left: 50%;
color: var(--XBmeqFPkATDH);
transform: translateY(-50%) translateX(-50%) rotate(-90deg);

}
.lBHyvQdArBCx_checkbox:checked + .lBHyvQdArBCx_header .lBHyvQdArBCx_toggle::after {
transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.lBHyvQdArBCx_checkbox:checked +
.lBHyvQdArBCx_header {
border-radius: 20px 20px 0 0;
}
.lBHyvQdArBCx_items {
max-height: 0;
opacity: 0;
overflow: hidden;
position: relative;
padding: 0px 15px 15px 15px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
background-color: var(--RviOzgUQMGih);
color: var(--XBmeqFPkATDH);
transition: max-height 0.3s ease, opacity 0.3s ease;
}

.lBHyvQdArBCx_checkbox:checked ~ .lBHyvQdArBCx_items {
max-height: 700px;
opacity: 1;
}


.CsntxFosbxUu {
display: grid ;
grid-template-columns: auto auto 1fr 200px;
gap: 20px;
align-items: center;
padding:20px;
position: relative;
background: linear-gradient(
45deg,
var(--eUUYQqUbJpXD),
var(--KlwDczxysbPu),
var(--eUUYQqUbJpXD)
);
border-radius: 25px;
overflow: hidden;
margin: 24px 0px;
border: 2px solid rgba(255, 255, 255, 0.3);

box-shadow:
0 8px 32px rgba(56, 239, 125, 0.2),
0 4px 16px rgba(45, 27, 105, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.15);

animation: slideInScale 0.6s ease-out;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
backdrop-filter: blur(15px);
}
@keyframes slideInScale {
0% {
opacity: 0;
transform: perspective(1000px) rotateX(-15deg) translateY(50px) scale(0.8);
}
100% {
opacity: 1;
transform: perspective(1000px) rotateX(0deg) translateY(0) scale(1);
}
}

.CsntxFosbxUu::before{
content: '';
position: absolute;
top: -3px;
left: -3px;
right: -3px;
bottom: -3px;
background: linear-gradient(
45deg,
var(--eUUYQqUbJpXD),
var(--KlwDczxysbPu),
var(--eUUYQqUbJpXD)
);
background-size: 400% 400%;
animation: gradientShift 3s ease-in-out infinite;
border-radius: 28px;
z-index: -1;
opacity: 0;
transition: opacity 0.4s ease;
}
@keyframes gradientShift {
0%,
100% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
}
.CsntxFosbxUu:hover::before {
opacity: 0.8;
}
.CsntxFosbxUu:hover{
transform: perspective(1000px) rotateX(5deg) translateY(-5px) scale(1.02) ;
border-color: rgba(255, 255, 255, 0.8) ;
box-shadow:
0 15px 60px rgba(255, 255, 255, 0.3),
0 8px 30px rgba(45, 27, 105, 0.5),
inset 0 1px 0 rgba(255, 255, 255, 0.25),
0 0 40px rgba(255, 255, 255, 0.3) ;
background: linear-gradient(
45deg,
var(--eUUYQqUbJpXD),
var(--KlwDczxysbPu),
var(--eUUYQqUbJpXD)
);

}


.OsRsYycRooYb img{
max-width: 100px;
transition: all 0.3s ease;
border-radius:15px;
}

.FDltrGUjrtVf {
font-size:16px;
margin: 0;
padding: 20px;
background: rgba(0, 0, 0, 0.3);
border-radius: 12px;
border: 1px solid rgba(56, 239, 125, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
display: flex;
align-items: center;
text-align: left;
min-width: 0;
overflow: hidden;
color: var(--yqqMuRBGMPsR);;
line-height: 1.6;
font-weight: 600;
text-shadow:
0 2px 4px rgba(0, 0, 0, 0.8),
0 1px 2px rgba(0, 0, 0, 0.9),
1px 1px 0 rgba(0, 0, 0, 0.7),
-1px -1px 0 rgba(0, 0, 0, 0.7);
display: block;
text-align: left;

}
.zwXYoEABSFLU {
font-size: 24px;
font-weight: bold;
margin-top:0px;
color:  var(--yqqMuRBGMPsR);
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.9), 1px 1px 0 rgba(0, 0, 0, 0.7), -1px -1px 0 rgba(0, 0, 0, 0.7) ;
}


.zIUbXDfFDfFQ {
display: flex;
align-items: center;
padding: 10px;

}
.eSlXvmAvCmwm {

}
.TeoLmrHdJRQw {
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
color: #ffee00;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.9), 1px 1px 0 rgba(0, 0, 0, 0.7), -1px -1px 0 rgba(0, 0, 0, 0.7) ;
transition: all 0.3s ease;
line-height: 0px;
}

.CsntxFosbxUu:hover .TeoLmrHdJRQw {
text-shadow: 0 3px 8px rgba(255, 215, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.9), 1px 1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8) ;
}
.CsntxFosbxUu:hover  .OsRsYycRooYb img {

transform: scale(1.15) rotate(-5deg);
}

.pNItlJKaPqQl .dpZpJAUXQRMh {
position:relative;
background: linear-gradient(
135deg,
var(--kcFpPJBaGzVv),
var(--eUUYQqUbJpXD),
var(--VGFMNEOaQrYc)
);
color: var(--yqqMuRBGMPsR);
text-decoration: none;
padding: 14px 32px;
border-radius: 25px;
font-weight: 700;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
box-shadow: 0 15px 35px rgba(255, 223, 107, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
border: 3px solid rgba(255, 255, 255, 0.1);
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 200px;
text-align: center;
white-space: nowrap;
justify-self: end;

}
.pNItlJKaPqQl .dpZpJAUXQRMh::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.6s ease;
}


.pNItlJKaPqQl .dpZpJAUXQRMh:hover::before {
left: 100%;
}

.URzeFiWIUkFT {
max-width:500px;
border-radius: 18px;

}

.dnDQJrcMZECd .uLwwynoHwdgY ol,
.dnDQJrcMZECd .uLwwynoHwdgY ul,
.rVjxoJVsbmtj .uLwwynoHwdgY ol,
.rVjxoJVsbmtj .uLwwynoHwdgY ul {
list-style: none;
}


.tIuGrKXWKPii{
display: flex;
gap:32px;
margin-bottom:32px;
}
.dnDQJrcMZECd,
.rVjxoJVsbmtj{
width: 50%;
border-radius: 18px;
padding: 20px;
background-color: var(--RviOzgUQMGih);
color: var(--XBmeqFPkATDH);
}
.dnDQJrcMZECd .uLwwynoHwdgY ol li::before,
.dnDQJrcMZECd .uLwwynoHwdgY ul li::before {
content: "✅ ";
margin-right: 6px;
display: inline-block;
}

.rVjxoJVsbmtj .uLwwynoHwdgY ol li::before,
.rVjxoJVsbmtj .uLwwynoHwdgY ul li::before {
content: "❌ ";
margin-right: 6px;
display: inline-block;
}

.tIuGrKXWKPii h3 {
text-align:left;
}

.VIEJJYzaOOyy h3{
text-align:center;
color: var(--XBmeqFPkATDH);
}

.XKODNQjkzRko{
float: right;
margin: 20px 0px 10px 20px;
}
.iaLVfUwXVEoJ{
float:left;
margin: 20px 30px 10px 0px;
}

.DpJvxVGmkPhS:first-child {
margin-top: 60px;
text-align:center;
}


.tIuGrKXWKPii figure{
margin:0;
}


.DpJvxVGmkPhS {
width: 50%;
}
.IKXfhLTSDpMY{
overflow: hidden;
margin-bottom:32px;
padding:20px 40px;
border-radius: 18px;
background-color: var(--IzRehkrcGFob);
}
.IKXfhLTSDpMY .mpRbrgAODadH{
max-width: 500px;
margin-bottom:0px;
}
.IKXfhLTSDpMY h2{
margin:0;
margin-bottom: 15px;
}
.IKXfhLTSDpMY img{
box-shadow: none;
}


.AYOLjVpUtuKU:has(table) {
overflow-x: auto;
border-radius: 10px;
scrollbar-width: none;
}
.AYOLjVpUtuKU:has(table) > * {
position: sticky;
left: 0;
}

.AYOLjVpUtuKU table:has(tr:first-child > td:nth-child(2):last-child) {
table-layout: fixed;
width: 100%;
}


.AYOLjVpUtuKU table {
width: 100%;
text-align:left;
border: 1px solid var(--IzRehkrcGFob);
background-color: var(--IzRehkrcGFob);
border-radius: 10px;
}

.AYOLjVpUtuKU table td {
border-right: 1px solid var(--IzRehkrcGFob);
border-bottom: 1px solid var(--IzRehkrcGFob);
padding: 5px 5px 5px 15px;
text-align:left;
}

.AYOLjVpUtuKU table th {
background-color: var(--IzRehkrcGFob);
width:30%;
padding: 5px 5px 5px 15px;
}
.AYOLjVpUtuKU table tbody {
background-color: var(--yqqMuRBGMPsR);

}

.AYOLjVpUtuKU table thead th {
font-size: 18px;
font-weight: 600;
text-align: left;
border-bottom: 1px solid var(--IzRehkrcGFob);
padding: 5px 5px 5px 15px;
}

.AYOLjVpUtuKU  table td:last-child {
border-right: none;
}
.AYOLjVpUtuKU  table tr:last-child td {
border-bottom: none;
}
.AYOLjVpUtuKU  table thead th:last-child {
border-right: none;
}


.UOoBoMEQhbnC {
background-color: var(--yqqMuRBGMPsR);
color: var(--ChphHzfQOBsq);

}

.inside-UOoBoMEQhbnC {
padding: 30px 0;
text-align: center;
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--XBmeqFPkATDH);
}

.BBJNqUHJowAN {
position: fixed;
bottom: 95px;
right: 40px;
width: 40px;
height: 40px;
cursor: pointer;
border-radius: 50%;
border:2px solid var(--VGFMNEOaQrYc);
background-color: var(--VGFMNEOaQrYc);
transition: opacity 0.3s ease;
}

.BBJNqUHJowAN:hover {
opacity: 1;
}

.BBJNqUHJowAN::after{
content: "❯";
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(-90deg);

}


.zpmpfbzWwEtT {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}

.SEnayGGLYlXP {
display: none;
position: absolute;
background: var(--gYtohrztjuKo);
border: 1px solid var(--yqqMuRBGMPsR);
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
list-style: none;
margin: 0;
padding: 0.5em 0;
min-width: 180px;
z-index: 100;
}

.KIVhnnDuaUyw:hover > .SEnayGGLYlXP {
display: block;
}


.iwtJqGrhMlEg {
margin: 0;
}

.hKJOlYUlmPXo {
display: block;
padding: 0.5em 1em;
white-space: nowrap;
text-decoration: none;
transition: background 0.2s;
}

.hKJOlYUlmPXo:hover {
background: rgba(0,0,0,0.05);
}


.yNZXPkfJvnFw {
font-size: 0.9em;
color: #666;
padding: 0.75em 0;
}

.kKXBWIbtKHLA {
max-width: 1200px;
margin: 0 auto;
padding: 0 1em;
}

.yXHsHynevhuH {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}

.FBmrMpCmGUwc {
display: flex;
align-items: center;
}

.vsZfKcDusLCK {
color: var(--XBmeqFPkATDH);
text-decoration: none;
transition: color .2s;
}

.vsZfKcDusLCK:hover {
text-decoration: underline;
color: var(--VGFMNEOaQrYc);
}

.vsZfKcDusLCK[aria-current="page"] {
color: #939090;
font-weight: bold;
cursor: default;
text-decoration: none;
}

.AiokHbNSucUN {
margin: 0 0.5em;
color: #999;
font-size: 1.2em;
line-height: 1;
}

.rpjwmbJHfwuS {
margin: 0 auto;
max-width: 1200px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 15px;
}
.rpjwmbJHfwuS nav {
width: 100%
}
.rpjwmbJHfwuS nav ul {
gap: 25px;
display: flex;
list-style: none;
align-items: center;
justify-content: flex-start;
flex-direction: row;
padding: 0;
text-transform: uppercase;
}
.rpjwmbJHfwuS nav ul li a {
color: var(--XBmeqFPkATDH);
}

.fpkwwjalUaxf {
position: absolute;
display: inline-block;
right: 24px;
top: 50%;
transform: translateY(-50%);
}

.MWVwpegyHZIG {
position: relative;
display: inline-block;
}

.XEpWozyVWVIB {
color: var(--XBmeqFPkATDH);
font-weight: 600;
min-height:45px;
border-radius: 16px;
padding: 7px 22px;
transition: all .2s;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
background: var(--VGFMNEOaQrYc);
cursor: pointer;
user-select: none;
display: flex;
align-items: center;
gap: 8px;
}

.XEpWozyVWVIB:hover {
filter: brightness(1.2);
}

.fmtWyHjQfBTW {
font-size: 15px;
margin-left: 6px;
transition: transform 0.22s;
}

#lang-dropdown-toggle:checked + .XEpWozyVWVIB .fmtWyHjQfBTW {
transform: rotate(180deg);
}

.PSQpcdgZvMSZ {
display: none;
position: absolute;
min-width: 145px;
background: var(--ChphHzfQOBsq);
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
border: 1.5px solid var(--yqqMuRBGMPsR);
z-index: 99;
padding: 6px 0;
left: 0;
bottom: 110%;
}

#lang-dropdown-toggle:checked ~ .PSQpcdgZvMSZ {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

.PSQpcdgZvMSZ .OUsRxKyWjWvP {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: var(--yqqMuRBGMPsR);;
color: var(--XBmeqFPkATDH);
border: none;
border-radius: 12px;
box-shadow: none;
font-weight: 400;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.PSQpcdgZvMSZ .OUsRxKyWjWvP:hover {
background: var(--VGFMNEOaQrYc);
color: var(--XBmeqFPkATDH);
}




.aKShSFPZMBYg{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0 20px;
}

.aKShSFPZMBYg-item h3 {
background: linear-gradient(to right, var(--VGFMNEOaQrYc), var(--EDGeUGaHEEZw));
padding: 15px ;
border-radius: 8px;
margin-bottom: 8px;
position: relative;
font-size: 16px;
cursor:pointer;
}
.aKShSFPZMBYg-item h3::after {
content: "❯";
position: absolute;
right: 12px;
top: 50%;
transform: translateY(-50%) rotate(90deg);
transition: transform 0.25s ease;
}
.GVLQojugTWve{
padding: 9px 12px;
border: 1px solid var(--VGFMNEOaQrYc);
border-radius: 8px;
display: none;
margin-bottom: 8px;
color: var(--XBmeqFPkATDH);
}
input[type="checkbox"]:checked + .aKShSFPZMBYg-item h3::after {
transform: translateY(-50%) rotate(-90deg);
}
input[type="checkbox"]:checked ~ .GVLQojugTWve{
display:block;
margin-bottom: 8px;

}

.yowRVOYhmUsP{
margin-bottom: 42px;
width:100%;
display:flex;
gap: 10px;
}
.yowRVOYhmUsP .aNlHJEtrnGNq{
margin-bottom:0;
line-height: normal;
display: flex;
    justify-content: center;
}

.qwOBDILkrzTj,
.MqlqDGuhpagF{
display: flex;
flex-direction: column;
gap: 20px;

}

.jrhRhZpSSsiW__link{
position: relative;
padding: 10px 30px 10px 50px;
border-radius: 8px;
font-size: 24px;
font-weight: 600;
display: inline-grid;
justify-content: center;
align-items: center;
min-width: 400px;
min-height: 64px;
line-height: 14px;
text-align: center;
background-color: var(--XBmeqFPkATDH);
color: var(--ChphHzfQOBsq);
transition: all 0.2s ease;
}
.jrhRhZpSSsiW__link span {
font-size: 18px;
font-weight: 400;

}
.jrhRhZpSSsiW__link:hover {
transform: translateY(-2px);
}

.jINJjPCOLSJv{
color: var(--EDGeUGaHEEZw);
}
.sgyVVjAaZumr{
font-size: 42px;
margin-bottom:0;
line-height: 32px;
}

.cPoLxDgiuPaW{
gap: 20px;
display: flex;
color: #666;
position: relative;
}

.gxgQhuEZzssG{
gap: 10px;
display: flex;
flex-direction: column;
width:50%;
justify-content: space-between;
}

.yZhznCBQZvUI .jrhRhZpSSsiW__link::before {
content: '↓';
position: absolute;
left: 18px;
font-size: 24px;
font-weight: 700;
top: 50%;
transform: translateY(-50%);
padding-bottom: 5px;
border-bottom: 3px solid;
color: var(--ChphHzfQOBsq);
}
.cPoLxDgiuPaW span{
position: relative;
}
.cPoLxDgiuPaW span:first-child{
padding-left: 15px;
}
.cPoLxDgiuPaW span:last-child{
padding-left: 20px;
}
.cPoLxDgiuPaW span:first-child::before{
content: '↓';
position: absolute;
left: 0;
font-size: 14px;
font-weight: 700;
top: 47%;
transform: translateY(-50%);
color: #666;
text-decoration: underline;
}

.cPoLxDgiuPaW span:last-child::before{
content: "\f17b";
position: absolute;
font-family: "Font Awesome 6 Brands";
font-weight: 400;
position: absolute;
left: 0;
font-size: 14px;
top: 50%;
transform: translateY(-50%);
color: #666;
}


.peqWwcurSEqn .jrhRhZpSSsiW__link::before {
content: "\f17b";
font-family: "Font Awesome 6 Brands";
font-weight: 400;
position: absolute;
left: 17px;
top: 50%;
transform: translateY(-50%);
color: var(--ChphHzfQOBsq);
}


@media(max-width: 1024px){

.WxdhaPvuVObq {
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
}
.fHQUpvHtgCFf{
padding-inline:0px;
}
.fpkwwjalUaxf{
order: 1;
margin-left: auto;
}
.tAlRcHxwCJqn{
margin-left: auto;
}

.kqkZsroipxWH img {
max-width: 50px;
}

a{
color: var(--ChphHzfQOBsq);
}
.CsntxFosbxUu {
display: grid;
column-gap: 20px;
padding: 20px;
gap: 10px;
grid-template-columns: 1fr 1fr;
}
.mPQpiAFkSiRx:nth-child(3) {
grid-column: 1 / -1;

}
.mPQpiAFkSiRx:nth-child(4) {
grid-column: 1 / -1;
margin: 0 auto;
}
.OsRsYycRooYb {
text-align:center;

}
.OsRsYycRooYb img {
width:70px;

}
.zwXYoEABSFLU {
font-size:18px;
}
.FDltrGUjrtVf {
padding:15px;
}

.eSlXvmAvCmwm {
font-size:18px;
}
.TeoLmrHdJRQw {
font-size:16px;
}
.zIUbXDfFDfFQ{
padding:0;
}
.pNItlJKaPqQl .dpZpJAUXQRMh{
min-width: 250px;
}
.OdgNIBMzGPEa .mPQpiAFkSiRx{
margin-right:0;
}
.rpjwmbJHfwuS nav ul {
flex-direction: column;
align-items: center;
gap: 20px;
padding:0;
}

.rpjwmbJHfwuS {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}

.iaLVfUwXVEoJ,
.XKODNQjkzRko{
float: none;
margin: 0 0 24px;
text-align:center;
}
.mpRbrgAODadH {
min-width:350px;
}
.jrhRhZpSSsiW__link{
min-width: 350px;
}
.sgyVVjAaZumr{
font-size: 32px;
line-height: 32px;
}
}


@media(max-width: 768px){
h1{
font-size:28px;
}
h2 {
font-size: 22px;

}
h3 {
font-size: 18px;
}
.hozcGBOPFDQL {
display:block;
color: var(--XBmeqFPkATDH);
order:2;
margin-left:0;
padding-right: 0;
}
.JyxwTLbuWTxa {
display:none;
width: 100%;
transform: translateX(100%);
max-width: 90%;
right: 0;
top: 0;
overflow: auto;
background: #090c10;
color: var(--ChphHzfQOBsq);
bottom: 0;
opacity: 0;
position: fixed;
box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
flex-direction: column;
padding-top: 50px;
transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .25s cubic-bezier(.77, .2, .05, 1);
}
.HxwAHpCpnHMN:checked + label + .JyxwTLbuWTxa {
  display: flex;
  transform: translateX(0);
  opacity: 1;
  z-index: 4;
}
.gBZRpXKBMxWU {
flex-direction: column;
align-items: center;
padding: 0;
gap: 20px;
}
.gBZRpXKBMxWU li a {
color: var(--yqqMuRBGMPsR);
}
.KIVhnnDuaUyw{
width: 100%;
text-align: center;
}
.cUiDwTsgQfBU {
padding: 20px;
}

.tIuGrKXWKPii{
flex-direction:column;
}
.IKXfhLTSDpMY{
flex-direction:column;
padding: 10px 10px;
}
.IKXfhLTSDpMY .DpJvxVGmkPhS:first-child{
order:2;
margin-top:0;
}
.IKXfhLTSDpMY .DpJvxVGmkPhS:nth-child(2) {
order:1;}
.IKXfhLTSDpMY:first-child{
order:2;
}
.IKXfhLTSDpMY figure{
text-align:center;
}
.gxgQhuEZzssG,
.DpJvxVGmkPhS,
.dnDQJrcMZECd,
.rVjxoJVsbmtj{
width: 100%;
}
.NOiNSVJlPmvV {
height: unset;
}
.NOiNSVJlPmvV__iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
height: 100dvh;
transform: none;
box-shadow: none;
}
.mpRbrgAODadH {
font-size: 24px;
}
.aKShSFPZMBYg{
display: grid;
grid-template-columns: none;
gap: 0 20px;
}
.OdgNIBMzGPEa .dpZpJAUXQRMh{
display: none;
}
.jKHgSDxsqlut{
display: flex;
}
.BBJNqUHJowAN {
bottom: 120px;
}
.cPoLxDgiuPaW{
gap: 10px;
justify-content: center;
}
.MqlqDGuhpagF{
width: 100%;
gap: 10px;
text-align: center;
}
.qwOBDILkrzTj{
width: 100%;
gap:10px;
flex-direction: column;
align-items: center;
}
.ByaZSTpsYggZ{
min-width:250px;
gap: 0;
}
.ByaZSTpsYggZ p{
margin-bottom: 0;
}

.jrhRhZpSSsiW__link{
font-size: 20px;
min-width: 300px;
}
.MqlqDGuhpagF .vAoXKbFfzOXw__link{
min-width: 250px;
}
.yowRVOYhmUsP{
flex-direction: column;
gap: 32px;
    margin-bottom: 32px;
}
.yowRVOYhmUsP .aNlHJEtrnGNq img{
max-width:500px;
}
}

@media(max-width: 576px){
.tAlRcHxwCJqn{
gap:0;
}
.TeoLmrHdJRQw {
width: 20px;
height: 20px;
}
.jKHgSDxsqlut .dpZpJAUXQRMh ,
.vAoXKbFfzOXw__link,
.dpZpJAUXQRMh {
padding: 20px 10px;
font-size:24px;
}
.tAlRcHxwCJqn .dpZpJAUXQRMh:first-child{
padding: 12px 10px;
}
.HIuRfZURpaLt  .dpZpJAUXQRMh,
.jKHgSDxsqlut .dpZpJAUXQRMh{
min-width: 200px;
}
.mpRbrgAODadH {
min-width:100%;
}
.VIEJJYzaOOyy {
flex-wrap: wrap;
}
.VIEJJYzaOOyy .DpJvxVGmkPhS {
width: 100%;
}
.lBHyvQdArBCx {
margin-bottom: 20px;
margin:0 auto;
}

.inside-UOoBoMEQhbnC{
flex-direction: column;
gap: 15px;
padding: 0 0 30px 0;
}
.fpkwwjalUaxf{
margin-left: 0;
transform: none;
position: static;
}
.jrhRhZpSSsiW__link{
min-width: 300px;

}
}

@media(max-width: 375px){
.tAlRcHxwCJqn .dpZpJAUXQRMh:first-child{
padding: 12px 8px;
font-size:16px;
}
.tAlRcHxwCJqn{
margin: 0;
}
.cPoLxDgiuPaW span{
font-size:16px;
}
}
.veRUuUSFxIHf {
background: linear-gradient(to right,
var(--eUUYQqUbJpXD) 30%,
var(--wPlJfChekESP) 70%);

border: 2px solid rgba(255, 215, 0, 0.3);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border-radius: 20px;
bottom: 40px;
display: flex;
align-items:center;
min-height: 136px;
opacity: 0;
padding: 12px;
position: fixed;
left: -100%;
transition: all 0.3s ease-in-out;
visibility: hidden;
max-width: 480px;
width: calc(100% - 40px);
z-index: 10000;
}
.veRUuUSFxIHf:hover .veRUuUSFxIHf__img {
transform: scale(1.1);
}

.veRUuUSFxIHf__info {
display: flex;
width:100%;
justify-content: space-evenly;
align-items: center;
text-align: center;
gap: 10px;
}
.veRUuUSFxIHf__img {
width: 100px;
height: 100%;
border-radius: 16px;
transition: all 0.3s ease;
}

.veRUuUSFxIHf__sub-title {
color:var(--yqqMuRBGMPsR);
margin: 0;
padding: 4px 8px;
border-radius: 6px;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.veRUuUSFxIHf__btn {
padding: 5px 15px;
border-radius: 50px;
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
border: 2px solid rgba(255, 255, 255, 0.1);
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 200px;
text-align: center;
align-self: center;
background-color: var(--VGFMNEOaQrYc);
color: var(--ChphHzfQOBsq);
box-shadow: 0 8px 25px rgba(255, 223, 107, 0.4);, inset 0 1px 0 rgba(255, 255, 255, 0.2) ;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.veRUuUSFxIHf__btn:hover{
filter: brightness(1.1);
transform: translateY(-2px);

}
.veRUuUSFxIHf__close {
width: 35px;
height: 35px;
background-color: var(--VGFMNEOaQrYc);
color: var(--ChphHzfQOBsq);
position: absolute;
right: -15px;
top: -15px;
border-radius: 15px;
cursor: pointer;
transition: all 0.3s ease;
}
.veRUuUSFxIHf__close-wrap {
position: relative;
}
.veRUuUSFxIHf__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color:var(--ChphHzfQOBsq);;
transform: rotate(-45deg);
top: 16px;
left: 6px;
}
.veRUuUSFxIHf__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: var(--ChphHzfQOBsq);
transform: rotate(45deg);
top: 16px;
left: 6px;
}
.veRUuUSFxIHf__close:hover {
transform: scale(1.1);
}
.veRUuUSFxIHf__show {
opacity: 1;
left: 20px;

transition: all 0.3s ease-in-out;
visibility: visible;
}
@media(max-width: 756px){
.veRUuUSFxIHf__show {
width: calc(100% - 30px);
}
.veRUuUSFxIHf__btn{
padding: 14px 24px;
}
}
@media(max-width: 576px){
.veRUuUSFxIHf {
bottom:0;
}
.veRUuUSFxIHf__img {
width: 70px;
}

}
@media(max-width: 480px){
.veRUuUSFxIHf__info {
flex-direction: column;
align-items: center;
gap: 10px;
}
.veRUuUSFxIHf__btn {
font-size: 18px;
}
.veRUuUSFxIHf__sub-title {
text-align: center;
}
.veRUuUSFxIHf__box {
margin-left: 0;
}
.veRUuUSFxIHf__show {
left: 50%;
transform: translateX(-50%);
}
}
