@layer swift3 {:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,#fcb900 0%,#ff6900 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px #ffffff, 6px 6px #000000; --wp--preset--shadow--crisp: 6px 6px 0px #000000; }:where(body) { margin: 0px; }body { padding: 0px; }@layer bricks {:root { --bricks-vh: 1vh; --bricks-transition: all 0.2s; --bricks-color-primary: #ffd64f; --bricks-color-secondary: #fc5778; --bricks-text-dark: #212121; --bricks-text-medium: #616161; --bricks-text-light: #9e9e9e; --bricks-text-info: #00b0f4; --bricks-text-success: #11b76b; --bricks-text-warning: #ffa100; --bricks-text-danger: #fa4362; --bricks-bg-info: #e5f3ff; --bricks-bg-success: #e6f6ed; --bricks-bg-warning: #fff2d7; --bricks-bg-danger: #ffe6ec; --bricks-bg-dark: #263238; --bricks-bg-light: #f5f6f7; --bricks-border-color: #dddedf; --bricks-border-radius: 4px; --bricks-tooltip-bg: #23282d; --bricks-tooltip-text: #eaecef; } html { text-size-adjust: auto; line-height: 1.15; } body { margin: 0px; } article, aside, figcaption, figure, footer, header, main, nav, section { display: block; } small { font-size: 80%; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0px; } button, input { overflow: visible; } button, select { text-transform: none; } [type="reset"], [type="submit"], button, html [type="button"] { appearance: button; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0px; } .brxe-section { align-items: center; display: flex; flex-direction: column; margin-left: auto; margin-right: auto; width: 100%; } @media (max-width: 767px){.brxe-section { flex-wrap: wrap; }} .brxe-section.bricks-lazy-hidden { background-image: none !important; } .brxe-container { align-items: flex-start; display: flex; flex-direction: column; margin-left: auto; margin-right: auto; width: 1100px; } @media (max-width: 767px){.brxe-container { flex-wrap: wrap; }} .brxe-container.bricks-lazy-hidden { background-image: none !important; } .brxe-block { align-items: flex-start; display: flex; flex-direction: column; width: 100%; } @media (max-width: 767px){.brxe-block { flex-wrap: wrap; }} .brxe-block.bricks-lazy-hidden { background-image: none !important; } [class*="brxe-"] { max-width: 100%; } svg:not([width]) { min-width: 1em; } svg:not([height]) { min-height: 1em; } #brx-footer { background-position: 50% center; background-size: cover; flex-shrink: 0; margin-top: auto; position: relative; width: 100%; } html { font-size: 62.5%; } *, ::after, ::before, html { box-sizing: border-box; } * { border-color: var(--bricks-border-color); } body { -webkit-font-smoothing: antialiased; background-color: rgb(255, 255, 255); background-position: 50% center; color: rgb(54, 54, 54); font-family: -apple-system, "system-ui", "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 15px; line-height: 1.7; transition: padding-top; } .brx-body { display: flex; flex-direction: column; margin: 0px auto; width: 100%; } :where(a) { border-color: currentcolor; color: currentcolor; cursor: pointer; text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0px; text-rendering: optimizelegibility; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: currentcolor; } h1 { font-size: 2.4em; } h1, h2 { line-height: 1.4; } h2 { font-size: 2.1em; } h3 { font-size: 1.8em; } h3, h4 { line-height: 1.4; } h4 { font-size: 1.6em; } h5 { font-size: 1.3em; } h5, h6 { line-height: 1.4; } :where(p) { margin-block: 0px 1.2em; } :where(p:last-of-type) { margin-block-end: 0px; } img { height: auto; max-width: 100%; outline: none; vertical-align: middle; } button { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; outline: none; padding: 0px; } label { color: var(--bricks-text-light); display: block; font-weight: 400; margin-bottom: 5px; } button, input, optgroup, select, textarea { font-family: inherit; text-align: inherit; } .input, input:not([type="submit"]), select, textarea { border-style: solid; border-width: 1px; box-shadow: none; color: currentcolor; font-size: inherit; line-height: 40px; outline: none; padding: 0px 12px; transition: var(--bricks-transition); width: 100%; } input[type="button"], input[type="checkbox"], input[type="radio"] { width: auto; } input[type="checkbox"], input[type="radio"], input[type="submit"], select { cursor: pointer; } textarea { height: auto; min-height: 90px; padding: 10px 12px; line-height: inherit !important; } .skip-link { clip: rect(1px, 1px, 1px, 1px); background: rgb(0, 0, 0); border-bottom-right-radius: 8px; color: rgb(255, 255, 255); font-weight: 700; height: 1px; left: 0px; overflow: hidden; padding: 5px 10px; position: absolute; top: 0px; transition: transform 0.1s; white-space: nowrap; width: 1px; z-index: 9999; } .skip-link:focus { clip: auto; height: auto; overflow: visible; width: auto; } .brx-multilevel-overflow-right, .brx-multilevel-overflow-right ul, .brx-submenu-overflow-right { left: auto !important; right: 0px !important; } .brx-sub-submenu-overflow-right, .brx-sub-submenu-overflow-right ul, .brx-submenu-overflow-right ul { left: auto !important; right: 100% !important; } #brx-content { flex: 1 1 0%; position: relative; width: 100%; } #brx-header { background-position: 50% center; background-size: cover; position: relative; width: 100%; } .bricks-button { align-items: center; border-width: 0px; display: inline-flex; gap: 10px; justify-content: center; letter-spacing: 0.5px; padding: 0.5em 1em; text-align: center; } .post-meta { align-items: center; display: inline-flex; gap: 20px; } .post-meta .separator { display: inline-block; text-align: center; } .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; white-space: nowrap; width: 1px; position: absolute !important; } .brx-load-more-hidden, .brx-query-trail:not(.bricks-isotope-sizer) { display: none !important; } .swiper-slide { flex-shrink: 0; height: 100%; position: relative; transition-property: transform; width: 100%; } .brxe-button { width: auto; } @keyframes blink { 100% { opacity: 0; } } .brx-multilevel-back { align-items: center; cursor: pointer; display: flex; gap: 3px; width: 100%; } .brxe-filter-checkbox[data-mode="button"] input[type="checkbox"]:focus-visible + .bricks-button, .brxe-filter-checkbox[data-mode="button"] label:focus-within .bricks-button { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-checkbox input[type="checkbox"]:focus-visible + .brx-input-indicator { outline: 1px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-radio[data-mode="button"] input[type="radio"]:focus-visible + .bricks-button, .brxe-filter-radio[data-mode="button"] label:focus-within .bricks-button { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-radio input[type="radio"]:focus-visible + .brx-input-indicator { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-nav-nested { align-items: center; display: inline-flex; } .brxe-nav-nested .brx-toggle-div, .brxe-nav-nested .brxe-toggle { display: none; } .brxe-nav-nested .menu-item:has(> .brx-toggle-div:not(.is-active):not(.brx-child-node)), .brxe-nav-nested:not(.brx-open) .menu-item:has(> .brx-toggle-div.brx-child-node:not(.is-active)) { display: none; } .brx-nav-nested-items { align-items: center; display: flex; flex-flow: wrap; gap: 30px; list-style-type: none; margin: 0px; padding: 0px; } .brxe-post-author { display: inline-flex; } .brxe-post-author.avatar-left > * { margin-right: 15px; } .brxe-post-author .avatar { background-color: rgb(255, 255, 255); border-radius: 50%; height: fit-content; } .brxe-post-author .author-name, .brxe-post-author .content { margin: 0px; } .brxe-post-author .author-name + .author-bio { margin-top: 0.5em; } .brxe-post-comments { width: 100%; } .brxe-post-comments .comment-form-cookies-consent { align-self: center; display: flex; gap: 0.5em; } .brxe-post-comments .comment-form-cookies-consent input { cursor: pointer; position: relative; top: 2px; } .brxe-post-comments .comment-form-cookies-consent label { cursor: pointer; margin: 0px; } .brxe-post-comments .comment-reply-title, .brxe-post-comments .comments-title { margin-bottom: 30px; } .brxe-post-comments ol, .brxe-post-comments ul { list-style-type: none; margin: 0px; padding: 0px; } .brxe-post-comments .comment-list { border-bottom: 1px solid var(--bricks-border-color); line-height: inherit; margin: 0px 0px 60px; padding-bottom: 30px; } .brxe-post-comments .comment { border-top: 1px solid var(--bricks-border-color); padding-top: 30px; } .brxe-post-comments .comment-body { display: grid; gap: 20px; grid-template-columns: auto 1fr; position: relative; } .brxe-post-comments .comment-respond { margin-top: 1em; } .brxe-post-comments .comment-content p { hyphens: auto; word-break: break-word; } .brxe-post-comments .comment-avatar { position: relative; } .brxe-post-comments .avatar { border-radius: 50%; max-width: none; } .brxe-post-comments .comment-author .fn { font-family: inherit; font-size: 1.1em; line-height: 1; margin: 0px 0px 5px; } .brxe-post-comments .comment-author .fn a { font-weight: 700; } .brxe-post-comments .comment-meta { color: var(--bricks-text-light); font-size: 0.9em; margin-bottom: 1em; } .brxe-post-comments .comment-meta .reply { margin: 0px 0.5em; } .brxe-post-comments .comment-meta .comment-reply-link { background-color: var(--bricks-bg-light); border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1px; line-height: 1; padding: 5px; position: absolute; right: 0px; text-transform: uppercase; top: 0px; transition: 0.1s; } .brxe-post-comments .comment-meta .comment-reply-link:hover { background-color: var(--bricks-bg-dark); color: rgb(255, 255, 255); } .brxe-post-comments .comment-respond small { font-size: 100%; margin: 0px 0.25em; } .brxe-post-comments #cancel-comment-reply-link { font-weight: 400; opacity: 0.5; } .brxe-post-comments #cancel-comment-reply-link:hover { opacity: 1; } .brxe-post-comments .comment-form .form-group { margin-bottom: 15px; } .brxe-post-comments .comment-form .form-group textarea { resize: vertical; } @media (max-width: 478px){.brxe-post-comments .comment-avatar { gap: 30px; }.brxe-post-comments .comment-avatar img { max-width: 60px; }} .brxe-post-content { width: 100%; } .brxe-post-sharing { display: flex; flex-wrap: wrap; list-style-type: none; margin: 0px; padding: 0px; } .brxe-post-sharing.brand-colors { color: rgb(255, 255, 255); } .brxe-post-sharing.brand-colors a { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; } .brxe-post-sharing.brand-colors .facebook { background-color: rgb(59, 89, 152); } .brxe-post-sharing.brand-colors .twitter { background-color: rgb(76, 194, 255); } .brxe-post-sharing.brand-colors .linkedin { background-color: rgb(72, 117, 180); } .brxe-post-sharing.brand-colors .pinterest { background-color: rgb(201, 26, 34); } .brxe-post-sharing.brand-colors .email { background-color: var(--bricks-text-light); } .brxe-post-sharing a { align-items: center; border-radius: 50%; display: flex; height: 30px; justify-content: center; text-align: center; width: 30px; } .brxe-post-sharing svg { fill: currentcolor; flex-shrink: 0; height: 1em; } .brxe-text-link { gap: 5px; } .brxe-text-link, .brxe-text-link span { align-items: center; display: inline-flex; } .brxe-toggle { background-color: transparent; border: 0px; color: inherit; font: inherit; margin: 0px; overflow: visible; text-transform: none; transition-duration: 0.15s; transition-property: opacity, filter; transition-timing-function: linear; } .brxa-wrap { display: inline-block; height: 24px; position: relative; width: 40px; } .brxa-inner { display: block; margin-top: -2px; top: 50%; } .brxa-inner, .brxa-inner::after, .brxa-inner::before { background-color: currentcolor; border-radius: 4px; height: 4px; position: absolute; transition-duration: 0.15s; transition-property: transform; transition-timing-function: ease; width: 40px; } .brxa-inner::after, .brxa-inner::before { content: ""; display: block; } .brxa-inner::before { top: -10px; } .brxa-inner::after { bottom: -10px; } .brxa--squeeze .brxa-inner { transition-duration: 75ms; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } .brxa--squeeze .brxa-inner::before { transition: top 75ms 0.12s, opacity 75ms; } .brxa--squeeze .brxa-inner::after { transition: bottom 75ms 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); } .brxe-toggle { --brxe-toggle-scale: 1; --brxe-toggle-width: 40px; --brxe-toggle-height: 24px; --brxe-toggle-bar-height: 4px; --brxe-toggle-bar-width: 40px; --brxe-toggle-bar-radius: 4px; cursor: pointer; display: flex; line-height: 1; } .brxe-toggle:has(.brxa-wrap) { transform: scale(var(--brxe-toggle-scale)); } .brxe-toggle .brxa-inner, .brxe-toggle .brxa-inner::after, .brxe-toggle .brxa-inner::before { border-radius: var(--brxe-toggle-bar-radius); height: var(--brxe-toggle-bar-height); width: var(--brxe-toggle-bar-width); } @keyframes load8 { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } } @keyframes spin { 100% { transform: rotate(1turn); } } @keyframes scrolling { 0% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } } .bricks-background-primary { background-color: var(--bricks-color-primary); }}@keyframes load8 { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }@keyframes spin { 100% { transform: rotate(1turn); } }@keyframes scrolling { 0% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }.layout-default .bricks-post-meta-wrapper { align-items: center; border-bottom: 1px solid var(--bricks-border-color); border-top: 1px solid var(--bricks-border-color); display: flex; justify-content: space-between; margin: 30px 0px; padding: 30px 0px; width: 100%; }.layout-default .brxe-container { padding-left: 15px; padding-right: 15px; }.layout-default .brxe-post-author { margin: 60px 0px; width: 100%; }.layout-default .brxe-post-sharing { margin: 0px -10px; }.layout-default .brxe-post-sharing li { margin: 0px 5px; }.layout-default .brxe-post-comments { margin-top: 120px; }.bricks-post-header { align-items: center; background-position: 50% center; background-size: cover; display: flex; flex-direction: column; justify-content: center; margin-bottom: 60px; min-height: 50vh; position: relative; width: 100%; }.bricks-post-header .brxe-container { display: block; position: relative; z-index: 1; }.bricks-post-header .brxe-post-title { color: currentcolor; font-size: 3em; margin: 0px; }.bricks-post-header .brxe-post-meta { font-size: 1.2em; }:root { --km-green: #244D3A; --km-cream: #F5F3EE; --km-gold: #D5B46C; --space-section: clamp(4rem, 8vw, 8rem); --space-gutter: clamp(1.25rem, 4vw, 2.25rem); --radius-m: 0.75rem; }body { background: none; }body { font-family: Manrope, Arial, sans-serif; font-size: 1rem; line-height: 1.65; color: #25302a; }h1, h2, h3, h4, h5, h6 { font-family: Manrope, Arial, sans-serif; font-weight: 700; line-height: 1.08; color: #17231d; }h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); }h2 { font-size: clamp(2rem, 4vw, 3.5rem); }:where(:root) .bricks-background-primary { background-color: #244d3a; }:root { --bricks-color-grey-100: #f5f5f5; --bricks-color-grey-300: #e0e0e0; --bricks-color-grey-500: #9e9e9e; --bricks-color-grey-700: #616161; --bricks-color-grey-800: #424242; --bricks-color-grey-900: #212121; --bricks-color-yellow: #ffeb3b; --bricks-color-amber: #ffc107; --bricks-color-orange: #ff9800; --bricks-color-deep-orange: #ff5722; --bricks-color-red: #f44336; --bricks-color-purple: #9c27b0; --bricks-color-blue: #2196f3; --bricks-color-light-blue: #03a9f4; --bricks-color-sky-blue: #81D4FA; --bricks-color-green: #4caf50; --bricks-color-light-green: #8bc34a; --bricks-color-lime: #cddc39; }#brxe-hdrlog { font-size: 1.25rem; font-weight: 700; color: var(--km-green); }@media (max-width: 767px){#brxe-hdrlog { font-size: 1rem; max-width: 15rem; }}#brxe-navh01 { font-weight: 600; color: var(--km-green); }@media (max-width: 767px){#brxe-navh01 { font-size: 1.2rem; }}#brxe-navh02 { font-weight: 600; color: var(--km-green); }@media (max-width: 767px){#brxe-navh02 { font-size: 1.2rem; }}#brxe-navh03 { font-weight: 600; color: var(--km-green); }@media (max-width: 767px){#brxe-navh03 { font-size: 1.2rem; }}#brxe-navh04 { font-weight: 600; color: var(--km-green); }@media (max-width: 767px){#brxe-navh04 { font-size: 1.2rem; }}#brxe-navcta { background-color: var(--km-green); font-weight: 700; color: var(--km-cream); padding: 0.75rem 1.15rem; border-radius: var(--radius-m); }@media (max-width: 767px){#brxe-navcta { width: 100%; justify-content: center; margin-top: 0.75rem; }}#brxe-navcls .brxa-wrap { color: var(--km-green); }#brxe-navcls { position: absolute; top: 1.25rem; right: var(--space-gutter); }#brxe-navits { flex-direction: row; align-items: center; justify-content: flex-end; column-gap: 1.5rem; width: 100%; }@media (max-width: 767px){#brxe-navits { flex-direction: column; align-items: stretch; justify-content: flex-start; row-gap: 0.75rem; }}#brxe-navopn .brxa-wrap { color: var(--km-green); }#brxe-navopn { display: none; }@media (max-width: 767px){#brxe-navopn { display: flex; }}@layer bricks {@media (max-width: 767px){#brxe-navhdr .brx-toggle-div { display: inline-flex; }#brxe-navhdr .brxe-toggle { display: inline-flex; }[data-script-id="navhdr"] .brx-nav-nested-items { opacity: 0; visibility: hidden; gap: 0px; position: fixed; z-index: 1001; inset: 0px; display: flex; align-items: center; justify-content: center; flex-flow: column; background-color: #ffffff; overflow-y: scroll; }}}#brxe-navhdr .brx-nav-nested-items > li > a { font-weight: 600; color: var(--km-green); }#brxe-navhdr { flex-grow: 1; justify-content: flex-end; align-items: center; }#brxe-hdrcnt { flex-direction: row; align-items: center; justify-content: space-between; column-gap: 2rem; max-width: 76rem; }@media (max-width: 767px){#brxe-hdrcnt { flex-flow: row; gap: 0px 1rem; align-items: center; justify-content: space-between; }}#brxe-hdrsec { padding-top: 1rem; padding-right: var(--space-gutter); padding-bottom: 1rem; padding-left: var(--space-gutter); background-color: #f8f7f2; overflow: visible; }@media (max-width: 767px){#brxe-hdrsec { padding-top: 0.85rem; padding-right: var(--space-gutter); padding-bottom: 0.85rem; padding-left: var(--space-gutter); }}#brxe-ftrh01 { color: #f8f7f2; }#brxe-ftrp01 { color: #e9eee9; }#brxe-ftrbrd { flex-direction: column; row-gap: 0.6rem; }#brxe-ftrh02 { color: #f8f7f2; }#brxe-ftrn01 { color: #e9eee9; }#brxe-ftrn02 { color: #e9eee9; }#brxe-ftrn03 { color: #e9eee9; }#brxe-ftrnav { flex-direction: column; row-gap: 0.5rem; }#brxe-ftrh03 { color: #f8f7f2; }#brxe-ftrc01 { color: #e9eee9; }#brxe-ftrc02 { color: #e9eee9; }#brxe-ftrcon { flex-direction: column; row-gap: 0.5rem; }#brxe-ftrcnt { flex-direction: row; justify-content: space-between; align-items: flex-start; column-gap: 3rem; max-width: 76rem; }@media (max-width: 767px){#brxe-ftrcnt { flex-direction: column; row-gap: 2.25rem; width: 100%; max-width: 100%; }}#brxe-ftrleg { font-size: 0.8rem; color: #c8d0ca; margin-top: 2.5rem; margin-right: auto; margin-left: auto; width: 100%; max-width: 76rem; }@media (max-width: 767px){#brxe-ftrleg { font-size: 0.76rem; line-height: 1.55; }}#brxe-ftrsec { background-color: var(--km-green); padding-top: 3.5rem; padding-right: var(--space-gutter); padding-bottom: 2rem; padding-left: var(--space-gutter); }@media (max-width: 767px){#brxe-ftrsec { padding-top: 3rem; padding-right: var(--space-gutter); padding-bottom: 1.75rem; padding-left: var(--space-gutter); }}@font-face { font-family: Manrope; font-style: normal; font-weight: 200; font-display: swap; src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Manrope; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Manrope; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Manrope; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Manrope; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Manrope; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Manrope; font-style: normal; font-weight: 800; font-display: swap; src: url(https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }:root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122,0,223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0,124,186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0,107,160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0,90,135; --wp-admin-border-width-focus: 2px; }@media (min-resolution: 192dpi){:root { --wp-admin-border-width-focus: 1.5px; }}:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.screen-reader-text { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; word-break: normal !important; }body.swift-nojs [data-s3cid="1"]{min-width: 100vw;}body.swift-nojs [data-s3cid="2"]{min-width: 100vw;}body.swift-nojs [data-s3cid="5"]{min-width: 100vw;}body.swift-nojs [data-s3cid="6"]{min-width: 100vw;min-height:475px;}body.swift-nojs [data-s3cid="7"]{min-width: 100vw;}body.swift-nojs [data-s3cid="8"]{min-width:330.046875px;}body.swift-nojs [data-s3cid="9"]{min-width: 100vw;}body.swift-nojs [data-s3cid="10"]{min-width:371px;}body.swift-nojs [data-s3cid="11"]{min-width:371px;}body.swift-nojs [data-s3cid="12"]{min-width:112.875px;}body.swift-nojs [data-s3cid="13"]{min-width:371px;}body.swift-nojs [data-s3cid="14"]{min-width:371px;}body.swift-nojs [data-s3cid="15"]{min-width:371px;}body.swift-nojs [data-s3cid="16"]{min-width:371px;}body.swift-nojs [data-s3cid="17"]{min-width:371px;}body.swift-nojs [data-s3cid="19"]{min-width:291px;}body.swift-nojs [data-s3cid="20"]{min-width:291px;}body.swift-nojs [data-s3cid="21"]{min-width:291px;}body.swift-nojs [data-s3cid="22"]{min-width:291px;}body.swift-nojs [data-s3cid="23"]{min-width:371px;}body.swift-nojs [data-s3cid="24"]{min-width:371px;}body.swift-nojs [data-s3cid="25"]{min-width:371px;}body.swift-nojs [data-s3cid="26"]{min-width:371px;}body.swift-nojs [data-s3cid="27"]{min-width:371px;}body.swift-nojs [data-s3cid="28"]{min-width:371px;}body.swift-nojs [data-s3cid="29"]{min-width: 100vw;}body.swift-nojs [data-s3cid="30"]{min-width: 100vw;}body.swift-nojs [data-s3cid="31"]{min-width:368.9375px;}body.swift-nojs [data-s3cid="32"]{min-width:368.9375px;}body.swift-nojs [data-s3cid="34"]{min-width:368.9375px;}body.swift-nojs [data-s3cid="35"]{min-width:368.9375px;}body.swift-nojs [data-s3cid="38"]{min-width:368.9375px;}html{opacity:1}}