:root {
--JbkWMMRTRcqG: #F4F1E9;
--zFpeeOIhpGAB: #C4B494;
--rTCrKEkHaAOr: #D08A1D;
--WuznWfNdfRMB: #F0EBE1;
--HzGBWpaVDfkJ: #FFFDFA;
--kmlrwdKkjQyz: #DED3BD;
--MGrBsXcOHlKV: #AC7324;
--DIZWEQUhDjMl: #2B2318;
--uguhBEZtmNjx: #564C3C;
--lVMqoVQTjuqk: #D79426;
--JrYDoRiqPZJD: #E8A73F;
--wVdTdvnYtLRz: #352C1F;
--dDCXhIWCvQmf: linear-gradient(140deg, #F5B644 0%, #DB9524 100%);
--NNJpdablyGcq: #FFFDFA;
--LKSwBNlNuoGd: #2A2118;
--gdYIHlPaEPZe: rgba(255,255,255,0.82);
--JDMpzJhhwcsH: rgba(0,0,0,0.13);
--SCVFLuhNQcfW: #E0D5C0;
--WjvFwMboSwYg: #2B2318;
--XZMquAtpyqzy: #DED3BD;
--pcPZODGiWaTS: #564C3C;
--PvyvsggXuBff: #2B2318;
--dcGIGglhpoAm: #D08A1D;
--fAlnZIQwfCbB: #C4B494;
--xmJpJNfMjQAz: rgba(45,35,20,0.10);
--sHsrKvlVxnXp: #AC7324;
--XSnWhhGFspJD: #BD3524;
--owXdZoHjnuTz: #E97A62;

}

* {
box-sizing: border-box;
}

.KudaaySGXfRi a,
.TzdHNPbRolnS a {
color: var(--uguhBEZtmNjx);
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(--JbkWMMRTRcqG);
color: var(--DIZWEQUhDjMl);
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(--DIZWEQUhDjMl);
}

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

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

.RwtZuiOFBWoC,
.DvPULPtRAsdQ,
.inside-EagFcVMrghAR {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.sUkseDBdURxU {
padding: 54px 0 0;
}

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

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

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

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

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

.KudaaySGXfRi .dcxELKivRrEF li a {
color: var(--uguhBEZtmNjx);
font-weight: 400;
text-decoration: none;
}

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

.pBbOEKGHPjsK {
margin-right: 0;
}

.KudaaySGXfRi .YIudcxhnvUdR,
.KudaaySGXfRi .KizioLSVVbhb {
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;
}

.KudaaySGXfRi .YIudcxhnvUdR {
background: var(--SCVFLuhNQcfW);
color: var(--DIZWEQUhDjMl);
font-weight: 400;
}

.KudaaySGXfRi .KizioLSVVbhb {
margin-left: 10px;
background: var(--lVMqoVQTjuqk);
color: var(--wVdTdvnYtLRz);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.rglHbtDHfGCH {
display: none;
}

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

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

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

.KudaaySGXfRi .YIudcxhnvUdR:hover {
background: var(--SCVFLuhNQcfW);
opacity: 0.9;
}

.KudaaySGXfRi .KizioLSVVbhb:hover {
background: var(--dDCXhIWCvQmf);
}
}

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

.UniPeytWGgof {
margin-right: 105px;
}

.pBbOEKGHPjsK {
margin-right: 0;
}
}

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

.kJBEDKudURzx {
order: -2;
}

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

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

.EDwLEJoVoBrg {
display: none;
}

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

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

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

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

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

.dcxELKivRrEF {
display: block;
}

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

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

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

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

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

.SCtvxdnLGqRQ .kJBEDKudURzx img {
max-width: 90px;
}

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

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

.kJBEDKudURzx {
flex: none;
}

.UniPeytWGgof {
max-width: none;
}

.KudaaySGXfRi .YIudcxhnvUdR,
.KudaaySGXfRi .KizioLSVVbhb {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.KudaaySGXfRi .KizioLSVVbhb {
margin-left: 6px;
}
}
.zNwpkvuJDlFZ {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.PtKVAGPcsFOS {
position: relative;
}

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

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

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

.hHtbFTehoYnw {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--DIZWEQUhDjMl);
text-shadow: 2px 2px var(--JbkWMMRTRcqG);
}

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

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

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

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

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

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

.OQwgwGgEpNiM {
font-size: 32px;
}

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

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

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

.hHtbFTehoYnw {
font-size: 20px;
}

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

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

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

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

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

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

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

.ZSSMglrWxNxv .nyYVhlyQCqGG {
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(--DIZWEQUhDjMl);
background: var(--SCVFLuhNQcfW);
}

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

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

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

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

.ZSSMglrWxNxv .nyYVhlyQCqGG {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.KvXZWWpCSUqg {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.pkWocUgABHdF .PWPodvWyAUpb {
width: 50%;
margin: 0;
}

.mtNeXWMIqgPp {
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(--wVdTdvnYtLRz);
background: var(--lVMqoVQTjuqk);
}

.HDyKCaArYJie {
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(--wVdTdvnYtLRz);
background: var(--lVMqoVQTjuqk);
}

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

.mtNeXWMIqgPp:hover,
.HDyKCaArYJie:hover {
background: var(--dDCXhIWCvQmf);
}

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

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

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

.KFZLgowDBFEq {
flex-basis: auto;
}
}

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

.OCTzjZRwjfrj {
margin: 10px 0 0;
}

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

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

input[name="AsjMgZyCOwyH"],
#GCgjSurltkKN,
#GTVIKvTbgeEX,
#ksbUjbHEsVfs,
#WcRlTsUtPKZi {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.gUFAzgSWmwLR li {
width: 100%;
}

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

.fcVIprBuWboj:nth-of-type(1):checked ~ .gUFAzgSWmwLR li:nth-child(1) label,
.fcVIprBuWboj:nth-of-type(2):checked ~ .gUFAzgSWmwLR li:nth-child(2) label,
.fcVIprBuWboj:nth-of-type(3):checked ~ .gUFAzgSWmwLR li:nth-child(3) label,
.fcVIprBuWboj:nth-of-type(4):checked ~ .gUFAzgSWmwLR li:nth-child(4) label {
background: var(--rTCrKEkHaAOr);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.EQTwPtNLtTTI {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.YpvqsAuNWfhE {
margin: 0 -5px;
}

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

.uEthbtQPxokV {
padding: 16px;
}

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

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

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

.SqWTxDbbglWp .pfPpGlkJLPsH {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--uguhBEZtmNjx);
}

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

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

.cfsNAxqvqFQV small {
font-size: 14px;
color: var(--uguhBEZtmNjx);
}

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

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

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

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

.JnyamTWkjsNk {
color: #4285F4;
}

.gsHnmzgfBlRc {
color: #EA4335;
}

.PxChNQgOnaKs {
color: #FBBC05;
}

.PmTjiGlMGtTe {
color: #34A853;
}

.dfROIzdOVImL {
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(--wVdTdvnYtLRz);
background: var(--lVMqoVQTjuqk);
}

.xQPNLTMZMnUg {
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(--wVdTdvnYtLRz);
background: var(--lVMqoVQTjuqk);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.dfROIzdOVImL:hover,
.xQPNLTMZMnUg:hover {
background: var(--dDCXhIWCvQmf);
}
}

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

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

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

.xQPNLTMZMnUg {
margin: 18px auto 0;
}

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

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

.SmdSoekxJRmI {
padding: 16px 32px;
border-left: 5px solid var(--fAlnZIQwfCbB);
border-radius: 10px;
font-size: 20px;
color: var(--DIZWEQUhDjMl);
background: var(--SCVFLuhNQcfW);
}

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

@media (max-width: 767px) {
.CMSwcEenevCe {
margin-bottom: 60px;
}
}
.jHGnqoFfOcFZ,
#jUmDEQkgacmI,
#IhGiigDiNjqI,
#AZzZiLIcwGHH {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#IhGiigDiNjqI:checked ~ .iXwkZazlwzUG.pfgCXxCQjotJ,
#AZzZiLIcwGHH:checked ~ .iXwkZazlwzUG.pfgCXxCQjotJ {
display: block;
}

#AZzZiLIcwGHH:checked ~ .iXwkZazlwzUG .OcyTLdVFGDXU {
display: none;
}

#IhGiigDiNjqI:checked ~ .iXwkZazlwzUG .LVFWpubvcxFc {
display: none;
}

body:has(#IhGiigDiNjqI:checked),
body:has(#AZzZiLIcwGHH:checked) {
overflow: hidden;
}

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

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

.LfmjYxJDBgNf .OcyTLdVFGDXU,
.LfmjYxJDBgNf .LVFWpubvcxFc {
display: block;
}

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

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

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

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

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

.INnixmNySbXY input::placeholder {
opacity: 0.6;
color: var(--uguhBEZtmNjx);
}

.INnixmNySbXY input:hover,
.INnixmNySbXY input:focus {
border-color: var(--uguhBEZtmNjx);
}

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

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

.udtvjdwBpHuh > input,
#RZjfaQNusgne,
#PLbTwTwHhnGn,
#QSbYCWpzCzVg,
#KpzNoZWscuhc,
#XTIptKaBmBdY,
#YlcBOowiRIwf,
.udtvjdwBpHuh > input.uffRAwIlvxEM {
display: none;
}

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

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

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

.OnqfYgrxxpjZ {
margin-bottom: 36px;
}

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

.OnqfYgrxxpjZ textarea::placeholder {
opacity: 0.6;
color: var(--uguhBEZtmNjx);
}

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

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

.PETlLKXfHFdS:hover {
background: var(--fAlnZIQwfCbB);
}

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

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

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

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

.LVFWpubvcxFc .PETlLKXfHFdS {
margin: 0 auto;
}

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

.wLGrKvrKJvuK {
margin-bottom: 20px;
}

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

.VRrjGJmdlLuG {
margin-bottom: 16px;
}

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

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

.CVZWIzGyPqRP li a {
color: var(--uguhBEZtmNjx);
text-decoration: none;
}

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

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

.CVZWIzGyPqRP li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.CVZWIzGyPqRP {
padding: 0 16px;
}
}
.gGDCMVZPbqhw,
.tSQqarQQhQgj {
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(--uguhBEZtmNjx);
border: 1px solid var(--fAlnZIQwfCbB);
background: var(--NNJpdablyGcq);
}

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

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

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

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

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

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

.iMCWQXaYtybI a:hover {
color: var(--MGrBsXcOHlKV);
}
.TzdHNPbRolnS {
padding: 80px 0 0;
background: var(--XZMquAtpyqzy);
border-top: 1px solid var(--JDMpzJhhwcsH);
}

.SbGZQTChEMXO {
margin-bottom: 94px;
}

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

.CoOudzbqdqZB .wDXhxRpBDyqu {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.TzdHNPbRolnS .RLhvweBgUKnw li a {
color: var(--pcPZODGiWaTS);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.SbGZQTChEMXO {
margin-bottom: 40px;
}

.finfJAfBvCSb {
flex-direction: column;
}

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

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

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

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

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

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

#SwzYGhHwjgSF:checked + .oaZESogwkZZr {
color: var(--wVdTdvnYtLRz);
background: var(--rTCrKEkHaAOr);
}

#SwzYGhHwjgSF:checked + .oaZESogwkZZr .gGBCdCTHwQAq {
transform: rotate(180deg);
}

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

.RTmnBvbJCwaI {
min-width: 100%;
}

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

#SwzYGhHwjgSF:checked ~ .bwLegkmxnqde {
display: flex;
flex-direction: column;
}

.bwLegkmxnqde .zvgpNgQBpLUM {
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(--pcPZODGiWaTS);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.oaZESogwkZZr:hover {
color: var(--wVdTdvnYtLRz);
background: var(--rTCrKEkHaAOr);
}

.bwLegkmxnqde .zvgpNgQBpLUM:hover {
color: var(--wVdTdvnYtLRz);
background: var(--rTCrKEkHaAOr);
}
}

@media (max-width: 767px) {
.kyNvknxDAiVt {
margin-top: 24px;
}
}
.ooriOJPEqZXm {
display: none;
}

@media (max-width: 768px) {
.ooriOJPEqZXm {
position: fixed;
left: 12px;
right: 12px;
bottom: 12px;
z-index: 90;
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
border-radius: 16px;
background: var(--LKSwBNlNuoGd);
border: 1px solid var(--JDMpzJhhwcsH);
box-shadow: 0 10px 28px var(--xmJpJNfMjQAz);
text-decoration: none;
}

.cFEVJixWBwRM {
flex: 1 1 auto;
min-width: 0;
display: flex;
align-items: center;
gap: 10px;
font-size: 15px;
line-height: 1.25;
font-weight: 700;
color: var(--DIZWEQUhDjMl);
}

.cFEVJixWBwRM::before {
content: "\f06b";
font-family: "Font Awesome";
font-weight: 900;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 12px;
background: var(--WuznWfNdfRMB);
color: var(--lVMqoVQTjuqk);
font-size: 17px;
}

.qmqHgiWnJxEc {
flex-shrink: 0;
display: flex;
align-items: center;
min-height: 44px;
padding: 12px 18px;
border-radius: 12px;
background: var(--lVMqoVQTjuqk);
color: var(--wVdTdvnYtLRz);
font-size: 15px;
font-weight: 700;
white-space: nowrap;
text-decoration: none;
}

.IauiMoYkEgES {
position: absolute;
top: -12px;
right: -4px;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
background: var(--LKSwBNlNuoGd);
border: 1px solid var(--JDMpzJhhwcsH);
color: var(--uguhBEZtmNjx);
font-family: "Font Awesome";
font-weight: 900;
font-size: 13px;
line-height: 1;
cursor: pointer;
}

.IauiMoYkEgES::before {
content: "\f00d";
}

#FSYUESQSaCQh:checked ~ .ooriOJPEqZXm {
display: none;
}

@media (max-width: 576px) {
.ooriOJPEqZXm {
flex-wrap: wrap;
}

.cFEVJixWBwRM {
flex: 1 1 100%;
}

.qmqHgiWnJxEc {
flex: 1 1 100%;
justify-content: center;
}
}

@supports (animation-timeline: view()) {
.GhzyIiGroaDw {
view-timeline-name: --bonusview;
view-timeline-axis: block;
}

.ooriOJPEqZXm {
opacity: 0;
transform: translateY(160%);
pointer-events: none;
animation: bonusbarin linear both;
animation-timeline: --bonusview;
animation-range: entry 0% entry 35%;
}

@keyframes bonusbarin {
to {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
}

@media (prefers-reduced-motion: reduce) {
.ooriOJPEqZXm {
transform: none;
animation-name: bonusbarfade;
}

@keyframes bonusbarfade {
to {
opacity: 1;
pointer-events: auto;
}
}
}
}
}
