:root {
--vuFDHjKhsCyK: #F3EFE6;
--ZdBaIDOBMqJk: #CFC1A3;
--lvBIbfUbqjCt: #DB9930;
--xxEAKmIlNbtK: #ECE6D9;
--QVJLpOtYYwET: #FFFEFB;
--ssOWnrzxCjft: #E6DDCB;
--QMrsZWsTypcd: #945E11;
--EPacZmTBAhjC: #30281C;
--QYQtEUousSYe: #463E31;
--tuEiNjANqeYp: #D08A1D;
--ckriWlEpfmrN: #E4A031;
--RxmdWhLRrDuL: #231C12;
--zhNeCQaoHdET: linear-gradient(136deg, #F7BC4E 0%, #DE9A2A 100%);
--UMvqFzotuaxL: #FFFEFB;
--enAjcektnrzf: #332A1F;
--agDKKKZPmHzZ: rgba(255,255,255,0.74);
--NMOrbszZlDFo: rgba(0,0,0,0.10);
--KMtBOFvLoEhw: #E2D8C4;
--vGQTWgyKTWIr: #30281C;
--zAJnLARlsERA: #E6DDCB;
--dVNUYfVKtpnE: #463E31;
--BWWklTJaWkGg: #30281C;
--DAltWaburEIF: #DB9930;
--xWMjEQgcmfIE: #CFC1A3;
--xYKXsqUvmAto: rgba(45,35,20,0.10);
--VIqtIIkeDHaF: #945E11;
--MprqbtPtBzBa: #CB4230;
--KODvfBNnmlhM: #EE8E77;

}

* {
box-sizing: border-box;
}

.PGtHnolAXtgP a,
.OIAOEWzUKyXH a {
color: var(--QYQtEUousSYe);
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(--vuFDHjKhsCyK);
color: var(--EPacZmTBAhjC);
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(--EPacZmTBAhjC);
}

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

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

.GMwGiGyLNEDe,
.gQKjVvoObGTY,
.inside-UKANXRPDqjBa {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.WNWYZGdqlxlF {
padding: 54px 0 0;
}

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

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

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

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

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

.PGtHnolAXtgP .IJCnzQkSOTVw li a {
color: var(--QYQtEUousSYe);
font-weight: 400;
text-decoration: none;
}

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

.afoQWoPUeEut {
margin-right: 0;
}

.PGtHnolAXtgP .FYKYuunIJNdD,
.PGtHnolAXtgP .PNQCWHJzbRnF {
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;
}

.PGtHnolAXtgP .FYKYuunIJNdD {
background: var(--KMtBOFvLoEhw);
color: var(--EPacZmTBAhjC);
font-weight: 400;
}

.PGtHnolAXtgP .PNQCWHJzbRnF {
margin-left: 10px;
background: var(--tuEiNjANqeYp);
color: var(--RxmdWhLRrDuL);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.pXYeoZJHqpyK {
display: none;
}

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

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

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

.PGtHnolAXtgP .FYKYuunIJNdD:hover {
background: var(--KMtBOFvLoEhw);
opacity: 0.9;
}

.PGtHnolAXtgP .PNQCWHJzbRnF:hover {
background: var(--zhNeCQaoHdET);
}
}

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

.lxuxHqxTHWwD {
margin-right: 105px;
}

.afoQWoPUeEut {
margin-right: 0;
}
}

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

.BxExFVVUmxhU {
order: -2;
}

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

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

.XoDkNMLahkYK {
display: none;
}

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

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

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

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

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

.IJCnzQkSOTVw {
display: block;
}

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

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

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

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

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

.EeXiRuBSBFoj .BxExFVVUmxhU img {
max-width: 90px;
}

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

.PGtHnolAXtgP .FYKYuunIJNdD,
.PGtHnolAXtgP .PNQCWHJzbRnF {
height: 38px;
width: auto;
max-width: none;
padding: 0 10px;
white-space: normal;
text-align: center;
}
}
.MUDGcoOQRicM {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.QRtZTqvrFytU {
position: relative;
}

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

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

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

.yzIhGYrRFrpg {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--EPacZmTBAhjC);
text-shadow: 2px 2px var(--vuFDHjKhsCyK);
}

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

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

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

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

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

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

.qiavEWwovxmZ {
font-size: 32px;
}

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

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

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

.yzIhGYrRFrpg {
font-size: 20px;
}

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

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

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

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

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

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

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

.PVujDOvHMwls .KAXRYFNucWqw {
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(--EPacZmTBAhjC);
background: var(--KMtBOFvLoEhw);
}

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

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

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

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

.PVujDOvHMwls .KAXRYFNucWqw {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.OvNrctSPFQeh {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.miQaxhCAvyHF .NTcHUfvveMVp {
width: 50%;
margin: 0;
}

.yAmriuLgtbRS {
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(--RxmdWhLRrDuL);
background: var(--tuEiNjANqeYp);
}

.MoVHwfcFAxNd {
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(--RxmdWhLRrDuL);
background: var(--tuEiNjANqeYp);
}

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

.yAmriuLgtbRS:hover,
.MoVHwfcFAxNd:hover {
background: var(--zhNeCQaoHdET);
}

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

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

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

.FUJbdjRUBRcE {
flex-basis: auto;
}
}

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

.mnqcvXUEkTjJ {
margin: 10px 0 0;
}

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

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

input[name="LvzhkGrqcNXH"],
#birFZrrSfoGl,
#CtACFHesjzgf,
#StyBrgQTvIDb,
#YnoRMuMeALDK {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.oPOogWjmUWyD li {
width: 100%;
}

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

.xBUZZpmLbhFI:nth-of-type(1):checked ~ .oPOogWjmUWyD li:nth-child(1) label,
.xBUZZpmLbhFI:nth-of-type(2):checked ~ .oPOogWjmUWyD li:nth-child(2) label,
.xBUZZpmLbhFI:nth-of-type(3):checked ~ .oPOogWjmUWyD li:nth-child(3) label,
.xBUZZpmLbhFI:nth-of-type(4):checked ~ .oPOogWjmUWyD li:nth-child(4) label {
background: var(--lvBIbfUbqjCt);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.UwwZGwMZyZdt {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jdbxlpJIpiSO {
margin: 0 -5px;
}

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

.tLMhmcocTSyD {
padding: 16px;
}

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

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

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

.trUoAyDlcGPR .GIsYrzZTkgqs {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--QYQtEUousSYe);
}

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

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

.PlblkxFbtEJP small {
font-size: 14px;
color: var(--QYQtEUousSYe);
}

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

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

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

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

.XPtYuunCmGLS {
color: #4285F4;
}

.wpzNXrgmjefh {
color: #EA4335;
}

.sdezhCcskQBf {
color: #FBBC05;
}

.UZUqDjiGvciu {
color: #34A853;
}

.OuCVVYDmtAgw {
display: flex;
align-items: center;
justify-content: center;
max-width: 200px;
width: 100%;
height: 42px;
border-radius: 6px;
text-decoration: none;
cursor: pointer;
color: var(--RxmdWhLRrDuL);
background: var(--tuEiNjANqeYp);
}

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

@media (min-width: 1025px) {
.OuCVVYDmtAgw:hover,
.iGWpCfrSdFrv:hover {
background: var(--zhNeCQaoHdET);
}
}

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

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

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

.iGWpCfrSdFrv {
margin: 18px auto 0;
}

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

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

.ziklSTfodtaQ {
padding: 16px 32px;
border-left: 5px solid var(--xWMjEQgcmfIE);
border-radius: 10px;
font-size: 20px;
color: var(--EPacZmTBAhjC);
background: var(--KMtBOFvLoEhw);
}

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

@media (max-width: 767px) {
.hcCTEqqKqfRd {
margin-bottom: 60px;
}
}
.GFkcTJNDRPlj,
#pQIobUpOTcgl,
#gZmMsHLVUqPd,
#QvWessUrlkDv {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#gZmMsHLVUqPd:checked ~ .akVAmRlkkxEG.DigTTLDSSOru,
#QvWessUrlkDv:checked ~ .akVAmRlkkxEG.DigTTLDSSOru {
display: block;
}

#QvWessUrlkDv:checked ~ .akVAmRlkkxEG .DfJFJJEHlXGA {
display: none;
}

#gZmMsHLVUqPd:checked ~ .akVAmRlkkxEG .bCupurMnVJZe {
display: none;
}

body:has(#gZmMsHLVUqPd:checked),
body:has(#QvWessUrlkDv:checked) {
overflow: hidden;
}

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

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

.ZTfFJpUAjizj .DfJFJJEHlXGA,
.ZTfFJpUAjizj .bCupurMnVJZe {
display: block;
}

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

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

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

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

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

.sBuoHlvrznoE input::placeholder {
opacity: 0.6;
color: var(--QYQtEUousSYe);
}

.sBuoHlvrznoE input:hover,
.sBuoHlvrznoE input:focus {
border-color: var(--QYQtEUousSYe);
}

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

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

.kGlyHWomQCTH > input,
#gxRyQGXiBswt,
#vdUYJajlhTqm,
#dCcNIgiCSBDc,
#nnTjRsgJNysy,
#XDmpasIGzxiL,
#rgDLplVeSbhW,
.kGlyHWomQCTH > input.NiMvRhSWCGVA {
display: none;
}

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

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

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

.pzlCRWubXZaZ {
margin-bottom: 36px;
}

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

.pzlCRWubXZaZ textarea::placeholder {
opacity: 0.6;
color: var(--QYQtEUousSYe);
}

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

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

.pCoZFRxFhEeA:hover {
background: var(--xWMjEQgcmfIE);
}

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

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

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

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

.bCupurMnVJZe .pCoZFRxFhEeA {
margin: 0 auto;
}

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

.vNJEFpJRkwhr {
margin-bottom: 20px;
}

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

.HjTbNchhFvHR {
margin-bottom: 16px;
}

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

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

.arZkHsvARlwI li a {
color: var(--QYQtEUousSYe);
text-decoration: none;
}

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

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

.arZkHsvARlwI li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.arZkHsvARlwI {
padding: 0 16px;
}
}
.PtQkRuLfwEGX,
.jpPBngZKTRVM {
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(--QYQtEUousSYe);
border: 1px solid var(--xWMjEQgcmfIE);
background: var(--UMvqFzotuaxL);
}

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

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

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

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

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

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

.ayuCuSJUfkWJ a:hover {
color: var(--QMrsZWsTypcd);
}
.OIAOEWzUKyXH {
padding: 80px 0 0;
background: var(--zAJnLARlsERA);
border-top: 1px solid var(--NMOrbszZlDFo);
}

.wmRVVEwRrlWO {
margin-bottom: 94px;
}

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

.ZHynymfXeykx .wizrCTFgkVev {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.OIAOEWzUKyXH .UFAPRWaHQFjx li a {
color: var(--dVNUYfVKtpnE);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.wmRVVEwRrlWO {
margin-bottom: 40px;
}

.teXrwrvndZZD {
flex-direction: column;
}

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

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

.uacoIjoksKlb {
padding: 0 0 50px;
justify-content: flex-start;
}
}
