.gw-container--wide{max-width:1400px}.gw-container--narrow{max-width:800px}.gw-container--text{max-width:720px}.gw-section--sm{padding-top:var(--gw-section-py-sm);padding-bottom:var(--gw-section-py-sm)}.gw-section--lg{padding-top:var(--gw-section-py-lg);padding-bottom:var(--gw-section-py-lg)}.gw-section--white{background-color:var(--gw-bg-white)}.gw-section--surface{background-color:var(--gw-bg-surface)}.gw-section--green{background-color:var(--gw-bg-green-light)}.gw-section--gold{background-color:var(--gw-bg-gold-light)}.gw-section--dark{background-color:var(--gw-bg-dark);color:#fff}.gw-section--dark h1,.gw-section--dark h2,.gw-section--dark h3,.gw-section--dark h4,.gw-section--dark p{color:rgba(255,255,255,.9)}.gw-grid{display:grid;gap:var(--gw-grid-gap)}.gw-grid--2{grid-template-columns:repeat(2,1fr)}.gw-grid--3{grid-template-columns:repeat(3,1fr)}.gw-grid--4{grid-template-columns:repeat(4,1fr)}.gw-grid--5{grid-template-columns:repeat(5,1fr)}.gw-grid--6{grid-template-columns:repeat(6,1fr)}.gw-grid--2-1{grid-template-columns:2fr 1fr}.gw-grid--1-2{grid-template-columns:1fr 2fr}.gw-grid--3-2{grid-template-columns:3fr 2fr}.gw-grid--2-3{grid-template-columns:2fr 3fr}.gw-grid--auto-sm{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.gw-grid--auto-md{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.gw-grid--auto-lg{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.gw-grid--gap-sm{gap:var(--gw-space-4)}.gw-grid--gap-lg{gap:var(--gw-grid-gap-lg)}.gw-grid--gap-xl{gap:var(--gw-space-12)}.gw-flex{display:flex;gap:var(--gw-grid-gap)}.gw-flex--center{align-items:center;justify-content:center}.gw-flex--between{align-items:center;justify-content:space-between}.gw-flex--wrap{flex-wrap:wrap}.gw-section-header{text-align:center;max-width:680px;margin:0 auto var(--gw-space-12)}.gw-section-header.left{text-align:left;margin-left:0}.gw-section-header h2{margin-bottom:var(--gw-space-4)}.gw-section-header p{font-size:var(--gw-text-lg);color:var(--gw-text-600);margin:0}.gw-split{display:grid;grid-template-columns:1fr 1fr;gap:var(--gw-space-16);align-items:center}.gw-split--3-2{grid-template-columns:3fr 2fr}.gw-split--2-3{grid-template-columns:2fr 3fr}.gw-split__image{position:relative;border-radius:var(--gw-radius-lg);overflow:hidden}.gw-split__image img{width:100%;height:100%;object-fit:cover;display:block}.gw-split__content{padding:var(--gw-space-4) 0}.ast-header-sticked,.gw-header--sticky{box-shadow:var(--gw-shadow-sm)!important}.gw-sidebar{position:sticky;top:100px}@media (max-width:1200px){.gw-grid--4{grid-template-columns:repeat(3,1fr)}.gw-grid--5{grid-template-columns:repeat(3,1fr)}.gw-grid--6{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.gw-grid--3{grid-template-columns:repeat(2,1fr)}.gw-grid--4{grid-template-columns:repeat(2,1fr)}.gw-grid--5{grid-template-columns:repeat(2,1fr)}.gw-grid--6{grid-template-columns:repeat(3,1fr)}.gw-grid--2-1{grid-template-columns:1fr}.gw-grid--1-2{grid-template-columns:1fr}.gw-grid--3-2{grid-template-columns:1fr}.gw-grid--2-3{grid-template-columns:1fr}.gw-split{grid-template-columns:1fr}.gw-split--3-2{grid-template-columns:1fr}.gw-split--2-3{grid-template-columns:1fr}}@media (max-width:768px){.gw-grid--2{grid-template-columns:1fr}.gw-grid--3{grid-template-columns:1fr}.gw-grid--4{grid-template-columns:repeat(2,1fr)}.gw-grid--6{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.gw-grid--4{grid-template-columns:1fr}.gw-grid--6{grid-template-columns:repeat(2,1fr)}}