:root {
--mZBjkSqHgMHq: #F7F4EE;
--JPuwYnxOsArm: #CFC1A3;
--jdqiRhJrpnuf: #D79426;
--rGDOPObEuKUQ: #F0EBE1;
--wtltJTsXiimp: #FDFBF5;
--DRVKAFVObZDy: #E0D5C0;
--qUxzhsmHnYsT: #9C6516;
--cUKMzhzaToPE: #231C12;
--lMTUfPYheSGV: #463E31;
--wjWTYeetUpUa: #DB9930;
--vzuIkrcXSgEr: #E5A135;
--yMjJMlZWuJhb: #231C12;
--jlWYYlGvtIDR: linear-gradient(140deg, #F5B644 0%, #DB9524 100%);
--bDXxlCMagaFL: #FDFBF5;
--vikWHQValYOz: #2A2118;
--urMogyFAfmjU: rgba(255,255,255,0.74);
--ssyXdTVkRqpR: rgba(0,0,0,0.08);
--ojRhGYMWjJUt: #E4DAC7;
--dkFDeBsUWuXM: #231C12;
--CCKfuinpWONq: #E0D5C0;
--RoVbsUSUNZCd: #463E31;
--ylwCjMEyTjws: #231C12;
--ETOVPMmYqboB: #D79426;
--exdoGOgLEFnA: #CFC1A3;
--OBfXQeYPZhjR: rgba(45,35,20,0.08);
--mQfpCsLVWgwk: #9C6516;
--XdSYaWDwxVbn: #C33A28;
--csMCDIClwkeT: #E97A62;

}

* {
box-sizing: border-box;
}

.sJXrZhOymabp a,
.SybahtwYVEYn a {
color: var(--lMTUfPYheSGV);
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(--mZBjkSqHgMHq);
color: var(--cUKMzhzaToPE);
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(--cUKMzhzaToPE);
}

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

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

.gYtCqnBOoAHx,
.IAuIrTutJloL,
.inside-bdoQaXRVkGCZ {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

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

.QAlCPorMhInV {
padding: 54px 0 0;
}

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

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

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

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

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

.sJXrZhOymabp .NMVbwsaLgeqp li a {
color: var(--lMTUfPYheSGV);
font-weight: 400;
text-decoration: none;
}

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

.fOOZzMIhOuKW {
margin-right: 0;
}

.sJXrZhOymabp .CodkyvDeAMzv,
.sJXrZhOymabp .kUzOrhXphXmi {
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;
}

.sJXrZhOymabp .CodkyvDeAMzv {
background: var(--ojRhGYMWjJUt);
color: var(--cUKMzhzaToPE);
font-weight: 400;
}

.sJXrZhOymabp .kUzOrhXphXmi {
margin-left: 10px;
background: var(--wjWTYeetUpUa);
color: var(--yMjJMlZWuJhb);
font-weight: 600;
animation: pulse 2s infinite;
}

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

.ZELbsdiyPFRv {
display: none;
}

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

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

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

.sJXrZhOymabp .CodkyvDeAMzv:hover {
background: var(--ojRhGYMWjJUt);
opacity: 0.9;
}

.sJXrZhOymabp .kUzOrhXphXmi:hover {
background: var(--jlWYYlGvtIDR);
}
}

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

.nVjVwrKXFaAb {
margin-right: 105px;
}

.fOOZzMIhOuKW {
margin-right: 0;
}
}

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

.PLeXxYngsqfY {
order: -2;
}

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

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

.BevTYovvIGqR {
display: none;
}

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

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

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

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

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

.NMVbwsaLgeqp {
display: block;
}

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

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

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

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

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

.ktqXvEYhYOyC .PLeXxYngsqfY img {
max-width: 90px;
}

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

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

.PLeXxYngsqfY {
flex: none;
}

.nVjVwrKXFaAb {
max-width: none;
}

.sJXrZhOymabp .CodkyvDeAMzv,
.sJXrZhOymabp .kUzOrhXphXmi {
height: auto;
min-height: 38px;
padding: 4px 6px;
font-size: 12px;
line-height: 1.2;
}

.sJXrZhOymabp .kUzOrhXphXmi {
margin-left: 6px;
}
}
.eGFfMJhCSJeE {
max-width: 1110px;
width: 100%;
margin: 0 auto 100px;
padding: 24px 0 0;
}

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

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

.dXfkhhYUYjFr {
position: relative;
}

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

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

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

.pYmThBTpTvvz {
font-size: 28px;
font-weight: 700;
line-height: 120%;
color: var(--cUKMzhzaToPE);
text-shadow: 2px 2px var(--mZBjkSqHgMHq);
}

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

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

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

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

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

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

.SVkAnsfUgkJV {
font-size: 32px;
}

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

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

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

.pYmThBTpTvvz {
font-size: 20px;
}

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

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

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

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

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

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

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

.RiQmVriyGaCx .yQkoKGRgSazO {
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(--cUKMzhzaToPE);
background: var(--ojRhGYMWjJUt);
}

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

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

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

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

.RiQmVriyGaCx .yQkoKGRgSazO {
padding: 16px 14px;
font-size: 18px;
text-align: center;
}
}
.VUzinbfbrfaM {
padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.rFedshVyDkeO .zZcWAmZUkEVU {
width: 50%;
margin: 0;
}

.hPQsiTSsnBQu {
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(--yMjJMlZWuJhb);
background: var(--wjWTYeetUpUa);
}

.WnnAhttQWOCT {
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(--yMjJMlZWuJhb);
background: var(--wjWTYeetUpUa);
}

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

.hPQsiTSsnBQu:hover,
.WnnAhttQWOCT:hover {
background: var(--jlWYYlGvtIDR);
}

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

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

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

.OvNNVmYegoPm {
flex-basis: auto;
}
}

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

.dYmkuFrkEUYh {
margin: 10px 0 0;
}

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

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

input[name="oyZFNkVztbEA"],
#KYzQxdUkCzGl,
#fpZtxhRZzzut,
#HHfvDwvcjvnj,
#GScmVrwYuFTL {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

.hYwbtxQjCfAQ li {
width: 100%;
}

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

.pzkoIPEvMlFW:nth-of-type(1):checked ~ .hYwbtxQjCfAQ li:nth-child(1) label,
.pzkoIPEvMlFW:nth-of-type(2):checked ~ .hYwbtxQjCfAQ li:nth-child(2) label,
.pzkoIPEvMlFW:nth-of-type(3):checked ~ .hYwbtxQjCfAQ li:nth-child(3) label,
.pzkoIPEvMlFW:nth-of-type(4):checked ~ .hYwbtxQjCfAQ li:nth-child(4) label {
background: var(--jdqiRhJrpnuf);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zNkbHpZxMtMq {
margin: 0 -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.VfQOAgsLTDrw {
margin: 0 -5px;
}

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

.gSdFtvcSQPOB {
padding: 16px;
}

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

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

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

.nXXLLZyVlbLD .aDtbdMZbNFlw {
display: flex;
align-items: center;
gap: 6px;
font-size: 24px;
font-weight: 700;
color: var(--lMTUfPYheSGV);
}

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

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

.qwNjTcZiVWFo small {
font-size: 14px;
color: var(--lMTUfPYheSGV);
}

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

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

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

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

.hhBWvPRYwpki {
color: #4285F4;
}

.vpQKHhvirgfu {
color: #EA4335;
}

.cMLsairApYQS {
color: #FBBC05;
}

.zSTsyQSBCpxB {
color: #34A853;
}

.CnyhNJivuFVD {
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(--yMjJMlZWuJhb);
background: var(--wjWTYeetUpUa);
}

.bYjKWHCXYGKU {
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(--yMjJMlZWuJhb);
background: var(--wjWTYeetUpUa);
animation: pulse 2s infinite;
}

@media (min-width: 1025px) {
.CnyhNJivuFVD:hover,
.bYjKWHCXYGKU:hover {
background: var(--jlWYYlGvtIDR);
}
}

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

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

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

.bYjKWHCXYGKU {
margin: 18px auto 0;
}

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

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

.RNieSgXkHxrh {
padding: 16px 32px;
border-left: 5px solid var(--exdoGOgLEFnA);
border-radius: 10px;
font-size: 20px;
color: var(--cUKMzhzaToPE);
background: var(--ojRhGYMWjJUt);
}

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

@media (max-width: 767px) {
.JjiGhMHHzCxS {
margin-bottom: 60px;
}
}
.gsgzoXquoDBt,
#GkRPOjHrjyxJ,
#iKUgYsPgGYuI,
#JNvRHSWXHzMU {
position: absolute;
opacity: 0;
pointer-events: none;
}

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

#iKUgYsPgGYuI:checked ~ .ogOdVcdxRUtu.XYhRaIpZwfLL,
#JNvRHSWXHzMU:checked ~ .ogOdVcdxRUtu.XYhRaIpZwfLL {
display: block;
}

#JNvRHSWXHzMU:checked ~ .ogOdVcdxRUtu .RaqUOrRYAxyN {
display: none;
}

#iKUgYsPgGYuI:checked ~ .ogOdVcdxRUtu .OozIubJHUdvc {
display: none;
}

body:has(#iKUgYsPgGYuI:checked),
body:has(#JNvRHSWXHzMU:checked) {
overflow: hidden;
}

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

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

.LfpmWgmklyOC .RaqUOrRYAxyN,
.LfpmWgmklyOC .OozIubJHUdvc {
display: block;
}

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

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

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

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

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

.gBTfSQRjPEFT input::placeholder {
opacity: 0.6;
color: var(--lMTUfPYheSGV);
}

.gBTfSQRjPEFT input:hover,
.gBTfSQRjPEFT input:focus {
border-color: var(--lMTUfPYheSGV);
}

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

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

.KPhJUKlzOQpt > input,
#CEGaIJAbvNgB,
#nlucmexClHDV,
#BnzttPLenqLl,
#gvJRSifpnOii,
#acwxMwFPIGEx,
#LNCYRWFThZbn,
.KPhJUKlzOQpt > input.PoSIkqWpBuLp {
display: none;
}

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

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

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

.OnRYlWyaGkAd {
margin-bottom: 36px;
}

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

.OnRYlWyaGkAd textarea::placeholder {
opacity: 0.6;
color: var(--lMTUfPYheSGV);
}

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

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

.BqmwNDgzJKil:hover {
background: var(--exdoGOgLEFnA);
}

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

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

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

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

.OozIubJHUdvc .BqmwNDgzJKil {
margin: 0 auto;
}

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

.nDWUtKreNUgc {
margin-bottom: 20px;
}

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

.ZNJWEHTLHZIb {
margin-bottom: 16px;
}

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

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

.KqFdTfowGxqf li a {
color: var(--lMTUfPYheSGV);
text-decoration: none;
}

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

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

.KqFdTfowGxqf li span {
opacity: 0.5;
}

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

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

@media (max-width: 1200px) {
.KqFdTfowGxqf {
padding: 0 16px;
}
}
.jBqcfdcsHoff,
.EMWVaUQDQBpr {
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(--lMTUfPYheSGV);
border: 1px solid var(--exdoGOgLEFnA);
background: var(--bDXxlCMagaFL);
}

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

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

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

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

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

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

.BMekSpodWBaY a:hover {
color: var(--qUxzhsmHnYsT);
}
.SybahtwYVEYn {
padding: 80px 0 0;
background: var(--CCKfuinpWONq);
border-top: 1px solid var(--ssyXdTVkRqpR);
}

.jgbbTmRzsCgh {
margin-bottom: 94px;
}

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

.TXodCbGbOeej .hJRUAFtwkLIr {
margin-bottom: 28px;
}

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

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

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

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

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

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

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

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

.SybahtwYVEYn .koTSNKwGJkOC li a {
color: var(--RoVbsUSUNZCd);
font-weight: 400;
text-decoration: none;
}

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

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

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

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

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

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

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

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

.jgbbTmRzsCgh {
margin-bottom: 40px;
}

.CKJSGdrnIOqX {
flex-direction: column;
}

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

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

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

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

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

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

#iARnSprNmYca:checked + .WpwcEqIXABpE {
color: var(--yMjJMlZWuJhb);
background: var(--jdqiRhJrpnuf);
}

#iARnSprNmYca:checked + .WpwcEqIXABpE .TyhQscdihleW {
transform: rotate(180deg);
}

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

.XyGmZiLmoPaF {
min-width: 100%;
}

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

#iARnSprNmYca:checked ~ .kIWOFbdyVkRS {
display: flex;
flex-direction: column;
}

.kIWOFbdyVkRS .IvsYaphenRVB {
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(--RoVbsUSUNZCd);
transition: 0.3s ease-in-out;
}

@media (min-width: 1025px) {
.WpwcEqIXABpE:hover {
color: var(--yMjJMlZWuJhb);
background: var(--jdqiRhJrpnuf);
}

.kIWOFbdyVkRS .IvsYaphenRVB:hover {
color: var(--yMjJMlZWuJhb);
background: var(--jdqiRhJrpnuf);
}
}

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