:root {
--IkDGAezqZcrh: #F8F5EF;
--zLRMYgWtbIyH: #D2C4A8;
--kPPIiGSIvVtL: #D08A1D;
--XvmvIknjElmp: #F0EBE1;
--NboKVeejQUiH: #FFFDF9;
--XtbiLQOaAVMT: #DBCFB7;
--FzefgwAcktLe: #945E11;
--ZRSTSohcXKOe: #231C12;
--nlzNBKthQuZX: #564C3C;
--KVRdIJcNplkY: #D9962B;
--IqRPPpfBRSMA: #E4A031;
--zOFTgtPxRwgf: #231C12;
--UFkZRIkdFDtm: linear-gradient(136deg, #F9C25C 0%, #E0A035 100%);
--MKVnZMEewdsK: #FFFDF9;
--BlUHUMULFiuw: #221A12;
--LpurdTCEIlzZ: rgba(255,255,255,0.66);
--RuJfADCBHpao: rgba(0,0,0,0.13);
--VxwxUBvaCqjl: #E8DFCE;
--walfDAMcdDZZ: #231C12;
--fBWIvcWxswEs: #DBCFB7;
--jrepMrlMTdQM: #564C3C;
--MXXlYpMteipR: #231C12;
--JWXDNSOusenB: #D08A1D;
--XBkNNLXPjbot: #D2C4A8;
--wotOKjXPgkgM: rgba(48,38,22,0.11);
--sQmkwdKEQvjn: #945E11;
--KBAbOtDxBuaL: #C63E2C;
--eHMJCCruxprk: #E5715A;

}

* {
box-sizing: border-box;
}

.CaTSZCGYythh a,
.nBBFQkIHrkSZ a {
color: var(--nlzNBKthQuZX);
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(--IkDGAezqZcrh);
color: var(--ZRSTSohcXKOe);
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(--ZRSTSohcXKOe);
}

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

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

.BudgGCLoLrTe,
.OTzpTxyoXDfm,
.inside-yXYHpULOsXjc {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.cHjjLrRyxpph {
padding: 54px 0 0;
}

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

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

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

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

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

.CaTSZCGYythh .MnOPgyxybZyf li a {
color: var(--nlzNBKthQuZX);
font-weight: 400;
text-decoration: none;
}

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

.gIcPQXKZvJnS {
margin-right: 0;
}

.CaTSZCGYythh .ETmVTFsiwVjL,
.CaTSZCGYythh .kzUfDZxegaLm {
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;
}

.CaTSZCGYythh .ETmVTFsiwVjL {
background: var(--VxwxUBvaCqjl);
color: var(--ZRSTSohcXKOe);
font-weight: 400;
}

.CaTSZCGYythh .kzUfDZxegaLm {
margin-left: 10px;
background: var(--KVRdIJcNplkY);
color: var(--zOFTgtPxRwgf);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.SBvZdaHNMAOB {
display: none;
}

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

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

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

.CaTSZCGYythh .ETmVTFsiwVjL:hover {
background: var(--VxwxUBvaCqjl);
opacity: 0.9;
}

.CaTSZCGYythh .kzUfDZxegaLm:hover {
background: var(--UFkZRIkdFDtm);
}
}

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

.tzDgBasoPTsV {
margin-right: 105px;
}

.gIcPQXKZvJnS {
margin-right: 0;
}
}

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

.STmRIHHzCxRv {
order: -2;
}

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

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

.xLlOBnBdoxId {
display: none;
}

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

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

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

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

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

.MnOPgyxybZyf {
display: block;
}

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

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

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

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

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

.fQMKHmJLYobO .STmRIHHzCxRv img {
max-width: 90px;
}

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

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

.STmRIHHzCxRv {
flex: none;
}

.tzDgBasoPTsV {
max-width: none;
}

.CaTSZCGYythh .ETmVTFsiwVjL,
.CaTSZCGYythh .kzUfDZxegaLm {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.CaTSZCGYythh .kzUfDZxegaLm {
margin-left: 6px;
}
}
.rrCFzOLGHwnx {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.ygZMTNZClOUQ {
position: relative;
}

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

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

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

.ewfcfEychLJd {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--ZRSTSohcXKOe);
text-shadow: 2px 2px var(--IkDGAezqZcrh);
}

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

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

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

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

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

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

.OfnJLBZzZrkg {
font-size: 32px;
}

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

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

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

.ewfcfEychLJd {
font-size: 20px;
}

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

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

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

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

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

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

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

.hMHKyIeKsMnv .nquFSEkUvDmQ {
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(--ZRSTSohcXKOe);
background: var(--VxwxUBvaCqjl);
}

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

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

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

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

.hMHKyIeKsMnv .nquFSEkUvDmQ {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.eVZrHfgpOyHW {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.TpnnyWYcDCvy .hdMYkDiofYEr {
width: 50%;
margin: 0;
}

.FmRqWLfanySD {
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(--zOFTgtPxRwgf);
background: var(--KVRdIJcNplkY);
}

.agDRVvDdJLhR {
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(--zOFTgtPxRwgf);
background: var(--KVRdIJcNplkY);
}

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

.FmRqWLfanySD:hover,
.agDRVvDdJLhR:hover {
background: var(--UFkZRIkdFDtm);
}

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

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

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

.SdqcoJXfSNpy {
flex-basis: auto;
}
}

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

.Ehwhaqfnedpq {
margin: 10px 0 0;
}

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

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

input[name="aYDUDBozEMxC"],
#gAtFqKTuqHfu,
#qoQtmVywPZaC,
#UAmEHxvXUgnT,
#BJuQMZSVhmya {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.zRtLoUROuEXU li {
width: 100%;
}

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

.qbTpbeNnXrnX:nth-of-type(1):checked ~ .zRtLoUROuEXU li:nth-child(1) label,
.qbTpbeNnXrnX:nth-of-type(2):checked ~ .zRtLoUROuEXU li:nth-child(2) label,
.qbTpbeNnXrnX:nth-of-type(3):checked ~ .zRtLoUROuEXU li:nth-child(3) label,
.qbTpbeNnXrnX:nth-of-type(4):checked ~ .zRtLoUROuEXU li:nth-child(4) label {
background: var(--kPPIiGSIvVtL);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mwKpFMnymWui {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rTcCkJNPUuEo {
margin: 0 -5px;
}

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

.zybdWHeucdli {
padding: 16px;
}

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

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

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

.dDilplnmpNZl .yyOFMxPsnEeb {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--nlzNBKthQuZX);
}

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

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

.xRnXMbykrQOf small {
font-size: 14px;
color: var(--nlzNBKthQuZX);
}

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

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

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

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

.MDZKkiViCwyQ {
color: #4285F4;
}

.tHnPGTMqplTO {
color: #EA4335;
}

.GSTTfhAeRgkG {
color: #FBBC05;
}

.YkgdztiWIIAE {
color: #34A853;
}

.AFwtEbvobgEn {
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(--zOFTgtPxRwgf);
background: var(--KVRdIJcNplkY);
}

.dRWNamFFzUkJ {
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(--zOFTgtPxRwgf);
background: var(--KVRdIJcNplkY);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.AFwtEbvobgEn:hover,
.dRWNamFFzUkJ:hover {
background: var(--UFkZRIkdFDtm);
}
}

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

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

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

.dRWNamFFzUkJ {
margin: 18px auto 0;
}

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

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

.tBCAeEFzYhSg {
padding: 16px 32px;
border-left: 5px solid var(--XBkNNLXPjbot);
border-radius: 10px;
font-size: 20px;
color: var(--ZRSTSohcXKOe);
background: var(--VxwxUBvaCqjl);
}

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

@media (max-width: 767px) {
.PvUZMKHmuFxy {
margin-bottom: 60px;
}
}
.TZbbnhzlmBPD,
#dAmCRHwgDLAE,
#seRjYXGaMISP,
#MqiFKoNLwVJX {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#seRjYXGaMISP:checked ~ .pRUDtbgyFoJh.UlYuiRVcHKPs,
#MqiFKoNLwVJX:checked ~ .pRUDtbgyFoJh.UlYuiRVcHKPs {
display: block;
}

#MqiFKoNLwVJX:checked ~ .pRUDtbgyFoJh .DrZFBWvVXxWq {
display: none;
}

#seRjYXGaMISP:checked ~ .pRUDtbgyFoJh .vwWxjOqrdmRD {
display: none;
}

body:has(#seRjYXGaMISP:checked),
body:has(#MqiFKoNLwVJX:checked) {
overflow: hidden;
}

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

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

.LlnHSbeAGOzE .DrZFBWvVXxWq,
.LlnHSbeAGOzE .vwWxjOqrdmRD {
display: block;
}

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

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

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

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

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

.hVBXYEmpndQE input::placeholder {
opacity: 0.6;
color: var(--nlzNBKthQuZX);
}

.hVBXYEmpndQE input:hover,
.hVBXYEmpndQE input:focus {
border-color: var(--nlzNBKthQuZX);
}

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

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

.MaGxlQgNXjRg > input,
#uyTvUElOGiTT,
#pHclrjKYmNzy,
#VvPUidhnxYuU,
#gouHnUUCHkBT,
#gzmMzgGqGDRQ,
#aBUCdlqwnaUF,
.MaGxlQgNXjRg > input.dDdEuhDQlega {
display: none;
}

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

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

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

.xVaTRFEzyLKQ {
margin-bottom: 36px;
}

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

.xVaTRFEzyLKQ textarea::placeholder {
opacity: 0.6;
color: var(--nlzNBKthQuZX);
}

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

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

.XXBtAmGpLBKa:hover {
background: var(--XBkNNLXPjbot);
}

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

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

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

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

.vwWxjOqrdmRD .XXBtAmGpLBKa {
margin: 0 auto;
}

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

.iJkogGTzvGJY {
margin-bottom: 20px;
}

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

.sksdBDlGpTQC {
margin-bottom: 16px;
}

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

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

.fjjIWkxdzCBz li a {
color: var(--nlzNBKthQuZX);
text-decoration: none;
}

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

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

.fjjIWkxdzCBz li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.fjjIWkxdzCBz {
padding: 0 16px;
}
}
.zLASANChFQef,
.FCOCduBGDEqj {
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(--nlzNBKthQuZX);
border: 1px solid var(--XBkNNLXPjbot);
background: var(--MKVnZMEewdsK);
}

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

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

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

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

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

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

.VhJxwwTdZHRZ a:hover {
color: var(--FzefgwAcktLe);
}
.nBBFQkIHrkSZ {
padding: 80px 0 0;
background: var(--fBWIvcWxswEs);
border-top: 1px solid var(--RuJfADCBHpao);
}

.QmyBwHDaFiZF {
margin-bottom: 94px;
}

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

.EaxDMvTmPMEH .jeNpdYhhJILP {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.nBBFQkIHrkSZ .MAFBeFTVQgWt li a {
color: var(--jrepMrlMTdQM);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.QmyBwHDaFiZF {
margin-bottom: 40px;
}

.bkWgXwJvtxvp {
flex-direction: column;
}

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

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

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

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

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

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

#HUxlVqGrVHZp:checked + .LXcCHPixLMFP {
color: var(--zOFTgtPxRwgf);
background: var(--kPPIiGSIvVtL);
}

#HUxlVqGrVHZp:checked + .LXcCHPixLMFP .rSPqFjmOBLcU {
transform: rotate(180deg);
}

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

.IQUsznFQfOxG {
min-width: 100%;
}

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

#HUxlVqGrVHZp:checked ~ .NiAFnGqIzVQZ {
display: flex;
flex-direction: column;
}

.NiAFnGqIzVQZ .ywInkzOAzYjE {
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(--jrepMrlMTdQM);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.LXcCHPixLMFP:hover {
color: var(--zOFTgtPxRwgf);
background: var(--kPPIiGSIvVtL);
}

.NiAFnGqIzVQZ .ywInkzOAzYjE:hover {
color: var(--zOFTgtPxRwgf);
background: var(--kPPIiGSIvVtL);
}
}

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