.section-grid{padding:100px 0;background-color:var(--background-color)}@media screen and (max-width: 576px){.section-grid{padding:60px 0}}.section-grid.theme-color-default{--background-color: var(--harbor-50);--link-color: var(--black);--link-color-hover: var(--red-600);--title-main: var(--black);--title-secondary: var(--black);--body: var(--gray-700);--page-label: var(--gray-700);--card-border: var(--harbor-500);--card-bg: var(--white);--text-selected: var(--red-400);--progress-line: var(--white)}.section-grid .container{gap:40px}.section-grid__content{max-width:1000px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1280px){.section-grid__content.with-slider{max-width:800px}}.section-grid__content *{margin:0}.section-grid__content a{--body: var(--harbor-800);transition:all .3s;font-weight:350;font-weight:700}.section-grid__content a,.section-grid__content a--bold{font-size:1.125rem;line-height:150%;text-align:left;color:var(--body)}.section-grid__content a--bold{font-weight:700}@media screen and (max-width: 1024px){.section-grid__content a,.section-grid__content a--bold{line-height:130%}}@media screen and (max-width: 576px){.section-grid__content a,.section-grid__content a--bold{font-size:1rem;line-height:150%}}.section-grid__content a:hover{color:var(--red-700)}.section-grid__content h3,.section-grid__content h3 *,.section-grid__content h4,.section-grid__content h4 *,.section-grid__content h5,.section-grid__content h5 *,.section-grid__content h6,.section-grid__content h6 *{font-size:2rem;font-weight:700;line-height:130%;color:var(--title-main)}@media screen and (max-width: 1024px){.section-grid__content h3,.section-grid__content h3 *,.section-grid__content h4,.section-grid__content h4 *,.section-grid__content h5,.section-grid__content h5 *,.section-grid__content h6,.section-grid__content h6 *{font-size:1.75rem;line-height:100%}}@media screen and (max-width: 576px){.section-grid__content h3,.section-grid__content h3 *,.section-grid__content h4,.section-grid__content h4 *,.section-grid__content h5,.section-grid__content h5 *,.section-grid__content h6,.section-grid__content h6 *{font-size:1.375rem}}.section-grid .grid-list{width:100%;display:grid;grid-template-columns:repeat(32, 1fr);grid-auto-rows:40px}@media screen and (max-width: 1024px){.section-grid .grid-list{display:flex;flex-flow:column wrap;gap:16px}}.section-grid .grid-list>div:not(.card-feature){display:flex}@media screen and (max-width: 1024px){.section-grid .grid-list>div:not(.card-feature){display:none}}.section-grid .grid-list>:nth-child(1){grid-column:1/span 8;grid-row:1/span 7;margin-right:18px;margin-bottom:28px}.section-grid .grid-list>:nth-child(2){grid-column:9/span 10;grid-row:1/span 7;margin-left:22px;margin-right:30px;margin-bottom:28px}.section-grid .grid-list>:nth-child(3){grid-column:19/span 8;grid-row:1/span 10;margin-left:10px;margin-right:8px;margin-bottom:8px}.section-grid .grid-list>:nth-child(4){grid-column:27/span 6;grid-row:1/span 10;margin-left:32px;margin-bottom:8px}.section-grid .grid-list>:nth-child(5){grid-column:1/span 7;grid-row:8/span 10;margin-top:12px;margin-right:26px}@media screen and (max-width: 1024px){.section-grid .grid-list>:nth-child(5){order:10}}.section-grid .grid-list>:nth-child(6){grid-column:8/span 7;grid-row:8/span 10;margin:12px 12px 0 14px}.section-grid .grid-list>:nth-child(7){grid-column:15/span 4;grid-row:8/span 3;margin-left:30px;margin-top:12px;margin-right:30px}.section-grid .grid-list>:nth-child(7) img,.section-grid .grid-list>:nth-child(7) picture{-o-object-fit:contain;object-fit:contain}.section-grid .grid-list>:nth-child(8){grid-column:15/span 10;grid-row:11/span 7;margin-top:32px;margin-left:28px;margin-right:24px}.section-grid .grid-list>:nth-child(9){grid-column:25/span 8;grid-row:11/span 7;margin-top:32px;margin-left:16px}.section-grid .card-feature{padding:24px;border-radius:16px;background-color:var(--card-bg);display:flex}@media screen and (max-width: 1024px){.section-grid .card-feature{width:100%;margin:0 !important}}.section-grid .card-feature__content{display:flex;flex-direction:column;gap:16px}.section-grid .card-feature__description{--body: var(--gray-700);font-weight:350}.section-grid .card-feature__description,.section-grid .card-feature__description--bold{font-size:1rem;line-height:140%;text-align:left;color:var(--body)}.section-grid .card-feature__description--bold{font-weight:700}@media screen and (max-width: 1024px){.section-grid .card-feature__description,.section-grid .card-feature__description--bold{line-height:130%}}@media screen and (max-width: 576px){.section-grid .card-feature__description,.section-grid .card-feature__description--bold{font-size:.875rem;line-height:130%}}.section-grid .card-feature *{margin:0}.section-grid picture{display:flex}.section-grid .field--name-field-media-image{width:100%;height:100%}.section-grid img,.section-grid svg,.section-grid picture{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}