:root {
--fgZJqvdjMauo: #F7F4EE;
--AUScMbBSoVFT: #D2C4A8;
--WonoetISllIf: #D08A1D;
--wyhZCXIYjIiM: #EDE8DC;
--IKvvZSmlyUVT: #FFFEFB;
--ZZRRGmKlypji: #E0D5C0;
--TnjeoJwbgDmh: #AC7324;
--jHdvPAlRfoya: #30281C;
--hAeXuCSOBydA: #4E4536;
--ohpBYpPkMTjf: #D59023;
--UylhWMNBFyOw: #E4A031;
--bnqWttmBVdTz: #231C12;
--vJkDaZwAnpaB: linear-gradient(132deg, #FAC868 0%, #E3A63F 100%);
--kQDMczxZyUjQ: #FFFEFB;
--PXXGbtSlyPiU: #2E251B;
--aUVQQHjYdhtR: rgba(255,255,255,0.82);
--KASGADGWlxFM: rgba(0,0,0,0.13);
--uNXcQZAIlJUC: #E4DAC7;
--UtiZpqAHmuFN: #30281C;
--iHgoJBqODtET: #E0D5C0;
--EqMsEVvzDxLQ: #4E4536;
--FCXeTdKaczUY: #30281C;
--yrzwHfuTPqAA: #D08A1D;
--adTUYhwDttZw: #D2C4A8;
--EeZfYaeKSHoa: rgba(45,35,20,0.20);
--HGRDdOQfkypq: #AC7324;
--grmuyagmSZTV: #BD3524;
--RYkpFMTxoacU: #E5715A;

}

* {
box-sizing: border-box;
}

.IwtqJarjFwCo a,
.iyuIFMjMRIeO a {
color: var(--hAeXuCSOBydA);
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(--fgZJqvdjMauo);
color: var(--jHdvPAlRfoya);
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(--jHdvPAlRfoya);
}

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

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

.uEhfzJRWULXM,
.eusNWJCnSsPQ,
.inside-qDeFSSqdsdwF {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.XcBjiERRuCTu {
padding: 54px 0 0;
}

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

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

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

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

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

.IwtqJarjFwCo .GvlQGDORYeTv li a {
color: var(--hAeXuCSOBydA);
font-weight: 400;
text-decoration: none;
}

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

.JPyihvHFirBY {
margin-right: 0;
}

.IwtqJarjFwCo .aTNTbRrdgHQq,
.IwtqJarjFwCo .TDiECksrcmDA {
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;
}

.IwtqJarjFwCo .aTNTbRrdgHQq {
background: var(--uNXcQZAIlJUC);
color: var(--jHdvPAlRfoya);
font-weight: 400;
}

.IwtqJarjFwCo .TDiECksrcmDA {
margin-left: 10px;
background: var(--ohpBYpPkMTjf);
color: var(--bnqWttmBVdTz);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.nPzVjRDicVKj {
display: none;
}

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

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

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

.IwtqJarjFwCo .aTNTbRrdgHQq:hover {
background: var(--uNXcQZAIlJUC);
opacity: 0.9;
}

.IwtqJarjFwCo .TDiECksrcmDA:hover {
background: var(--vJkDaZwAnpaB);
}
}

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

.kXsYGHZoYaIV {
margin-right: 105px;
}

.JPyihvHFirBY {
margin-right: 0;
}
}

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

.BixsyHDJtxdL {
order: -2;
}

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

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

.QbjhDRElEZrP {
display: none;
}

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

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

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

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

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

.GvlQGDORYeTv {
display: block;
}

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

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

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

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

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

.TvQzytBvmLeL .BixsyHDJtxdL img {
max-width: 90px;
}

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

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

.BixsyHDJtxdL {
flex: none;
}

.kXsYGHZoYaIV {
max-width: none;
}

.IwtqJarjFwCo .aTNTbRrdgHQq,
.IwtqJarjFwCo .TDiECksrcmDA {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.IwtqJarjFwCo .TDiECksrcmDA {
margin-left: 6px;
}
}
.xvlwMtqilkus {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.LPjFjgaTFapS {
position: relative;
}

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

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

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

.wqtRKMUVpvwP {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--jHdvPAlRfoya);
text-shadow: 2px 2px var(--fgZJqvdjMauo);
}

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

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

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

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

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

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

.AjEjchyGThzq {
font-size: 32px;
}

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

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

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

.wqtRKMUVpvwP {
font-size: 20px;
}

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

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

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

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

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

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

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

.VvORTnehhtJw .rosKUyFfxMSV {
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(--jHdvPAlRfoya);
background: var(--uNXcQZAIlJUC);
}

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

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

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

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

.VvORTnehhtJw .rosKUyFfxMSV {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.vxLdGgDljoYd {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.TgQeaqUIKXnz .UQCKMwGeAxGH {
width: 50%;
margin: 0;
}

.SuwBtZELbNac {
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(--bnqWttmBVdTz);
background: var(--ohpBYpPkMTjf);
}

.YymLncCaZcnz {
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(--bnqWttmBVdTz);
background: var(--ohpBYpPkMTjf);
}

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

.SuwBtZELbNac:hover,
.YymLncCaZcnz:hover {
background: var(--vJkDaZwAnpaB);
}

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

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

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

.syAnZyDwcBbM {
flex-basis: auto;
}
}

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

.eGcIyvshkkOf {
margin: 10px 0 0;
}

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

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

input[name="qUmAZuYiiUtc"],
#sFyhcNFTbcxm,
#nYNCAEOkUusf,
#djuLJbWrlbXx,
#hXzcJpKcGbLN {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.WxfdgESDahTG li {
width: 100%;
}

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

.ybBWLPalBuBw:nth-of-type(1):checked ~ .WxfdgESDahTG li:nth-child(1) label,
.ybBWLPalBuBw:nth-of-type(2):checked ~ .WxfdgESDahTG li:nth-child(2) label,
.ybBWLPalBuBw:nth-of-type(3):checked ~ .WxfdgESDahTG li:nth-child(3) label,
.ybBWLPalBuBw:nth-of-type(4):checked ~ .WxfdgESDahTG li:nth-child(4) label {
background: var(--WonoetISllIf);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zNZsNRDAXUJz {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fJQjPWSMnWEi {
margin: 0 -5px;
}

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

.BoqwQivXLwqy {
padding: 16px;
}

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

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

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

.vtfBUGrvDiLj .ROrgWXRKHjJB {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--hAeXuCSOBydA);
}

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

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

.CCdahqdnixkj small {
font-size: 14px;
color: var(--hAeXuCSOBydA);
}

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

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

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

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

.ytmBAkJqsBGD {
color: #4285F4;
}

.MYplCXzKYFhr {
color: #EA4335;
}

.AFZGQCnHOGdU {
color: #FBBC05;
}

.TmKdWBfumfZR {
color: #34A853;
}

.PwcVPggnKoVJ {
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(--bnqWttmBVdTz);
background: var(--ohpBYpPkMTjf);
}

.CfQQUsPGQOux {
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(--bnqWttmBVdTz);
background: var(--ohpBYpPkMTjf);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.PwcVPggnKoVJ:hover,
.CfQQUsPGQOux:hover {
background: var(--vJkDaZwAnpaB);
}
}

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

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

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

.CfQQUsPGQOux {
margin: 18px auto 0;
}

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

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

.RIKqmHqsukzk {
padding: 16px 32px;
border-left: 5px solid var(--adTUYhwDttZw);
border-radius: 10px;
font-size: 20px;
color: var(--jHdvPAlRfoya);
background: var(--uNXcQZAIlJUC);
}

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

@media (max-width: 767px) {
.jVkwrVvdSYuB {
margin-bottom: 60px;
}
}
.YiBxLOqurZQR,
#MShfXtvgWOsB,
#aEYbCuLrScNd,
#XRepQLVAqTRF {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#aEYbCuLrScNd:checked ~ .JqxvBAuYqeIF.TUjLIBfJKSVG,
#XRepQLVAqTRF:checked ~ .JqxvBAuYqeIF.TUjLIBfJKSVG {
display: block;
}

#XRepQLVAqTRF:checked ~ .JqxvBAuYqeIF .OWESqOTihMQJ {
display: none;
}

#aEYbCuLrScNd:checked ~ .JqxvBAuYqeIF .HqCJqMBAmqfN {
display: none;
}

body:has(#aEYbCuLrScNd:checked),
body:has(#XRepQLVAqTRF:checked) {
overflow: hidden;
}

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

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

.EKJywMalFBXI .OWESqOTihMQJ,
.EKJywMalFBXI .HqCJqMBAmqfN {
display: block;
}

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

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

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

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

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

.oRJoCAYdJugW input::placeholder {
opacity: 0.6;
color: var(--hAeXuCSOBydA);
}

.oRJoCAYdJugW input:hover,
.oRJoCAYdJugW input:focus {
border-color: var(--hAeXuCSOBydA);
}

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

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

.shVEbdrpkVPI > input,
#WkGyekoDRyhv,
#lEdjUZyAXnZw,
#EaevLPfzFRKd,
#hVKaPmKXoQBy,
#NONzqvpLrRhr,
#cRywjMEtdPPk,
.shVEbdrpkVPI > input.zggnRpoYiwwP {
display: none;
}

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

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

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

.CSCWANjZIiiu {
margin-bottom: 36px;
}

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

.CSCWANjZIiiu textarea::placeholder {
opacity: 0.6;
color: var(--hAeXuCSOBydA);
}

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

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

.ETPFTLELKVoj:hover {
background: var(--adTUYhwDttZw);
}

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

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

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

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

.HqCJqMBAmqfN .ETPFTLELKVoj {
margin: 0 auto;
}

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

.ILFSGAtzjjeH {
margin-bottom: 20px;
}

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

.DYXaMfbTHRxv {
margin-bottom: 16px;
}

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

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

.tJNtGsxHEvnA li a {
color: var(--hAeXuCSOBydA);
text-decoration: none;
}

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

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

.tJNtGsxHEvnA li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.tJNtGsxHEvnA {
padding: 0 16px;
}
}
.DuNrjZMHpeWM,
.bFizcHDeFJnT {
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(--hAeXuCSOBydA);
border: 1px solid var(--adTUYhwDttZw);
background: var(--kQDMczxZyUjQ);
}

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

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

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

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

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

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

.azNREmQTlJcn a:hover {
color: var(--TnjeoJwbgDmh);
}
.iyuIFMjMRIeO {
padding: 80px 0 0;
background: var(--iHgoJBqODtET);
border-top: 1px solid var(--KASGADGWlxFM);
}

.NvUXoFgHRyKQ {
margin-bottom: 94px;
}

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

.KZSonIIAEBUL .yMPSfmJjsYot {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.iyuIFMjMRIeO .FhCyjtPXobzj li a {
color: var(--EqMsEVvzDxLQ);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.NvUXoFgHRyKQ {
margin-bottom: 40px;
}

.jbXVnUHiUtUU {
flex-direction: column;
}

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

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

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

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

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

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

#TKUOeiVtbXhb:checked + .tExNdPXCyWhV {
color: var(--bnqWttmBVdTz);
background: var(--WonoetISllIf);
}

#TKUOeiVtbXhb:checked + .tExNdPXCyWhV .JKAROXkRuUMz {
transform: rotate(180deg);
}

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

.yDXRFiHAUfLt {
min-width: 100%;
}

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

#TKUOeiVtbXhb:checked ~ .OSRmsPnLWGmn {
display: flex;
flex-direction: column;
}

.OSRmsPnLWGmn .iirmDAaUETon {
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(--EqMsEVvzDxLQ);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.tExNdPXCyWhV:hover {
color: var(--bnqWttmBVdTz);
background: var(--WonoetISllIf);
}

.OSRmsPnLWGmn .iirmDAaUETon:hover {
color: var(--bnqWttmBVdTz);
background: var(--WonoetISllIf);
}
}

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