:root {
--UEWOSWCBkyWx: #F6F7FA;
--MvCxpbHxnyPr: #BFC9D7;
--kSLopciLSgft: #E4B333;
--WsfAvcTtuKpZ: #EDEFF3;
--hEjrlFImbfDe: #FEFEFF;
--WjFBoUTKTsNd: #D5DDE7;
--RjKeJMmXjRwm: #9E7020;
--ZcrMQAUonDSz: #1F2739;
--XFhFrITyGbAU: #374050;
--fStMDkPLFpse: #E8B93C;
--NuDknmdKydjw: #EDC142;
--tdUHNEwpoKXO: #181E2D;
--pgBaICvuPIwm: linear-gradient(136deg, #FFDA6A 0%, #EFC142 100%);
--kuJlRCIvCRmM: #FEFEFF;
--ANZUlMlVtpQL: #1A1E38;
--gSglsonOkNwQ: rgba(255,255,255,0.72);
--MzHmbjCTQppd: rgba(0,0,0,0.10);
--OrZbODeAFtJc: #D7DEE8;
--NSHyENNVSXmR: #1F2739;
--BuPIBJvAYCqh: #D5DDE7;
--FcflgQiTCUbt: #374050;
--lHQcRvrILBtO: #1F2739;
--MpjmEIYFMlik: #E4B333;
--xqoBcTXnYfPw: #BFC9D7;
--dHotxVjQxQVQ: rgba(24,30,45,0.12);
--cUXKlDLQHkLa: #9E7020;
--gcJCMbiHLKFM: #D22B39;
--GpCjLGEBDsQn: #EC6474;

}

* {
box-sizing: border-box;
}

.EhMrmHloanCp a,
.WKNkgPgWPssY a {
color: var(--XFhFrITyGbAU);
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(--UEWOSWCBkyWx);
color: var(--ZcrMQAUonDSz);
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(--ZcrMQAUonDSz);
}

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;
}

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

.rVAsfXYFgUlH,
.YfpjUvGhEzMl,
.inside-wDgmaeNGyqXA {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.rVAsfXYFgUlH {
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;
}

.OmCBliuIzUCY {
padding: 54px 0 0;
}

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

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

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

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

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

.EhMrmHloanCp .YsUyYfeGYyml li a {
color: var(--XFhFrITyGbAU);
font-weight: 400;
text-decoration: none;
}

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

.LHfMjvJdXwKi {
margin-right: 0;
}

.EhMrmHloanCp .OgGXXRQAGeyW,
.EhMrmHloanCp .rQWYvTtXAxFS {
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;
}

.EhMrmHloanCp .OgGXXRQAGeyW {
background: var(--OrZbODeAFtJc);
color: var(--ZcrMQAUonDSz);
font-weight: 400;
}

.EhMrmHloanCp .rQWYvTtXAxFS {
margin-left: 10px;
background: var(--fStMDkPLFpse);
color: var(--tdUHNEwpoKXO);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.xcnRjDunobhT {
display: none;
}

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

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

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

.EhMrmHloanCp .OgGXXRQAGeyW:hover {
background: var(--OrZbODeAFtJc);
opacity: 0.9;
}

.EhMrmHloanCp .rQWYvTtXAxFS:hover {
background: var(--pgBaICvuPIwm);
}
}

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

.SrhCKpnJYvdT {
margin-right: 105px;
}

.LHfMjvJdXwKi {
margin-right: 0;
}
}

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

.pMyAKZZNkgNt {
order: -2;
}

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

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

.phxolDRYULrw {
display: none;
}

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

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

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

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

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

.YsUyYfeGYyml {
display: block;
}

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

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

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

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

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

.iGMcwTcyowfY .pMyAKZZNkgNt img {
max-width: 90px;
}

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

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

.pMyAKZZNkgNt {
flex: none;
}

.SrhCKpnJYvdT {
max-width: none;
}

.EhMrmHloanCp .OgGXXRQAGeyW,
.EhMrmHloanCp .rQWYvTtXAxFS {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.EhMrmHloanCp .rQWYvTtXAxFS {
margin-left: 6px;
}
}
.oaxcjZFKMFmE {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.tiLWdsUgrbZS {
position: relative;
}

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

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

.eisxdispOFHB {
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;
}

.yqGAzuEHliEz {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--ZcrMQAUonDSz);
text-shadow: 2px 2px var(--UEWOSWCBkyWx);
}

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

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

.BdgkkhYSbXpa {
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(--fStMDkPLFpse);
color: var(--tdUHNEwpoKXO);
cursor: pointer;
animation: pulse 2s infinite;
}

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

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

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

.mLPRibCnDNAn {
font-size: 32px;
}

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

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

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

.yqGAzuEHliEz {
font-size: 20px;
}

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

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

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

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

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

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

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

.bbFSWBwVfJni .gLJZqaSaTwyZ {
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(--ZcrMQAUonDSz);
background: var(--OrZbODeAFtJc);
}

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

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

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

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

.bbFSWBwVfJni .gLJZqaSaTwyZ {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.TmdgFyAiYVcS {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.DaMzzYJxotkO .lWEELCuZuPPv {
width: 50%;
margin: 0;
}

.OpMGKLEdqJAi {
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(--tdUHNEwpoKXO);
background: var(--fStMDkPLFpse);
}

.deWcunPQwOnH {
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(--tdUHNEwpoKXO);
background: var(--fStMDkPLFpse);
}

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

.OpMGKLEdqJAi:hover,
.deWcunPQwOnH:hover {
background: var(--pgBaICvuPIwm);
}

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

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

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

.rIvGZRuFZGnT {
flex-basis: auto;
}
}

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

.kZpqnxqGmewO {
margin: 10px 0 0;
}

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

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

input[name="iASQBByQhMuG"],
#PVQKzmhBUqdY,
#admSsEWpxiZl,
#WkYNpRQjFrUG,
#JccEtXXWOmey {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.wALrKrJNFzzj li {
width: 100%;
}

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

.hCCXCYDrwrts:nth-of-type(1):checked ~ .wALrKrJNFzzj li:nth-child(1) label,
.hCCXCYDrwrts:nth-of-type(2):checked ~ .wALrKrJNFzzj li:nth-child(2) label,
.hCCXCYDrwrts:nth-of-type(3):checked ~ .wALrKrJNFzzj li:nth-child(3) label,
.hCCXCYDrwrts:nth-of-type(4):checked ~ .wALrKrJNFzzj li:nth-child(4) label {
background: var(--kSLopciLSgft);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rQBXzJZAPVsm {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.yLnWwbFgSuCM {
margin: 0 -5px;
}

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

.zDyGnrnirfzM {
padding: 16px;
}

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

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

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

.EFjLFdNbivHt .pMcXUaeJcFtM {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--XFhFrITyGbAU);
}

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

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

.eIcqmKDPyrml small {
font-size: 14px;
color: var(--XFhFrITyGbAU);
}

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

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

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

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

.CjkSioCEIAYS {
color: #4285F4;
}

.nRMXOiPIvHNF {
color: #EA4335;
}

.NFcOTClmbnQl {
color: #FBBC05;
}

.fVzMpXiEPYJV {
color: #34A853;
}

.alWfxosjmDBQ {
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(--tdUHNEwpoKXO);
background: var(--fStMDkPLFpse);
}

.WKchjNFWCXLY {
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(--tdUHNEwpoKXO);
background: var(--fStMDkPLFpse);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.alWfxosjmDBQ:hover,
.WKchjNFWCXLY:hover {
background: var(--pgBaICvuPIwm);
}
}

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

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

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

.WKchjNFWCXLY {
margin: 18px auto 0;
}

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

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

.MGBYSHadLdQi {
padding: 16px 32px;
border-left: 5px solid var(--xqoBcTXnYfPw);
border-radius: 10px;
font-size: 20px;
color: var(--ZcrMQAUonDSz);
background: var(--OrZbODeAFtJc);
}

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

@media (max-width: 767px) {
.bECCKPAyfArX {
margin-bottom: 60px;
}
}
.hPyjzPzNCJKJ,
#yCHFixRiAXrr,
#yutbmyHHEcQa,
#gliQYtKsHCkf {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#yutbmyHHEcQa:checked ~ .PNURZgkqiQxl.YQdjxEYdbnqp,
#gliQYtKsHCkf:checked ~ .PNURZgkqiQxl.YQdjxEYdbnqp {
display: block;
}

#gliQYtKsHCkf:checked ~ .PNURZgkqiQxl .QCXVrSfxQaqV {
display: none;
}

#yutbmyHHEcQa:checked ~ .PNURZgkqiQxl .LAjNCGpCOnwc {
display: none;
}

body:has(#yutbmyHHEcQa:checked),
body:has(#gliQYtKsHCkf:checked) {
overflow: hidden;
}

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

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

.JOGxucEEJMdq .QCXVrSfxQaqV,
.JOGxucEEJMdq .LAjNCGpCOnwc {
display: block;
}

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

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

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

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

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

.swLUXjvgMziM input::placeholder {
opacity: 0.6;
color: var(--XFhFrITyGbAU);
}

.swLUXjvgMziM input:hover,
.swLUXjvgMziM input:focus {
border-color: var(--XFhFrITyGbAU);
}

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

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

.xcxSOtPZVYiG > input,
#JpCkhQoLmQFJ,
#MHjKavdrrYqh,
#BpQNZnImBLNO,
#azPrGDtTVouq,
#epMQmQequgJD,
#kwBcayMoioem,
.xcxSOtPZVYiG > input.XrgisNMqOiSL {
display: none;
}

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

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

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

.qgPPdYHuBydu {
margin-bottom: 36px;
}

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

.qgPPdYHuBydu textarea::placeholder {
opacity: 0.6;
color: var(--XFhFrITyGbAU);
}

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

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

.gcAkhWCGKMyz:hover {
background: var(--xqoBcTXnYfPw);
}

.HprisEghfoDh {
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(--ZcrMQAUonDSz);
background: #197BFF;
transition: 0.3s ease-in-out;
}

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

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

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

.LAjNCGpCOnwc .gcAkhWCGKMyz {
margin: 0 auto;
}

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

.uRPAOrgoJSKo {
margin-bottom: 20px;
}

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

.BNdjrCBllQGe {
margin-bottom: 16px;
}

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

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

.MITiigqKLbmA li a {
color: var(--XFhFrITyGbAU);
text-decoration: none;
}

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

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

.MITiigqKLbmA li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.MITiigqKLbmA {
padding: 0 16px;
}
}
.npuruoNQVTVX,
.WixkBqWnSFxs {
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(--XFhFrITyGbAU);
border: 1px solid var(--xqoBcTXnYfPw);
background: var(--kuJlRCIvCRmM);
}

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

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

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

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

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

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

.luGEHKXPqEzp a:hover {
color: var(--RjKeJMmXjRwm);
}
.WKNkgPgWPssY {
padding: 80px 0 0;
background: var(--BuPIBJvAYCqh);
border-top: 1px solid var(--MzHmbjCTQppd);
}

.SttsInbrLkeB {
margin-bottom: 94px;
}

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

.OaBaDLTBkXxl .BmrRwKcoEaWl {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.WKNkgPgWPssY .fljBZWxoTbaM li a {
color: var(--FcflgQiTCUbt);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.SttsInbrLkeB {
margin-bottom: 40px;
}

.nvEjgLnLxmaV {
flex-direction: column;
}

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

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

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

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

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

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

#OhqmzNshjfIk:checked + .XWGEgndHuxOn {
color: var(--tdUHNEwpoKXO);
background: var(--kSLopciLSgft);
}

#OhqmzNshjfIk:checked + .XWGEgndHuxOn .UQxzNzNMdioF {
transform: rotate(180deg);
}

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

.ozXvPirkYJcI {
min-width: 100%;
}

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

#OhqmzNshjfIk:checked ~ .FnUimJDbFzxQ {
display: flex;
flex-direction: column;
}

.FnUimJDbFzxQ .rZEefcNonrpL {
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(--FcflgQiTCUbt);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.XWGEgndHuxOn:hover {
color: var(--tdUHNEwpoKXO);
background: var(--kSLopciLSgft);
}

.FnUimJDbFzxQ .rZEefcNonrpL:hover {
color: var(--tdUHNEwpoKXO);
background: var(--kSLopciLSgft);
}
}

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