:root{--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:#222222;--border:#C9C9C9;--light:#effbec}[data-theme=dark]{--title:#f6f6f6ff;--text:#ccc;--light:#232132;--background:#26263a;--border:#C9C9C9;--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}.hero-section-wrapper{position:relative;min-height:75vh}@media only screen and (min-width:960px){.hero-section-wrapper{border-radius:var(--image-border-radius)}}.hero-section-wrapper .hero-wrapper{position:absolute;z-index:1;width:100%;height:100%;background:linear-gradient(to bottom,#fff 0,#fff 45%,rgba(255,255,255,0) 100%);border-radius:var(--image-border-radius)}.hero-section-wrapper .benefits{padding-top:30px}@media only screen and (min-width:960px){.hero-section-wrapper .benefits{padding-top:40px}}.hero-section-wrapper .benefits .benefit{padding:20px;height:100%;border-radius:var(--image-border-radius);background-color:var(--white);box-shadow:2px 2px 14px rgba(0,0,0,.25);text-align:left}@media only screen and (min-width:1600px){.hero-section-wrapper .benefits .benefit{padding:20px}}.hero-section-wrapper .benefits .benefit .icon{margin-right:10px}.hero-section-wrapper .benefits .benefit .label{font-weight:var(--secondary-font-weight-bold);font-size:110%;color:var(--title);margin-bottom:10px}