:root{--accent-color:#00a19b;--accent-hover:#008782;--secondary-color:#ef8637;--main-text-color:#595b5c;--secondary-text-color:#999;--background-accent-color:#f8f8f8;--lilac:#846cb0;--white:#fff;--border-gray:#a8a9aa;--card-bg-gray:#f5f5f5;--placeholder-bg:#f0f0f0;--avatar-bg:#ececec}section.section-container{width:calc(100vw - 5%);max-width:1440px;margin:0 auto 45px auto;border:1px solid var(--card-bg-gray);border-radius:10px;padding:25px 40px;background:var(--white)}section.section-container.active{box-shadow:2px 4px 10px 0 var(--box-shadow-color)}section.section-container.section-zero-left-right-padding{padding:25px 0}@media(max-width:992px){section.section-container{padding:20px 35px}section.section-container.section-zero-left-right-padding{padding:20px 0}}@media(max-width:768px){section.section-container{padding:10px;margin:0 auto 25px auto}section.section-container.section-zero-left-right-padding{padding:10px 0}}