:root {
--etvgqqmEokcl: #1C1721;
--PWcFttOMRYTt: #BB9FDA;
--faGCcPPxlEaa: #E6C165;
--PDmNfqeczjSD: #140F16;
--haAWfPMjfvDd: #221C29;
--WtsnSyiiVzOR: #332543;
--erXNmQOPEQIZ: #B08A3C;
--VxJpZirZLOWl: #FBFAFC;
--KgIcBNPAvSbT: #E4DEEA;
--TdDiqOALTkKU: #E5BE5C;
--sVBARNlxOIiR: #FBDA92;
--srEmXxtBrGfw: #281C36;
--CKzZygBRHaTn: linear-gradient(136deg, #FFDD7C 0%, #EEC154 100%);
--SFpoYfrtAyDO: #221C29;
--VDQgIptyweSC: #241B31;
--JpVRbqlAJDRE: rgba(0,0,0,0.40);
--vyoHlAvScVrs: rgba(255,255,255,0.06);
--PEmCeefXWRdK: #3A2B4A;
--zRZQyndemqjf: #FBFAFC;
--FxqJFGIwYZZj: #332543;
--perQmUFZleDH: #E4DEEA;
--kBeSXzJPlExl: #FBFAFC;
--iXAVgWjAfCva: #E6C165;
--GCmLvKqFCDtc: #BB9FDA;
--bYFzUPmydVlP: rgba(0,0,0,0.48);
--hGZfwnTAnuGV: #B08A3C;
--RVnoipmPqBWL: #D2304C;
--GFZaJAsCwiiy: #F98394;

}

* {
box-sizing: border-box;
}

.eYqZpfdVEuhw a,
.yzwdNZhZPNwi a {
color: var(--KgIcBNPAvSbT);
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(--etvgqqmEokcl);
color: var(--VxJpZirZLOWl);
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(--VxJpZirZLOWl);
}

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

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

.tRwKVUlSAEPL,
.TTbwlNMHqTHe,
.inside-NkhwDzeuCfmn {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.XNRHglWESCNe {
padding: 54px 0 0;
}

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

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

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

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

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

.eYqZpfdVEuhw .evMlybNESrcr li a {
color: var(--KgIcBNPAvSbT);
font-weight: 400;
text-decoration: none;
}

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

.HzhRuTquTWeY {
margin-right: 0;
}

.eYqZpfdVEuhw .SyabEiUHZqiK,
.eYqZpfdVEuhw .fFFkhwCVGYRE {
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;
}

.eYqZpfdVEuhw .SyabEiUHZqiK {
background: var(--PEmCeefXWRdK);
color: var(--VxJpZirZLOWl);
font-weight: 400;
}

.eYqZpfdVEuhw .fFFkhwCVGYRE {
margin-left: 10px;
background: var(--TdDiqOALTkKU);
color: var(--srEmXxtBrGfw);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.ntWhgmvugHSF {
display: none;
}

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

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

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

.eYqZpfdVEuhw .SyabEiUHZqiK:hover {
background: var(--PEmCeefXWRdK);
opacity: 0.9;
}

.eYqZpfdVEuhw .fFFkhwCVGYRE:hover {
background: var(--CKzZygBRHaTn);
}
}

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

.zBuIPAliXmbK {
margin-right: 105px;
}

.HzhRuTquTWeY {
margin-right: 0;
}
}

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

.IPfrDSfNZAXv {
order: -2;
}

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

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

.XxgspcabDHEA {
display: none;
}

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

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

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

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

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

.evMlybNESrcr {
display: block;
}

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

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

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

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

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

.UgLQCTmPbXaC .IPfrDSfNZAXv img {
max-width: 90px;
}

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

.eYqZpfdVEuhw .SyabEiUHZqiK,
.eYqZpfdVEuhw .fFFkhwCVGYRE {
height: 38px;
width: auto;
max-width: none;
padding: 0 10px;
white-space: normal;
text-align: center;
}
}
.DagAkXodYgmo {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.SfBviDOYTQiS {
position: relative;
}

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

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

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

.tLUaDqlDuWea {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--VxJpZirZLOWl);
text-shadow: 2px 2px var(--etvgqqmEokcl);
}

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

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

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

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

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

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

.wVMdVYwCXGMt {
font-size: 32px;
}

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

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

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

.tLUaDqlDuWea {
font-size: 20px;
}

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

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

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

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

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

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

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

.ojmIxoGXwMaH .LKyJgWCCAaJt {
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(--VxJpZirZLOWl);
background: var(--PEmCeefXWRdK);
}

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

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

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

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

.ojmIxoGXwMaH .LKyJgWCCAaJt {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.GVDOEVdSqVzR {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.YbheSmjePcPf .pLWldhbIszWO {
width: 50%;
margin: 0;
}

.OieCKCibWDah {
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(--srEmXxtBrGfw);
background: var(--TdDiqOALTkKU);
}

.WWfzzcRSFNjh {
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(--srEmXxtBrGfw);
background: var(--TdDiqOALTkKU);
}

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

.OieCKCibWDah:hover,
.WWfzzcRSFNjh:hover {
background: var(--CKzZygBRHaTn);
}

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

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

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

.jiPhuQggumSR {
flex-basis: auto;
}
}

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

.CRLoHexcBsrt {
margin: 10px 0 0;
}

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

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

input[name="HtSgPipqNDjN"],
#WUGqOsRMraMQ,
#pzBExtAMhqCN,
#NrkykUeNvZXr,
#qFfRxPDdjFpR {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.CwZHksCItqCQ li {
width: 100%;
}

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

.GIatRvvgHKob:nth-of-type(1):checked ~ .CwZHksCItqCQ li:nth-child(1) label,
.GIatRvvgHKob:nth-of-type(2):checked ~ .CwZHksCItqCQ li:nth-child(2) label,
.GIatRvvgHKob:nth-of-type(3):checked ~ .CwZHksCItqCQ li:nth-child(3) label,
.GIatRvvgHKob:nth-of-type(4):checked ~ .CwZHksCItqCQ li:nth-child(4) label {
background: var(--faGCcPPxlEaa);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qjXBZneJNFTo {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hNxPOEMmtuYR {
margin: 0 -5px;
}

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

.CYIyKXSfpZHt {
padding: 16px;
}

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

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

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

.zIkWPVKkIqlf .AjUHiBZelWaM {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--KgIcBNPAvSbT);
}

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

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

.qctPbFeYadyF small {
font-size: 14px;
color: var(--KgIcBNPAvSbT);
}

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

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

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

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

.iltHBCOMrMaJ {
color: #4285F4;
}

.boSZfLMMiWFK {
color: #EA4335;
}

.nJzsrZmVbEdg {
color: #FBBC05;
}

.tHSzmdQGMOnS {
color: #34A853;
}

.MqpxIbYkeQUK {
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(--srEmXxtBrGfw);
background: var(--TdDiqOALTkKU);
}

.cnFGEWjzHSvW {
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(--srEmXxtBrGfw);
background: var(--TdDiqOALTkKU);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.MqpxIbYkeQUK:hover,
.cnFGEWjzHSvW:hover {
background: var(--CKzZygBRHaTn);
}
}

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

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

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

.cnFGEWjzHSvW {
margin: 18px auto 0;
}

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

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

.OvmwNqScfsNj {
padding: 16px 32px;
border-left: 5px solid var(--GCmLvKqFCDtc);
border-radius: 10px;
font-size: 20px;
color: var(--VxJpZirZLOWl);
background: var(--PEmCeefXWRdK);
}

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

@media (max-width: 767px) {
.fCNkPUhXlYQd {
margin-bottom: 60px;
}
}
.XKDkzdUpGNSn,
#nZdpACFHrnam,
#OqmkiKjkgnLh,
#ualUyNHNzsdB {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#OqmkiKjkgnLh:checked ~ .oyIhElHWEsjy.cdttxdvpWyfr,
#ualUyNHNzsdB:checked ~ .oyIhElHWEsjy.cdttxdvpWyfr {
display: block;
}

#ualUyNHNzsdB:checked ~ .oyIhElHWEsjy .wgGJVzqarnkj {
display: none;
}

#OqmkiKjkgnLh:checked ~ .oyIhElHWEsjy .ZKpObgwxUVqE {
display: none;
}

body:has(#OqmkiKjkgnLh:checked),
body:has(#ualUyNHNzsdB:checked) {
overflow: hidden;
}

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

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

.vmoHDsjcmMIC .wgGJVzqarnkj,
.vmoHDsjcmMIC .ZKpObgwxUVqE {
display: block;
}

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

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

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

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

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

.mBfNMXJjKBQF input::placeholder {
opacity: 0.6;
color: var(--KgIcBNPAvSbT);
}

.mBfNMXJjKBQF input:hover,
.mBfNMXJjKBQF input:focus {
border-color: var(--KgIcBNPAvSbT);
}

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

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

.GXyCWvTuwLKr > input,
#nlojJLZuJuYA,
#xQygUzHBofyV,
#neExVGDdEjUg,
#WhuBnCOveYUL,
#tCpNmoHLfZBJ,
#GQhVDOlFgBFF,
.GXyCWvTuwLKr > input.jLBrXVEDArtk {
display: none;
}

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

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

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

.GgjnZRXYWGvP {
margin-bottom: 36px;
}

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

.GgjnZRXYWGvP textarea::placeholder {
opacity: 0.6;
color: var(--KgIcBNPAvSbT);
}

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

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

.dBKzsJwRnBbG:hover {
background: var(--GCmLvKqFCDtc);
}

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

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

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

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

.ZKpObgwxUVqE .dBKzsJwRnBbG {
margin: 0 auto;
}

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

.qOIGmNYfjzlp {
margin-bottom: 20px;
}

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

.QnzBezOmhPvC {
margin-bottom: 16px;
}

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

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

.LhQsaUNhRfQs li a {
color: var(--KgIcBNPAvSbT);
text-decoration: none;
}

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

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

.LhQsaUNhRfQs li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.LhQsaUNhRfQs {
padding: 0 16px;
}
}
.gnmXMkHriLhw,
.MXzUEZvwZlKM {
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(--KgIcBNPAvSbT);
border: 1px solid var(--GCmLvKqFCDtc);
background: var(--SFpoYfrtAyDO);
}

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

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

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

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

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

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

.LPCEatLCguHN a:hover {
color: var(--erXNmQOPEQIZ);
}
.yzwdNZhZPNwi {
padding: 80px 0 0;
background: var(--FxqJFGIwYZZj);
border-top: 1px solid var(--vyoHlAvScVrs);
}

.FKUsQUsMILsY {
margin-bottom: 94px;
}

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

.cgHjEybwEMlY .FJsEGCdCwxIt {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.yzwdNZhZPNwi .gjMjAfEhIPwv li a {
color: var(--perQmUFZleDH);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.FKUsQUsMILsY {
margin-bottom: 40px;
}

.mONfetrvPVDr {
flex-direction: column;
}

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

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

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