:root{--red:#d40511;--red-hover:#b00000;--yellow:#ffcc00;--black:#000000;--gray-dark:#333333;--gray-light:#f4f4f4;--white:#ffffff;--color-black-300:#333;--color-black-400:#191919;--color-black-500:#000;--color-white-500:#fff;--color-gray-50:#f2f2f2;--color-gray-100:#ebebeb;--color-gray-200:#e5e5e5;--color-gray-300:#ccc;--color-gray-400:#b2b2b2;--color-gray-500:#8c8c8c;--color-gray-600:#666;--color-red-500:#d40511;--color-yellow-500:#fc0;--color-yellow-300:#fff0b2;--linear-gradient-yellow-to-bottom:linear-gradient(
    180deg,
    #fc0 0%,
    #fc0 30%,
    #ffe57f 79%,
    #fff0b2
  );--linear-gradient-yellow-to-right:linear-gradient(
    90deg,
    #fc0 0%,
    #fc0 48%,
    #ffe57f 70%,
    #fff0b2
  );--shadow-small:0 0.1rem 0.4rem 0 #32323280;--shadow-medium:0 0.2rem 0.7rem 0.1rem #5e5e5e80;--font-stack:"Delivery","Verdana","sans-serif";--size-font-sm:1.4rem;--size-font-md:1.6rem;--size-font-lg:1.8rem;--size-line-height-xl:1.3;--width-page-max:136.5rem;--grid-gutter:2rem;--footer-bg:#f2f2f2;--footer-text:#333;--footer-link:#666;--footer-link-hover:#191919}body{margin:0;padding:0;font-family:var(--font-stack);background-color:var(--color-white-500);color:var(--color-black-300);font-size:1.6rem;line-height:var(--size-line-height-xl)}a{text-decoration:none;color:inherit;transition:color .2s ease}*{box-sizing:border-box}.l-view{max-width:var(--width-page-max);margin:0 auto;padding:0 2rem;position:relative}.l-grid{display:flex;flex-wrap:wrap;margin-right:-1.5rem;margin-left:-1.5rem}.f-view{max-width:555px;margin:0 auto}.header{background:var(--linear-gradient-yellow-to-right);width:100%;box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;z-index:1000}.header-container{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 5%;max-width:var(--width-page-max);margin:0 auto}.logo img{width:13rem;display:block}.nav ul{display:flex;list-style:none;gap:3rem;align-items:center;margin:0;padding:0}.nav ul li a{font-weight:700;font-size:1.6rem;color:var(--color-red-500);padding:1rem 0;position:relative}.nav ul li a.active,.nav ul li a:hover{border-bottom:2px solid var(--color-red-500)}.nav .login-item a{color:var(--color-black-500);font-weight:400}.nav .lang-item{font-weight:700;cursor:pointer}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;cursor:pointer}.mobile-menu-btn span{width:25px;height:3px;background-color:var(--color-red-500)}@media (max-width:992px){.nav{display:none}.mobile-menu-btn{display:flex}}.main{padding:4rem 5%;max-width:var(--width-page-max);margin:0 auto;min-height:70vh}.hero-text{margin-bottom:4rem}.hero-text h1{font-size:3.5rem;color:var(--color-red-500);margin-bottom:1.5rem;font-weight:800;line-height:1.1}.hero-text p{font-size:1.8rem;line-height:1.6;max-width:800px}.hero-text hr{border:0;border-top:3px solid #d40511;width:50px;margin:0 0 30px 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:6rem}.services-grid.single-column{grid-template-columns:1fr;max-width:700px;margin:0 auto 6rem auto}.card{background:var(--color-gray-50);padding:3rem;border-radius:.2rem;display:flex;flex-direction:column;box-shadow:var(--shadow-small)}.card-header{margin-bottom:2rem}.card-header h2{font-size:2.2rem;color:var(--color-black-500);margin:0 0 .5rem 0;font-weight:800}.card-body ul{list-style:none;padding:0;margin:0}.card-body ul li{margin-bottom:1.5rem}.card-body ul li a{color:var(--color-gray-700);text-decoration:underline}.card-body ul li a:hover{color:var(--color-red-500)}footer#footer{width:100%;background-color:var(--color-white-500);border-top:1px solid var(--color-gray-200);font-size:1.4rem;padding-top:4rem}.footer-sitemap{padding:0 5% 4rem 5%;max-width:var(--width-page-max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(205px,1fr));gap:3rem}footer#footer h5{font-weight:700;font-size:1.6rem;margin-bottom:1.5rem;color:var(--color-black-500)}footer#footer ul{padding:0;list-style:none}footer#footer ul li{margin-bottom:1rem}footer#footer a:hover{color:var(--color-red-500);text-decoration:underline}.footer-branding{background-color:var(--footer-bg);padding:4rem 2rem;color:var(--footer-text);font-family:Delivery,Verdana,sans-serif;border-top:1px solid #e5e5e5}.brand-logo{margin-bottom:2rem}.brand-logo img{display:block;max-width:15rem;height:auto}.legal-links h5{display:none}.legal-links ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem 3rem;flex-direction:column}.legal-links ul li{margin:0}.legal-links a{text-decoration:none;color:var(--footer-link);font-size:1.4rem;font-weight:400;transition:color .2s}.legal-links a:hover{text-decoration:underline;color:var(--footer-link-hover)}.social-links{margin-top:4rem}.social-links h5{font-size:1.4rem;font-weight:800;margin:0 0 1.5rem 0;color:var(--footer-text)}.social-links div{display:flex;gap:1.5rem;flex-wrap:wrap}.social-links a{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:4px;transition:all .2s ease}.social-links a:hover{border:1px solid var(--footer-link);background-color:transparent}.social-links img{width:2.2rem;height:2.2rem}.copyright{margin-top:4rem;text-align:center;font-size:1.3rem;color:var(--footer-link);width:100%}@media (min-width:992px){.legal-links ul{flex-direction:row}.footer-branding{display:grid;grid-template-columns:3fr 1fr;grid-template-rows:auto auto auto;gap:0 4rem;padding:4rem 5%;max-width:1400px;margin:0 auto}.brand-logo{grid-column:1/2;grid-row:1/2;margin-bottom:2rem}.legal-links{grid-column:1/2;grid-row:2/3}.social-links{grid-column:2/3;grid-row:1/3;margin-top:0;padding-left:2rem}.copyright{grid-column:1/-1;grid-row:3/4;text-align:center;padding-top:2rem}}