:root {
--SlbbDOMMQuwH: #212229;
--wdFePvOQuKKT: #6FAFCB;
--zgtKdvRsTiUl: #F5C955;
--hgwmmEwuXcBH: #191A1F;
--KKWizoamSDUy: #212229;
--KHjoplNlIGdF: #2E3B52;
--UasrMJcmlbpO: #BC8E35;
--pWyFuFpYOBfL: #F4F5F7;
--RKUJQTTwIAxP: #DDDEE1;
--ljfdtHRgJOds: #F5C955;
--LYcBqdqQTTGZ: #FFCE2E;
--tjVwZmzTmzXV: #2C3950;
--sMBNPfPEQyHR: linear-gradient(132deg, #FFEA33 0%, #FFD84F 100%);
--BALRYzahwfOJ: #212229;
--pSMcuXhflbTA: #22264A;
--IHWNbyFTtQbC: rgba(0,0,0,0.40);
--GVfMzuFzpaDv: rgba(255,255,255,0.13);
--DnNHQUBDbTAk: #34435C;
--LHtertkMvErD: #F4F5F7;
--KdVjUXgAyYsI: #2E3B52;
--DftniFKsvNDM: #DDDEE1;
--PbQWDutfujrz: #F4F5F7;
--GUsexIJZGeLJ: #F5C955;
--VPewLwfOiAxF: #6FAFCB;
--xqYslGZMXCmX: rgba(0,0,0,0.38);
--mruJMlXTsKoU: #BC8E35;
--QJoGRKEMjptw: #E84A3F;
--RlItevHJwmOU: #F8716B;

}

* {
box-sizing: border-box;
}

.TotvJjgNKHil a,
.FMuvhjvrTnvV a {
color: var(--RKUJQTTwIAxP);
font-weight: 600;
text-decoration: none;
font-size: 16px;
}

body {
font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--SlbbDOMMQuwH);
color: var(--pWyFuFpYOBfL);
scroll-behavior: smooth;
}



p {
font-size: 18px;
line-height: 21px;
}

h1 {
margin: 0 auto 32px;
font-size: 48px;
font-weight: 700;
line-height: normal;
color: var(--pWyFuFpYOBfL);
}

h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
}

h3 {
margin: 0 auto 28px;
font-size: 36px;
font-weight: 600;
line-height: normal;
}

h4 {
margin: 0 auto 20px;
font-size: 32px;
font-weight: 700;
line-height: normal;
}

img {
width: 100%;
}

figure {
margin: 0 0 24px;
}

.XkugDNrlAQzA {
position: relative;
min-height: 100vh;
padding: 66px 0 0;
overflow: hidden;
}

.PlzaGJjkKMBu,
.rgKEdlcblbGi,
.inside-ThkZiAemzBcT {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.PlzaGJjkKMBu {
padding: 2rem;
}

@keyframes pulse {
0% {
transform: scale(0.95);
}
70% {
transform: scale(1);
}
100% {
transform: scale(0.95);
}
}

@media (max-width: 767px) {
h1 {
margin-bottom: 20px;
font-size: 32px;
}

h2 {
margin-bottom: 20px;
font-size: 26px;
}

h3 {
margin-bottom: 16px;
font-size: 22px;
}

h4 {
margin-bottom: 16px;
font-size: 20px;
}

.XkugDNrlAQzA {
padding: 54px 0 0;
}

.PlzaGJjkKMBu {
padding: 20px;
}
}
.TotvJjgNKHil {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 66px;
background: var(--DnNHQUBDbTAk);
z-index: 99;
}

.FByscnVcuoIF {
max-width: 1310px;
width: 100%;
height: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.JXBlLzagZtPj img {
max-height: 50px;
width: auto;
border-radius: 8px;
}

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

.PcDEPVDyScez li {
font-size: 16px;
margin: 0 20px;
}

.TotvJjgNKHil .PcDEPVDyScez li a {
color: var(--RKUJQTTwIAxP);
font-weight: 400;
text-decoration: none;
}

.CzfQNSakFUSL {
display: flex;
align-items: center;
margin-right: 120px;
}

.WOCYBTuPaIvI {
margin-right: 0;
}

.TotvJjgNKHil .qEHIBnkxOVhT,
.TotvJjgNKHil .QQqxwKpsZQRh {
display: flex;
align-items: center;
justify-content: center;
height: 42px;
padding: 0 10px;
border-radius: 6px;
font-size: 16px;
white-space: nowrap;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
}

.TotvJjgNKHil .qEHIBnkxOVhT {
background: var(--DnNHQUBDbTAk);
color: var(--pWyFuFpYOBfL);
font-weight: 400;
}

.TotvJjgNKHil .QQqxwKpsZQRh {
margin-left: 10px;
background: var(--ljfdtHRgJOds);
color: var(--tjVwZmzTmzXV);
font-weight: 600;
animation: pulse 2s infinite;
}

.TotvJjgNKHil a:hover {
text-decoration: none;
}

.CAOloTyGvCTr {
display: none;
}

.rzKWhINOlwog {
width: 38px;
height: 38px;
display: none;
margin-left: 8px;
padding: 12px 5px;
border-radius: 6px;
background: var(--DnNHQUBDbTAk);
cursor: pointer;
z-index: 99;
}

.rzKWhINOlwog span {
display: block;
width: 20px;
height: 1px;
border-radius: 4px;
background: var(--pWyFuFpYOBfL);
}

@media (min-width: 1025px) {
.TotvJjgNKHil .PcDEPVDyScez li a:hover {
text-decoration: underline;
}

.TotvJjgNKHil .qEHIBnkxOVhT:hover {
background: var(--DnNHQUBDbTAk);
opacity: 0.9;
}

.TotvJjgNKHil .QQqxwKpsZQRh:hover {
background: var(--sMBNPfPEQyHR);
}
}

@media (max-width: 1400px) {
.FByscnVcuoIF {
padding: 0 16px;
}

.CzfQNSakFUSL {
margin-right: 105px;
}

.WOCYBTuPaIvI {
margin-right: 0;
}
}

@media (max-width: 1023px) {
.FByscnVcuoIF {
justify-content: flex-start;
}

.JXBlLzagZtPj {
order: -2;
}

.CzfQNSakFUSL {
order: -1;
margin-left: auto;
margin-right: 0;
}

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

.mjsCCTgeWwvi {
display: none;
}

.mjsCCTgeWwvi::before {
content: '';
position: absolute;
top: 0;
right: 100%;
width: 300%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
pointer-events: none;
}

.CAOloTyGvCTr:checked ~ .mjsCCTgeWwvi {
display: block;
position: absolute;
top: 0;
right: 0;
width: 100%;
max-width: 286px;
height: 100vh;
padding: 85px 0;
background: var(--DnNHQUBDbTAk);
z-index: 9;
}

.CAOloTyGvCTr:checked + .rzKWhINOlwog span:nth-child(1) {
transform: rotate(45deg) translate(5px, 4px);
}

.CAOloTyGvCTr:checked + .rzKWhINOlwog span:nth-child(2) {
display: none;
}

.CAOloTyGvCTr:checked + .rzKWhINOlwog span:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
}

.PcDEPVDyScez {
display: block;
}

.PcDEPVDyScez li {
margin: 0;
border-bottom: 1px solid var(--VPewLwfOiAxF);
}

.PcDEPVDyScez li:first-of-type {
border-top: 1px solid var(--VPewLwfOiAxF);
}

.TotvJjgNKHil .PcDEPVDyScez li a {
display: flex;
align-items: center;
position: relative;
padding: 14px 16px;
}

.PcDEPVDyScez li a::after {
content: '';
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
border: 5px solid transparent;
border-left: 5px solid var(--RKUJQTTwIAxP);
}
}

@media (max-width: 767px) {
.TotvJjgNKHil {
height: 54px;
}

.FByscnVcuoIF .JXBlLzagZtPj img {
max-width: 90px;
}

.CzfQNSakFUSL {
max-width: 230px;
justify-content: flex-end;
}
}

@media (max-width: 425px) {
.FByscnVcuoIF {
padding: 0 12px;
}

.JXBlLzagZtPj {
flex: none;
}

.CzfQNSakFUSL {
max-width: none;
}

.TotvJjgNKHil .qEHIBnkxOVhT,
.TotvJjgNKHil .QQqxwKpsZQRh {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.TotvJjgNKHil .QQqxwKpsZQRh {
margin-left: 6px;
}
}
.weZmBZPCFgIo {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

.SGZtwrYDObDm {
max-width: 985px;
width: 100%;
margin: 0 auto 20px;
font-size: 60px;
font-weight: 700;
line-height: 110%;
color: var(--pWyFuFpYOBfL);
text-align: center;
}

.jMWEpVolleuA {
display: block;
position: relative;
margin-bottom: 20px;
text-decoration: none;
}

.LJSRoujijHVH {
position: relative;
}

.LJSRoujijHVH img {
display: block;
width: 100%;
margin: 0;
aspect-ratio: 1110 / 360;
object-fit: cover;
}

.LJSRoujijHVH::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(82deg, var(--hgwmmEwuXcBH) 30%, transparent 100%);
opacity: 0.85;
}

.gTsqxgJtNPGd {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
width: 42%;
padding: 0 40px;
}

.iLLkhcfSdhYp {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--pWyFuFpYOBfL);
text-shadow: 2px 2px var(--SlbbDOMMQuwH);
}

.FWNbLskPPTeR {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
padding: 0 28px;
border: 2px solid var(--UasrMJcmlbpO);
border-radius: 999px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
background: var(--ljfdtHRgJOds);
color: var(--tjVwZmzTmzXV);
}

.IYsMNknqBiCM p {
margin-bottom: 20px;
font-size: 20px;
line-height: 140%;
color: var(--RKUJQTTwIAxP);
}

.yrqHIZdAOyGI {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(300px, 100%);
max-width: 100%;
min-height: 60px;
margin: 0 auto;
padding: 10px 24px;
border-radius: 6px;
font-size: 18px;
font-weight: 600;
text-align: center;
text-transform: uppercase;
text-decoration: none;
background: var(--ljfdtHRgJOds);
color: var(--tjVwZmzTmzXV);
cursor: pointer;
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.yrqHIZdAOyGI:hover {
background: var(--sMBNPfPEQyHR);
}
}

@media (max-width: 1200px) {
.weZmBZPCFgIo {
padding: 20px 16px 0;
}
}

@media (max-width: 767px) {
.weZmBZPCFgIo {
margin-bottom: 60px;
}

.SGZtwrYDObDm {
font-size: 32px;
}

.LJSRoujijHVH img {
aspect-ratio: 3 / 2;
}

.LJSRoujijHVH::after {
background: linear-gradient(180deg, transparent 35%, var(--hgwmmEwuXcBH) 100%);
}

.gTsqxgJtNPGd {
top: auto;
bottom: 0;
width: 100%;
padding: 20px;
gap: 12px;
transform: none;
align-items: stretch;
}

.iLLkhcfSdhYp {
font-size: 20px;
}

.IYsMNknqBiCM p {
font-size: 16px;
}
}
.NHNBzMgkWgkj {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
font-size: 18px;
line-height: 135%;
color: var(--RKUJQTTwIAxP);
}

.NHNBzMgkWgkj h2 {
margin: 0 0 28px;
font-size: 40px;
font-weight: 700;
line-height: normal;
color: var(--pWyFuFpYOBfL);
}

.NHNBzMgkWgkj p {
font-size: 18px;
line-height: 135%;
color: var(--RKUJQTTwIAxP);
}

.NHNBzMgkWgkj p:first-of-type {
margin-top: 0;
}

.NHNBzMgkWgkj p:last-of-type {
margin-bottom: 0;
}

.NHNBzMgkWgkj p:last-of-type + h2,
.NHNBzMgkWgkj p:last-of-type + h3 {
margin-top: 24px;
}

.NHNBzMgkWgkj ul {
padding: 0 0 0 20px;
}

.NHNBzMgkWgkj .KBnKPnOwAGMg {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 24px 32px;
border-radius: 12px 12px 0 0;
font-size: 28px;
font-weight: 700;
color: var(--pWyFuFpYOBfL);
background: var(--DnNHQUBDbTAk);
}

@media (max-width: 1200px) {
.NHNBzMgkWgkj {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.NHNBzMgkWgkj {
margin-bottom: 60px;
font-size: 16px;
line-height: 140%;
}

.NHNBzMgkWgkj h2 {
margin-bottom: 18px;
font-size: 26px;
}

.NHNBzMgkWgkj p {
font-size: 16px;
line-height: 140%;
}

.NHNBzMgkWgkj .KBnKPnOwAGMg {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.ihDJDYUcqhmp {
padding: 90px 0;
}

.xAdqIeFsByHj {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1110px;
width: 100%;
margin: 0 auto;
cursor: pointer;
text-decoration: none;
}

.xAdqIeFsByHj:hover {
text-decoration: none;
}

.rqUCLJilGjdo {
max-width: 520px;
width: 100%;
flex-basis: 520px;
margin-right: 24px;
border-radius: 10px;
overflow: hidden;
}

.rqUCLJilGjdo img {
display: block;
width: 100%;
}

.CtuVgmkuSdXs {
max-width: 565px;
width: 100%;
flex-basis: 565px;
padding: 36px 32px;
border: 1px solid var(--VPewLwfOiAxF);
border-radius: 10px;
background: radial-gradient(114.2% 133.85% at 7.14% 3.6%, var(--SlbbDOMMQuwH) 0.01%, var(--DnNHQUBDbTAk) 0.1%, rgba(255, 255, 255, 0.25) 100%);
}

.CtuVgmkuSdXs h2 {
margin: 0 0 16px;
font-size: 20px;
font-weight: 600;
line-height: 120%;
text-align: center;
color: var(--RKUJQTTwIAxP);
}

.TFJRljiONVex {
display: flex;
align-items: center;
width: 100%;
height: 52px;
margin: 0 0 10px;
padding: 0 20px;
border: 1px solid var(--GVfMzuFzpaDv);
border-radius: 6px;
font-size: 16px;
font-weight: 400;
line-height: 140%;
color: var(--pWyFuFpYOBfL);
background: var(--IHWNbyFTtQbC);
transition: 0.3s ease-in-out;
}

.TFJRljiONVex:hover {
border: 1px solid rgba(255, 255, 255, 0.65);
}

.EwqHnhtwZFnX {
display: flex;
align-items: center;
gap: 0 10px;
margin: 0 0 10px;
}

.EwqHnhtwZFnX .TFJRljiONVex {
width: 50%;
margin: 0;
}

.GKzJKcPbANHD {
display: flex;
align-items: center;
justify-content: center;
width: 50%;
height: 52px;
padding: 15px 10px;
border-radius: 6px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
font-size: 14px;
font-weight: 700;
line-height: 140%;
text-align: center;
text-transform: uppercase;
cursor: pointer;
color: var(--tjVwZmzTmzXV);
background: var(--ljfdtHRgJOds);
}

.nWwwyZYXtlus {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 52px;
margin: 20px auto 0;
padding: 15px 10px;
border-radius: 6px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
font-size: 18px;
font-weight: 700;
line-height: 140%;
text-align: center;
cursor: pointer;
color: var(--tjVwZmzTmzXV);
background: var(--ljfdtHRgJOds);
}

.vVeJNjYxDmAe {
max-width: 342px;
width: 100%;
margin: 20px auto 0;
font-size: 12px;
line-height: 140%;
text-align: center;
color: inherit;
}

.GKzJKcPbANHD:hover,
.nWwwyZYXtlus:hover {
background: var(--sMBNPfPEQyHR);
}

@media (max-width: 1200px) {
.xAdqIeFsByHj {
padding: 0 16px;
}
}

@media (max-width: 991px) {
.xAdqIeFsByHj {
flex-direction: column-reverse;
}

.rqUCLJilGjdo {
max-width: 565px;
flex-basis: auto;
margin: 24px 0 0;
}

.CtuVgmkuSdXs {
flex-basis: auto;
}
}

@media (max-width: 767px) {
.ihDJDYUcqhmp {
padding: 40px 0;
}

.rqUCLJilGjdo {
margin: 10px 0 0;
}

.CtuVgmkuSdXs {
padding: 24px 10px;
}
}
.BNrMzVaUQESR {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.BNrMzVaUQESR h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
text-align: center;
}

input[name="JGAqbOLHjuif"],
#TGWeJtUOLZLT,
#sETjJlLYErVr,
#UypCEYZKVkRY,
#ZPXJmJaAuajR {
position: absolute;
opacity: 0;
pointer-events: none;
}

.gBpogrCAfBCT {
display: flex;
align-items: center;
gap: 14px;
margin: 0 0 32px;
padding: 0;
list-style: none;
}

.gBpogrCAfBCT li {
width: 100%;
}

.gBpogrCAfBCT li label {
display: flex;
align-items: center;
justify-content: center;
height: 48px;
padding: 0 10px;
border: 1px solid var(--zgtKdvRsTiUl);
border-radius: 6px;
font-size: 16px;
font-weight: 600;
color: var(--pWyFuFpYOBfL);
background: var(--SlbbDOMMQuwH);
cursor: pointer;
transition: 0.3s ease-in-out;
}

.lyrfAlROXmjA:nth-of-type(1):checked ~ .gBpogrCAfBCT li:nth-child(1) label,
.lyrfAlROXmjA:nth-of-type(2):checked ~ .gBpogrCAfBCT li:nth-child(2) label,
.lyrfAlROXmjA:nth-of-type(3):checked ~ .gBpogrCAfBCT li:nth-child(3) label,
.lyrfAlROXmjA:nth-of-type(4):checked ~ .gBpogrCAfBCT li:nth-child(4) label {
background: var(--zgtKdvRsTiUl);
}

.STEFSXxqBLUO {
height: 0;
overflow: hidden;
opacity: 0;
transition: 0.15s ease-in-out;
}

.lyrfAlROXmjA:nth-of-type(1):checked ~ .fcnapWuAHiWS .STEFSXxqBLUO:nth-child(1),
.lyrfAlROXmjA:nth-of-type(2):checked ~ .fcnapWuAHiWS .STEFSXxqBLUO:nth-child(2),
.lyrfAlROXmjA:nth-of-type(3):checked ~ .fcnapWuAHiWS .STEFSXxqBLUO:nth-child(3),
.lyrfAlROXmjA:nth-of-type(4):checked ~ .fcnapWuAHiWS .STEFSXxqBLUO:nth-child(4) {
height: auto;
overflow: visible;
opacity: 1;
}

.GQkdVppHZQLk {
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: 0 -10px;
}

.neoRtcsAPkFx {
display: block;
max-width: calc(25% - 20px);
width: 100%;
flex-basis: calc(25% - 20px);
margin: 0 10px 20px;
text-decoration: none;
cursor: pointer;
}

.QApMDLYgagYY {
margin-bottom: 10px;
border-radius: 10px;
overflow: hidden;
}

.QApMDLYgagYY img {
display: block;
width: 100%;
aspect-ratio: 263 / 156;
object-fit: cover;
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.gBpogrCAfBCT li label:hover {
background: var(--zgtKdvRsTiUl);
}

.QApMDLYgagYY:hover img {
transform: scale(1.1);
}
}

@media (max-width: 1200px) {
.BNrMzVaUQESR {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.BNrMzVaUQESR {
margin-bottom: 60px;
}

.BNrMzVaUQESR h2 {
margin-bottom: 20px;
font-size: 26px;
}

.gBpogrCAfBCT {
gap: 6px;
margin: 0 0 20px;
overflow-x: auto;
}

.gBpogrCAfBCT li {
width: auto;
flex: 0 0 auto;
}

.gBpogrCAfBCT li label {
height: 36px;
padding: 0 14px;
font-size: 14px;
white-space: nowrap;
}

.GQkdVppHZQLk {
margin: 0 -5px;
}

.neoRtcsAPkFx {
max-width: calc(50% - 10px);
flex-basis: calc(50% - 10px);
margin: 0 5px 10px;
}

}
.kbnsLXBWYatx {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.kbnsLXBWYatx h2 {
margin: 0 auto 32px;
font-size: 40px;
font-weight: 700;
line-height: normal;
text-align: center;
}

.DlKiXQOAVsGF {
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: 0 -10px;
}

.kKvuqauiYbGt {
display: block;
max-width: calc(25% - 20px);
width: 100%;
flex-basis: calc(25% - 20px);
margin: 0 10px 20px;
text-decoration: none;
cursor: pointer;
}

.jHOpdgKKTotx {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
padding: 24px;
aspect-ratio: 526 / 312;
border-radius: 10px;
background: var(--pSMcuXhflbTA);
}

.jHOpdgKKTotx img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: 0.3s ease-in-out;
}

.kKvuqauiYbGt span {
display: block;
margin-bottom: 5px;
font-size: 18px;
color: var(--pWyFuFpYOBfL);
}

@media (min-width: 1025px) {
.jHOpdgKKTotx:hover img {
transform: scale(1.1);
}
}

@media (max-width: 1200px) {
.kbnsLXBWYatx {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.kbnsLXBWYatx {
margin-bottom: 60px;
}

.kbnsLXBWYatx h2 {
margin-bottom: 20px;
font-size: 26px;
}

.DlKiXQOAVsGF {
margin: 0 -5px;
}

.kKvuqauiYbGt {
max-width: calc(50% - 10px);
flex-basis: calc(50% - 10px);
margin: 0 5px 10px;
}

.jHOpdgKKTotx {
padding: 16px;
}

.kKvuqauiYbGt span {
margin-bottom: 2px;
font-size: 16px;
}
}
.LXLLfHstsJbU {
max-width: 1110px;
width: 100%;
margin: 64px auto 100px;
}

.LXLLfHstsJbU p {
margin-bottom: 20px;
font-size: 18px;
line-height: 135%;
color: var(--RKUJQTTwIAxP);
}

.yBGSsYFMtWgK {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
padding: 20px 24px;
border-radius: 10px;
background-color: var(--DnNHQUBDbTAk);
}

.fOTrAbolERgF .PEVFsjFBFnVO {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--RKUJQTTwIAxP);
}

.ItbFDzHRldvF {
display: flex;
align-items: center;
gap: 10px;
}

.ItbFDzHRldvF span {
font-size: 24px;
font-weight: 600;
color: var(--RKUJQTTwIAxP);
}

.ItbFDzHRldvF small {
font-size: 14px;
color: var(--RKUJQTTwIAxP);
}

.cLILzJEixkJe {
display: flex;
align-items: center;
gap: 2px;
}

.EieyvvqbUyBV {
font-size: 20px;
line-height: 1;
color: var(--RKUJQTTwIAxP);
}

.cLILzJEixkJe[rating='1'] .EieyvvqbUyBV:not(:nth-child(n + 2)),
.cLILzJEixkJe[rating='2'] .EieyvvqbUyBV:not(:nth-child(n + 3)),
.cLILzJEixkJe[rating='3'] .EieyvvqbUyBV:not(:nth-child(n + 4)),
.cLILzJEixkJe[rating='4'] .EieyvvqbUyBV:not(:nth-child(n + 5)),
.cLILzJEixkJe[rating='5'] .EieyvvqbUyBV:not(:nth-child(n + 6)) {
color: var(--zgtKdvRsTiUl);
}

.KYjHXcQryyii {
font-size: 22px;
font-weight: 700;
letter-spacing: -0.5px;
}

.ubzaKkchNXdA {
color: #4285F4;
}

.OIgXAaUkHUkI {
color: #EA4335;
}

.HpaJnlZxLrTL {
color: #FBBC05;
}

.LHzhssEnMLIg {
color: #34A853;
}

.gKULMuNVeILM {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(200px, 100%);
max-width: 100%;
min-height: 42px;
padding: 8px 16px;
border-radius: 6px;
text-align: center;
text-decoration: none;
cursor: pointer;
color: var(--tjVwZmzTmzXV);
background: var(--ljfdtHRgJOds);
}

.HSGYUlgVrvGX {
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
min-width: min(214px, 100%);
max-width: 100%;
min-height: 46px;
margin: 32px auto 0;
padding: 8px 16px;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
text-align: center;
text-decoration: none;
cursor: pointer;
color: var(--tjVwZmzTmzXV);
background: var(--ljfdtHRgJOds);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.gKULMuNVeILM:hover,
.HSGYUlgVrvGX:hover {
background: var(--sMBNPfPEQyHR);
}
}

@media (max-width: 1200px) {
.LXLLfHstsJbU {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.LXLLfHstsJbU {
margin: 24px 0 60px;
}

.yBGSsYFMtWgK {
flex-direction: column;
justify-content: center;
margin-bottom: 16px;
padding: 20px 16px;
}

.HSGYUlgVrvGX {
margin: 18px auto 0;
}

.fOTrAbolERgF .PEVFsjFBFnVO {
display: block;
margin: 0 auto 5px;
text-align: center;
}

.ItbFDzHRldvF {
margin-bottom: 16px;
}
}
.UJmWHRxTxsOt {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
}

.IxfSDcRyqGHt {
padding: 16px 32px;
border-left: 5px solid var(--VPewLwfOiAxF);
border-radius: 10px;
font-size: 20px;
color: var(--pWyFuFpYOBfL);
background: var(--DnNHQUBDbTAk);
}

@media (max-width: 1200px) {
.UJmWHRxTxsOt {
padding: 0 16px;
}
}

@media (max-width: 767px) {
.UJmWHRxTxsOt {
margin-bottom: 60px;
}
}
.KEYkhinJAfUz,
#xoyvWyUJHqWL,
#FeGoGtgitKhF,
#KIOZeVrZxhCE {
position: absolute;
opacity: 0;
pointer-events: none;
}

.jGveQTTqSmFF.ykLejrvPAyRp {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 20;
display: none;
overflow: auto;
}

#FeGoGtgitKhF:checked ~ .jGveQTTqSmFF.ykLejrvPAyRp,
#KIOZeVrZxhCE:checked ~ .jGveQTTqSmFF.ykLejrvPAyRp {
display: block;
}

#KIOZeVrZxhCE:checked ~ .jGveQTTqSmFF .JLkFhRXAzrAg {
display: none;
}

#FeGoGtgitKhF:checked ~ .jGveQTTqSmFF .KKoMintGGirt {
display: none;
}

body:has(#FeGoGtgitKhF:checked),
body:has(#KIOZeVrZxhCE:checked) {
overflow: hidden;
}

.XrzUTwactnwk {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}

.ccShtipZjDgZ {
position: relative;
top: 100px;
max-width: 600px;
width: 100%;
margin: 0 auto;
padding: 28px 44px;
border: 1px solid var(--VPewLwfOiAxF);
border-radius: 20px;
background: var(--DnNHQUBDbTAk);
z-index: 999;
}

.SzpwaQmHpgqB .JLkFhRXAzrAg,
.SzpwaQmHpgqB .KKoMintGGirt {
display: block;
}

.RZCudRBgvciW {
margin-bottom: 36px;
font-size: 16px;
line-height: 140%;
text-align: center;
color: var(--pWyFuFpYOBfL);
}

.cMhZmlssOKqP {
margin-bottom: 36px;
padding-bottom: 36px;
border-bottom: 1px solid var(--VPewLwfOiAxF);
}

.cMhZmlssOKqP span {
display: block;
margin-bottom: 4px;
font-size: 20px;
font-weight: 500;
color: var(--RKUJQTTwIAxP);
}

.cMhZmlssOKqP small {
display: block;
margin-bottom: 16px;
font-size: 16px;
font-weight: 400;
opacity: 0.8;
color: var(--RKUJQTTwIAxP);
}

.cMhZmlssOKqP input {
width: 100%;
height: 50px;
padding: 0 20px;
border: 1px solid var(--GVfMzuFzpaDv);
border-radius: 46px;
font-size: 16px;
color: var(--RKUJQTTwIAxP);
background: var(--IHWNbyFTtQbC);
transition: 0.3s ease-in-out;
}

.cMhZmlssOKqP input::placeholder {
opacity: 0.6;
color: var(--RKUJQTTwIAxP);
}

.cMhZmlssOKqP input:hover,
.cMhZmlssOKqP input:focus {
border-color: var(--RKUJQTTwIAxP);
}

.NjSwKXyrvnCV {
margin: 0 auto 24px;
padding: 0;
border: none;
}

.tANzmLlcSefd {
position: relative;
display: flex;
flex-direction: row-reverse;
justify-content: center;
width: 100%;
height: auto;
overflow: hidden;
}

.tANzmLlcSefd > input,
#EqpQlEzPJkUL,
#ywHBEDovLOqz,
#ylMvPnQPihze,
#MkRNvbmootHE,
#whsRTxfGbHkF,
#zNMFNFYIaYHb,
.tANzmLlcSefd > input.MYVGlXbHSuZB {
display: none;
}

.tANzmLlcSefd > label {
width: 40px;
height: 40px;
margin-top: auto;
font-size: 0;
cursor: pointer;
transition: 0.3s;
}

.tANzmLlcSefd > label::before {
content: '\2605';
display: block;
font-size: 34px;
line-height: 40px;
text-align: center;
color: var(--RKUJQTTwIAxP);
}

.tANzmLlcSefd > input:checked ~ label::before,
.tANzmLlcSefd > input:checked ~ label ~ label::before,
.tANzmLlcSefd > input:not(:checked) ~ label:hover::before,
.tANzmLlcSefd > input:not(:checked) ~ label:hover ~ label::before {
color: var(--zgtKdvRsTiUl);
}

.AgfEXqVQgHOO {
margin-bottom: 36px;
}

.AgfEXqVQgHOO textarea {
width: 100%;
height: 120px;
padding: 14px 20px;
border: 1px solid var(--RKUJQTTwIAxP);
border-radius: 20px;
font-size: 16px;
resize: none;
overflow: hidden;
color: var(--RKUJQTTwIAxP);
background: var(--IHWNbyFTtQbC);
}

.AgfEXqVQgHOO textarea::placeholder {
opacity: 0.6;
color: var(--RKUJQTTwIAxP);
}

.EurqfJysCYPx {
display: flex;
align-items: center;
justify-content: flex-end;
}

.HeQKcMayYwhE {
display: flex;
align-items: center;
justify-content: center;
width: 136px;
height: 42px;
padding: 10px;
border: 1px solid var(--VPewLwfOiAxF);
border-radius: 6px;
font-size: 16px;
font-weight: 700;
text-align: center;
cursor: pointer;
color: var(--pWyFuFpYOBfL);
transition: 0.3s ease-in-out;
}

.HeQKcMayYwhE:hover {
background: var(--VPewLwfOiAxF);
}

.NMHzWlIiwgzR {
display: flex;
align-items: center;
justify-content: center;
width: 193px;
height: 42px;
margin-left: 16px;
padding: 10px;
border-radius: 6px;
font-size: 16px;
font-weight: 700;
text-align: center;
cursor: pointer;
color: var(--pWyFuFpYOBfL);
background: #197BFF;
transition: 0.3s ease-in-out;
}

.NMHzWlIiwgzR:hover {
background: #166AD9;
}

.KKoMintGGirt {
max-width: 292px;
width: 100%;
margin: 0 auto;
text-align: center;
}

.CzEpwuzLppgS {
margin: 16px 0 20px;
font-size: 24px;
font-weight: 700;
line-height: 140%;
color: var(--pWyFuFpYOBfL);
}

.KKoMintGGirt .HeQKcMayYwhE {
margin: 0 auto;
}

@media (max-width: 767px) {
.ccShtipZjDgZ {
width: calc(100% - 20px);
max-width: 100%;
padding: 28px 16px;
}

.RZCudRBgvciW {
margin-bottom: 20px;
}

.cMhZmlssOKqP {
margin-bottom: 20px;
padding-bottom: 20px;
}

.NjSwKXyrvnCV {
margin-bottom: 16px;
}

.AgfEXqVQgHOO {
margin-bottom: 24px;
}
}
.lXvWcDlYLVJi {
display: flex;
align-items: center;
max-width: 1110px;
width: 100%;
margin: 10px auto;
padding: 0;
list-style: none;
}

.lXvWcDlYLVJi li {
position: relative;
font-size: 16px;
color: var(--RKUJQTTwIAxP);
}

.lXvWcDlYLVJi li a {
color: var(--RKUJQTTwIAxP);
text-decoration: none;
}

.lXvWcDlYLVJi li a:hover {
text-decoration: none;
}

.lXvWcDlYLVJi li + li {
margin-left: 30px;
}

.lXvWcDlYLVJi li span {
opacity: 0.5;
}

.lXvWcDlYLVJi li + li::before {
content: '-';
position: absolute;
top: 50%;
left: -20px;
transform: translateY(-50%);
font-size: 20px;
color: var(--RKUJQTTwIAxP);
}

@media (min-width: 1025px) {
.lXvWcDlYLVJi li a:hover {
text-decoration: underline;
}
}

@media (max-width: 1200px) {
.lXvWcDlYLVJi {
padding: 0 16px;
}
}
.gOpPBXDmtmtu,
.mLgIzKLEPguq {
width: 100%;
}

table {
width: 100%;
margin-bottom: 32px;
border-collapse: collapse;
}

table tr td {
padding: 16px 32px;
font-size: 18px;
font-weight: 400;
text-align: left;
overflow-wrap: break-word;
color: var(--RKUJQTTwIAxP);
border: 1px solid var(--VPewLwfOiAxF);
background: var(--BALRYzahwfOJ);
}

table tr th {
padding: 16px 32px;
font-size: 18px;
font-weight: 700;
text-align: left;
overflow-wrap: break-word;
color: var(--RKUJQTTwIAxP);
border: 1px solid var(--VPewLwfOiAxF);
background: var(--DnNHQUBDbTAk);
}

table tr:nth-child(even) td {
background: var(--hgwmmEwuXcBH);
}

@media (max-width: 767px) {
table tr td,
table tr th {
padding: 12px 4px;
font-size: 16px;
}
}

@media (max-width: 500px) {
.gOpPBXDmtmtu {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.bdgckCjKpQGc {
max-width: 1200px;
width: 100%;
margin: 40px auto;
padding: 0 15px;
}

.lGrIFabnhjYW {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}

.EzqYHElWqQvI a {
color: var(--zgtKdvRsTiUl);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: var(--zgtKdvRsTiUl);
transition: color 0.2s ease;
}

.EzqYHElWqQvI a:hover {
color: var(--UasrMJcmlbpO);
}
.FMuvhjvrTnvV {
padding: 80px 0 0;
background: var(--KdVjUXgAyYsI);
border-top: 1px solid var(--GVfMzuFzpaDv);
}

.gItFaqcsGsql {
margin-bottom: 94px;
}

.wyGnJvXAitOj {
display: flex;
align-items: flex-start;
justify-content: space-between;
max-width: 1110px;
width: 100%;
margin: 0 auto;
}

.QLoAjUSMZrYm .mbFMhQHiJArW {
margin-bottom: 28px;
}

.mbFMhQHiJArW img {
width: auto;
height: 100px;
max-width: 180px;
border-radius: 12px;
object-fit: contain;
}

.cdjTncFJhwlY {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 24px;
}

.cdjTncFJhwlY img {
flex: none;
width: auto;
height: 40px;
max-width: 200px;
object-fit: contain;
}

.ILQoBlbkQNFv {
display: flex;
align-items: flex-start;
margin-left: 20px;
}

.MeQOzxKZtWbO + .MeQOzxKZtWbO {
margin-left: 120px;
}

.fSrpbxFWDrSu {
list-style: none;
margin: 0;
padding: 0;
}

.fSrpbxFWDrSu li {
font-size: 16px;
}

.fSrpbxFWDrSu li + li {
margin-top: 16px;
}

.FMuvhjvrTnvV .fSrpbxFWDrSu li a {
color: var(--DftniFKsvNDM);
font-weight: 400;
text-decoration: none;
}

.FMuvhjvrTnvV a:hover {
text-decoration: none;
}

.IXgjxVfNuxbT {
display: flex;
align-items: center;
justify-content: center;
padding: 0 0 40px;
}

.LgVGSrPRgpjD {
font-size: 12px;
text-align: center;
color: var(--DftniFKsvNDM);
}

@media (min-width: 1025px) {
.FMuvhjvrTnvV .fSrpbxFWDrSu li a:hover {
text-decoration: underline;
}
}

@media (max-width: 1200px) {
.FMuvhjvrTnvV {
padding: 80px 16px 0;
}
}

@media (max-width: 767px) {
.FMuvhjvrTnvV {
padding: 50px 16px 68px;
}

.mbFMhQHiJArW img {
height: 80px;
max-width: 150px;
}

.cdjTncFJhwlY img {
height: 32px;
max-width: 160px;
}

.gItFaqcsGsql {
margin-bottom: 40px;
}

.wyGnJvXAitOj {
flex-direction: column;
}

.ILQoBlbkQNFv {
margin: 40px 0 0;
flex-direction: column;
}

.MeQOzxKZtWbO + .MeQOzxKZtWbO {
margin: 36px 0 0;
}

.IXgjxVfNuxbT {
padding: 0 0 50px;
justify-content: flex-start;
}
}
.gktEYExlGCoA {
display: flex;
margin-top: 28px;
}

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

.uPGjEofynELv {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
height: 44px;
padding: 0 18px;
border: 1px solid var(--zgtKdvRsTiUl);
border-radius: 6px;
font-size: 16px;
font-weight: 600;
color: var(--DftniFKsvNDM);
background: transparent;
cursor: pointer;
user-select: none;
transition: 0.3s ease-in-out;
}

.BtGSIEsihRTS {
font-size: 14px;
line-height: 1;
transition: 0.3s ease-in-out;
}

#lfrbJjNWrxfl:checked + .uPGjEofynELv {
color: var(--tjVwZmzTmzXV);
background: var(--zgtKdvRsTiUl);
}

#lfrbJjNWrxfl:checked + .uPGjEofynELv .BtGSIEsihRTS {
transform: rotate(180deg);
}

.ziHSDyBukagV {
display: none;
position: absolute;
left: 0;
bottom: calc(100% + 8px);
z-index: 99;
padding: 6px;
border: 1px solid var(--zgtKdvRsTiUl);
border-radius: 6px;
background: var(--BALRYzahwfOJ);
box-shadow: 0 10px 28px var(--xqYslGZMXCmX);
}

.rOqQsXPPpqBr {
min-width: 100%;
}

.PGfxeXMziWJZ {
min-width: 100%;
max-height: 260px;
overflow-y: auto;
}

#lfrbJjNWrxfl:checked ~ .ziHSDyBukagV {
display: flex;
flex-direction: column;
}

.ziHSDyBukagV .kDMGtJmFKMEJ {
display: block;
padding: 10px 14px;
border-radius: 6px;
font-size: 16px;
font-weight: 400;
white-space: nowrap;
text-align: left;
text-decoration: none;
color: var(--DftniFKsvNDM);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.uPGjEofynELv:hover {
color: var(--tjVwZmzTmzXV);
background: var(--zgtKdvRsTiUl);
}

.ziHSDyBukagV .kDMGtJmFKMEJ:hover {
color: var(--tjVwZmzTmzXV);
background: var(--zgtKdvRsTiUl);
}
}

@media (max-width: 767px) {
.gktEYExlGCoA {
margin-top: 24px;
}
}
