: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}.features-section-wrapper .features-parallax{position:relative;padding:7.2rem 0 14rem;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;color:var(--white)}.features-section-wrapper .features-parallax .parallax-wrapper{background:rgba(7,35,62,.45);background:linear-gradient(90deg,rgba(0,0,0,.75) 0,rgba(0,0,0,.125) 100%);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.features-section-wrapper .features-parallax .container{position:relative;z-index:2}.features-section-wrapper .features-parallax .sub-title{color:var(--white)}.features-section-wrapper .features-parallax .text{color:var(--white)}.features-section-wrapper.with-background .items{transform:translateY(-140px)}.features-section-wrapper .item{padding:24px;box-shadow:8px 8px 12px rgba(0,0,0,.045);border-radius:5px;height:100%;background:var(--white)}@media only screen and (min-width:960px){.features-section-wrapper .item{padding:32px}}.features-section-wrapper .item .icon-container{width:75px;height:75px;background-color:var(--first);border-radius:var(--button-border-radius);padding:10px;display:flex;align-items:center;justify-content:center}.features-section-wrapper .item .icon-container .icon{width:100%;height:auto;border-radius:var(--button-border-radius)}