:root{--title:#333;--text:#4d4d4d;--light:#f9f9f9;--background:#fefefe;--border:#e9ecef;--gray:#343a40;--highlight:#fff2c6;--first:#447821;--first-hover:#375c1e;--second:#FFCC00;--second-hover:#ffbf0e;--red:#dd5555;--green:#3acc6c;--blue:#3994df;--footer-background:#222;--footer-text:#fff;--white:#fefefe;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--black:#101010}[data-theme=dark]{--title:#f6f6f6ff;--text:#ccc;--light:#232132;--background:#26263a;--border:#343a40;--gray:#e9ecef;--highlight:#121021;--black:#fff;--gray-900:#f8f9fa;--gray-800:#e9ecef;--gray-700:#dee2e6;--gray-600:#ced4da;--gray-500:#adb5bd;--gray-400:#6c757d;--gray-300:#495057;--gray-200:#343a40;--gray-100:#212529;--white:#000}.steps-section-wrapper .step-card{position:relative}@media only screen and (min-width:960px){.steps-section-wrapper .step-card:not(.last-step)::before{content:"";position:absolute;top:30px;right:0;width:calc(100% - 60px);height:1px;background-color:var(--border);z-index:-1;transition:background-color 280ms ease-in-out}.steps-section-wrapper .step-card:not(.last-step)::after{content:"";position:absolute;top:30.5px;right:0;width:7px;height:7px;z-index:-1;transition:background-color 280ms ease-in-out;transform:rotate(45deg) translate(-50%,-2px);border-top:1px solid var(--border);border-right:1px solid var(--border);transition:border-color 280ms ease-in-out}}.steps-section-wrapper .step-card .step-icon{width:60px;min-width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:var(--white);border-radius:50%;color:var(--second);font-size:24px;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media only screen and (max-width:960px){.steps-section-wrapper .step-card .step-icon{margin-right:20px}}.steps-section-wrapper .step-card .step-icon .icon{width:auto;height:auto;max-width:24px;max-height:24px}.steps-section-wrapper .step-card .step-icon .icon.icon-svg{line-height:1;display:flex;align-items:center;justify-content:center}.steps-section-wrapper .step-card .label{max-width:80%;color:var(--text);transition:color 280ms ease-in-out,transform 280ms ease-in-out}.steps-section-wrapper .step-card .description{max-width:80%;color:var(--text);opacity:.85;font-size:85%;transition:opacity 280ms ease-in-out}.steps-section-wrapper .step-card:hover .label{color:var(--second);transform:scale(1.05)}.steps-section-wrapper .step-card:hover .description{opacity:1}.steps-section-wrapper .step-card:hover::before{background-color:var(--second)}.steps-section-wrapper .step-card:hover::after{border-top-color:var(--second);border-right-color:var(--second)}.steps-section-wrapper .step-card.highlighted .step-icon{background-color:var(--second);color:var(--white)}