@charset "UTF-8";
:root,[data-bs-theme="light"]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #052c65;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #cfe2ff;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9ec5fe;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: #0a58ca;--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme="dark"]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #6ea8fe;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #031633;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #084298;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #6ea8fe;--bs-link-hover-color: #8bb9fe;--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*::before,*::after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:0.25}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media (min-width:1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media (min-width:1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media (min-width:1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:0.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:0.1875rem 0.375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:0.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:0.5rem;padding-bottom:0.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator{display:none !important}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:0.5rem;line-height:inherit;font-size:calc(1.275rem + 0.3vw)}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.form-label{margin-bottom:0.5rem}.col-form-label{padding-top:calc(0.375rem + var(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:0.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type="file"]{overflow:hidden}.form-control[type="file"]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;margin-inline-end:0.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:0.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:0.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));padding:0.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:0.375rem 2.25rem 0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right 0.75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:0.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme="dark"] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:0.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:0.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact;transition:all 0.2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type="checkbox"]{border-radius:0.25em}.form-check-input[type="radio"]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type="checkbox"]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type="radio"]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type="checkbox"]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:0.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:0.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:0.65}[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem 0.75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb));text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 0.75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:0.625rem;padding-left:0.75rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb))}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right 0.75rem center, center right 2.25rem;background-size:16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb))}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb))}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:0.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb))}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right 0.75rem center, center right 2.25rem;background-size:16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb))}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb))}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:0.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb));--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb));--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb));--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb));--bs-navbar-brand-padding-y: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb));--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb));--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb));--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:0.5rem;padding-bottom:0.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme="dark"]{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme="dark"] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb));--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-img-top,.card-group>.card:not(:last-child)>.card-header{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-img-bottom,.card-group>.card:not(:last-child)>.card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-img-top,.card-group>.card:not(:first-child)>.card-header{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-img-bottom,.card-group>.card:not(:first-child)>.card-footer{border-bottom-left-radius:0}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:rgba(var(--bs-primary-rgb)) !important}.text-bg-secondary{color:#fff !important;background-color:rgba(var(--bs-secondary-rgb)) !important}.text-bg-success{color:#fff !important;background-color:rgba(var(--bs-success-rgb)) !important}.text-bg-info{color:#000 !important;background-color:rgba(var(--bs-info-rgb)) !important}.text-bg-warning{color:#000 !important;background-color:rgba(var(--bs-warning-rgb)) !important}.text-bg-danger{color:#fff !important;background-color:rgba(var(--bs-danger-rgb)) !important}.text-bg-light{color:#000 !important;background-color:rgba(var(--bs-light-rgb)) !important}.text-bg-dark{color:#fff !important;background-color:rgba(var(--bs-dark-rgb)) !important}.link-primary{color:rgba(var(--bs-primary-rgb)) !important;text-decoration-color:rgba(var(--bs-primary-rgb)) !important}.link-primary:hover,.link-primary:focus{color:rgba(10, 88, 202) !important;text-decoration-color:rgba(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:rgba(var(--bs-secondary-rgb)) !important;text-decoration-color:rgba(var(--bs-secondary-rgb)) !important}.link-secondary:hover,.link-secondary:focus{color:rgba(86, 94, 100) !important;text-decoration-color:rgba(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:rgba(var(--bs-success-rgb)) !important;text-decoration-color:rgba(var(--bs-success-rgb)) !important}.link-success:hover,.link-success:focus{color:rgba(20, 108, 67) !important;text-decoration-color:rgba(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:rgba(var(--bs-info-rgb)) !important;text-decoration-color:rgba(var(--bs-info-rgb)) !important}.link-info:hover,.link-info:focus{color:rgba(61, 213, 243) !important;text-decoration-color:rgba(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:rgba(var(--bs-warning-rgb)) !important;text-decoration-color:rgba(var(--bs-warning-rgb)) !important}.link-warning:hover,.link-warning:focus{color:rgba(255, 205, 57) !important;text-decoration-color:rgba(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:rgba(var(--bs-danger-rgb)) !important;text-decoration-color:rgba(var(--bs-danger-rgb)) !important}.link-danger:hover,.link-danger:focus{color:rgba(176, 42, 55) !important;text-decoration-color:rgba(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:rgba(var(--bs-light-rgb)) !important;text-decoration-color:rgba(var(--bs-light-rgb)) !important}.link-light:hover,.link-light:focus{color:rgba(249, 250, 251) !important;text-decoration-color:rgba(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:rgba(var(--bs-dark-rgb)) !important;text-decoration-color:rgba(var(--bs-dark-rgb)) !important}.link-dark:hover,.link-dark:focus{color:rgba(26, 30, 33) !important;text-decoration-color:rgba(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:rgba(var(--bs-emphasis-color-rgb)) !important;text-decoration-color:rgba(var(--bs-emphasis-color-rgb)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:rgba(var(--bs-emphasis-color-rgb)) !important;text-decoration-color:rgba(var(--bs-emphasis-color-rgb)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:0.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb));text-underline-offset:0.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:0.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:0.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:0.25 !important}.opacity-50{opacity:0.5 !important}.opacity-75{opacity:0.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:0.25rem !important}.m-2{margin:0.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:0.25rem !important}.me-2{margin-right:0.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:0.25rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:0.25rem !important}.ms-2{margin-left:0.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:0.25rem !important}.p-2{padding:0.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:0.25rem !important}.pt-2{padding-top:0.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:0.25rem !important}.pe-2{padding-right:0.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:0.25rem !important}.pb-2{padding-bottom:0.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:0.25rem !important}.ps-2{padding-left:0.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:0.25rem !important}.row-gap-2{row-gap:0.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:0.25rem !important}.column-gap-2{column-gap:0.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0, 0, 0, 0.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255, 255, 255, 0.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:0.125em !important}.link-offset-1-hover:hover{text-underline-offset:0.125em !important}.link-offset-2{text-underline-offset:0.25em !important}.link-offset-2-hover:hover{text-underline-offset:0.25em !important}.link-offset-3{text-underline-offset:0.375em !important}.link-offset-3-hover:hover{text-underline-offset:0.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media (min-width:576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:0.25rem !important}.m-sm-2{margin:0.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:0.25rem !important}.mt-sm-2{margin-top:0.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:0.25rem !important}.me-sm-2{margin-right:0.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:0.25rem !important}.mb-sm-2{margin-bottom:0.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:0.25rem !important}.ms-sm-2{margin-left:0.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:0.25rem !important}.p-sm-2{padding:0.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:0.25rem !important}.pt-sm-2{padding-top:0.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:0.25rem !important}.pe-sm-2{padding-right:0.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:0.25rem !important}.pb-sm-2{padding-bottom:0.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:0.25rem !important}.ps-sm-2{padding-left:0.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:0.25rem !important}.gap-sm-2{gap:0.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:0.25rem !important}.row-gap-sm-2{row-gap:0.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:0.25rem !important}.column-gap-sm-2{column-gap:0.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width:768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:0.25rem !important}.m-md-2{margin:0.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:0.25rem !important}.mt-md-2{margin-top:0.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:0.25rem !important}.me-md-2{margin-right:0.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:0.25rem !important}.mb-md-2{margin-bottom:0.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:0.25rem !important}.ms-md-2{margin-left:0.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:0.25rem !important}.p-md-2{padding:0.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:0.25rem !important}.pt-md-2{padding-top:0.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:0.25rem !important}.pe-md-2{padding-right:0.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:0.25rem !important}.pb-md-2{padding-bottom:0.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:0.25rem !important}.ps-md-2{padding-left:0.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:0.25rem !important}.gap-md-2{gap:0.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:0.25rem !important}.row-gap-md-2{row-gap:0.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:0.25rem !important}.column-gap-md-2{column-gap:0.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width:992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:0.25rem !important}.m-lg-2{margin:0.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:0.25rem !important}.mt-lg-2{margin-top:0.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:0.25rem !important}.me-lg-2{margin-right:0.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:0.25rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:0.25rem !important}.ms-lg-2{margin-left:0.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:0.25rem !important}.p-lg-2{padding:0.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:0.25rem !important}.pt-lg-2{padding-top:0.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:0.25rem !important}.pe-lg-2{padding-right:0.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:0.25rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:0.25rem !important}.ps-lg-2{padding-left:0.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:0.25rem !important}.gap-lg-2{gap:0.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:0.25rem !important}.row-gap-lg-2{row-gap:0.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:0.25rem !important}.column-gap-lg-2{column-gap:0.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width:1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:0.25rem !important}.m-xl-2{margin:0.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:0.25rem !important}.mt-xl-2{margin-top:0.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:0.25rem !important}.me-xl-2{margin-right:0.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:0.25rem !important}.mb-xl-2{margin-bottom:0.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:0.25rem !important}.ms-xl-2{margin-left:0.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:0.25rem !important}.p-xl-2{padding:0.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:0.25rem !important}.pt-xl-2{padding-top:0.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:0.25rem !important}.pe-xl-2{padding-right:0.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:0.25rem !important}.pb-xl-2{padding-bottom:0.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:0.25rem !important}.ps-xl-2{padding-left:0.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:0.25rem !important}.gap-xl-2{gap:0.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:0.25rem !important}.row-gap-xl-2{row-gap:0.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:0.25rem !important}.column-gap-xl-2{column-gap:0.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width:1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:0.25rem !important}.mt-xxl-2{margin-top:0.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:0.25rem !important}.me-xxl-2{margin-right:0.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:0.25rem !important}.mb-xxl-2{margin-bottom:0.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:0.25rem !important}.ms-xxl-2{margin-left:0.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:0.25rem !important}.pt-xxl-2{padding-top:0.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:0.25rem !important}.pe-xxl-2{padding-right:0.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:0.25rem !important}.pb-xxl-2{padding-bottom:0.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:0.25rem !important}.ps-xxl-2{padding-left:0.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:0.25rem !important}.gap-xxl-2{gap:0.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:0.25rem !important}.row-gap-xxl-2{row-gap:0.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:0.25rem !important}.column-gap-xxl-2{column-gap:0.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media (min-width:1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}*,*::before,*::after{box-sizing:border-box}html,body{height:100%;-webkit-font-smoothing:antialiased;line-height:1.3 !important}body{margin:0;color:#FFFFFF;background:#121212}.skipLink{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skipLink:focus{position:static;width:auto;height:auto}a{display:inline-block;transition:all 0.3s ease-in-out}button,input[type="submit"],input[type="button"]{padding:12px 24px;color:#ffffff;background:#00A79D;border-radius:4px;border:none;transition:all 0.3s ease-in-out}button[disabled],input[type="submit"][disabled],input[type="button"][disabled]{opacity:0.5;cursor:not-allowed}input{padding:12px}@font-face{font-family:"Temeraire";font-weight:400;src:url("assets/fonts/temeraire/fonnts.com-Temeraire-.otf") format("opentype")}@font-face{font-family:"Temeraire";font-weight:900;src:url("assets/fonts/temeraire/fonnts.com-Temeraire-Display-Bk-.otf") format("opentype")}body{font-family:"Source Sans 3", sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Temeraire", serif;margin-top:0;font-weight:700}a{text-decoration:none;color:inherit}@media (max-width:425px){h1,.h1{font-size:2rem}}.custom-logo-link img{max-width:100px;width:100%;height:auto}.siteHeader{padding:1rem 0;background:#121212;border-top:2px solid #00a79d}.siteHeader .container{max-width:1920px;padding:0 24px}@media (max-width:991px){.siteHeader .container{padding:0 12px}}.siteHeader .pageH1{margin-bottom:0}.siteHeader .headerContentWrapper{display:flex;justify-content:space-between;align-items:center;gap:15px}.siteHeader .logoMenu{display:flex;align-items:center;gap:32px}@media (max-width:1299px){.siteHeader .logoMenu{gap:15px}}@media (max-width:991px){.siteHeader .logoMenu{gap:0}}.siteHeader .navbar{padding:0}.siteHeader #menu-header-menu{position:relative;align-items:center;gap:32px}@media (max-width:1299px){.siteHeader #menu-header-menu{gap:15px}}.siteHeader #menu-header-menu .menu-item-has-children{position:relative}.siteHeader #menu-header-menu .menu-item-has-children>a{display:flex;align-items:center;gap:5px}.siteHeader #menu-header-menu .menu-item-has-children>a .dropdown-toggle{cursor:pointer}.siteHeader #menu-header-menu .menu-item-has-children>a .dropdown-toggle svg{transform:scale(1.5)}.siteHeader #menu-header-menu a{color:white;font-weight:600;line-height:1;text-transform:uppercase;padding:10px 0}@media (max-width:1099px){.siteHeader #menu-header-menu a{font-size:14px}}.siteHeader #menu-header-menu a:hover{color:#00a79d}.siteHeader #menu-header-menu .sub-menu{list-style:none;padding:8px;position:absolute;border-radius:8px;background:#171717;z-index:99;display:none;box-shadow:0px 6px 15px -2px #10182814;min-width:max-content;left:50%;transform:translate(-50%, 0)}.siteHeader #menu-header-menu .sub-menu a{padding:12px 10px;font-size:1rem;font-weight:400;width:100%;text-transform:capitalize}.siteHeader #menu-header-menu .sub-menu a:hover{background:#262626}.siteHeader .headerUserLinks{display:flex;align-items:center;gap:20px}@media (max-width:1299px){.siteHeader .headerUserLinks{gap:15px}}.siteHeader .headerUserLinks #search-toggle{padding:0;background:no-repeat}.siteHeader .headerUserLinks .customLink{display:flex;align-items:center;gap:12px;background:#00a79d;padding:16px 24px;border-radius:4px;color:white;font-size:1rem;font-weight:600;text-transform:uppercase}@media (max-width:991px){.siteHeader .headerUserLinks .customLink{font-size:14px;padding:16px}}@media (max-width:1099px){.siteHeader .headerUserLinks .customLink{font-size:14px}.siteHeader .headerUserLinks .customLink svg{display:none}}.siteHeader .headerUserLinks .customLink:hover{background:#00857e}@media (max-width:375px){.siteHeader .headerUserLinks .customLink{display:none}}.siteHeader .headerUserLinks #hamburger{padding:0;background:none}@media (min-width:992px){.siteHeader .headerUserLinks #hamburger{display:none}}.siteHeader .headerUserLinks .cartLink{position:relative}.siteHeader .headerUserLinks .cartLink .cartCount{position:absolute;top:-10px;right:-5px;width:20px;height:20px;background:#00a79d;color:#fff;font-weight:600;text-align:center;line-height:20px;font-size:12px;border-radius:20px}.siteHeader .headerSearch__container{display:none;padding:15px}.siteHeader .headerSearch__container .searchBox{margin:0 auto;border:1px solid #b7b7b7;max-width:937px;height:44px;width:90%;display:flex;border-radius:4px;background:#fff}@media (max-width:575px){.siteHeader .headerSearch__container .searchBox{width:100%;flex-direction:column;height:initial}}.siteHeader .headerSearch__container .searchBox .searchInput{width:100%;border-radius:4px 0 0 4px;padding:8px 14px;height:42px;border:0}.siteHeader .headerSearch__container .searchBox .searchButton{position:relative;display:inline-block;height:42px;background-color:#000;padding:5px 14px 5px 50px;color:white;font-weight:700;text-align:right;overflow:hidden}.siteHeader .headerSearch__container .searchBox .searchButton::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24.0005 0.00232289L18.0029 0.00232315L42.0136 24.0104L18.0243 47.9988L24.0005 47.9988L48.0005 24.0006L24.0005 0.00232289Z' fill='white'/%3E%3Cpath d='M11.9961 0.00232289L5.99853 0.00232315L30.0092 24.0104L6.01992 47.9988L11.9961 47.9988L35.9961 24.0006L11.9961 0.00232289Z' fill='white'/%3E%3Cpath d='M0.00829868 0.00120926L23.9976 23.9896L0.00830078 47.9772L0.00830052 41.9805L18.001 23.9896L0.00829895 5.99877L0.00829868 0.00120926Z' fill='white'/%3E%3Cpath d='M0.00761656 11.9955L12.0027 23.9897L0.00761761 35.9839L0.00761735 29.9873L6.00517 23.9897L0.000487493 17.9512L0.00761656 11.9955Z' fill='white'/%3E%3C/svg%3E");line-height:0;position:absolute;left:-3px;top:-3px;transform:scale(0.875)}.siteHeader .headerSearch__container .searchBox .searchButton:hover{background:#262626}@media (max-width:575px){.siteHeader .headerSearch__container .searchBox .searchButton{text-align:center;padding:5px 50px}}.sliderMenu{inset:0;max-height:0vh;bottom:0;position:absolute;background-color:#121212;border-top:2px solid #00a79d;overflow:hidden;transition:max-height 0.2s ease-out;z-index:9999;box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.1)}.sliderMenu ul{list-style:none;padding:0;text-align:left;margin:0}.sliderMenu ul li a{display:flex;align-items:center;gap:6px;padding:5px 0px;text-decoration:none;font-size:18px;color:white;transition:0.3s;text-align:left;font-weight:600;text-transform:uppercase}.sliderMenu ul li a:hover{opacity:0.5}.sliderMenu ul .sub-menu a{font-weight:400;opacity:0.75}.sliderMenu ul.megaMenuMobile li+li{margin-top:10px}.sliderMenu .close-btn{font-size:56px;text-decoration:none;color:white;padding:0;line-height:1;background:none}.sliderMenu.open{max-height:100vh;max-height:100dvh}.sliderMenu.open{transform:translateX(0)}.megaMenu{margin:16px 12px;position:relative;margin-bottom:40px}.megaMenu .megaMenu__header{display:flex}.megaMenu .megaMenu__header .imageContainer{width:50%;text-align:left}.megaMenu .megaMenu__header .closeContainer{align-self:center;width:50%;text-align:right}.megaMenu .megaMenu__containerMobile{padding:16px 0;margin:16px 0;border-top:1px solid #404040;border-bottom:1px solid #404040;height:calc(100vh - 135px - 35px);height:calc(100dvh - 135px - 35px);overflow-y:auto}.megaMenu .megaMenu__footer .megaMenu__footerRight .socialsMobile{margin:0;display:flex}.megaMenu .megaMenu__footer .megaMenu__footerRight a{text-decoration:none;color:white;margin-right:20px;font-weight:400;text-transform:capitalize}.megaMenu .dropdown-toggle svg{transform:scale(1.5)}.megaMenu .sub-menu{display:none;margin-bottom:20px}@media screen and (max-width:1400px){.megaMenu .megaMenu__container{justify-content:normal;overflow-y:auto;max-height:350px}.megaMenu .megaMenu__container .block{width:calc(50% - 10px)}}@media screen and (max-width:850px){.megaMenu{height:582px}.megaMenu .sliderMenu.fixed{position:fixed;top:0px}.megaMenu .sliderMenu.open{max-height:570px}.megaMenu .megaMenu__container{display:none;justify-content:normal;overflow-y:auto;max-height:380px}.megaMenu .megaMenu__container .block{width:100%}.megaMenu .megaMenu__footer{flex-wrap:wrap}.megaMenu .megaMenu__footer .megaMenu__footerLeft{width:100%;margin-top:10px}.megaMenu .megaMenu__footer .megaMenu__footerRight{width:100%;text-align:left;margin-top:10px}}@media screen and (max-width:500px){.megaMenu .megaMenu__header .imageContainer{align-content:center}}.siteFooter{margin-top:88px;background:#000}.siteFooter .footerContainer{display:flex;flex-wrap:nowrap;max-width:1920px;margin:auto}.siteFooter .footerContainer .footerBlock{width:calc(25% - 1px);border-left:1px solid #686868;border-top:1px solid #686868;min-height:205px}.siteFooter .footerContainer .footerBlock .logoContainer.footerMobile__links p{display:none}.siteFooter .footerContainer .footerBlock .logoContainer{margin-left:clamp(1.5625rem, -1.8342rem + 5.4348vw, 4.6875rem);margin-right:clamp(1.5625rem, -1.8342rem + 5.4348vw, 4.6875rem);margin-top:55px}@media (max-width:767px){.siteFooter .footerContainer .footerBlock .logoContainer{margin-left:12px;margin-right:12px}}.siteFooter .footerContainer .footerBlock .logoContainer .footerLogo{width:100%;max-width:177px}.siteFooter .footerContainer .footerBlock .logoContainer p{margin-bottom:0}.siteFooter .footerContainer .footerBlock .logoContainer a{padding-bottom:3px;text-decoration:none;color:#09849a;font-size:clamp(0.875rem, 0.831rem + 0.1408vw, 1rem);font-weight:700}.siteFooter .footerContainer .footerBlock .logoContainer a:hover{color:white}.siteFooter .footerContainer .footerBlock .logoContainer a .linkIcon{margin-left:10px;font-size:16px;margin-bottom:5px}.siteFooter .footerContainer .footerBlock .logoContainerLinks{margin-top:30px}.siteFooter .footerContainer .footerBlock .footerMenu{list-style:none;margin:25px;padding:0}.siteFooter .footerContainer .footerBlock .footerMenu li{padding:0}.siteFooter .footerContainer .footerBlock .footerMenu li a{text-decoration:none;color:#fff;font-size:clamp(1rem, 0.6989rem + 0.4592vw, 1.20rem);}.siteFooter .footerContainer .footerBlock .footerMenu li a .iconify{font-size:30px}.siteFooter .footerContainer .footerBlock .footerMenu li a:hover{color:#00a79d}.siteFooter .footerContainer .footerBlock .socialLinks a .iconify{font-size:20px !important;margin-top:-4px;margin-left:10px}.siteFooter .footerContainer .footerBlock .blockInfo{margin:25px;color:#09849a;font-size:clamp(0.875rem, 0.6989rem + 0.4592vw, 1.20rem);}.siteFooter .footerContainer .footerBlock .blockInfo p{margin:0}.siteFooter .footerContainer .footerBlock .blockInfo a{text-decoration:none;color:#fff}.siteFooter .footerContainer .footerBlock .blockInfo a:hover{color:#00a79d}.siteFooter .footerContainer .footerBlock:nth-child(1){border-left:none}.siteFooter .footerContainer .footerBlock:nth-child(1){border-top:none}@media screen and (max-width:767px){.siteFooter .footerContainer{flex-wrap:wrap}.siteFooter .footerContainer .footerBlock{width:100% !important;border-left:none !important;min-height:0}.siteFooter .footerContainer .footerBlock .logoContainer img{width:200px !important;margin-bottom:30px}.siteFooter .footerContainer .footerBlock .footerBlock__desktop{display:none}.siteFooter .footerContainer .footerBlock .logoContainer.footerDesktop__links{display:none !important}.siteFooter .footerContainer .footerBlock .logoContainer.footerMobile__links p{display:block !important}.siteFooter .footerContainer .footerBlock .logoContainer.footerMobile__links p .linkIcon{margin-left:5px}.siteFooter .footerContainer .footerBlock .footerMenu{margin:20px 12px}.siteFooter .footerContainer .footerBlock .footerMenu li{padding:0}.siteFooter .footerContainer .footerBlock .footerMenu li+li{margin-top:10px}.siteFooter .footerContainer .footerBlock .blockInfo{margin-left:12px;margin-right:12px}}.siteFooter .subFooter{display:flex;justify-content:space-evenly;align-items:center;height:60px;color:#fff;border-top:1px solid #686868;padding:0 1rem}.siteFooter .subFooter .copyright{text-transform:uppercase;font-size:16px}.siteFooter .subFooter .copyright .copyrightIcon{margin-right:5px}.siteFooter .subFooter .scrollToTop button{color:#09849a;font-weight:600;background:none;padding:0}.siteFooter .subFooter .scrollToTop button:hover{transform:scale(1.1)}@media screen and (max-width:767px){.siteFooter .subFooter{flex-wrap:wrap;text-align:center;height:auto;padding-bottom:15px}.siteFooter .subFooter .copyright{width:100%;font-size:12px;margin:20px}.siteFooter .subFooter .backToTop{width:100%;margin:10px 0}}.siteFooter .scrollToTop__container{position:relative}@media screen and (max-width:767px){.siteFooter .scrollToTop__container{min-height:150px !important}.siteFooter .scrollToTop__container .scrollToTop{margin:10px 35px}}@media screen and (max-width:500px){.siteFooter .scrollToTop__container .scrollToTop{margin:10px 25px}}.pageHero{margin:0 1rem}@media (max-width:991px){.pageHero{margin:0 12px}}.pageHero__cover{padding:0;border-radius:6px;overflow:hidden}.pageHero .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.pageHero .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.pageHero .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.pageHero .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{background:linear-gradient(279.76deg, rgba(255, 255, 255, 0) -3.1%, rgba(255, 255, 255, 0.6) 93.51%);opacity:1}.pageHero__content{color:black}.pageHero__content .largeContainer{max-width:1706px}.pageHero__content-eyebrown{font-size:2rem;text-transform:uppercase}@media (max-width:991px){.pageHero__content-eyebrown{font-size:1.5rem}}.pageHero__content-h{font-size:4.25rem;margin-top:0}@media (max-width:991px){.pageHero__content-h{font-size:3rem}}.pageHero__content-description{font-size:1.25rem}@media (max-width:991px){.pageHero__content-description{font-size:1rem}}ul,ol{list-style:none;padding:0;margin:0}section+section{margin-top:7.5rem}.sr-only{clip:rect(1px, 1px, 1px, 1px);word-wrap:normal !important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal !important;padding:0;position:absolute !important;width:1px}.nbBreadcrumbs .breadcrumb{display:flex;align-items:center;gap:4px;font-size:14px;line-height:16px}.nbBreadcrumbs .breadcrumb-item:not(.breadcrumb-item--parent){line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;display:-webkit-box}.nbPagination .pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:45px}.nbPagination .page-numbers{display:inline-block;width:32px;height:32px;text-align:center;line-height:32px;border:1px solid #525252;border-radius:4px}.nbPagination .page-numbers:hover,.nbPagination .page-numbers.current{background:#00a79e;border-color:#00a79e}.backToHome{padding:7px 20px;border-radius:4px;border:0;background:#00a79d;text-transform:uppercase;font-weight:600}.backToHome:hover{background:#00857e}.cardMember .cardMember__title{font-weight:600}.cardPost .cardPost__title{font-weight:600}@media (max-width:575.98px){.btnPrimary{display:inline-block}}.pageHeader{margin:0 1rem}@media (max-width:991px){.pageHeader{margin:0 12px}}.pageHeader__image{position:relative;z-index:0}.pageHeader__image img{border-radius:6px}.pageHeader__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(279.1deg, rgba(255, 255, 255, 0) 2.42%, rgba(255, 255, 255, 0.6) 93.58%);display:flex;align-items:center}.pageHeader__title{font-family:5.6rem;color:black}.pageHeader__content .pageHeader__title{color:#fff}.pageHeader__content .nbBreadcrumbs{margin-bottom:2rem}.pageHeader__topline{height:60px;background:#004249;border-radius:6px;margin-bottom:5rem}.heroSection{margin:0 1rem}@media (max-width:991px){.heroSection{margin:0 12px}}.heroSection .heroTitle{font-family:"Source Sans 3", sans-serif;font-weight:400;text-transform:uppercase;line-height:21px;color:black}@media (max-width:991px){.heroSection .heroTitle{font-size:1.5rem !important}}.heroSection .heroTitle strong{display:block;font-family:"Temeraire", serif;font-size:7.5rem;line-height:86px;text-transform:initial;margin-top:20px}@media (max-width:991px){.heroSection .heroTitle strong{font-size:5rem}}.heroSection .heroSearch{background:white;border-radius:4px}.heroSection .heroSearch .wp-block-search__inside-wrapper{position:relative}.heroSection .heroSearch .wp-block-search__inside-wrapper::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.5306 20.4694L16.8365 15.7763C18.1971 14.1429 18.8755 12.0478 18.7307 9.92694C18.5859 7.80607 17.629 5.82268 16.0591 4.38935C14.4892 2.95602 12.4271 2.18311 10.3019 2.23141C8.17663 2.27971 6.15181 3.1455 4.64864 4.64867C3.14547 6.15184 2.27968 8.17666 2.23138 10.3019C2.18308 12.4272 2.95599 14.4892 4.38932 16.0591C5.82265 17.629 7.80604 18.5859 9.92691 18.7307C12.0478 18.8755 14.1428 18.1971 15.7762 16.8366L20.4693 21.5306C20.539 21.6003 20.6218 21.6556 20.7128 21.6933C20.8038 21.731 20.9014 21.7504 21 21.7504C21.0985 21.7504 21.1961 21.731 21.2871 21.6933C21.3782 21.6556 21.4609 21.6003 21.5306 21.5306C21.6003 21.4609 21.6556 21.3782 21.6933 21.2872C21.731 21.1961 21.7504 21.0985 21.7504 21C21.7504 20.9015 21.731 20.8039 21.6933 20.7128C21.6556 20.6218 21.6003 20.5391 21.5306 20.4694ZM3.74997 10.5C3.74997 9.16498 4.14585 7.85993 4.88755 6.7499C5.62925 5.63987 6.68346 4.77471 7.91686 4.26381C9.15026 3.75292 10.5075 3.61925 11.8168 3.8797C13.1262 4.14015 14.3289 4.78303 15.2729 5.72703C16.2169 6.67103 16.8598 7.87377 17.1203 9.18314C17.3807 10.4925 17.2471 11.8497 16.7362 13.0831C16.2253 14.3165 15.3601 15.3707 14.2501 16.1124C13.14 16.8541 11.835 17.25 10.5 17.25C8.71037 17.248 6.99463 16.5362 5.72919 15.2708C4.46375 14.0053 3.75196 12.2896 3.74997 10.5Z' fill='%23969696'/%3E%3C/svg%3E");display:inline-block;line-height:0;padding:12px}@media (max-width:575px){.heroSection .heroSearch .wp-block-search__inside-wrapper{flex-wrap:wrap}}.heroSection .heroSearch .wp-block-search__input::placeholder{color:#686868}.heroSection .heroSearch .wp-block-search__button{position:relative;font-size:1rem;font-weight:700;padding:14px 14px 14px 68px;line-height:20px}.heroSection .heroSearch .wp-block-search__button::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24.0005 0.00232289L18.0029 0.00232315L42.0136 24.0104L18.0243 47.9988L24.0005 47.9988L48.0005 24.0006L24.0005 0.00232289Z' fill='white'/%3E%3Cpath d='M11.9961 0.00232289L5.99853 0.00232315L30.0092 24.0104L6.01992 47.9988L11.9961 47.9988L35.9961 24.0006L11.9961 0.00232289Z' fill='white'/%3E%3Cpath d='M0.00829868 0.00120926L23.9976 23.9896L0.00830078 47.9772L0.00830052 41.9805L18.001 23.9896L0.00829895 5.99877L0.00829868 0.00120926Z' fill='white'/%3E%3Cpath d='M0.00761656 11.9955L12.0027 23.9897L0.00761761 35.9839L0.00761735 29.9873L6.00517 23.9897L0.000487493 17.9512L0.00761656 11.9955Z' fill='white'/%3E%3C/svg%3E");line-height:0;position:absolute;left:0;top:0}.heroSection .heroSearch .wp-block-search__button:hover{background:#262626 !important}@media (max-width:575px){.heroSection .heroSearch .wp-block-search__button{flex:1 1 100%;margin-left:0;padding:14px 50px}}@media (max-width:991px){.heroSection .heroCards{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}}@media (max-width:575px){.heroSection .heroCards{grid-template-columns:repeat(2, 1fr)}}.heroSection .heroCard{background:transparent !important}@media (max-width:575px){.heroSection .heroCard{min-height:107px}}.heroSection .heroCard .heroCtaLink{height:100%}.heroSection .heroCard .heroCtaLink a{position:relative;padding:1rem 1rem 2.5rem;display:block;font-weight:700;line-height:17px;height:inherit;background-color:#0000003d;border-radius:8px}.heroSection .heroCard .heroCtaLink a:hover{transform:scale(1.05);background-color:#00000052}.heroSection .heroCard .heroCtaLink a::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.7991 1L9 1L20.2059 12.0045L9.00998 23L11.7991 23L23 12L11.7991 1Z' fill='white'/%3E%3Cpath d='M6.79908 1L4 1L15.2059 12.0045L4.00998 23L6.79909 23L18 12L6.79908 1Z' fill='white'/%3E%3Cpath d='M0.999999 1L12 12.0002L1 23L1 20.2502L9.25031 12.0002L0.999999 3.75026L0.999999 1Z' fill='white'/%3E%3Cpath d='M1.00356 6L7 11.5L1.00356 17L1.00356 14.2502L4.00178 11.5L1 8.731L1.00356 6Z' fill='white'/%3E%3C/svg%3E");line-height:0;position:absolute;bottom:1rem;right:1rem}.heroSection .heroCard .heroCtaLink a strong{opacity:0.6}.whyWeSection-h2{font-size:2rem;line-height:1.3}.whyWeSection .whyWeContent{align-items:center !important}@media (max-width:991px){.whyWeSection .whyWeContent{flex-direction:column;padding-top:0 !important;padding-bottom:0 !important}}.whyWeSection .whyWe-banner{position:relative}.whyWeSection .whyWe-banner .whyWe-image{margin:0;opacity:0;visibility:hidden;transition:opacity 0.3s ease, visibility 0.3s ease}.whyWeSection .whyWe-banner .whyWe-image.is-open{opacity:1;visibility:visible}.whyWeSection .whyWe-banner .whyWe-image:not(:first-child){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:991px){.whyWeSection .whyWe-banner{flex-basis:unset !important;text-align:center}.whyWeSection .whyWe-banner img{width:100%}}.whyWeSection .sectionTitle{line-height:1.3 !important}.whyWeSection .whyWe-Description{line-height:1.3 !important}.whyWeSection .whyWe-accorItem{margin:-1px 0 0 !important;padding:22px 0;border-bottom:1px solid #ffffff1f;outline-offset:3px}.whyWeSection .whyWe-accorItem.is-open{margin-left:-16px !important;margin-right:-16px !important;padding-left:16px !important;padding-right:16px !important;background-color:#1c1c1c;border:1px solid #ffffff1f;border-radius:4px}@media (max-width:575px){.whyWeSection .whyWe-accorItem.is-open{margin-left:-10px !important;margin-right:-10px !important;padding-left:9px !important;padding-right:9px !important}}.whyWeSection .whyWe-accorItem .accordion-item__toggle{font-family:"Source Sans 3", sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;padding:0 !important}.whyWeSection .whyWe-accorItem .accordion-item__toggle-icon{color:#00b0a5}.whyWeSection .whyWe-accorItem .whyWe-accorText{margin-top:14px}.grantsCta{margin-left:1rem;margin-right:1rem;border-radius:4px;overflow:hidden}@media (max-width:575px){.grantsCta-content{text-align:center;padding:116px 0}}.grantsCta .grantsCta-cover{max-width:100%}.grantsCta .grantsCta-cover img{max-width:900px;margin-left:auto}@media (max-width:575px){.grantsCta .grantsCta-cover img{top:unset;bottom:0;max-height:178px}}.grantsCta .grantsCta-description{line-height:1.3 !important}@media (max-width:575px){.grantsCta .grantsCta-buttons .grantsCta-link{width:100%}}.grantsCta .grantsCta-buttons a{position:relative;padding:10px 20px 10px 60px;line-height:20px}.grantsCta .grantsCta-buttons a::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20.0005 0.000655909L15.0027 0.000656128L35.0111 20.0088L15.0205 40.0006L20.0005 40.0006L40.0001 20.0006L20.0005 0.000655909Z' fill='black'/%3E%3Cpath d='M9.9954 0.000655909L4.99756 0.000656128L25.006 20.0088L5.01538 40.0006L9.9954 40.0006L29.995 20.0006L9.9954 0.000655909Z' fill='black'/%3E%3Cpath d='M0.00732247 -0.000583649L19.998 19.9912L0.00732422 39.9823L0.007324 34.9847L15.0009 19.9912L0.00732269 4.99775L0.00732247 -0.000583649Z' fill='black'/%3E%3Cpath d='M0.00594009 9.99525L10.0016 19.9912L0.00594097 29.9871L0.00594075 24.9895L5.00379 19.9912L-6.56912e-07 14.9587L0.00594009 9.99525Z' fill='black'/%3E%3C/svg%3E");line-height:0;position:absolute;top:0;bottom:0;left:0}.grantsCta .grantsCta-buttons a:hover{color:#262626 !important}@media (max-width:575px){.grantsCta .grantsCta-buttons a{padding:9px 36px}}.latestNews-section .sectionDescription{max-width:624px;width:100%;line-height:23px;margin-top:14px;font-size:1.125rem}.latestNews-section .latestNews-posts{margin-top:61px}.latestNews-section li:not(.has-post-thumbnail) .latestNews-post--card::before{content:"";display:block;height:220px;background:url("./assets/images/logo-as-fallback.png") no-repeat center center}.latestNews-section .latestNews-post--card{height:100%;align-content:flex-end}@media (max-width:991px){.latestNews-section .latestNews-posts--template{grid-template-columns:1fr}}.latestNews-section .latestNews-post--info{margin-top:12px;padding:6px}.latestNews-section .latestNews-post--meta{height:30px}.latestNews-section .latestNews-post--meta .taxonomy-post_tag a{display:inline-flex;align-items:center;gap:4px;padding:4.5px 9px;background:#00000080;border-radius:4px;line-height:19px}.latestNews-section .latestNews-post--meta .taxonomy-post_tag a:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.9987 3.9585L16.0404 7.50016L9.9987 11.0418L3.95703 7.50016L9.9987 3.9585Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.70703 10L3.95703 12.5L9.9987 16.0417L16.0404 12.5L12.2255 10' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");line-height:0}.latestNews-section .latestNews-post--meta .taxonomy-post_tag a:not(:first-child){display:none}.latestNews-section .latestNews-post--title{margin-top:13px;font-family:"Source Sans 3", sans-serif;font-size:1.5rem;line-height:1.2 !important;height:58px;overflow:hidden}.latestNews-section .latestNews-post--title a{line-clamp:2;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.latestNews-section .latestNews-post--title a:hover{color:#00b0a5 !important}.latestNews-section .latestNews-post--more{display:block;width:40px;height:40px;margin-top:13px;margin-left:auto;font-size:0;border-radius:100% !important;text-align:center}.latestNews-section .latestNews-post--more:hover{border-color:#00b0a5 !important}.latestNews-section .latestNews-post--more::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M9.80105 5.98301C9.80105 6.30611 9.66255 6.58306 9.43177 6.7677L4.26203 11.3374C3.89275 11.6605 3.33888 11.6143 3.06192 11.245C2.78496 10.8758 2.78496 10.368 3.15424 10.0449L7.67775 6.07533C7.72389 6.02915 7.72389 5.98301 7.67775 5.89069L3.15424 1.92105C2.78496 1.59796 2.78496 1.04404 3.10806 0.720945C3.4312 0.397851 3.93893 0.351667 4.30821 0.628626L9.47791 5.15214C9.66255 5.38296 9.80105 5.65987 9.80105 5.98301Z' fill='%2300B0A5'/%3E%3C/svg%3E");display:inline-block;line-height:40px;width:12px}@media (max-width:991px){.latestEvents__columns{flex-direction:column}.latestEvents__columns img{width:100%}}.latestEvents__card{border:1px solid #404040;border-radius:8px;border-top-width:4px;border-top-color:#00a79e;background:#171717;padding:24px}.latestEvents__card-date{text-transform:uppercase;line-height:16px}.latestEvents__card-name{font-size:1.75rem;font-family:"Source Sans 3", sans-serif;margin:18px 0 24px}.latestEvents__card-name a{line-clamp:1;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.latestEvents__card-name a:hover{color:#00a79e}.latestEvents__card-excerpt{margin:0;font-size:1.125rem;line-height:1.3;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.latestEvents__card-meta{justify-content:space-between}.latestEvents__card-meta a{color:#00b0a5;padding:2px 8px;border-bottom:1px solid #00b0a5;min-width:fit-content}.latestEvents__card-meta .event_location{line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.faqSection .faqAccordions{max-width:100%;margin-top:60px}.faqSection .faqAccordion{padding:1.5rem 2rem;background:#1c1c1c}@media (max-width:575px){.faqSection .faqAccordion{padding:1.5rem 1rem}}.faqSection .faqAccordion.is-open .faqAccordion-panel{margin-top:7px}.faqSection .faqAccordion-title{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:400;line-height:34px}.faqSection .faqAccordion-title button{padding:0}.faqSection .faqAccordion-title button:hover{color:#00b0a5 !important}.faqSection .faqAccordion-title .accordion-item__toggle-icon{color:#00b0a5;line-height:0}@media (max-width:575px){.talkSection .sectionTitle{max-width:343px;width:100%;margin:0 auto}}.talkSection .talk-btns--link{line-height:0}@media (max-width:575px){.talkSection .talk-btns--link{width:100%}}.talkSection .wp-block-button__link{position:relative;line-height:20px;padding:10px 40px 10px 64px;overflow:hidden}.talkSection .wp-block-button__link::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20.0008 0.00077798L15.0029 0.000778198L35.0114 20.0089L15.0208 40.0007L20.0008 40.0007L40.0003 20.0008L20.0008 0.00077798Z' fill='black'/%3E%3Cpath d='M9.99565 0.00077798L4.9978 0.000778198L25.0063 20.0089L5.01563 40.0007L9.99565 40.0007L29.9952 20.0008L9.99565 0.00077798Z' fill='black'/%3E%3Cpath d='M0.00756661 -0.000461578L19.9982 19.9914L0.00756836 39.9824L0.00756814 34.9848L15.0011 19.9914L0.00756683 4.99787L0.00756661 -0.000461578Z' fill='black'/%3E%3Cpath d='M0.00618423 9.99549L10.0019 19.9914L0.00618511 29.9873L0.00618489 24.9897L5.00403 19.9914L0.000243484 14.9589L0.00618423 9.99549Z' fill='black'/%3E%3C/svg%3E");line-height:0;position:absolute;top:0;bottom:0;left:0}.talkSection .wp-block-button__link:hover{color:#262626 !important}@media (max-width:575px){.talkSection .wp-block-button__link{padding:10px 50px}}.homePage #mainContent{position:relative}.homePage #mainContent::before{content:"";position:absolute;top:45%;bottom:15%;left:12px;right:12px;background:linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1b1b1b 100%);border-radius:8px;z-index:-1}.ourwork-section{margin:0 1rem}@media (max-width:991px){.ourwork-section{margin:0 12px}}.ourwork-section .ourwork{max-width:100%}.ourwork-section .ourwork__eyebrow{margin-bottom:0.5rem}@media (max-width:991px){.ourwork-section .ourwork__eyebrow{font-size:1.5rem !important}}@media (max-width:991px){.ourwork-section .ourwork__title{font-size:5rem !important}}.ourwork-section .ourwork__description{margin-top:1.5rem;max-width:644px}@media (max-width:768px){.ourwork-section .ourwork__description{font-size:1.125rem}}.ourtaiao__content{text-align:left}.ourtaiao__title{font-size:2rem;margin-bottom:1rem}.ourtaiao__description{max-width:718px;width:100%;margin-bottom:2rem;font-size:1.15rem}.ourtaiao__list{list-style:none;padding:0;margin:0}.ourtaiao__list-item{display:flex;align-items:center;font-size:1.15rem}.ourtaiao__list-item:not(:first-child){margin-top:0.625rem}.ourtaiao__list-item::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM16.2806 10.2806L11.0306 15.5306C10.961 15.6004 10.8783 15.6557 10.7872 15.6934C10.6962 15.7312 10.5986 15.7506 10.5 15.7506C10.4014 15.7506 10.3038 15.7312 10.2128 15.6934C10.1218 15.6557 10.039 15.6004 9.96938 15.5306L7.71938 13.2806C7.57865 13.1399 7.49959 12.949 7.49959 12.75C7.49959 12.551 7.57865 12.3601 7.71938 12.2194C7.86011 12.0786 8.05098 11.9996 8.25 11.9996C8.44903 11.9996 8.6399 12.0786 8.78063 12.2194L10.5 13.9397L15.2194 9.21937C15.2891 9.14969 15.3718 9.09442 15.4628 9.0567C15.5539 9.01899 15.6515 8.99958 15.75 8.99958C15.8486 8.99958 15.9461 9.01899 16.0372 9.0567C16.1282 9.09442 16.2109 9.14969 16.2806 9.21937C16.3503 9.28906 16.4056 9.37178 16.4433 9.46283C16.481 9.55387 16.5004 9.65145 16.5004 9.75C16.5004 9.84855 16.481 9.94613 16.4433 10.0372C16.4056 10.1282 16.3503 10.2109 16.2806 10.2806Z' fill='white'/%3E%3C/svg%3E");margin-right:0.75rem;line-height:1}@media (max-width:768px){.ourtaiao__list{font-size:1.125rem}}.fourpou__title{margin-bottom:2rem}.fourpou__columns{display:flex;gap:2rem;margin-bottom:2rem}@media (max-width:991px){.fourpou__columns{flex-direction:column}}.fourpou__card{background-color:#004f59;padding:2rem 1.5rem;border-radius:4px;color:#fff;height:100%}.fourpou__card--taiao{background-color:#005362}.fourpou__card--tikanga{background-color:#004249}.fourpou__card--tangata{background-color:#007976}.fourpou__card--tatāwhai{background-color:#00377b}.fourpou__label{display:flex;align-items:center;gap:5px;font-size:0.95rem;font-weight:400;margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:0.42px}.fourpou__label::before{content:"";display:inline-block;line-height:0;width:44px;height:44px;background-repeat:no-repeat;background-size:contain}.fourpou__label-taiao::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='591' height='591' viewBox='0 0 591 591'%3E%3Cpath fill='%23FEFEFE' d='M413.087 73.9752C467.983 104.068 508.906 154.468 527.085 214.374C545.89 276.386 538.983 343.353 507.917 400.222C505.604 404.473 496.697 419.92 493.696 422.464C489.899 423.314 484.522 423.06 480.51 423.062L462.731 423.059L396.377 423.061L211.963 422.753C181.192 422.927 150.421 422.856 119.652 422.541C111.998 422.443 103.807 422.702 96.2598 422.462C91.9473 417.338 84.0045 403.432 80.8567 397.37C59.7252 357.198 50.3556 311.88 53.8244 266.622C57.1271 228.16 67.2819 197.151 86.1384 163.723L86.6408 164.269C75.3499 184.009 63.7789 214.791 60.4075 237.434C63.0167 242.743 69.1115 252.134 72.3927 257.691C69.1967 257.695 63.5747 257.952 60.6704 257.75C65.6882 263.305 70.4697 269.929 75.3252 275.672C77.2025 277.892 79.2586 280.789 81.2572 282.824C76.3997 283.092 71.5135 283.081 66.6472 283.114C72.9429 288.562 80.3803 296.601 86.4119 301.471C81.4488 301.499 74.51 301.734 69.6653 301.503C77.4277 313.416 84.6439 326.369 92.295 338.386C94.7245 342.202 98.917 349.808 101.421 353.14C94.1452 353.286 82.2606 353.61 75.2816 353.154C83.3411 361.094 91.1202 369.571 99.2836 377.45C101.795 379.874 105.236 383.844 107.664 385.921C99.855 386.234 91.9435 385.974 84.1168 386.101C93.096 395.846 101.008 406.879 110.152 416.473C110.7 417.047 112.704 417.022 113.425 416.674C112.771 414.75 102.263 403.475 100.318 400.679C101.663 399.06 103.26 397.035 104.683 395.542C102.059 395.868 99.1024 395.817 96.4562 395.682C88.3438 389.149 96.0559 388.37 101.911 388.624C106.014 388.801 110.52 388.431 114.6 388.964C111.275 385.634 107.817 382.254 104.551 378.881C106.643 376.708 108.801 374.403 110.923 372.277C107.65 372.715 102.125 372.551 98.6779 372.494C96.95 371.264 96.0793 370.291 94.6064 368.768C96.1555 366.115 100.794 357.972 102.641 355.981C104.018 355.961 105.318 355.922 106.695 356.004C105.796 354.931 105.116 354.314 104.735 352.974C104.966 350.92 113.098 338.17 114.714 335.996C110.776 336.147 106.597 335.974 102.634 335.96C107.511 331.653 112.198 326.72 117.002 322.548C113.297 322.976 110.036 322.475 106.604 322.819C108.804 319.508 118.147 307.991 121.159 304.698C118.514 304.774 115.478 304.615 113.004 304.753C114.282 301.701 116.107 299.269 117.662 296.467C121.081 290.307 126.409 282.906 129.469 276.773C135.214 286.009 140.851 295.313 146.378 304.681C143.776 304.716 140.897 304.822 138.33 304.794C142.495 310.257 148.215 317.489 152.711 322.662C149.703 322.687 145.069 322.897 142.283 322.732C147.029 326.863 151.764 331.956 156.369 335.874L144.68 336.115L159.226 359.897C161.387 363.436 164.774 369.369 167.12 372.59C161.033 372.443 154.205 372.771 148.32 372.495C152.52 376.649 156.83 380.81 160.88 385.109C161.392 385.652 161.204 386.94 161.155 387.665C164.489 387.893 165.43 389.717 167.909 392.301C166.561 393.809 166.062 394.331 164.485 395.599C161.787 395.721 157.465 395.933 154.788 395.788C158.684 400.419 160.557 400.718 155.217 404.863C158.078 404.922 161.956 404.529 163.964 406.662C164.514 407.249 165.023 407.873 165.487 408.53C163.594 411.067 160.674 414.585 158.489 416.938L162.402 416.656C166.638 412.207 170.76 406.709 174.918 402.03L162.3 402.003C167.952 396.64 174.196 389.542 179.604 384.621C175.306 384.906 170.681 384.454 166.66 384.851L166.179 384.896L165.891 384.928C167.731 381.273 170.265 377.372 172.425 373.834L182.521 357.316C179.409 357.671 176.784 357.377 173.772 357.585C176.937 354.081 180.66 350.765 184.214 347.653C181.94 347.705 178.577 347.645 176.426 347.858C179.339 343.489 183.922 338.432 187.209 334.11C185.093 334.35 183.209 334.251 181.086 334.197C184.999 327.686 189.983 319.96 193.526 313.44C197.941 320.079 201.96 327.812 206.23 334.112C204.282 334.17 201.941 334.299 200.032 334.202C203.622 338.612 207.452 343.18 210.886 347.687C208.189 347.745 205.819 347.78 203.117 347.707C206.505 350.465 210.433 354.414 213.645 357.512C210.743 357.468 207.77 357.573 204.934 357.52L221.449 384.667C218.4 384.695 210.453 384.975 207.682 384.669C212.982 389.466 219.812 397.796 224.877 401.904L212.376 402.074C214.691 404.658 218.097 409.011 220.324 411.178C233.352 411.626 248.235 411.333 261.388 411.262C269.786 391.305 277.688 371.105 285.951 351.09C286.577 349.574 287.184 347.935 287.899 346.466C287.246 350.343 285.881 355.051 284.877 358.956L279.844 378.6L274.685 398.62C273.705 402.442 272.538 407.573 271.246 411.194C274.861 411.261 278.477 411.295 282.093 411.295L297.414 352.711C299.318 345.408 301.317 336.891 303.4 329.701C298.958 316.657 292.23 302.65 287.463 289.458C292.323 275.476 299.929 260.155 304.56 246.252C316.128 277.805 325.957 310.281 337.294 341.946C339.298 347.542 341.302 353.372 343.02 359.054C343.634 361.412 343.948 361.969 345.048 364.115C344.58 362.302 344.145 360.484 343.535 358.714C341.872 352.856 340.327 346.052 338.827 340.091L329.761 304.233C327.742 296.352 325.761 288.461 323.821 280.56C322.848 276.683 321.233 271.3 320.653 267.525C322.068 270.333 323.207 273.288 324.567 276.13C333.541 294.892 341.633 314.215 350.712 332.915C349.646 327.989 345.919 294.255 345.219 293.212C330.124 270.706 312.612 248.922 296.632 226.861C294.253 230.49 291.068 234.646 288.465 238.219L273.814 258.339C262.677 273.641 251.271 289.823 239.859 304.85C234.832 298.111 229.723 290.957 224.819 284.121C222.46 287.642 219.164 291.696 216.544 295.1C210.785 302.494 205.088 309.937 199.455 317.427C198.13 315.324 196.836 313.202 195.573 311.062C197.193 308.072 201.809 302.124 203.878 299.046C210.335 289.441 218.043 279.253 223.701 269.226C228.915 275.892 234.459 285.217 240.379 291.008C248.452 282.075 257.968 267.087 264.702 256.65C274.827 240.949 284.751 225.118 294.47 209.163C297.028 212.929 301.165 218.13 303.955 221.882L323.495 248.186L383.234 328.665C381.86 331.506 379.852 334.667 378.168 337.372C379.967 337.347 381.606 337.232 383.398 337.105C379.971 341.562 376.007 346.649 372.385 350.905L378.804 350.737C376.25 353.546 371.324 357.933 368.391 360.658C371.58 360.373 376.18 360.454 379.5 360.435C377.011 364.814 373.926 369.984 371.125 374.135C368.008 367.959 364.565 357.273 361.609 352.086C363.731 360.105 367.169 369.996 368.852 377.858C367.164 381.047 364.772 384.771 362.861 387.847C365.287 387.77 369.597 387.492 371.78 388.072C372.047 388.442 372.187 388.48 372.146 388.976C371.913 391.832 360.416 402.545 357.819 404.897C362.205 404.987 366.592 405.042 370.979 405.061C369.503 406.442 367.064 409.634 365.645 411.338C369.773 411.142 370.015 410.766 372.746 407.467C374.262 405.637 375.681 403.702 377.346 401.997C373.405 402.137 368.862 402.03 364.875 402.03C368.783 397.578 377.816 388.507 382.223 384.606C377.629 384.976 372.829 384.399 368.126 384.928C372.998 375.938 379.546 366.55 384.679 357.462C382.056 357.596 378.7 357.507 376.022 357.512C378.669 354.639 383.425 350.396 386.332 347.632C383.7 347.808 381.567 347.64 378.776 347.92C380.956 344.426 386.801 337.618 389.587 334.191C387.675 334.281 385.395 334.229 383.452 334.231C387.543 327.217 391.891 320.377 395.914 313.304C399.676 319.434 404.693 328.432 408.654 334.138C406.443 334.197 404.501 334.217 402.292 334.153C405.493 337.717 410.316 343.844 413.176 347.693C410.549 347.666 408.43 347.835 405.719 347.681L416.089 357.569C413.397 357.352 410.033 357.568 407.115 357.417C412.722 365.945 418.471 375.907 423.866 384.701C420.084 384.6 413.225 385.085 409.827 384.573C412.713 387.251 417.015 391.544 419.618 394.405C423.902 389.524 429.286 384.948 433.742 380.153C436.182 377.527 438.788 374.865 441.313 372.321C436.186 372.756 428.139 372.518 422.795 372.518C423.828 370.654 425.017 368.622 426.172 366.823C432.632 356.762 438.48 345.914 445.129 336.01C441.416 336.144 436.988 336.004 433.221 335.971C437.779 331.61 442.713 326.83 447.413 322.668C443.913 322.828 440.436 322.453 436.985 322.918C438.753 320.278 449.538 306.903 451.787 304.653C448.781 304.848 446.233 304.533 443.158 304.927C448.485 295.628 454.436 286.106 460.013 276.912C465.361 284.714 471.86 296.295 476.898 304.68C474.075 304.648 471.517 304.866 468.626 304.723L483.149 322.675C479.672 322.595 476.073 323.046 472.66 322.611C476.717 326.206 483.195 333.012 487.006 335.876L475.11 336.102C481.26 345.851 487.144 355.801 493.221 365.597C494.372 367.451 495.51 369.308 496.481 371.263C501.764 365.495 508.741 358.875 514.387 353.26C505.805 353.381 496.976 353.236 488.355 353.259C494.812 341.927 502.196 330.854 508.84 319.604C512.418 313.545 516.229 307.422 519.967 301.456C514.649 301.664 508.668 301.508 503.302 301.482C509.907 295.757 516.343 288.614 523.13 283.054C518.202 283.06 513.273 283.035 508.345 282.98C509.679 281.569 510.9 279.863 512.152 278.362C517.83 271.558 523.19 264.36 528.983 257.664C525.164 257.905 521.257 257.487 517.296 257.798C520.482 251.702 525.279 245.109 528.202 239.106C525.824 223.428 520.476 206.44 514.515 191.777C494.533 142.742 458.969 101.647 413.31 74.8332L413.087 73.9752ZM336.127 411.318C338.221 411.289 340.816 411.185 342.867 411.278C341.247 407.109 339.703 401.746 338.334 397.421L330.897 373.99C330.001 371.193 327.784 363.673 326.682 361.215C326.678 363.433 328.843 373.65 329.346 376.262L336.127 411.318ZM427.089 401.873C422.973 402.057 418.865 402.046 414.745 402.064C416.216 403.807 420.727 409.312 422.252 410.467L422.762 410.378L422.963 410.061C425.556 406.808 432.386 398.349 435.175 395.654C432.721 395.769 423.356 395.943 421.145 395.613C422.424 397.127 425.634 400.622 427.089 401.873ZM485.399 395.686C486.435 397.421 489.916 401.323 491.36 403.032C492.228 401.842 492.972 400.78 493.956 399.676C495.159 398.231 496.243 396.878 497.596 395.568C495.338 395.808 487.563 395.97 485.399 395.686ZM479.053 372.516C480.52 374.247 482.145 375.809 483.754 377.408L487.313 380.865C488.614 379.255 494.785 373.381 494.784 372.518L494.617 372.449C490.055 372.61 483.651 372.661 479.053 372.516ZM492.53 386.167C494.515 388.763 497.406 390.985 499.475 393.456C500.398 392.095 500.901 391.337 502.035 390.103L505.027 386.525L504.81 386.189C501.428 385.82 496.03 386.047 492.53 386.167Z'/%3E%3Cpath fill='%23FEFEFE' d='M113.596 425.88C116.647 425.481 127.141 425.577 130.684 425.642C137.047 425.758 146.559 425.296 152.568 425.857C155.558 428.42 159.294 433.508 161.799 436.678C162.738 437.866 160.208 439.817 159.237 440.317C157.369 440.32 155.027 440.208 153.276 440.673C154.789 440.927 158.059 441.111 159.59 441.029C162.211 440.947 167.344 441.35 169.946 441.724C165.969 437.038 160.24 430.614 156.625 425.807C175.398 425.288 195.763 425.651 214.659 425.653L319.986 425.662L428.115 425.653C446.617 425.647 465.17 425.634 483.674 425.674C485.418 425.677 488.672 425.663 489.89 426.785C490.435 428.937 483.886 435.912 482.225 437.882C466.299 456.769 447.834 472.176 427.239 485.736C424.684 482.038 421.864 477.174 419.574 473.245C425.183 473.382 432.786 472.99 438.03 473.39C431.208 466.227 422.811 458.493 416.506 451.492C414.062 454.142 409.782 458.58 407.097 460.896C410.825 461.027 415.09 461.227 418.744 460.647L420.539 461.365L404.179 488.276C406.863 488.294 410.237 488.409 412.864 488.224C411.53 489.532 403.67 496.947 403.146 497.672C403.575 498.247 403.382 498.041 404.076 498.393C402.058 500.231 386.776 506.348 383.374 507.763C380.845 504.929 377.824 500.559 375.403 498.089C377.987 498.064 380.599 498.017 383.181 498.025C379.612 494.992 376.065 491.423 372.69 488.133C375.722 488.332 378.607 488.316 381.639 488.32C380.302 486.201 378.985 484.07 377.69 481.926C376.823 482.204 375.446 482.478 374.966 483.061C375.149 483.757 375.491 483.986 376 484.516L376.054 485.1C375.006 485.834 366.973 485.546 365.357 485.329C368.888 488.574 372.394 491.846 375.874 495.144C373.816 495.163 371.355 495.245 369.337 495.126C372.687 499.028 376.999 504.318 380.07 508.445C378.934 508.482 376.196 508.334 375.593 508.942C375.475 511.022 374.481 510.898 372.401 511.561C368.973 512.653 348.359 519.062 346.74 517.818L347.543 512.955C346.701 514.608 346.172 515.876 345.476 517.598C343.914 520.156 335.415 520.275 332.263 521.011L331.959 521.085C332.779 516.816 339.803 490.956 339.611 489.242C338.301 490.364 329.966 516.761 327.977 521.488C320.064 522.953 305.6 523.48 297.616 523.517C298.477 521.061 299.372 518.778 300.195 516.274C298.159 507.094 295.284 497.234 292.98 488.021C289.213 487.646 285.453 487.216 281.699 486.731C282.675 490.887 283.845 495.114 284.902 499.266C282.911 495.725 281.1 490.528 279.672 486.645C275.25 485.63 270.466 485.174 265.963 484.332C250.192 481.385 234.602 477.338 218.758 474.845C216.151 474.435 213.482 474.18 210.937 473.478C207.819 478.273 204.774 483.387 201.774 488.276C204.822 488.242 207.324 488.364 210.48 488.223C207.596 491.24 203.364 495.43 200.116 497.911C202.747 498.059 205.295 498.048 207.926 498.054C206.199 499.843 204.264 503.503 202.228 504.173C197.083 503.78 175.629 491.565 170.276 488.207C173.018 488.404 176.506 488.321 179.305 488.33C176.028 483.427 171.53 474.736 168.002 470.483C164.888 470.79 144.491 472.712 143.194 472.192L143.128 471.813C143.683 471.559 144.235 471.3 144.786 471.036C144.491 470.201 141.259 467.775 140.293 466.967C135.174 462.673 130.214 458.193 125.422 453.538C122.682 450.895 119.762 447.216 116.81 444.957C116.487 444.342 116.435 444.279 115.993 443.739C113.241 440.852 109.819 436.612 107.2 433.492C108.692 431.234 111.635 427.697 113.596 425.88ZM209.227 443.84C213.415 443.763 217.604 443.766 221.792 443.849C220 445.607 217.304 448.46 215.479 449.987C229.847 453.784 244.812 458.423 259.238 461.497C262.07 462.126 267.768 463.229 270.268 464.069C266.608 455.02 262.211 443.184 258.244 434.544L217.264 434.575C214.341 437.594 211.991 440.958 209.227 443.84ZM204.834 460.918C209.364 461.021 213.895 461.072 218.427 461.071C216.303 464.267 214.479 467.832 212.365 470.895C229.931 473.096 249.345 477.636 266.95 481.107C269.85 481.528 275.382 482.195 277.989 482.886C276.002 478.006 273.789 472.289 271.643 467.504C261.57 465.147 251.95 463.321 241.784 460.74C235.297 459.04 228.828 457.272 222.378 455.436C220.899 455.026 213.956 453.011 212.66 453.005C210.02 455.611 207.411 458.249 204.834 460.918ZM276.166 465.037C279.955 465.72 283.751 466.36 287.555 466.956C286.243 463.031 285.029 457.805 283.968 453.728C282.271 447.311 280.616 440.883 279.004 434.444C276.516 434.537 270.541 434.719 268.176 434.455C270.797 444.4 273.336 455.236 276.166 465.037ZM367.844 440.818C363.697 440.659 358.148 441.03 354.462 440.719C357.201 443.327 368.852 453.758 368.981 456.968C369.002 457.489 368.827 457.532 368.516 457.902C366.169 458.526 362.39 458.274 359.838 458.21C361.381 460.755 363.441 465.682 366.235 466.198C365.665 468.495 361.601 481.877 361.678 483.027L362.211 483.265C365.37 481.775 365.886 471.7 368.609 472.623L369.384 473.843C370.332 475.431 372.66 479.613 373.912 480.566C374.997 480.516 375.046 480.413 375.997 479.937L376.134 479.5C373.033 473.954 368.381 466.55 364.903 461.061C369.441 461.026 374.416 460.887 378.92 460.998C374.614 457.437 365.603 448.018 361.854 443.853C365.935 443.78 370.059 443.63 374.129 443.906C371.612 440.971 368.722 437.355 366.115 434.62C365.035 434.557 363.913 434.518 362.843 434.387C363.134 435.738 366.706 439.531 367.844 440.818ZM277.027 468.307C277.927 471.945 280.126 479.676 280.682 483.12C282.525 483.375 290.788 484.644 292.059 484.643C290.856 479.992 289.54 474.478 288.116 469.937C284.355 469.449 280.757 469 277.027 468.307ZM164.864 453.411C162.723 455.712 160.355 457.661 158.254 459.955C154.797 463.73 151.257 467.827 147.256 471.046C151.309 470.196 154.959 469.766 159.075 469.473C161.787 469.213 164.786 468.844 167.485 468.889C165.583 466.174 164.353 463.752 162.632 461.091C167.123 461.046 171.787 460.934 176.264 460.975C172.124 456.782 167.994 452.563 163.825 448.397C161.022 445.595 159.745 443.804 155.655 443.283C155.866 446.079 153.432 447.948 151.565 449.891C154.17 449.932 159.117 449.886 161.413 450.291C162.776 451.398 163.619 452.192 164.864 453.411ZM332.974 434.485C332.182 438.691 326.013 468.682 326.343 470.398C327.191 470.84 326.756 470.78 327.692 470.583C328.709 469.544 328.602 468.786 329.171 467.42L335.988 445.945C336.991 442.781 338.502 437.464 339.717 434.512C337.577 434.547 335.073 434.651 332.974 434.485ZM411.626 443.843C415.748 443.78 419.87 443.771 423.993 443.817C422.879 444.904 418.718 448.607 418.66 449.827L419.515 449.991C423.513 449.987 427.998 449.882 431.956 450.015C429.027 447.166 420.646 436.32 418.93 435.061C416.625 438.075 414.094 440.957 411.626 443.843ZM323.555 485.137C324.192 483.132 327.412 473.694 327.081 472.43L326.431 472.244C325.075 474.023 323.46 482.948 323.352 485.127L323.555 485.137ZM358.967 493.175C359.836 491.404 361.083 488.393 361.62 486.527C361.367 485.932 361.542 486.136 361.2 485.839C359.892 487.429 359.216 491.008 358.73 493.044L358.967 493.175Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.043137256' d='M326.431 472.244L327.081 472.43C327.412 473.694 324.192 483.132 323.555 485.137L323.352 485.127C323.46 482.948 325.075 474.023 326.431 472.244Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.086274512' d='M361.2 485.839C361.542 486.136 361.367 485.932 361.62 486.527C361.083 488.393 359.836 491.404 358.967 493.175L358.73 493.044C359.216 491.008 359.892 487.429 361.2 485.839Z'/%3E%3Cpath fill='%23FEFEFE' d='M400.826 257.213C401.05 257.284 401.275 257.355 401.499 257.426C412.125 270.404 429.887 292.471 439.662 304.801C439.198 305.79 438.544 306.882 438.001 307.844C440.341 307.739 442.963 307.793 445.325 307.79C441.922 311.656 438.041 316.795 434.634 320.872C425.348 307.741 414.336 294.576 404.837 281.388C407.104 290.707 409.817 300.253 412.337 309.53L420.072 338.264C412.171 328.832 403.624 317.631 395.912 307.931C393.705 312.228 389.103 319.207 386.487 323.665C385.22 321.961 384.191 320.088 383.144 318.246C379.126 311.181 374.896 304.218 370.989 297.091C373.608 293.071 378.232 287.291 381.196 283.341L400.826 257.213Z'/%3E%3Cpath fill='%23FEFEFE' d='M218.544 312.725C218.597 312.788 218.659 312.845 218.703 312.915C219.423 314.074 214.364 342.081 213.651 346.267C211.776 344.174 210.023 341.967 208.253 339.784L206.338 337.275C208.058 337.289 209.777 337.325 211.495 337.385C209.662 334.176 207.444 330.703 205.506 327.517C208.03 323.958 215.225 316.655 218.544 312.725Z'/%3E%3Cpath fill='%23FEFEFE' d='M175.922 337.363C177.629 337.32 179.334 337.264 181.04 337.196C178.572 340.605 172.365 347.326 170.637 350.51L170.934 350.834C171.745 350.825 172.418 350.832 173.228 350.864L173.591 351.408C173.333 354.385 168.027 358.893 165.81 360.885C167.237 360.636 168.58 360.094 169.738 361.033C169.927 362.125 169.221 363.615 168.819 364.727L167.614 368.257C165.444 364.283 162.284 359.483 159.881 355.435C161.603 353.082 165.569 349.036 167.645 346.668C170.091 343.876 173.397 339.776 175.922 337.363Z'/%3E%3Cpath fill='%23FEFEFE' d='M148.429 473.31C152.768 473.057 159.275 473.279 163.814 473.229L160.798 478.321L159.09 481.137C155.781 478.997 151.377 475.838 148.429 473.31Z'/%3E%3Cdefs%3E%3ClinearGradient id='gradient_0' gradientUnits='userSpaceOnUse' x1='178.91353' y1='257.99362' x2='180.40851' y2='265.25729'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0.90588236'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23gradient_0)' d='M191.207 255.367L191.654 255.452C191.573 255.942 189.752 256.843 189.148 257.172C186.201 258.777 184.807 261.132 183.242 263.972L187.429 265.632C182.718 265.583 181.526 265.785 176.917 266.927C177.763 266.119 178.404 265.442 179.196 264.578C178.057 264.111 176.827 263.678 175.668 263.247C173.812 262.709 168.791 262.085 167.753 261.363C170.758 260.103 177.285 261.235 180.502 262.207C183.47 258.292 186.857 257.05 191.207 255.367Z'/%3E%3Cdefs%3E%3ClinearGradient id='gradient_1' gradientUnits='userSpaceOnUse' x1='452.30338' y1='251.48067' x2='451.40796' y2='258.78433'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0.94901961'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23gradient_1)' d='M438.793 249.374C443.648 250.006 447.779 252.383 451.16 255.822C455.206 254.117 458.956 253.46 463.312 254.19L463.482 254.467C462.285 255.014 458.576 255.684 456.734 256.243C454.648 257.003 453.716 257.46 451.745 258.508C452.665 258.854 453.526 259.03 454.08 259.786C453.636 259.931 446.243 259.123 444.593 259.16C445.738 258.59 447.044 258.135 448.247 257.677C445.334 252.562 443.778 252.01 438.793 249.374Z'/%3E%3Cdefs%3E%3ClinearGradient id='gradient_2' gradientUnits='userSpaceOnUse' x1='221.38698' y1='226.42839' x2='217.51335' y2='237.95015'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0.94117647'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23gradient_2)' d='M219.809 235.387C223.63 230.915 226.612 229.783 232.192 228.145C227.237 231.019 225.104 231.983 222.477 237.45L226.765 238.709C224.51 238.84 222.16 238.927 219.928 239.267C218.615 239.468 217.627 240.159 216.622 239.864L216.665 239.492C217.567 238.852 217.774 238.96 217.965 238.149C216.513 236.295 211.567 235.615 209.228 235.143C209.953 234.569 211.172 234.448 212.131 234.259C215.243 234.347 216.806 234.523 219.809 235.387Z'/%3E%3Cpath fill='%23FEFEFE' d='M155.607 375.41C159.3 375.616 164.191 375.463 167.971 375.447C167.013 377.123 165.982 378.814 164.993 380.476L163.361 383.308C160.73 381.044 157.88 378.038 155.607 375.41Z'/%3E%3Cpath fill='%23FEFEFE' d='M412.526 360.396L417.087 360.52C418.543 363.634 421.029 368.422 420.173 371.637L419.755 371.757C418.524 371.226 413.418 362.118 412.526 360.396Z'/%3E%3Cpath fill='%23FEFEFE' d='M176.049 360.283C176.567 360.492 176.378 360.311 176.603 360.839C175.965 363.11 172.169 368.689 170.785 370.956C170.411 371.569 170.302 371.447 169.701 371.536C169.328 370.993 168.304 369.445 168.488 368.977C169.264 367.013 174.74 361.551 176.049 360.283Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.95686275' d='M154.209 259.413L154.535 259.59C152.861 260.908 150.257 262.709 149.296 264.651C149.689 265.835 150.291 264.9 151.327 265.98C149.311 265.972 146.438 266.944 145.53 266.693C145.809 266.123 145.693 266.319 146.006 265.823L146.215 265.497C145.699 264.899 144.831 264.805 143.927 264.515C142.39 264.087 139.871 263.801 137.978 263.344C141.995 262.822 143.532 262.76 147.422 264.035C149.758 261.199 150.921 260.726 154.209 259.413Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.96470588' d='M476.269 251.571C479.713 252.252 481.659 253.506 484.192 255.761C487.424 254.635 490.297 254.703 493.696 254.516C492.098 255.154 490.29 255.558 488.612 255.985C487.513 256.26 485.966 256.893 485.046 257.564L485.064 257.911L485.829 258.318L485.672 258.542C484.546 258.442 481.353 258.283 480.551 257.848C480.901 257.605 482.127 256.823 481.862 256.323C480.815 254.353 478.108 252.748 476.269 251.571Z'/%3E%3Cpath fill='%23FEFEFE' d='M104.581 425.791L109.741 425.764C108.403 427.261 107.141 428.819 105.865 430.368C105.762 430.459 105.61 430.472 105.48 430.516C104.372 430.284 102.03 427.703 102.083 426.277C103.053 425.589 103.127 425.834 104.581 425.791Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.71372551' d='M86.1384 163.723C87.3714 161.401 88.6234 159.54 90.1644 157.404C89.6899 159.253 87.6369 162.584 86.6408 164.269L86.1384 163.723Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.65490198' d='M407.303 70.7809C408.298 71.2926 412.498 73.3929 413.087 73.9752L413.31 74.8332C411.403 73.8802 408.999 72.4177 407.103 71.3389L407.303 70.7809Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.94901961' d='M115.993 443.739C116.435 444.279 116.487 444.342 116.81 444.957C115.353 445.225 114.928 445.262 113.448 445.245L113.212 444.782L113.168 445.237L113.09 444.829L112.941 444.872C114.423 443.798 114.314 444.272 115.993 443.739Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.32156864' d='M407.103 71.3389C405.793 70.8041 402.309 68.9088 401.136 68.1788L401.169 67.9897C402.88 68.2195 405.827 69.8246 407.303 70.7809L407.103 71.3389Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.92941177' d='M159.59 441.029C158.059 441.111 154.789 440.927 153.276 440.673C155.027 440.208 157.369 440.32 159.237 440.317L159.59 441.029Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.050980393' d='M347.543 512.955L346.74 517.818C346.056 517.888 346.105 517.884 345.476 517.598C346.172 515.876 346.701 514.608 347.543 512.955Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.84313726' d='M204.828 234.448C207.051 234.258 209.921 234.129 212.131 234.259C211.172 234.448 209.953 234.569 209.228 235.143C207.794 235.12 206.251 234.735 204.828 234.448Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.49411765' d='M343.535 358.714C344.145 360.484 344.58 362.302 345.048 364.115C343.948 361.969 343.634 361.412 343.02 359.054L343.535 358.714Z'/%3E%3C/svg%3E")}.fourpou__label-tikanga::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='591' height='591' viewBox='0 0 591 591'%3E%3Cpath fill='%23FFFFFE' d='M417.556 70.9954C473.577 103.328 514.102 153.937 531.578 216.591C549.249 279.943 541.165 347.327 508.32 404.359C506.898 406.829 498.641 421.218 496.069 422.642C495.158 423.146 485.813 423.062 483.751 423.062L464.337 423.058L397.936 423.331L93.5045 422.469C88.5426 416.31 80.8987 402.814 77.2598 395.741C55.2683 353.348 46.2317 305.423 51.275 257.932C54.9566 222.718 66.3045 188.736 84.5215 158.376L84.9587 158.864C79.692 167.772 74.7625 178.331 70.8997 187.901C51.4292 236.373 47.9895 289.806 61.0845 340.374C63.2649 348.863 65.8511 356.56 68.7807 364.785C114.759 365.143 160.739 365.248 206.718 365.1C206.938 354.668 208.046 338.956 211.204 328.872C212.138 325.892 225.746 312.395 223.671 310.058C223.716 307.192 223.083 303.584 222.964 300.611C222.776 295.883 222.811 291.188 222.762 286.459C223.114 279.632 222.79 272.362 223.719 265.676C224.109 262.863 228.028 256.803 229.302 253.988C233.155 245.473 233.762 235.621 224.978 229.983L224.135 229.441C229.152 234.632 230.782 235.87 230.816 243.62C230.852 251.624 227.377 255.212 224.126 261.998C219.547 271.559 214.776 281.678 212.005 291.933C214.729 293.493 220.564 295.54 222.105 296.918C221.847 299.303 222.748 306.879 223.264 309.236L222.78 309.577C220.378 308.406 211.596 304.682 208.815 304.866C208.481 304.888 207.98 305.939 207.721 306.367L207.093 306.435C205.213 305.583 202.956 303.505 201.366 302.097C201.732 296 199.39 290.646 198.187 284.426C196.128 273.79 195.787 266.67 196.649 255.984C197.792 256.995 198.454 260.114 199.978 261.324C207.523 266.62 213.719 262.211 219.04 256.988C225.056 251.082 227.206 234.178 215.301 235.883C210.426 236.605 206.839 239.39 205.304 244.136C204.981 245.582 205.228 247.385 205.441 248.849C205.871 247.299 205.776 246.053 205.762 244.46C207.669 238.85 211.826 236.951 217.338 236.521C219.74 237.418 221.416 238.033 222.51 240.666C228.197 254.353 202.222 274.287 197.154 254.596C197.956 251.563 197.005 249.863 198.653 245.583C199.494 247.23 199.407 250.407 200.394 252.14C202.718 256.176 206.993 258.175 211.272 255.688C215.401 253.287 216.547 250.306 217.822 246.059L216.544 243.025C215.403 242.107 213.282 241.58 211.93 242.127L211.694 242.582C213.79 242.819 214.232 242.103 216.143 243.696C219.403 252.99 204.112 261.819 200.604 250.053C200.079 248.292 200.106 246.157 199.505 244.415C201.847 240.828 200.97 238.292 205.959 233.93C211.993 228.655 220.351 228.765 228.029 229.297C231.915 230.67 235.37 231.843 239.003 233.839C242.997 236.155 247.076 238.736 250.582 241.738C257.012 236.881 260.945 234.116 268.501 231.012C270.195 230.445 271.497 230.026 273.119 229.271C285.484 227.53 297.886 230.583 301.319 244.06C301.119 249.127 300.48 256.159 293.537 255.51C292.713 255.433 292.546 255.32 291.773 255.686L291.67 256.132C293.584 257.764 298.162 255.72 299.764 253.986C302.167 251.387 301.38 246.472 302.532 244.672C303.69 247.75 303.342 249.818 303.946 252.621C306.176 262.961 305.218 273.016 303.455 283.332C302.86 286.812 301.047 291.641 300.977 295.132C300.893 299.363 302.502 304.727 303.137 308.931C307.156 328.897 312.768 346.952 321.653 365.26C351.346 365.725 381.042 365.836 410.737 365.593L519.739 365.902C520.357 363.363 522.415 358.147 523.339 355.313C525.463 348.824 527.304 342.245 528.855 335.595C538.342 295.249 537.376 253.148 526.048 213.279C512.569 166.765 485.608 125.288 448.571 94.0861C439.773 86.6212 427.073 77.2108 416.991 71.5346L417.556 70.9954ZM412.533 376.518C424.854 376.639 437.173 376.895 449.488 377.284L514.154 379.018C515.923 375.047 517.622 371.046 519.251 367.017C512.432 367.399 503.103 367.112 496.14 367.102L455.283 367.102C447.679 367.103 439.42 366.917 431.891 367.192C424.971 367.612 416.339 367.398 409.273 367.398L370.485 367.392L338.965 367.401C334.625 367.404 326.769 367.648 322.619 367.32C323.756 369.364 325.736 373.056 327.037 374.891C355.165 376.348 384.227 375.288 412.533 376.518ZM124.376 371.968C147.616 371.992 170.937 372.769 194.185 372.829C198.292 372.84 203.664 373.402 207.686 372.831L207.719 372.449C206.087 370.87 206.393 369.765 206.392 367.623L172.6 367.612C167.866 367.612 159.494 367.367 155.109 367.766C148.755 368.115 141.416 367.942 134.975 367.941L93.6739 367.929C86.252 367.927 77.3002 367.707 69.9848 368.081L71.4044 371.192L107.91 371.704C113.574 371.792 118.659 371.694 124.376 371.968ZM253.6 334.674C256.863 326.995 254.746 324.425 255.585 318.014L253.506 314.849C252.886 313.812 252.781 313.3 252.478 312.116C252.136 313.086 251.852 314.168 251.488 315.076C250.322 316.745 249.83 317.329 249.9 319.38C250.086 324.826 251.107 329.878 253.6 334.674ZM285.607 346.962C287.618 341.368 289.026 331.837 284.992 326.978C284.773 325.852 284.11 324.401 283.661 323.304C283.809 324.544 284.298 326.474 283.832 327.427L283.253 327.797C280.603 330.248 281.771 333.324 282.21 336.554C282.744 340.486 283.48 343.564 285.607 346.962ZM234.606 350.112C236.76 344.874 237.257 338.368 235.993 332.636C235.897 332.201 234.828 330.833 234.513 330.43C233.963 329.635 233.775 328.529 233.502 327.545L233.396 327.518L233.509 328.176L233.042 328.487C233.039 328.851 232.999 329.224 232.971 329.59L232.673 330.398C231.854 331.482 230.913 332.483 230.905 333.889C230.871 339.378 232.067 345.27 234.606 350.112ZM271.614 319.876C273.358 315.05 273.596 311.29 273.516 306.118C273.464 302.742 272.755 301.51 270.418 299.355L269.991 299.54L269.886 299.859C269.765 300.218 269.849 300.104 269.695 300.272L269.585 300.395C268.466 301.615 267.74 302.348 267.767 304.052C267.853 309.461 269.1 315.167 271.614 319.876ZM253.662 288.535C255.521 283.498 255.937 278.88 255.486 273.498C255.287 271.116 254.941 270.664 253.537 268.828C253.05 268.195 252.789 266.981 252.553 266.161L252.361 266.316L252.609 266.29C252.026 266.983 252.195 267.048 252.04 268.1L251.541 268.946C250.644 270.189 249.927 270.917 249.924 272.482C249.913 277.781 250.991 283.972 253.662 288.535ZM290.67 289.313C289.776 288.04 289.273 287.178 287.824 286.472L287.509 285.884C286.357 286.956 284.747 289.411 284.982 290.752C285.797 295.423 285.711 300.443 287.956 304.654L288.516 305.425C291.44 304.193 290.277 292.379 290.67 289.313ZM299.225 350.335L299.297 350.696C300.544 357.251 299.69 360.92 303.398 366.941C304.988 361.638 305.523 356.272 304.844 350.736C304.619 348.897 304.066 348.114 302.516 347.165L302.21 347.239L301.977 346.885C301.91 345.188 301.88 344.717 301.468 343.081C301.141 344.417 301.176 345.461 301.135 346.829C300.482 347.971 299.772 349.144 299.225 350.335ZM268.222 256.245C267.304 257.536 266.964 258.044 266.278 259.462C267.176 265.581 267.098 270.865 270.468 276.114C271.948 271.059 272.52 265.718 272.006 260.416C271.825 258.55 271.368 257.603 269.936 256.332C269.159 256.023 269.21 255.621 268.377 255.658L268.222 256.245ZM248.394 357.158L247.945 357.233L247.742 358.196C245.205 361.155 245.479 361.446 246.091 365.281C246.511 367.913 246.796 370.616 247.696 373.157C248.431 373.755 250.011 373.761 250.829 373.349C252.122 370.308 251.1 364.645 251.509 361.156C250.355 359.276 249.899 358.785 248.394 357.158ZM264.962 343.631C264.204 344.707 263.372 345.694 263.288 347.035C262.929 352.738 264.346 358.697 266.819 363.763C268.668 359.042 270.599 347.717 266.522 343.937L265.542 342.521L265.197 342.675L264.962 343.631ZM290.851 370.05C289.867 368.628 288.793 367.6 287.597 366.358C285.582 367.499 284.096 371.428 285.611 373.763C286.545 374.345 286.536 374.111 287.904 374.027L288.242 373.75C288.972 373.976 289.5 374.248 290.207 374.034C290.608 373.453 290.63 371.239 290.851 370.05ZM238.072 304.057C239.61 299.592 241.694 287.536 237.904 284.248L237.385 284.195L236.672 282.992C235.508 284.576 235.022 285.489 234.09 287.211C235.812 294.062 233.935 295.918 238.072 304.057ZM294.447 263.748C298.644 263.476 304.874 260.612 303.729 255.588C301.622 261.326 300.167 261.803 294.554 263.058C294.368 263.578 294.365 263.346 294.447 263.748Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.84313726' d='M251.488 315.076C251.852 314.168 252.136 313.086 252.478 312.116C252.781 313.3 252.886 313.812 253.506 314.849C252.391 316.589 254.238 324.55 252.92 326.522C252.074 324.598 252.649 316.87 251.488 315.076Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.87843138' d='M301.135 346.829C301.176 345.461 301.141 344.417 301.468 343.081C301.88 344.717 301.91 345.188 301.977 346.885L302.21 347.239L302.516 347.165C302.411 351.377 303.162 356.83 302.765 360.531C301.644 356.78 301.495 351.891 301.508 347.939C301.51 347.277 301.453 347.45 301.135 346.829Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.86274511' d='M283.253 327.797L283.832 327.427C284.298 326.474 283.809 324.544 283.661 323.304C284.11 324.401 284.773 325.852 284.992 326.978C283.57 329.412 286.538 336.132 285.27 338.787L284.99 338.761C284.02 336.078 283.962 329.439 283.253 327.797Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.87058824' d='M268.222 256.245L268.377 255.658C269.21 255.621 269.159 256.023 269.936 256.332C268.985 257.816 270.296 267.106 270.045 270.592C268.515 266.445 268.673 257.301 268.222 256.245Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.88235295' d='M264.962 343.631L265.197 342.675L265.542 342.521L266.522 343.937L266.31 344.325C266.575 346.472 266.736 353.617 266.448 355.704L266.214 355.579C264.872 351.063 266.084 347.566 264.962 343.631Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.91764706' d='M236.672 282.992L237.385 284.195L237.904 284.248C236.571 287.123 238.4 294.007 237.714 296.52L237.547 296.378C236.077 292.196 236.276 287.378 236.672 282.992Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.86274511' d='M269.695 300.272C269.849 300.104 269.765 300.218 269.886 299.859L269.991 299.54L270.418 299.355C270.605 303.217 271.901 306.497 271.459 310.825L271.069 311.077L271.127 311.4L271.404 311.102L271.158 311.647C270.297 308.937 270.017 303.357 269.695 300.272Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.89019608' d='M288.133 298.868C288.075 298.648 288.017 298.428 287.959 298.208C287.656 295.701 286.598 288.403 287.824 286.472C288.513 288.758 289.11 296.802 288.609 298.69L288.133 298.868Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.88235295' d='M232.673 330.398L232.971 329.59C233.47 330.483 233.747 330.841 233.913 331.864C234.402 334.678 234.912 339.201 233.918 341.932L234.067 341.415L233.716 341.287C233.238 337.848 233.469 333.748 232.673 330.398Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.84313726' d='M247.742 358.196L247.945 357.233L248.394 357.158C249.016 360.09 250.17 365.447 249.205 368.214L248.914 368.363C248.186 366.596 248.14 360.443 247.742 358.196Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.16470589' d='M303.729 255.588C304.874 260.612 298.644 263.476 294.447 263.748C294.365 263.346 294.368 263.578 294.554 263.058C300.167 261.803 301.622 261.326 303.729 255.588Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.88627452' d='M251.541 268.946L252.04 268.1C253.513 269.877 252.108 270.442 252.915 271.85C253.803 274.07 253.644 275.326 253.39 277.642C252.92 277.663 252.923 277.6 252.443 277.452C252.531 275.934 252.211 270.173 251.541 268.946Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.87058824' d='M287.904 374.027C287.461 372.402 287.135 370.187 287.463 368.522L287.799 368.134C288.891 369.607 288.476 372.025 288.242 373.75L287.904 374.027Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.75686276' d='M252.04 268.1C252.195 267.048 252.026 266.983 252.609 266.29L252.361 266.316L252.553 266.161C252.789 266.981 253.05 268.195 253.537 268.828C252.751 270.379 253.21 270.522 252.915 271.85C252.108 270.442 253.513 269.877 252.04 268.1Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.75686276' d='M232.971 329.59C232.999 329.224 233.039 328.851 233.042 328.487L233.509 328.176L233.396 327.518L233.502 327.545C233.775 328.529 233.963 329.635 234.513 330.43C234.162 331.104 234.059 331.154 233.913 331.864C233.747 330.841 233.47 330.483 232.971 329.59Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.627451' d='M252.443 277.452C252.923 277.6 252.92 277.663 253.39 277.642C253.331 278.476 253.375 279.939 252.83 280.416C252.345 279.435 252.455 278.564 252.443 277.452Z'/%3E%3Cpath fill='%23FFFFFE' d='M95.4127 425.843C112.868 425.178 132.708 425.652 150.353 425.652L250.689 425.655L403.7 425.677C433.74 425.668 464.148 425.405 494.157 425.749C490.976 430.596 477.017 448.554 472.809 451.125C469.508 451.395 465.115 451.278 461.696 451.357C450.487 451.546 439.277 451.656 428.066 451.686L337.248 452.819C336.188 453.842 334.569 455.863 333.569 457.048C332.948 457.679 333.071 457.956 332.58 458.61C329.305 462.604 326.958 466.713 324.164 471.002C340.218 471.646 356.982 470.692 372.247 465.471C373.279 465.118 376.117 463.542 376.881 463.879C375.772 464.924 372.284 466.326 370.794 466.88C355.768 472.468 338.678 473.419 322.805 473.737C320.314 477.948 318.168 482.624 316.052 487.051C346.421 487.518 376.481 485.339 404.277 471.894C410.999 468.642 418.949 464.006 424.25 458.718L424.606 459.148C423.169 461.474 417.741 465.332 415.358 467.002C392.545 482.987 363.179 488.854 335.817 490.275C331.237 490.512 319.123 491.074 314.833 490.312C309.36 502.152 306.227 515.61 302.793 528.097C295.966 528.838 278.682 527.968 271.266 526.955C271.265 526.955 269.688 526.163 269.518 526.074C265.622 527.46 257.66 525.452 253.431 524.786C254.274 520.206 253.355 514.068 251.69 509.691C249.549 514.367 248.382 518.631 248.162 523.844C237.934 521.614 228.093 519.398 218.187 515.967C215.049 514.88 211.16 513.762 208.207 512.312C206.299 506.529 204.467 480.083 204.889 473.588C200.522 473.267 195.797 472.561 191.245 472.214C182.963 471.637 174.659 471.45 166.359 471.655C161.728 471.784 157.103 472.078 152.493 472.538C150.648 472.716 144.243 474.007 143.338 472.755L143.601 472.423C147.62 471.218 151.482 471.041 155.607 470.49C172.867 468.183 189.582 469.255 206.86 470.51C206.419 467.485 206.316 461.779 206.17 458.528C201.812 458.75 195.922 458.579 191.473 458.576L164.255 458.554C152.066 458.549 139.996 459.118 127.806 458.914C125.846 458.882 123.834 458.914 122.505 457.509C124.721 456.525 182.9 457.385 190.081 457.035C193.024 456.891 202.165 457.604 205.642 456.856L205.958 456.242C205.902 454.925 206.134 455.458 205.4 454.526C203.479 453.633 192.796 454.294 189.895 454.3L141.05 454.551C134.089 454.576 126.8 455.113 119.882 454.704C118.119 453.273 115.269 450.143 113.657 448.394C107.114 441.263 101.02 433.732 95.4127 425.843ZM281.255 516.779C282.174 517.258 281.769 516.938 282.406 517.898L282.594 518.092C287.399 514.372 285.515 502.664 283.623 497.608C281.024 502.048 280.093 508.025 279.738 513.159C279.621 514.849 280.12 515.589 281.255 516.779ZM230.715 513.97L231.497 514.393C232.172 514.372 233.915 512.863 234.067 512.162C235.289 506.538 234.81 499.806 232.7 494.456C230.201 499.243 229 505.179 228.995 510.6C228.994 512.151 229.708 512.868 230.715 513.97ZM225.919 472.636L226.329 472.772C230.805 472.08 229.583 459.538 227.802 456.934C225.532 455.745 224.499 460.635 224.353 462.126C224.037 465.341 221.949 471.262 225.919 472.636ZM263.187 500.927C263.113 501.788 263.347 503.621 263.434 504.563C263.577 503.145 263.629 501.841 264.085 500.496L264.961 500.31C266.391 498.797 266.621 498.503 266.78 496.434C267.062 492.751 266.646 488.988 266.519 485.3C265.565 485.102 264.1 484.647 263.279 484.885C261.898 488.168 261.584 493.934 261.197 497.591C261.107 498.448 262.594 500.272 263.187 500.927ZM247.107 477.147C248.154 477.528 248.502 477.831 249.492 477.673C249.819 475.344 249.238 468.605 247.454 467.074C246.327 469.337 244.426 474.283 244.689 476.779C246.005 477.439 246.2 476.43 247.107 477.147ZM286.76 477.305C287.634 476.48 288.178 475.485 288.829 474.464C288.693 473.37 288.688 471.437 288.127 470.736L287.095 470.669C286.346 470.654 286.398 470.659 285.724 470.325C284.37 470.1 284.502 469.88 283.633 470.426C282.873 472.09 282.856 473.999 283.586 475.676C283.846 476.289 284.333 477.013 284.723 477.559C285.337 478.384 285.159 478.897 285.265 480.13C285.712 479.616 286.324 478.064 286.76 477.305ZM306.484 453.49C305.226 453.533 304.261 453.57 302.998 453.495C303.67 454.647 304.277 456.001 305.342 456.697L305.801 456.6C305.987 455.477 305.803 455.308 306.461 454.701L306.88 454.749C306.923 455.321 307.002 455.256 306.82 455.729C306.309 456.879 306.168 456.699 306.348 457.718C307.773 457.55 308.967 455.787 309.389 454.489L309.236 453.697C308.149 453.136 307.938 453.395 306.484 453.49ZM300.23 498.012C302.661 495.893 303.901 493.765 302.971 490.459C302.208 489.772 302.326 490.008 300.957 489.996L300.424 489.93C299.512 489.711 299.194 489.613 298.231 489.58C296.682 491.456 297.365 495.42 299.069 497.206L299.4 497.501L299.579 498.906C300.123 498.377 299.908 498.677 300.23 498.012ZM300.969 485.667C301.875 485.836 302.31 486.097 302.988 485.79C303.165 484.202 302.344 479.258 301.369 478.084C300.245 479.656 297.688 484.137 299.224 485.833C300.029 485.833 300.174 485.81 300.969 485.667ZM245.984 486.297L246.084 486.821C246.349 488.273 246.027 488.66 246.541 490.103L246.797 489.458L246.44 489.773L246.356 489.384L246.816 489.475C246.859 488.762 247.143 487.067 247.141 486.579C248.295 485.424 250.303 483.529 249.292 481.875C248.387 481.487 248.429 481.529 247.431 481.519L246.854 481.399C245.41 480.978 245.689 480.828 244.439 481.152C242.777 482.945 244.411 485.099 245.984 486.297ZM264.754 453.792L263.919 454.184L263.305 453.843C262.046 453.688 262.616 453.58 261.522 454.114C260.462 455.964 261.776 457.884 262.835 459.404C263.015 460 262.841 459.758 263.369 460.118C263.792 459.647 264.238 459.221 264.715 458.805C266.438 457.663 267.775 455.143 265.77 453.639L264.754 453.792ZM286.616 458.154C285.485 460.649 283.64 463.597 284.586 466.165C285.254 466.732 285.723 466.661 286.609 466.726L287.912 467.018C289.731 465.451 288.084 459.478 286.616 458.154Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.011764706' d='M306.484 453.49C307.938 453.395 308.149 453.136 309.236 453.697L309.389 454.489C308.967 455.787 307.773 457.55 306.348 457.718C306.168 456.699 306.309 456.879 306.82 455.729C307.002 455.256 306.923 455.321 306.88 454.749L306.461 454.701C305.803 455.308 305.987 455.477 305.801 456.6L305.342 456.697C304.277 456.001 303.67 454.647 302.998 453.495C304.261 453.57 305.226 453.533 306.484 453.49Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.90980393' d='M263.187 500.927C263.982 497.935 262.694 491.941 264.442 489.048C265.009 491.36 263.978 498.595 264.961 500.31L264.085 500.496C263.629 501.841 263.577 503.145 263.434 504.563C263.347 503.621 263.113 501.788 263.187 500.927Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.87058824' d='M281.255 516.779C282.708 515.251 282.079 507.946 282.905 505.287C284.767 507.471 282.586 515.179 282.406 517.898C281.769 516.938 282.174 517.258 281.255 516.779Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.89803922' d='M230.715 513.97C232.417 511.544 230.319 504.312 232.439 501.74C233.151 503.023 232.48 510.6 232.057 512.406C231.931 512.946 231.575 513.802 231.497 514.393L230.715 513.97Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.82352942' d='M285.724 470.325C286.398 470.659 286.346 470.654 287.095 470.669C286.328 471.71 286.413 475.779 286.492 477.165L286.76 477.305C286.324 478.064 285.712 479.616 285.265 480.13C285.159 478.897 285.337 478.384 284.723 477.559C285.856 476.356 285.309 472.725 285.724 470.325Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.89411765' d='M226.942 460.597C227.155 463.187 227.062 470.221 226.329 472.772L225.919 472.636C224.933 470.324 226.254 463.115 226.942 460.597Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.85490197' d='M300.424 489.93L300.957 489.996C300.876 491.508 300.099 496.99 300.23 498.012C299.908 498.677 300.123 498.377 299.579 498.906L299.4 497.501L299.069 497.206C299.776 495.805 299.198 492.985 300.424 489.93Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.71372551' d='M263.305 453.843L263.919 454.184L264.754 453.792C264.628 454.763 264.294 458.073 264.715 458.805C264.238 459.221 263.792 459.647 263.369 460.118C262.841 459.758 263.015 460 262.835 459.404C263.97 458.532 263.431 455.177 263.305 453.843Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.9254902' d='M246.854 481.399L247.431 481.519C247.264 483.125 246.523 485.512 247.141 486.579C247.143 487.067 246.859 488.762 246.816 489.475L246.356 489.384L246.44 489.773L246.797 489.458L246.541 490.103C246.027 488.66 246.349 488.273 246.084 486.821L245.984 486.297C246.254 483.998 245.953 483.651 246.854 481.399Z'/%3E%3Cpath fill='%23FFFFFE' d='M241.84 128.7C243.716 127.928 250.032 128.053 252.335 128.084C251.898 131.303 251.916 144.981 252.194 148.111C252.809 148.838 252.801 148.781 253.93 148.77C255.454 149.129 257.29 149.814 258.59 150.699C261.246 154.512 260.461 153.689 261.38 157.604C260.847 159.345 256.909 166.073 255.732 168.599C254.962 170.154 254.447 171.255 253.805 172.882L253.588 173.178L253.229 173.032C252.717 170.867 252.393 164.497 253 162.384L253.777 162.242C254.932 162.858 255.66 162.888 256.934 162.953L257.245 162.593L257.462 162.798C256.676 162.044 255.472 162.003 254.286 161.767C251.825 160.644 252.267 158.51 253.368 156.609C254.541 156.393 255.494 156.093 256.627 156.377C256.833 157.136 256.946 158.288 257.728 158.494C258.115 157.479 257.971 155.813 257.456 154.861C255.601 153.165 254.846 153.325 253.23 152.113L252.781 151.607L252.35 151.649C251.912 153.147 252.12 172.918 252.568 174.355C252.411 175.344 252.083 176.721 252.464 177.591C253.133 176.831 253.524 175.048 253.834 173.996L254.471 172.846L256.264 168.802C258.48 164.435 260.094 161.846 262.826 157.881C263.793 156.834 272.448 147.084 272.501 146.685C269.788 147.278 264.296 156.397 262.21 157.442C261.519 153.505 261.297 152.776 258.388 150.097C261.033 149.9 262.567 149.936 264.767 148.195C268.739 145.052 269.596 138.573 270.123 133.82L270.566 133.627C272.82 142.83 275.049 152.144 276.489 161.509C276.745 163.177 277.518 167.528 277.556 169.102C274.483 169.015 272.145 169.911 269.294 170.939C268.251 171.39 267.369 171.746 266.383 172.318C265.425 172.795 263.695 173.54 263.259 174.469C264.398 174.379 265.969 173.3 267.045 172.677C267.747 172.295 268.68 171.918 269.429 171.589C272.047 170.571 274.662 170.197 277.418 169.69C279.857 180.533 275.569 204.884 269.819 215.089C268.612 217.231 264.882 221.078 262.962 222.696C262.288 223.264 256.659 227.86 256.485 228.068C249.656 231.177 243.16 227.986 238.314 222.976C236.773 221.313 232.75 217.012 231.757 215.36C225.713 205.313 221.71 180.674 223.836 169.85C225.108 169.989 226.577 170.093 227.796 170.416C231.415 171.178 233.742 172.349 237.051 173.987C234.589 171.658 231.944 170.777 228.8 169.817C226.786 169.202 225.726 168.923 223.659 169.307C224.2 167.48 225.32 158.879 225.769 156.362C227.265 147.945 229.212 139.614 231.6 131.405C232.835 130.633 233.867 130.233 235.195 129.66C235.513 129.748 235.987 129.924 236.31 130.035C235.271 132.395 234.186 141.672 236.908 142.692C237.115 141.392 235.073 135.74 236.102 133.311C236.361 132.7 236.62 130.181 236.46 129.535C238.09 128.901 239.588 128.774 241.294 128.62L241.115 129.088C239.943 132.098 239.051 132.98 238.407 136.66C238.175 137.986 237.71 143.057 237.477 143.77C237.776 144.441 237.846 144.419 238.417 144.91C239.021 146.341 241.765 147.632 243.005 146.69C242.689 146.282 239.173 144.681 238.483 144.479C238.468 142.25 238.923 138.089 239.231 135.842C239.513 133.792 241.126 131.158 241.716 129.137L241.84 128.7ZM248.756 135.499L248.715 138.221C248.431 140.203 249.145 142.859 248.11 144.269C247.418 145.213 247.112 145.166 247.079 146.335L247.61 146.712L248.085 146.522L248.47 145.053L248.887 144.723C249.698 142.306 249.793 131.572 248.961 129.694C248.596 131.774 248.644 133.411 248.756 135.499ZM247.411 174.058C248.081 175.767 248.27 176.865 249.312 178.361C249.29 176.759 248.943 175.139 248.075 173.783C246.582 169.962 243.55 165.328 242.417 162.042C242.211 161.546 239.777 158.071 239.35 157.446C239.858 156.549 241.205 153.371 241.699 152.298L241.238 151.79L241.797 151.967L241.806 151.309C240.324 152.347 239.214 155.891 238.614 157.58C237.205 155.071 231.865 148.651 229.48 147.261L229.192 147.405C229.088 147.215 238.113 157.304 238.138 157.324L241.792 162.589C243.449 166.292 245.959 170.137 247.411 174.058ZM237.042 148.582C239.659 150.344 240.362 149.403 242.423 150.29L242.851 150.603C243.942 150.126 247.515 148.706 248.221 148.179C247.575 148.226 247.334 148.241 246.705 148.171L246.219 148.114C245.221 148.647 244.347 149.033 243.311 149.493C239.294 148.473 240.065 150.09 235.931 146.743L235.704 146.424C233.132 142.74 232.83 137.631 232.096 136.838C232.445 141.361 233.029 145.717 237.042 148.582ZM241.803 139.081C243.036 133.99 243.334 133.667 245.837 129.416L245.717 129.071C243.583 130.066 242.006 135.961 241.244 138.24C240.79 145.739 242.588 141.695 246.734 144.351L246.923 144.01C246.629 143.094 246.521 143.109 245.787 142.509C244.657 142.128 244.165 142.305 242.938 142.465C241.486 141.684 241.828 140.623 241.803 139.081ZM249.327 152.676L249.105 151.958C246.793 151.085 244.255 153.523 243.396 155.556C243.265 156.692 243.078 157.231 243.587 158.245L244.059 158.38C244.684 157.442 244.555 156.677 244.21 155.622C244.733 153.548 246.479 152.827 248.393 152.664L248.535 153.096C248.873 154.157 249.038 154.591 248.636 155.5C247.045 155.539 246.866 154.984 245.836 155.429C246.336 156.647 247.824 157.362 249.123 157.029C249.788 156.151 249.592 153.698 249.327 152.676ZM249.189 171.689C249.434 170.001 249.847 164.3 249.13 162.886L248.882 162.678C248.435 164.861 248.612 169.408 248.96 171.663L249.189 171.689ZM249.024 160.466C246.304 162.522 246.289 161.648 243.246 162.412L243.649 162.932C245.695 162.816 247.348 162.805 249.141 161.71L249.346 161.176L249.024 160.466Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.45490196' d='M238.138 157.324C238.113 157.304 229.088 147.215 229.192 147.405L229.48 147.261C231.865 148.651 237.205 155.071 238.614 157.58C239.214 155.891 240.324 152.347 241.806 151.309L241.797 151.967L241.238 151.79L241.699 152.298C241.205 153.371 239.858 156.549 239.35 157.446L238.138 157.324Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.62352943' d='M248.756 135.499C248.644 133.411 248.596 131.774 248.961 129.694C249.793 131.572 249.698 142.306 248.887 144.723L248.47 145.053L248.085 146.522L247.61 146.712L247.079 146.335C247.112 145.166 247.418 145.213 248.11 144.269C249.145 142.859 248.431 140.203 248.715 138.221C248.792 139.047 248.879 139.872 248.976 140.695C249.276 138.995 249.378 137.128 248.756 135.499Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.50980395' d='M242.417 162.042C243.55 165.328 246.582 169.962 248.075 173.783L247.411 174.058C245.959 170.137 243.449 166.292 241.792 162.589L242.417 162.042Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.42745098' d='M237.042 148.582C233.029 145.717 232.445 141.361 232.096 136.838C232.83 137.631 233.132 142.74 235.704 146.424L235.931 146.743C235.873 147.489 236.399 147.791 237.042 148.582Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.54901963' d='M241.803 139.081C241.828 140.623 241.486 141.684 242.938 142.465C244.165 142.305 244.657 142.128 245.787 142.509C246.521 143.109 246.629 143.094 246.923 144.01L246.734 144.351C242.588 141.695 240.79 145.739 241.244 138.24L241.803 139.081Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.32941177' d='M241.244 138.24C242.006 135.961 243.583 130.066 245.717 129.071L245.837 129.416C243.334 133.667 243.036 133.99 241.803 139.081L241.244 138.24Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.72549021' d='M248.393 152.664C249.051 152.868 248.74 152.885 249.327 152.676C249.592 153.698 249.788 156.151 249.123 157.029C247.824 157.362 246.336 156.647 245.836 155.429C246.866 154.984 247.045 155.539 248.636 155.5C249.038 154.591 248.873 154.157 248.535 153.096L248.393 152.664Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.63137257' d='M248.882 162.678L249.13 162.886C249.847 164.3 249.434 170.001 249.189 171.689L248.96 171.663C248.612 169.408 248.435 164.861 248.882 162.678Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.30588236' d='M235.931 146.743C240.065 150.09 239.294 148.473 243.311 149.493L242.423 150.29C240.362 149.403 239.659 150.344 237.042 148.582C236.399 147.791 235.873 147.489 235.931 146.743Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.41176471' d='M243.396 155.556C244.255 153.523 246.793 151.085 249.105 151.958L249.327 152.676C248.74 152.885 249.051 152.868 248.393 152.664C246.479 152.827 244.733 153.548 244.21 155.622L243.396 155.556Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.098039217' d='M238.138 157.324L239.35 157.446C239.777 158.071 242.211 161.546 242.417 162.042L241.792 162.589L238.138 157.324Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.37254903' d='M249.024 160.466L249.346 161.176L249.141 161.71C247.348 162.805 245.695 162.816 243.649 162.932L243.246 162.412C246.289 161.648 246.304 162.522 249.024 160.466Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.17254902' d='M243.311 149.493C244.347 149.033 245.221 148.647 246.219 148.114L246.705 148.171C247.334 148.241 247.575 148.226 248.221 148.179C247.515 148.706 243.942 150.126 242.851 150.603L242.423 150.29L243.311 149.493Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.21176471' d='M247.411 174.058L248.075 173.783C248.943 175.139 249.29 176.759 249.312 178.361C248.27 176.865 248.081 175.767 247.411 174.058Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.035294119' d='M243.396 155.556L244.21 155.622C244.555 156.677 244.684 157.442 244.059 158.38L243.587 158.245C243.078 157.231 243.265 156.692 243.396 155.556Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.50980395' d='M248.756 135.499C249.378 137.128 249.276 138.995 248.976 140.695C248.879 139.872 248.792 139.047 248.715 138.221L248.756 135.499Z'/%3E%3Cpath fill='%23FFFFFE' d='M252.774 128.019C258.131 128.686 264.91 128.258 269.749 131.4C268.887 136.963 268.923 144.133 264.029 147.965C261.928 149.61 260.28 148.639 258.604 149.472C256.648 149.056 255.193 147.669 253.75 147.89C253.379 147.881 253.619 147.907 253.049 147.704C252.563 143.826 252.802 138.478 252.766 134.523C252.744 132.243 253.083 130.411 252.774 128.019ZM264.582 141.537C264.25 140.603 264.066 140.133 263.627 139.247C263.374 138.596 263.227 137.561 263.089 136.842C262.905 135.379 262.648 134.723 262.192 133.354C261.736 132.089 261.514 131.102 260.613 130.123L260.38 130.265C260.587 131.642 261.079 132.414 261.7 133.655C262.102 135.112 262.21 135.777 262.395 137.283C262.67 140.231 261.85 142.976 262.758 144.547C261.605 145.199 258.965 146.081 258.472 146.708C260.8 147.5 262.783 145.667 264.148 144.014L264.381 143.275C266.009 141.583 266.434 132.795 265.657 130.707L265.336 130.759C264.631 134.181 265.954 137.974 264.582 141.537ZM254.595 144.498C256.207 142.732 256.739 143.233 259.004 143.512C261.149 140.233 258.724 130.083 255.317 128.912L255.571 129.443C256.843 132.07 261.901 140.521 258.336 142.788C256.746 142.369 257.053 142.207 255.664 142.567C254.927 143.27 254.737 143.425 254.154 144.303L254.386 144.544L254.595 144.498Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.47843137' d='M255.317 128.912C258.724 130.083 261.149 140.233 259.004 143.512C256.739 143.233 256.207 142.732 254.595 144.498L254.386 144.544L254.154 144.303C254.737 143.425 254.927 143.27 255.664 142.567C257.053 142.207 256.746 142.369 258.336 142.788C261.901 140.521 256.843 132.07 255.571 129.443L255.317 128.912Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.49019608' d='M264.582 141.537C265.954 137.974 264.631 134.181 265.336 130.759L265.657 130.707C266.434 132.795 266.009 141.583 264.381 143.275C264.179 142.022 264.068 142.575 264.582 141.537Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.60392159' d='M263.089 136.842C263.227 137.561 263.374 138.596 263.627 139.247C263.104 141.785 262.844 141.596 263.097 144.303L262.758 144.547C261.85 142.976 262.67 140.231 262.395 137.283C262.857 137.226 262.64 137.266 263.089 136.842Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.14117648' d='M263.097 144.303L264.148 144.014C262.783 145.667 260.8 147.5 258.472 146.708C258.965 146.081 261.605 145.199 262.758 144.547L263.097 144.303Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.98823529' d='M263.627 139.247C264.066 140.133 264.25 140.603 264.582 141.537C264.068 142.575 264.179 142.022 264.381 143.275L264.148 144.014L263.097 144.303C262.844 141.596 263.104 141.785 263.627 139.247Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.33333334' d='M261.7 133.655C261.079 132.414 260.587 131.642 260.38 130.265L260.613 130.123C261.514 131.102 261.736 132.089 262.192 133.354L261.7 133.655Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.44705883' d='M262.192 133.354C262.648 134.723 262.905 135.379 263.089 136.842C262.64 137.266 262.857 137.226 262.395 137.283C262.21 135.777 262.102 135.112 261.7 133.655L262.192 133.354Z'/%3E%3Cpath fill='%23FFFFFE' d='M256.347 228.962C259.969 226.692 261.17 224.718 263.542 223.135C266.684 226.566 268.226 227.054 272.549 228.62C271.014 229.271 269.462 229.883 267.895 230.456C262.647 232.341 254.728 237.293 250.468 241.143C248.617 238.998 241.979 234.373 239.316 233.224C235.236 230.866 232.486 230.444 228.766 228.602C232.681 227.401 234.83 226.416 237.669 223.411C240.086 224.468 242.695 227.999 245.71 229.151C248.86 230.355 253.384 230.598 256.347 228.962Z'/%3E%3Cdefs%3E%3ClinearGradient id='gradient_0' gradientUnits='userSpaceOnUse' x1='234.18613' y1='289.70593' x2='209.76196' y2='239.26814'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.10196079'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23gradient_0)' d='M212.005 291.933C214.776 281.678 219.547 271.559 224.126 261.998C227.377 255.212 230.852 251.624 230.816 243.62C230.782 235.87 229.152 234.632 224.135 229.441L224.978 229.983C233.762 235.621 233.155 245.473 229.302 253.988C228.028 256.803 224.109 262.863 223.719 265.676C222.79 272.362 223.114 279.632 222.762 286.459C222.557 287.947 222.457 296.848 222.261 297.112L222.105 296.918C220.564 295.54 214.729 293.493 212.005 291.933Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.94901961' d='M332.58 458.61C333.071 457.956 332.948 457.679 333.569 457.048C335.656 457.794 367.221 457.323 371.707 457.322C403.12 457.033 434.536 457.172 465.945 457.74L466.004 457.915C461.502 460.118 427.992 456.606 424.606 459.148L424.25 458.718C423.251 457.83 340.216 458.728 332.58 458.61Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.078431375' d='M215.301 235.883C227.206 234.178 225.056 251.082 219.04 256.988C213.719 262.211 207.523 266.62 199.978 261.324C198.454 260.114 197.792 256.995 196.649 255.984L196.862 255.862L197.154 254.596C202.222 274.287 228.197 254.353 222.51 240.666C221.416 238.033 219.74 237.418 217.338 236.521C216.319 236.346 216.242 236.383 215.301 235.883Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.074509807' d='M216.143 243.696L216.544 243.025L217.822 246.059C216.547 250.306 215.401 253.287 211.272 255.688C206.993 258.175 202.718 256.176 200.394 252.14C199.407 250.407 199.494 247.23 198.653 245.583C198.962 245.19 199.217 244.823 199.505 244.415C200.106 246.157 200.079 248.292 200.604 250.053C204.112 261.819 219.403 252.99 216.143 243.696Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.40000001' d='M267.895 230.456L268.501 231.012C260.945 234.116 257.012 236.881 250.582 241.738C247.076 238.736 242.997 236.155 239.003 233.839L239.316 233.224C241.979 234.373 248.617 238.998 250.468 241.143C254.728 237.293 262.647 232.341 267.895 230.456Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.36470589' d='M269.749 131.4C269.952 132.553 270.461 133.117 270.566 133.627L270.123 133.82C269.596 138.573 268.739 145.052 264.767 148.195C262.567 149.936 261.033 149.9 258.388 150.097C261.297 152.776 261.519 153.505 262.21 157.442L261.38 157.604C260.461 153.689 261.246 154.512 258.59 150.699C258.807 149.991 258.748 150.275 258.604 149.472C260.28 148.639 261.928 149.61 264.029 147.965C268.923 144.133 268.887 136.963 269.749 131.4Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.5529412' d='M252.568 174.355C252.12 172.918 251.912 153.147 252.35 151.649L252.781 151.607L253.23 152.113C252.599 153.949 252.693 154.756 253.368 156.609C252.267 158.51 251.825 160.644 254.286 161.767L253.777 162.242L253 162.384C252.393 164.497 252.717 170.867 253.229 173.032L253.588 173.178L253.805 172.882L254.471 172.846L253.834 173.996L253.087 173.789L252.568 174.355Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.090196081' d='M301.319 244.06L301.762 244.52L302.345 244.433L302.532 244.672C301.38 246.472 302.167 251.387 299.764 253.986C298.162 255.72 293.584 257.764 291.67 256.132L291.773 255.686C292.546 255.32 292.713 255.433 293.537 255.51C300.48 256.159 301.119 249.127 301.319 244.06Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.38039216' d='M238.314 222.976C243.16 227.986 249.656 231.177 256.485 228.068L256.347 228.962C253.384 230.598 248.86 230.355 245.71 229.151C242.695 227.999 240.086 224.468 237.669 223.411L238.314 222.976Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.58823532' d='M252.335 128.084L252.774 128.019C253.083 130.411 252.744 132.243 252.766 134.523C252.802 138.478 252.563 143.826 253.049 147.704C253.619 147.907 253.379 147.881 253.75 147.89C253.79 148.174 253.794 148.602 253.93 148.77C252.801 148.781 252.809 148.838 252.194 148.111C251.916 144.981 251.898 131.303 252.335 128.084Z'/%3E%3Cdefs%3E%3ClinearGradient id='gradient_1' gradientUnits='userSpaceOnUse' x1='254.31955' y1='156.08405' x2='255.05785' y2='153.31836'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0.93333334'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23gradient_1)' d='M253.23 152.113C254.846 153.325 255.601 153.165 257.456 154.861L256.627 156.377C255.494 156.093 254.541 156.393 253.368 156.609C252.693 154.756 252.599 153.949 253.23 152.113Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.21176471' d='M222.105 296.918L222.261 297.112C222.457 296.848 222.557 287.947 222.762 286.459C222.811 291.188 222.776 295.883 222.964 300.611C223.083 303.584 223.716 307.192 223.671 310.058L222.78 309.577L223.264 309.236C222.748 306.879 221.847 299.303 222.105 296.918Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.23921569' d='M241.294 128.62L241.84 128.7L241.716 129.137C241.126 131.158 239.513 133.792 239.231 135.842C238.923 138.089 238.468 142.25 238.483 144.479L238.417 144.91C237.846 144.419 237.776 144.441 237.477 143.77C237.71 143.057 238.175 137.986 238.407 136.66C239.051 132.98 239.943 132.098 241.115 129.088L241.294 128.62Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.3764706' d='M262.21 157.442C264.296 156.397 269.788 147.278 272.501 146.685C272.448 147.084 263.793 156.834 262.826 157.881L262.21 157.442Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.21176471' d='M205.304 244.136C206.839 239.39 210.426 236.605 215.301 235.883C216.242 236.383 216.319 236.346 217.338 236.521C211.826 236.951 207.669 238.85 205.762 244.46L205.304 244.136Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.2' d='M262.21 157.442L262.826 157.881C260.094 161.846 258.48 164.435 256.264 168.802L255.732 168.599C256.909 166.073 260.847 159.345 261.38 157.604L262.21 157.442Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.42352942' d='M235.195 129.66C235.346 129.619 236.244 129.554 236.46 129.535C236.62 130.181 236.361 132.7 236.102 133.311C235.073 135.74 237.115 141.392 236.908 142.692C234.186 141.672 235.271 132.395 236.31 130.035C235.987 129.924 235.513 129.748 235.195 129.66Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.15686275' d='M228.029 229.297C228.635 228.99 228.381 229.213 228.766 228.602C232.486 230.444 235.236 230.866 239.316 233.224L239.003 233.839C235.37 231.843 231.915 230.67 228.029 229.297Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.72941178' d='M408.751 66.1261C410.864 67.2317 415.786 69.7066 417.556 70.9954L416.991 71.5346C414.215 69.8923 411.435 68.1839 408.549 66.749L408.751 66.1261Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.52156866' d='M262.962 222.696L263.542 223.135C261.17 224.718 259.969 226.692 256.347 228.962L256.485 228.068C256.659 227.86 262.288 223.264 262.962 222.696Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.87058824' d='M251.387 516.974C251.795 517.772 251.534 523.455 251.268 524.383L250.607 523.718C250.007 521.734 250.445 518.83 251.387 516.974Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.16078432' d='M269.294 170.939C272.145 169.911 274.483 169.015 277.556 169.102L277.418 169.69C274.662 170.197 272.047 170.571 269.429 171.589L269.294 170.939Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.26274511' d='M228.8 169.817C231.944 170.777 234.589 171.658 237.051 173.987C233.742 172.349 231.415 171.178 227.796 170.416L228.8 169.817Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.06666667' d='M238.483 144.479C239.173 144.681 242.689 146.282 243.005 146.69C241.765 147.632 239.021 146.341 238.417 144.91L238.483 144.479Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.094117649' d='M253.75 147.89C255.193 147.669 256.648 149.056 258.604 149.472C258.748 150.275 258.807 149.991 258.59 150.699C257.29 149.814 255.454 149.129 253.93 148.77C253.794 148.602 253.79 148.174 253.75 147.89Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.43529412' d='M408.549 66.749C406.426 65.6937 403.356 63.9962 401.492 62.6008C404.351 63.7797 406.108 64.5805 408.751 66.1261L408.549 66.749Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.15686275' d='M272.549 228.62L273.119 229.271C271.497 230.026 270.195 230.445 268.501 231.012L267.895 230.456C269.462 229.883 271.014 229.271 272.549 228.62Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.05882353' d='M223.659 169.307C225.726 168.923 226.786 169.202 228.8 169.817L227.796 170.416C226.577 170.093 225.108 169.989 223.836 169.85L223.659 169.307Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.082352944' d='M257.456 154.861C257.971 155.813 258.115 157.479 257.728 158.494C256.946 158.288 256.833 157.136 256.627 156.377L257.456 154.861Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.047058824' d='M252.568 174.355L253.087 173.789L253.834 173.996C253.524 175.048 253.133 176.831 252.464 177.591C252.083 176.721 252.411 175.344 252.568 174.355Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.41960785' d='M216.143 243.696C214.232 242.103 213.79 242.819 211.694 242.582L211.93 242.127C213.282 241.58 215.403 242.107 216.544 243.025L216.143 243.696Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.3019608' d='M255.732 168.599L256.264 168.802L254.471 172.846L253.805 172.882C254.447 171.255 254.962 170.154 255.732 168.599Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.71764708' d='M267.045 172.677C265.969 173.3 264.398 174.379 263.259 174.469C263.695 173.54 265.425 172.795 266.383 172.318L267.045 172.677Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.76078433' d='M205.762 244.46C205.776 246.053 205.871 247.299 205.441 248.849C205.228 247.385 204.981 245.582 205.304 244.136L205.762 244.46Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.23137255' d='M254.286 161.767C255.472 162.003 256.676 162.044 257.462 162.798L257.245 162.593L256.934 162.953C255.66 162.888 254.932 162.858 253.777 162.242L254.286 161.767Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.70588237' d='M86.1123 155.529L86.7928 155.762C86.3115 156.581 85.4628 158.14 84.9587 158.864L84.5215 158.376C84.8373 157.642 85.6825 156.275 86.1123 155.529Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.45882353' d='M88.8225 151.762C88.1838 153.135 87.6104 154.489 86.7928 155.762L86.1123 155.529C87.0119 153.836 87.5899 153.225 88.8225 151.762Z'/%3E%3Cpath fill='%23FFFFFE' fill-opacity='0.49411765' d='M266.383 172.318C267.369 171.746 268.251 171.39 269.294 170.939L269.429 171.589C268.68 171.918 267.747 172.295 267.045 172.677L266.383 172.318Z'/%3E%3C/svg%3E")}.fourpou__label-tangata::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='591' height='591' viewBox='0 0 591 591'%3E%3Cpath fill='%23FEFEFE' d='M516.466 368.428C519.588 360.994 521.891 352.986 524.012 345.255C548.665 255.386 516.494 156.402 444.02 97.9377C439.69 94.4448 434.428 91.2812 429.709 88.2427L410.929 76.0692C408.237 74.3261 403.342 71.5028 401.121 69.7076L401.235 69.5558C403.929 70.3526 409.785 73.6927 412.549 75.2146C432.472 86.1654 450.769 99.842 466.913 115.849C543.762 191.545 559.712 313.594 505.241 406.54C502.576 411.088 497.173 420.806 493.555 424.46C478.089 424.912 461.298 424.36 445.669 424.511L258.749 424.493C224.287 424.653 189.825 424.564 155.365 424.228L119.834 424.248C112.325 424.252 103.513 424.422 96.1094 423.864C94.2061 421.817 90.4379 415.641 88.859 413.078C76.688 393.306 67.4428 371.876 61.4111 349.456C44.2917 285.841 54.0197 221.209 86.718 164.323L87.1879 164.826C74.7334 186.966 65.8903 210.952 60.9919 235.878C50.7863 287.835 57.9758 341.706 81.4494 389.167C86.7563 399.832 92.3976 408.937 98.9943 418.742C107.527 418.817 116.951 418.487 125.677 418.487L236.947 418.327L237.023 417.97C235.395 415.012 236.014 411.067 236.105 407.509C238.133 406.595 240.963 405.603 243.091 404.785C242.753 395.571 243.158 385.964 242.912 376.655C241.716 374.583 238.79 370.992 237.259 369.029C234.448 365.441 231.681 361.818 228.96 358.161C219.161 345.027 209.593 331.723 200.259 318.255C170.381 275.516 143.392 230.828 119.473 184.489C121.093 181.202 124.507 175.955 126.513 172.659C131.003 165.333 135.451 157.982 139.855 150.604C142.635 154.498 146.3 161.232 148.826 165.516C154.855 175.737 160.866 186.099 166.498 196.537C167.522 198.434 170.291 200.929 170.779 202.214C171.871 205.089 172.176 207.15 173.516 210.266C177.804 209.559 178.203 209.558 182.012 211.756C180.36 212.244 176.537 213.225 175.928 214.856C176.788 216.325 180.527 213.354 182.718 214.306C182.294 215.806 179.878 216.656 178.827 219.226C179.185 221.705 184.478 229.098 186.043 231.397C201.266 253.664 217.728 275.058 235.351 295.478C240.774 301.651 245.041 305.759 251.116 311.289C252.968 303.459 258.885 301.859 265.843 304.632C274.101 302.285 278.631 305.302 284.612 310.537C287.207 310.521 288.151 310.369 289.968 312.158L289.966 312.608C289.282 312.97 288.659 313.263 287.961 313.587C286.671 315.555 289.686 319.815 289.275 322.308C289.159 323.013 289.185 323.096 289.387 323.704C292.185 323.811 294.149 323.231 297.011 324.234C301.694 325.877 303.335 328.214 305.403 332.265C317.382 336.775 319.524 342.897 322.019 355.016C326.261 357.289 326.579 357.642 326.71 362.435C321.842 358.551 321.377 362.481 320.099 366.772C338.875 366.732 357.941 367.161 376.739 367.351L447.146 367.853L488.703 368.18C496.672 368.177 508.889 367.816 516.466 368.428ZM511.109 381.259C512.105 379.224 515.902 371.123 515.819 369.257C511.788 369.888 507.187 369.548 502.974 369.546C494.718 369.513 486.462 369.537 478.206 369.618C438.061 370.411 397.804 370.068 357.643 370.55C354.387 370.59 351.114 370.688 347.858 370.786C344.212 370.684 340.556 370.704 336.907 370.683C334.126 370.668 331.288 370.41 328.539 370.758C330.928 371.072 335.745 371.791 337.971 371.658C344.388 372.663 355.185 373.001 361.79 373.478C378.205 374.708 394.635 375.747 411.074 376.594C431.235 377.752 451.405 378.756 471.582 379.605C483.831 380.199 498.945 381.199 511.109 381.259ZM293.261 344.759C295.951 344.327 297.857 343.712 299.584 341.369C300.933 339.552 301.486 337.266 301.119 335.034C300.749 332.876 299.516 330.962 297.705 329.733C296.11 328.64 294.656 328.292 292.748 328.197C280.822 329.822 283.497 344.415 293.261 344.759ZM261.308 318.177C263.682 317.224 264.672 316.784 265.714 314.327C265.943 313.779 266.164 313.226 266.375 312.671C265.438 309.035 264.009 306.403 259.737 306.488C252.849 308.979 253.086 315.971 259.445 318.019C260.047 318.208 260.683 318.262 261.308 318.177ZM268.518 319.967C275.086 321.298 278.589 323.854 276.746 331.165C276.6 331.739 276.447 332.311 276.287 332.881C281.598 332.506 281.095 330.821 283.928 326.803C283.996 324.119 284.134 322.16 283.281 319.553C281.585 314.369 276.04 309.188 270.319 309.701L270.1 310.502C271.149 312.113 281.196 314.384 281.654 321.271C281.843 324.114 282.583 330.67 278.562 331.55C278.278 331.052 278.361 330.473 278.624 329.963C281.602 324.203 271.536 316.742 267.127 319.439C267.778 320 267.501 319.759 268.518 319.967ZM181.373 242.499C184.088 241.705 185.64 238.855 184.835 236.143C184.03 233.431 181.174 231.89 178.465 232.705C175.771 233.516 174.24 236.353 175.041 239.051C175.841 241.748 178.673 243.29 181.373 242.499ZM310.743 360.193L313.51 362.199C316.353 358.822 312.172 342.797 306.014 341.81C305.696 342.487 305.285 342.986 305.744 343.777C308.968 349.334 311.619 353.364 310.743 360.193ZM247.968 350.129C249.863 352.171 251.791 354.218 253.661 356.279L254.151 356.28L257.589 352.786C256.698 351.961 251.898 347.214 251.274 346.773C249.987 348.329 249.487 348.81 247.968 350.129ZM268.352 340.401L269.235 339.937C269.354 337.325 262.102 334.961 259.688 335.078C255.23 340.329 265.138 340.939 268.352 340.401ZM237.076 338.265C238.377 339.609 242.116 344.265 243.323 344.398L246.493 341.565C245.612 340.621 241.15 335.738 240.377 335.248C239.181 336.463 238.459 337.224 237.076 338.265ZM226.428 326.282C228.036 327.724 231.477 332.333 232.789 332.421L235.594 329.599C234.811 328.791 230.108 323.624 229.427 323.383C228.439 324.362 227.439 325.329 226.428 326.282ZM216.1 313.577C217.112 314.843 220.812 319.769 221.888 320.286C223.076 319.379 223.86 318.821 224.909 317.736C224.028 316.704 220.051 311.912 219.294 311.329C218.024 312.383 217.576 312.785 216.1 313.577ZM258.714 347.775C259.726 348.686 260.866 349.775 261.948 350.574C266.138 351.793 270.31 352.393 272.257 347.605L272.155 347.134C271.614 347.131 271.657 347.061 271.195 347.243C266.083 348.241 263.868 348.699 258.714 347.775ZM206.141 301.346C206.874 302.258 211.017 307.519 211.623 307.965C212.649 307.159 213.683 306.361 214.723 305.571C213.322 303.996 210.28 300.066 209.089 298.888L206.141 301.346ZM197.344 256.832C195.661 257.448 194.448 258.406 194.309 260.329L194.697 260.539C195.4 259.821 195.456 259.667 195.971 258.832C197.49 258.317 199.72 258.834 200.383 257.938C199.665 256.909 198.57 256.991 197.344 256.832ZM215.389 321.526C214.34 322.503 212.598 323.97 211.883 325.122L211.914 325.707C212.478 326.109 212.232 326.032 212.885 326.121C214.111 325.139 215.577 324.153 216.369 322.851L216.421 322.242C215.859 321.695 216.098 321.842 215.389 321.526ZM218.893 284.296C219.982 283.698 221.527 283.074 221.98 282.044C221.539 281.512 221.078 281.405 220.343 281.312C219.261 281.971 218.054 282.532 217.38 283.549C217.581 284.373 217.378 284.011 218.175 284.55C218.468 284.468 218.652 284.451 218.893 284.296ZM148.561 193.309C147.274 194.399 145.65 194.932 144.685 195.972C144.669 196.822 144.555 196.45 145.002 197.138C146.537 196.573 148.132 196.127 148.964 194.663C148.92 193.609 149.114 194.022 148.561 193.309ZM199.882 307.402L200.091 307.187C201.003 306.258 202.353 305.474 202.756 304.705C202.528 303.739 202.766 304.167 201.855 303.481C200.491 304.285 198.91 305.603 199.095 307.362C199.701 307.523 199.441 307.556 199.882 307.402ZM153.232 176.74C152.566 174.064 150.616 172.486 147.816 172.572C148.33 174.141 151.159 175.782 152.618 176.73L153.232 176.74ZM244.338 368.569C245.668 368.074 246.942 367.72 248.035 366.845L248.237 366.357C247.82 365.769 248.087 365.937 247.511 365.656C246.319 366.159 243.946 366.731 243.375 367.262C243.654 368.226 243.436 367.762 244.338 368.569ZM141.666 171.512C140.28 171.913 138.636 172.15 138.075 173.642C138.988 174.319 139.856 173.787 140.894 173.432C142.246 173.267 144.993 173.176 145.68 171.882C144.708 171.027 142.881 171.386 141.666 171.512ZM247.193 371.478C248.644 370.854 253.644 368.383 252.812 366.55L251.946 366.38L251.595 366.696C250.133 367.998 246.931 369.98 246.26 370.772L246.265 371.266C246.836 371.504 246.626 371.502 247.193 371.478ZM126.471 177.927C127.333 175.9 129.49 173.066 129.934 171.526C129.499 171.057 129.707 171.214 129.363 170.991C128.316 172.574 125.972 175.758 125.842 177.461C126.274 177.896 126.046 177.77 126.471 177.927ZM228.501 301.844C229.805 300.575 230.751 299.69 229.606 297.929L228.915 297.638C228.03 298.608 227.777 298.75 227.461 299.967C227.559 300.972 227.697 301.225 228.501 301.844ZM250.29 359.433C250.029 360.815 249.389 362.567 249.546 363.719C250.08 364.286 250.039 364.284 250.732 364.62C251.505 362.627 252.533 360.939 250.29 359.433ZM148.557 169.984L149.197 169.75C149.429 167.588 143.652 167.508 142.222 167.648L141.556 168.235L141.54 168.791C142.395 169.539 146.58 169.452 148.557 169.984ZM244.625 364.38C246.852 363.902 248.29 362.483 247.757 360.059C246.457 362.016 244.462 363.142 244.625 364.38ZM199.477 266.164C197.813 266.803 195.011 266.82 194.162 267.299C194.389 268.085 194.202 267.731 194.875 268.285C196.724 268.277 198.04 268.088 199.673 267.188L200.025 266.686C199.696 266.167 199.912 266.297 199.477 266.164ZM229.566 349.253C230.482 348.056 231.444 347.186 231.533 345.819C230.979 345.23 231.193 345.361 230.512 344.987C229.492 346.289 228.574 347.15 228.725 348.786C229.263 349.223 229.016 349.185 229.566 349.253ZM246.354 314.7C247.066 313.549 247.954 312.366 248.181 311.074C247.808 310.211 248.104 310.498 247.355 310.1C246.531 311.218 245.195 312.651 245.282 313.954C245.771 314.418 245.749 314.406 246.354 314.7ZM192.436 258.872C194.435 256.185 194.983 256.732 196.782 254.906C196.657 254.302 196.804 254.511 196.472 254.205C194.657 254.991 191.236 256.438 192.436 258.872ZM193.218 246.441C191.846 247.103 189.289 248.063 188.801 249.432C189.2 249.887 188.964 249.787 189.448 249.845C190.555 249.184 193.48 247.77 194.044 247.018L193.884 246.574L193.218 246.441ZM208.357 320.089C209.576 319.127 210.491 318.542 211.364 317.256L211.411 316.636C210.938 316.234 211.153 316.312 210.594 316.186C209.627 316.995 207.879 318.146 207.628 319.267C208.005 319.847 207.83 319.73 208.357 320.089ZM185.098 250.01C185.926 249.229 188.846 246.854 189.14 246.302C188.729 245.774 188.997 245.94 188.331 245.815C186.916 246.794 185.14 247.967 184.29 249.455L184.473 249.901L185.098 250.01ZM183.145 248.112C184.014 247.331 186.784 245.051 187.219 244.273C186.958 243.788 187.068 243.868 186.68 243.519C185.611 244.347 182.713 246.325 182.548 247.678L183.145 248.112ZM203.714 274.774C205.082 273.79 206.307 273.044 207.357 271.733L207.387 271.183C207.089 271.039 206.924 270.925 206.61 270.857C205.604 271.687 203.607 273.196 202.932 274.185L203.028 274.689L203.714 274.774ZM158.342 187.153L154.63 186.014C154.202 188.958 153.812 191.908 153.461 194.862C154.399 195.026 156.028 195.383 156.922 195.316C157.258 193.032 157.717 189.276 158.342 187.153ZM185 256.055C185.53 255.039 187.33 251.995 187.474 251.263C186.931 250.86 187.212 250.972 186.664 250.858C185.544 252.293 184.595 253.485 184.18 255.269L184.405 255.863L185 256.055ZM186.973 260.146C187.346 258.783 188.425 255.591 188.125 254.423L187.664 254.094C186.753 255.615 185.153 258.846 186.973 260.146ZM217.551 331.513C218.828 330.781 221.615 329.024 221.638 327.391C221.433 327.179 221.302 326.99 221.062 326.869C219.993 327.715 217.121 329.643 217.019 330.989C217.205 331.202 217.328 331.405 217.551 331.513ZM236.662 358.013C236.793 360.06 240.04 364.095 242.099 364.595C241.811 362.932 238.839 360.196 237.829 358.355C237.217 358.119 237.306 358.128 236.662 358.013ZM145.66 165.764L146.658 165.86L146.982 165.506C146.334 164.039 144.895 163.996 143.507 164.029C142.476 164.08 141.98 163.995 141.15 164.599L141.229 165.028C143.017 165.885 143.627 165.722 145.66 165.764ZM208.828 277.968C209.891 277.063 212.169 275.334 212.387 274.011C211.972 273.488 212.216 273.65 211.713 273.448C210.902 274.297 208.336 276.73 208.085 277.595C208.494 278.025 208.245 277.902 208.828 277.968ZM196.323 288.401C197.164 289.521 200.899 294.649 201.729 295.254C202.699 294.571 203.663 293.866 204.672 293.244C203.779 292.049 200.113 286.748 199.121 286.5C198.229 287.113 197.231 287.836 196.323 288.401ZM244.53 361.25C245.511 360.092 246.472 358.656 245.325 357.28L244.832 357.122C243.884 357.997 243.611 358.125 243.185 359.287C243.319 360.466 243.445 360.599 244.53 361.25ZM194.952 280.403C193.982 279.056 190.734 274.113 189.584 273.545L186.987 275.401C187.945 276.754 191.149 281.772 192.444 282.173L194.952 280.403ZM199.272 270.601C200.933 269.814 202.498 269.033 203.593 267.491L203.556 267.006L202.885 266.842C201.917 267.569 198.95 269.466 198.652 270.222C199.13 270.615 198.897 270.548 199.272 270.601ZM193.489 249.318C192.139 250.101 189.775 251.23 189.221 252.618C189.827 252.921 189.541 252.848 190.056 252.913C190.967 252.258 194.015 250.428 194.378 249.905L194.14 249.463L193.489 249.318ZM204.842 270.375C205.986 268.983 207.141 267.802 207.613 266.062C207.269 265.391 207.523 265.637 206.864 265.312C206.273 266.252 204.12 269.326 204.077 270.098C204.55 270.482 204.288 270.409 204.842 270.375ZM189.653 259.565C190.209 258.147 191.969 254.966 191.895 254.152L191.527 253.84C190.286 255.122 188.695 257.243 189.039 259.135C189.193 259.25 189.495 259.501 189.653 259.565ZM214.872 329.095C216.079 328.232 217.243 327.545 218.102 326.357L218.091 325.813C217.522 325.476 217.76 325.537 217.115 325.489C215.938 326.34 214.878 326.961 214.043 328.131L214.025 328.694C214.511 329.018 214.342 328.992 214.872 329.095ZM201.847 265.197C202.868 263.585 203.502 260.721 201.753 259.394C201.367 260.138 201.244 263.677 201.21 264.73C201.428 264.911 201.607 265.104 201.847 265.197ZM238.504 325.171C239.627 324.603 240.166 324.463 240.884 323.488L240.79 323.084C240.029 322.838 240.288 322.853 239.517 322.858C238.716 323.301 237.496 323.852 237.015 324.549L237.319 324.987L238.504 325.171ZM195.094 294.85C194.156 295.459 192.009 296.716 192.954 297.952L193.488 298.046C194.304 297.318 195.495 296.428 195.913 295.476L195.675 295L195.094 294.85ZM204.75 265.243C205.856 263.389 206.376 261.191 204.186 259.932C204.362 261.392 203.931 264.739 204.75 265.243ZM156.554 238.36C157.53 237.868 158.112 237.7 158.714 236.793L158.547 236.267C158.081 236.102 157.98 236.025 157.497 235.972C156.607 236.55 155.88 236.89 155.334 237.784L155.504 238.203C155.895 238.28 156.165 238.367 156.554 238.36ZM206.338 309.872C205.651 310.842 203.608 312.712 203.335 313.392L203.626 314.131C205.294 313.156 206.001 312.461 206.627 310.628C206.515 309.979 206.663 310.204 206.338 309.872ZM206.531 287.982C207.077 286.838 207.734 285.764 207.795 284.533C207.433 283.891 207.701 284.109 207.079 283.776C206.371 284.781 205.697 285.46 205.663 286.639C205.991 287.395 205.983 287.361 206.531 287.982ZM189.537 291.615C190.476 290.783 191.09 290.52 191.422 289.457C190.905 288.937 191.125 289.052 190.49 288.77C189.739 289.329 188.736 289.911 188.436 290.733C188.91 291.535 188.583 291.217 189.537 291.615ZM212.513 321.283C213.241 320.654 214.14 320.056 214.394 319.176C214.012 318.347 214.29 318.693 213.454 318.169C212.77 318.923 211.817 319.757 211.688 320.698C212.148 321.145 211.958 321.067 212.513 321.283ZM142.668 186.744C143.901 185.446 144.861 184.477 143.679 182.767L143.085 182.476C142.118 183.474 141.959 183.543 141.556 184.82C141.627 185.787 141.838 186.193 142.668 186.744ZM235.971 332.119C235.193 332.744 234.55 333.096 234.244 334.017L234.296 334.526C235.039 333.829 236.017 333.189 235.971 332.119ZM188.983 261.118C189.061 263.103 190.083 266.483 192.504 266.419C192.096 265.497 189.871 261.583 188.983 261.118ZM258.361 355.185C257.61 355.888 256.517 356.741 256.165 357.653L256.469 357.968C257.142 357.293 258.413 356.215 258.635 355.373L258.361 355.185ZM138.332 168.543C136.599 169.323 132.684 171.199 132.078 173.038C132.477 173.585 132.217 173.39 132.859 173.62C134.267 172.684 138.182 170.49 138.948 169.63L138.971 168.94C138.768 168.797 138.543 168.599 138.332 168.543ZM205.358 278.727C204.2 279.21 201.889 280.033 201.063 280.816L201.137 281.228L201.812 281.331C203.255 280.902 205.574 280.361 206.367 279.108L206.081 278.777L205.358 278.727ZM198.052 276.718C199.082 276.42 200.251 276.195 201.045 275.527L201.045 275.093L200.553 274.777C199.377 275.001 198.736 275.077 197.642 275.531L197.514 276.037L198.052 276.718ZM164.629 216.265C166.438 216.829 167.355 216.868 168.726 215.205C168.678 214.652 168.799 214.717 168.534 214.485C167.072 215.47 166.255 215.386 164.53 215.485L164.33 215.824L164.629 216.265ZM196.783 270.902C195.803 269.436 194.448 269.478 192.748 269.553C193.972 270.854 195.026 270.97 196.783 270.902ZM145.754 188.228C145.974 187.539 146.66 186.089 146.206 185.536C145.256 186.712 143.474 188.292 142.997 189.172C143.124 189.729 143.066 189.686 143.328 190.173C144.116 189.577 145.064 188.905 145.754 188.228ZM202.832 311.053C204.005 309.82 205.069 308.245 203.274 306.902C202.02 308.053 200.723 309.888 202.832 311.053ZM209.142 291.006C209.643 289.901 210.397 288.546 210.426 287.383C210.038 286.814 210.218 286.973 209.576 286.659C208.916 287.733 208.282 288.513 208.141 289.741C208.514 290.778 208.204 290.361 209.142 291.006ZM211.307 269.106C210.668 269.971 210.267 270.509 209.737 271.437L209.881 271.988L210.616 272.259C211.176 271.418 211.891 270.576 211.936 269.61C211.522 269.118 211.758 269.246 211.307 269.106ZM229.34 305.336C231.068 304.012 231.821 303.298 232.42 301.19C232.333 301.001 232.282 300.783 232.138 300.633L231.919 300.923C230.971 302.165 229.451 303.369 229.003 304.276C229.117 304.679 229.176 304.95 229.34 305.336ZM138.205 164.795C136.044 165.487 132.699 166.427 131.535 168.435C131.617 169.379 131.491 168.911 132.175 169.806C133.998 168.43 137.305 167.073 138.526 165.878L138.621 165.212L138.205 164.795ZM199.053 300.858C197.948 301.754 196.87 302.462 197.087 304.055L197.561 304.299L197.823 303.998C198.867 303.144 199.503 302.682 200.372 301.616L200.329 301.17C199.571 300.84 199.865 300.894 199.053 300.858ZM140.223 210.766C140.657 213.061 143.093 212.627 144.776 211.912L144.678 211.104C143.712 210.408 141.574 210.821 140.223 210.766ZM188.295 285.901C187.229 286.738 186.838 286.758 186.399 287.827C186.815 288.422 186.625 288.26 187.261 288.568C188.246 287.91 188.799 287.684 189.341 286.682L189.142 286.163L188.295 285.901ZM264.738 360.155C264.052 359.577 263.204 358.815 262.485 358.325C261.324 359.526 260.382 360.374 259.534 361.82L259.58 362.633C260.307 362.984 259.933 362.851 261.038 362.545C262.18 361.779 263.553 360.8 264.738 360.155ZM195.137 253.014C196.482 252.767 197.427 252.722 198.545 251.955L198.158 251.25L198.374 251.871L198.032 251.236L196.931 251.363C195.327 251.672 195.107 251.628 193.885 252.61L193.82 253.076C194.516 253.225 194.468 253.243 195.137 253.014ZM236.232 345.053C235.391 345.745 234.221 346.544 233.766 347.48L233.926 347.947L234.847 348.133C235.843 347.362 236.83 346.753 237.458 345.691L237.335 345.245C236.694 345.051 236.872 345.041 236.232 345.053ZM201.843 271.228C200.708 271.676 197.658 272.551 197.185 273.128C197.437 273.732 197.222 273.493 197.892 273.784C199.533 273.463 201.168 272.956 202.43 271.818L202.45 271.323L201.843 271.228ZM162.399 225.716C162.025 224.604 160.072 218.042 159.359 217.712C158.279 218.036 157.71 218.027 157.005 218.753C157.148 220.204 158.75 226.033 159.779 226.723L162.399 225.716ZM169.185 239.909C168.185 238.398 165.76 233.022 165.1 232.659L164.945 232.65C164.13 232.98 163.075 233.265 162.582 233.918C163.029 235.088 165.701 240.888 166.433 241.454C167.327 240.987 168.377 240.481 169.185 239.909ZM156.112 232.545C154.944 233.2 154.328 233.416 153.534 234.446L153.529 234.907C154.075 235.265 153.991 235.33 154.549 235.393C155.458 234.844 156.613 234.27 157.235 233.453L157.177 232.962C156.601 232.652 156.712 232.619 156.112 232.545ZM135.983 163.285C137.839 162.832 140.565 162.259 142.135 161.253L142.329 160.88C141.143 160.332 141.132 160.415 139.84 160.569C137.442 161.067 136.339 161.136 134.467 162.762L134.292 163.388C135.258 163.736 134.738 163.644 135.983 163.285ZM204.674 277.39C206.061 276.468 207.548 275.611 208.644 274.387L208.67 273.862L208.121 273.498C207.063 274.247 204.24 276.003 203.872 276.955C204.403 277.405 204.121 277.292 204.674 277.39ZM191.587 260.18C191.516 262.843 192.695 264.896 195.503 265.158C195.234 264.407 193.143 262.425 192.299 260.525L191.587 260.18ZM185.748 267.461C185.047 266.384 181.499 260.638 180.723 260.322L178.079 261.834C178.952 263.23 181.932 268.425 183.154 268.848C183.929 268.444 185.029 267.913 185.748 267.461ZM178.346 222.756C178.51 225.39 180.286 229.588 183.2 230.078C182.593 228.679 179.502 223.573 178.346 222.756ZM228.958 336.695C227.333 337.838 225.987 338.844 224.935 340.54L224.94 341.209C225.144 341.398 225.354 341.645 225.581 341.736C226.642 340.741 229.317 338.46 229.968 337.436L229.816 336.876L228.958 336.695ZM231.503 339.294C229.938 340.497 228.17 341.703 227.239 343.452L227.317 344.035C227.717 344.188 227.817 344.263 228.235 344.319C229.333 343.277 231.65 341.327 232.384 340.322L232.253 339.742L231.503 339.294ZM241.384 350.577C240.032 351.436 237.402 353.194 237.596 355.048C238.044 355.539 238.001 355.519 238.644 355.681C239.614 353.951 242.183 352.014 242.491 351.12C241.881 350.537 242.234 350.718 241.384 350.577ZM217.251 299.909C217.856 301.887 220.081 306.436 222.234 306.718C222.204 305.754 219.308 301.01 218.678 300.15C217.973 299.932 217.984 299.924 217.251 299.909ZM234.555 313.114C233.317 313.582 229.873 314.615 229.159 315.076L229.154 315.595C229.551 315.881 229.716 316.034 230.154 316.246C232.166 315.765 233.972 315.331 235.591 313.948L235.688 313.396C235.055 313.049 235.3 313.114 234.555 313.114ZM148.412 198.046C147.095 198.582 143.267 199.726 142.674 200.069L142.599 200.661L143.175 201.239C145.097 200.938 149.127 200.678 148.91 198.23L148.412 198.046ZM223.088 284.188C221.673 284.939 217.785 287.008 218.384 288.873C218.607 288.825 219.152 288.73 219.328 288.639L219.634 288.377C221.304 286.971 223.112 286.224 224.219 285.207L224.19 284.674C223.556 284.281 223.768 284.312 223.088 284.188ZM162.124 204.256C161.979 205.882 162.389 210.394 163.394 211.687L163.803 211.681C164.858 208.912 164.647 206.191 162.124 204.256ZM221.142 298.467C220.891 301.774 223.059 304.526 226.308 305.118C226.193 304.268 226.382 304.341 225.952 304.006C224.306 302.723 223.037 300.86 222.202 298.951C221.62 298.605 221.779 298.65 221.142 298.467ZM161.441 196.527L161.649 197.369C163.031 198.163 163.567 197.948 164.195 198.971C163.862 200.988 163.276 200.698 161.708 201.632C161.961 202.223 161.764 201.968 162.457 202.285C167.302 201.367 166.552 196.569 161.441 196.527ZM236.671 349.317C235.015 351.233 232.246 354.048 234.606 356.377C235.374 354.029 237.147 351.945 237.644 350.207C237.237 349.447 237.5 349.787 236.671 349.317ZM132.874 197.58C133.665 200.209 137.803 201.593 140.127 201.156C140.095 200.585 140.21 200.098 139.854 199.912C138.85 199.386 133.66 197.711 132.874 197.58ZM145.234 175.211L144.729 175.797C144.995 176.657 145.388 176.727 146.425 177.247C148.431 178.253 149.32 178.833 151.001 180.278C152.531 177.547 147.174 175.676 145.234 175.211ZM135.145 183.326C134.991 186.711 136.979 189.611 140.473 189.951L140.378 189.045L140.023 188.767C138.052 187.198 137.222 186.014 136.164 183.74C135.73 183.536 135.606 183.451 135.145 183.326ZM148.512 182.21C147.82 183.386 148.105 187.657 148.008 189.295C147.989 189.607 148.514 189.807 148.899 190.049C149.8 188.199 150.793 184.018 149.118 182.424L148.512 182.21ZM241.578 305.142C240.661 306.536 237.565 310.57 237.741 311.868C237.948 311.929 238.477 312.101 238.669 312.127C239.634 310.934 244.199 306.073 241.578 305.142ZM243.309 315.918C241.938 316.88 238.404 319.165 237.471 320.353L237.443 320.908C237.761 321.077 237.87 321.171 238.212 321.256C239.82 320.487 243.365 318.459 243.98 316.758C243.715 316.04 243.961 316.292 243.309 315.918ZM227.56 290.259C225.578 291.22 221.37 293.291 221.886 295.966L222.458 296.368C223.278 295.504 223.917 294.676 224.792 293.854C225.784 292.922 227.743 292.178 228.039 290.907L227.56 290.259ZM140.967 175.444C139.368 176.293 135.006 178.721 136.061 180.9L136.938 181.132C138.519 178.56 141.568 177.121 142.081 175.944L141.734 175.504L140.967 175.444ZM128.26 185.627C127.854 188.012 129.93 192.659 132.429 193.206C132.403 191.736 130.061 187.359 129.244 185.945L128.26 185.627ZM236.357 306.924C234.406 308.609 231.809 310.044 230.596 311.177L230.573 311.705C231.134 312.041 230.907 311.985 231.523 312.073C233.313 311.277 236.817 309.459 237.385 307.469L237.091 307.025L236.357 306.924ZM231.215 306.511C229.407 307.243 225.18 307.441 224.443 307.984L224.568 308.467C225.125 308.712 225.225 308.777 225.809 308.935C227.571 309.087 231.831 309.024 232.338 306.829L231.899 306.401L231.215 306.511ZM248.211 315.819C247.075 316.916 243.471 320.152 242.964 321.497L243.137 322.065L243.743 322.17C245.271 321.005 248.745 318.312 249.001 316.435C248.592 315.872 248.855 316.077 248.211 315.819ZM216.059 290.392C214.447 292.808 212.443 296.094 214.88 298.602C215.24 297.256 217.026 291.71 216.741 290.755L216.059 290.392ZM217.126 279.03C215.547 280.064 210.894 282.768 211.8 284.967L212.307 285.249L212.631 284.89C214.254 283.106 216.795 281.295 217.817 280.007L217.752 279.421L217.126 279.03ZM146.937 202.687L146.555 202.766C144.506 203.175 140.921 203.014 139.979 203.987C140.148 204.748 139.94 204.435 140.552 204.98C142.227 204.978 146.76 205.02 147.805 203.64L147.695 203.066L146.937 202.687ZM145.38 191.311C142.113 192.762 139.974 191.887 138.47 192.728L138.495 193.282C138.916 193.514 139.098 193.63 139.545 193.805C141.442 193.978 145.883 193.981 146.423 191.666C145.872 191.153 146.194 191.312 145.38 191.311ZM243.761 353.513C241.797 354.542 239.735 356.272 240.624 358.781L241.043 359.005C241.52 358.469 241.454 358.417 241.588 357.69C243.217 355.076 245.302 355.745 245.964 354.777C245.203 353.863 245.031 353.45 243.761 353.513ZM221.19 289.904C219.418 291.439 216.062 295.519 218.303 297.697C218.684 297.183 221.683 291.231 221.807 290.736C221.507 290.213 221.618 290.287 221.19 289.904ZM131.364 184.912C131.832 187.221 133.61 191.651 136.39 191.784C136.343 189.923 133.842 186.901 132.885 185.167C132.012 184.719 132.485 184.865 131.364 184.912ZM135.265 174.786C133.576 176.333 129.97 180.497 132.345 182.564C132.718 182.211 135.577 176.475 135.865 175.726C135.619 174.97 135.856 175.251 135.265 174.786ZM214.934 285.557C213.461 287.217 211.229 289.927 211.184 292.194C211.543 292.756 211.498 292.744 212.072 293.069C212.935 291.622 215.913 287.36 215.688 286.092L214.934 285.557ZM241.444 312.14C240.263 313.139 236.862 315.816 236.032 316.806L236.057 317.397C236.224 317.523 236.568 317.803 236.738 317.884C238.171 317.091 244.249 313.906 241.444 312.14ZM234.145 297.294C234.02 298.481 233.785 304.018 234.289 304.806L235.21 304.938C236.005 302.483 237.488 298.554 234.145 297.294ZM133.968 194.489C134.635 197.011 139.718 197.912 141.895 197.638L141.892 196.682C141.085 195.89 135.183 194.339 133.968 194.489ZM214.302 276.399C212.498 277.635 209.736 279.578 209.026 281.685L209.247 282.188C209.934 282.192 209.706 282.269 210.298 282.016C211.301 281.083 214.925 277.993 215.377 277.08L215.058 276.471L214.302 276.399ZM148.32 206.166C146.778 206.404 142.477 206.912 141.285 207.661L141.2 208.221C141.525 208.486 141.577 208.584 141.949 208.741C143.944 208.701 147.608 208.436 149.117 207.151L148.999 206.405L149.265 206.511L149.126 206.692C148.594 206.161 148.853 206.207 148.32 206.166ZM130.214 175.313C128.497 177.332 127.699 179.873 127.573 182.495C127.987 183.244 127.706 182.928 128.53 183.388C129.658 182.239 130.466 178.049 130.926 176.175C130.659 175.454 130.909 175.721 130.214 175.313ZM166.991 202.705C168.523 209.613 168.354 209.215 163.686 213.588C163.879 214.16 163.698 213.976 164.147 214.211C166.806 212.762 167.701 211.588 168.673 208.693C169.327 206.747 169.075 203.604 166.991 202.705ZM143.626 178.701C141.15 179.222 137.755 181.089 138.893 184.128L139.375 184.317C139.972 183.744 139.987 183.315 140.188 182.508C142.647 180.157 146.024 181.304 146.915 179.957C146.391 179.194 145.87 179.057 144.977 178.899C144.528 178.824 144.078 178.758 143.626 178.701ZM229.095 293.771C226.578 294.618 224.495 295.901 224.613 298.922L224.95 299.477L225.402 299.446C225.94 298.66 225.971 298.342 226.215 297.44C228.674 295.489 231.997 296.517 232.773 295.125C231.842 294.026 230.475 293.825 229.095 293.771ZM156.254 202.417C155.319 202.507 154.457 202.44 153.814 203.042C153.771 204.521 154.407 210.171 155.204 211.132L155.385 211.149C156.575 210.916 157.058 211.036 157.826 210.36C157.818 208.978 157.423 203.333 156.691 202.392L156.254 202.417ZM172.365 246.741C171.488 247.206 170.539 247.546 170.07 248.359C170.541 249.65 173.554 255.256 174.708 255.42L177.13 253.656C175.983 252.23 173.082 246.92 172.365 246.741ZM174.28 215.709C170.703 220.096 168.737 227.092 172.839 231.806C174.368 230.712 172.166 225.841 172.486 223.775C172.846 221.447 175.14 218.001 174.785 216.033L174.28 215.709Z'/%3E%3Cpath fill='%23FEFEFE' d='M292.28 331.415C295.079 331.021 297.664 332.982 298.036 335.784C298.409 338.586 296.427 341.155 293.623 341.506C290.849 341.853 288.314 339.897 287.946 337.126C287.577 334.355 289.512 331.806 292.28 331.415Z'/%3E%3Cpath fill='%23FEFEFE' d='M259.151 308.888C261.058 308.236 263.135 309.24 263.808 311.139C264.482 313.039 263.502 315.127 261.61 315.822C260.367 316.279 258.974 316.033 257.963 315.177C256.953 314.321 256.48 312.988 256.725 311.687C256.971 310.385 257.898 309.316 259.151 308.888Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M270.319 309.701C276.04 309.188 281.585 314.369 283.281 319.553C284.134 322.16 283.996 324.119 283.928 326.803C281.095 330.821 281.598 332.506 276.287 332.881C276.447 332.311 276.6 331.739 276.746 331.165C278.589 323.854 275.086 321.298 268.518 319.967C267.501 319.759 267.778 320 267.127 319.439C271.536 316.742 281.602 324.203 278.624 329.963C278.361 330.473 278.278 331.052 278.562 331.55C282.583 330.67 281.843 324.114 281.654 321.271C281.196 314.384 271.149 312.113 270.1 310.502L270.319 309.701Z'/%3E%3Cpath fill='%23FEFEFE' d='M178.747 234.454C180.477 233.802 182.407 234.676 183.059 236.405C183.711 238.135 182.837 240.065 181.108 240.717C179.378 241.368 177.448 240.495 176.796 238.765C176.145 237.036 177.018 235.106 178.747 234.454Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.043137256' d='M166.991 202.705C169.075 203.604 169.327 206.747 168.673 208.693C167.701 211.588 166.806 212.762 164.147 214.211C163.698 213.976 163.879 214.16 163.686 213.588C168.354 209.215 168.523 209.613 166.991 202.705Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M161.441 196.527C166.552 196.569 167.302 201.367 162.457 202.285C161.764 201.968 161.961 202.223 161.708 201.632C163.276 200.698 163.862 200.988 164.195 198.971C163.567 197.948 163.031 198.163 161.649 197.369L161.441 196.527Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M217.251 299.909C217.984 299.924 217.973 299.932 218.678 300.15C219.308 301.01 222.204 305.754 222.234 306.718C220.081 306.436 217.856 301.887 217.251 299.909Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.10980392' d='M328.539 370.758C331.288 370.41 334.126 370.668 336.907 370.683C340.556 370.704 344.212 370.684 347.858 370.786C345.579 371.331 338.83 370.778 338.011 371.43L337.971 371.658C335.745 371.791 330.928 371.072 328.539 370.758Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M178.346 222.756C179.502 223.573 182.593 228.679 183.2 230.078C180.286 229.588 178.51 225.39 178.346 222.756Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.023529412' d='M197.344 256.832C198.57 256.991 199.665 256.909 200.383 257.938C199.72 258.834 197.49 258.317 195.971 258.832C195.456 259.667 195.4 259.821 194.697 260.539L194.309 260.329C194.448 258.406 195.661 257.448 197.344 256.832Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.031372551' d='M236.662 358.013C237.306 358.128 237.217 358.119 237.829 358.355C238.839 360.196 241.811 362.932 242.099 364.595C240.04 364.095 236.793 360.06 236.662 358.013Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.070588239' d='M129.363 170.991C129.707 171.214 129.499 171.057 129.934 171.526C129.49 173.066 127.333 175.9 126.471 177.927C126.046 177.77 126.274 177.896 125.842 177.461C125.972 175.758 128.316 172.574 129.363 170.991Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M199.477 266.164C199.912 266.297 199.696 266.167 200.025 266.686L199.673 267.188C198.04 268.088 196.724 268.277 194.875 268.285C194.202 267.731 194.389 268.085 194.162 267.299C195.011 266.82 197.813 266.803 199.477 266.164Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M193.218 246.441L193.884 246.574L194.044 247.018C193.48 247.77 190.555 249.184 189.448 249.845C188.964 249.787 189.2 249.887 188.801 249.432C189.289 248.063 191.846 247.103 193.218 246.441Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.023529412' d='M196.472 254.205C196.804 254.511 196.657 254.302 196.782 254.906C194.983 256.732 194.435 256.185 192.436 258.872C191.236 256.438 194.657 254.991 196.472 254.205Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.031372551' d='M188.331 245.815C188.997 245.94 188.729 245.774 189.14 246.302C188.846 246.854 185.926 249.229 185.098 250.01L184.473 249.901L184.29 249.455C185.14 247.967 186.916 246.794 188.331 245.815Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.027450981' d='M186.68 243.519C187.068 243.868 186.958 243.788 187.219 244.273C186.784 245.051 184.014 247.331 183.145 248.112L182.548 247.678C182.713 246.325 185.611 244.347 186.68 243.519Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M206.61 270.857C206.924 270.925 207.089 271.039 207.387 271.183L207.357 271.733C206.307 273.044 205.082 273.79 203.714 274.774L203.028 274.689L202.932 274.185C203.607 273.196 205.604 271.687 206.61 270.857Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M186.664 250.858C187.212 250.972 186.931 250.86 187.474 251.263C187.33 251.995 185.53 255.039 185 256.055L184.405 255.863L184.18 255.269C184.595 253.485 185.544 252.293 186.664 250.858Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M187.664 254.094L188.125 254.423C188.425 255.591 187.346 258.783 186.973 260.146C185.153 258.846 186.753 255.615 187.664 254.094Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.019607844' d='M211.713 273.448C212.216 273.65 211.972 273.488 212.387 274.011C212.169 275.334 209.891 277.063 208.828 277.968C208.245 277.902 208.494 278.025 208.085 277.595C208.336 276.73 210.902 274.297 211.713 273.448Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.023529412' d='M202.885 266.842L203.556 267.006L203.593 267.491C202.498 269.033 200.933 269.814 199.272 270.601C198.897 270.548 199.13 270.615 198.652 270.222C198.95 269.466 201.917 267.569 202.885 266.842Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.023529412' d='M193.489 249.318L194.14 249.463L194.378 249.905C194.015 250.428 190.967 252.258 190.056 252.913C189.541 252.848 189.827 252.921 189.221 252.618C189.775 251.23 192.139 250.101 193.489 249.318Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M206.864 265.312C207.523 265.637 207.269 265.391 207.613 266.062C207.141 267.802 205.986 268.983 204.842 270.375C204.288 270.409 204.55 270.482 204.077 270.098C204.12 269.326 206.273 266.252 206.864 265.312Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M191.527 253.84L191.895 254.152C191.969 254.966 190.209 258.147 189.653 259.565C189.495 259.501 189.193 259.25 189.039 259.135C188.695 257.243 190.286 255.122 191.527 253.84Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M201.753 259.394C203.502 260.721 202.868 263.585 201.847 265.197C201.607 265.104 201.428 264.911 201.21 264.73C201.244 263.677 201.367 260.138 201.753 259.394Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.023529412' d='M208.121 273.498L208.67 273.862L208.644 274.387C207.548 275.611 206.061 276.468 204.674 277.39C204.121 277.292 204.403 277.405 203.872 276.955C204.24 276.003 207.063 274.247 208.121 273.498Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.019607844' d='M191.587 260.18L192.299 260.525C193.143 262.425 195.234 264.407 195.503 265.158C192.695 264.896 191.516 262.843 191.587 260.18Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M205.358 278.727L206.081 278.777L206.367 279.108C205.574 280.361 203.255 280.902 201.812 281.331L201.137 281.228L201.063 280.816C201.889 280.033 204.2 279.21 205.358 278.727Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.023529412' d='M188.983 261.118C189.871 261.583 192.096 265.497 192.504 266.419C190.083 266.483 189.061 263.103 188.983 261.118Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M201.843 271.228L202.45 271.323L202.43 271.818C201.168 272.956 199.533 273.463 197.892 273.784C197.222 273.493 197.437 273.732 197.185 273.128C197.658 272.551 200.708 271.676 201.843 271.228Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M199.053 300.858C199.865 300.894 199.571 300.84 200.329 301.17L200.372 301.616C199.503 302.682 198.867 303.144 197.823 303.998L197.561 304.299L197.087 304.055C196.87 302.462 197.948 301.754 199.053 300.858Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M236.232 345.053C236.872 345.041 236.694 345.051 237.335 345.245L237.458 345.691C236.83 346.753 235.843 347.362 234.847 348.133L233.926 347.947L233.766 347.48C234.221 346.544 235.391 345.745 236.232 345.053Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.027450981' d='M146.206 185.536C146.66 186.089 145.974 187.539 145.754 188.228C145.064 188.905 144.116 189.577 143.328 190.173C143.066 189.686 143.124 189.729 142.997 189.172C143.474 188.292 145.256 186.712 146.206 185.536Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M196.931 251.363L198.032 251.236L198.374 251.871L198.158 251.25L198.545 251.955C197.427 252.722 196.482 252.767 195.137 253.014C194.468 253.243 194.516 253.225 193.82 253.076L193.885 252.61C195.107 251.628 195.327 251.672 196.931 251.363Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M204.186 259.932C206.376 261.191 205.856 263.389 204.75 265.243C203.931 264.739 204.362 261.392 204.186 259.932Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.047058824' d='M232.138 300.633C232.282 300.783 232.333 301.001 232.42 301.19C231.821 303.298 231.068 304.012 229.34 305.336C229.176 304.95 229.117 304.679 229.003 304.276C229.451 303.369 230.971 302.165 231.919 300.923L232.138 300.633Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.023529412' d='M247.757 360.059C248.29 362.483 246.852 363.902 244.625 364.38C244.462 363.142 246.457 362.016 247.757 360.059Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M195.094 294.85L195.675 295L195.913 295.476C195.495 296.428 194.304 297.318 193.488 298.046L192.954 297.952C192.009 296.716 194.156 295.459 195.094 294.85Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.031372551' d='M168.534 214.485C168.799 214.717 168.678 214.652 168.726 215.205C167.355 216.868 166.438 216.829 164.629 216.265L164.33 215.824L164.53 215.485C166.255 215.386 167.072 215.47 168.534 214.485Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.054901961' d='M206.338 309.872C206.663 310.204 206.515 309.979 206.627 310.628C206.001 312.461 205.294 313.156 203.626 314.131L203.335 313.392C203.608 312.712 205.651 310.842 206.338 309.872Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M188.295 285.901L189.142 286.163L189.341 286.682C188.799 287.684 188.246 287.91 187.261 288.568C186.625 288.26 186.815 288.422 186.399 287.827C186.838 286.758 187.229 286.738 188.295 285.901Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M200.553 274.777L201.045 275.093L201.045 275.527C200.251 276.195 199.082 276.42 198.052 276.718L197.514 276.037L197.642 275.531C198.736 275.077 199.377 275.001 200.553 274.777Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.027450981' d='M211.307 269.106C211.758 269.246 211.522 269.118 211.936 269.61C211.891 270.576 211.176 271.418 210.616 272.259L209.881 271.988L209.737 271.437C210.267 270.509 210.668 269.971 211.307 269.106Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M192.748 269.553C194.448 269.478 195.803 269.436 196.783 270.902C195.026 270.97 193.972 270.854 192.748 269.553Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.86666667' d='M258.361 355.185L258.635 355.373C258.413 356.215 257.142 357.293 256.469 357.968L256.165 357.653C256.517 356.741 257.61 355.888 258.361 355.185Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.93725491' d='M235.971 332.119C236.017 333.189 235.039 333.829 234.296 334.526L234.244 334.017C234.55 333.096 235.193 332.744 235.971 332.119Z'/%3E%3Cpath fill='%23FEFEFE' d='M232.565 437.788C234.364 436.476 237.39 434.728 239.552 434.65C247.467 434.365 255.721 434.526 263.65 434.527L312.913 434.527L429.203 434.524C448.263 434.524 467.863 434.768 486.869 434.532C481.321 442.24 465.585 459.71 457.944 465.58C449.092 466.52 439.281 466.228 430.325 466.708C426.565 466.909 421.452 466.854 417.815 467.639L417.102 467.196C413.169 467.56 409.303 467.555 405.359 467.729L379.956 468.861L349.217 470.455C343.646 470.74 336.968 471.229 331.504 471.227C330.135 471.23 328.935 471.137 327.628 471.511C328.642 472.246 367.831 472.61 370.911 471.834C376.632 472.127 408.703 473.128 412.251 471.735L412.895 472.333C416.695 472.265 447.469 472.338 448.787 473.245L448.704 473.046L448.971 473.243C445.428 474.66 424.798 474.225 419.314 474.355C406.795 474.653 410.414 474.538 399.618 480.479C397.265 481.745 394.876 482.945 392.456 484.079C385.226 487.479 374.704 490.807 366.919 492.554C355.994 495.092 344.869 496.673 333.67 497.278C325.874 497.757 317.813 497.275 310.136 498.042C308.574 498.199 303.559 499.838 301.959 500.337C297.813 505.155 295.011 506.872 288.269 506.741C287.337 506.723 286.223 506.43 285.473 506.767C285.634 509.424 284.581 511.394 283.588 513.869C284.495 514.153 285.399 514.446 286.301 514.746L286.243 515.102C283.93 517.293 282.816 515.779 281.039 516.635C277.964 518.063 271.498 522.304 267.773 521.537C262.442 520.44 256.59 522.74 251.636 520.847C249.425 520.003 248.203 517.931 247.444 515.87C244.566 517.727 242.134 519.711 239.095 521.492C234.122 520.436 220.931 516.662 216.617 514.856C218.061 513.831 219.738 512.365 221.127 511.213L218.169 509.098C216.32 510.719 214.572 512.272 212.615 513.772C209.533 512.603 207.877 511.477 205.134 509.751C202.518 509.852 201.485 509.358 199.163 508.333C201.223 505.322 206.651 500.011 209.412 497.194C213.219 493.311 218.383 487.566 222.48 484.152C220.907 483.741 219.286 483.475 217.681 483.209C196.173 479.648 174.36 477.784 152.586 479.725C149.028 480.042 145.12 480.592 141.586 480.62L141.535 480.263C143.357 479.453 149.361 478.649 151.5 478.382C175.357 475.403 201.27 477.249 224.864 481.31C228.799 477.972 234.602 472.307 238.228 468.552C228.13 466.37 217.743 462.707 207.684 460.207C181.435 453.683 154.433 449.82 127.353 451.877C121.944 452.288 115.06 453.696 109.78 453.492L109.375 453.474C115.381 451.093 126.808 450.098 133.444 449.588C171.564 446.66 203.197 455.451 239.344 465.293C239.056 459.888 239.243 452.444 239.217 446.853C237.095 446.302 234.691 445.49 232.574 444.83C232.437 442.612 232.535 440.036 232.565 437.788ZM312.959 494.705C319.304 494.285 326.497 494.839 333.092 494.476C361.954 492.888 383.424 488.328 408.552 474.22C404.842 474.563 399.899 474.446 396.115 474.437C389.054 474.378 381.992 474.401 374.932 474.508C369.828 474.627 366.217 474.473 361.25 475.725C361.148 474.993 361.173 475.02 360.834 474.37C360.038 474.177 360.432 474.163 359.644 474.574C356.669 474.848 353.146 474.79 350.141 474.727C338.825 474.488 327.566 474.998 316.259 475.079C316.782 476.096 317.672 478.287 318.806 478.399C329.84 479.481 344.644 478.431 355.336 476.372C356.959 476.675 357.373 475.858 358.909 476.591C352.841 478.704 342.624 479.638 336.181 480.32C328.464 481.138 325.639 479.408 318.464 483.774C316.405 488.729 316.71 490.19 312.959 494.705ZM257.197 519.329C260.563 518.584 261.138 518.261 262.718 515.182C260.993 511.803 260.354 511.38 256.509 510.822C248.32 512.842 249.758 519.151 257.197 519.329ZM297.294 498.839C297.606 497.713 297.689 498.202 297.228 497.299C296.115 496.659 296.708 496.836 295.36 496.833C293.219 497.962 293.914 500.784 289.713 501.098C283.138 501.588 285.471 497.273 283.781 495.574C282.788 495.541 282.279 495.545 281.29 495.61C279.48 503.541 292.586 506.584 297.294 498.839ZM259.069 498.087C262.326 497.195 263.618 496.603 266.394 494.598L261.465 494.144C259.301 494.34 255.318 494.619 255.08 497.484C256.135 498.459 257.716 498.403 259.069 498.087ZM304.308 492.972C308.809 489.481 309.894 486.518 310.689 481.073L307.45 480.322C307.36 485.231 305.035 487.929 302.339 491.728C301.734 492.581 301.74 492.223 301.989 492.818C302.885 493.149 303.358 493.123 304.308 492.972ZM233.455 495.926C234.266 496.478 236.075 497.806 236.884 498.106C238.819 496.588 240.74 495.052 242.647 493.497C241.885 492.994 239.936 491.628 239.205 491.344C237.311 492.86 235.374 494.455 233.455 495.926ZM228.921 494.932C228.291 493.744 224.801 491.499 223.561 491.33C224.057 493.63 226.692 494.949 228.921 494.932ZM226.638 496.978C225.955 495.674 222.367 493.593 220.834 493.686C221.858 495.342 224.617 497.375 226.638 496.978ZM234.302 481.203C235.104 479.707 235.08 479.659 236.325 478.687L238.084 477.298L238.062 476.808C237.886 476.753 237.407 476.59 237.247 476.576C235.765 477.707 234.045 479.127 233.201 480.811L233.308 481.232C233.913 481.298 233.755 481.352 234.302 481.203ZM208.043 504.982C208.558 506.934 211.265 508.014 213.124 507.98C212.609 506.465 209.582 505.001 208.043 504.982ZM255.599 477.873C255.896 479.422 258.282 480.936 259.896 480.773L260.199 480.745C260.433 478.724 257.176 477.919 255.599 477.873ZM218.196 503.91C216.872 502.273 215.128 501.131 212.975 501.216C214.235 502.579 215.414 503.432 217.162 504.083C217.617 504.033 217.762 504.047 218.196 503.91ZM214.437 505.337C213.849 503.358 211.722 502.854 209.83 502.992C210.798 504.19 212.25 504.932 213.672 505.461L214.437 505.337ZM244.28 475.761C244.172 473.782 241.422 473.821 239.832 473.912L239.723 474.536C240.535 475.134 243.194 475.586 244.28 475.761ZM240.656 476.666C241.288 477.933 242.734 478.778 244.078 479.119C243.401 477.433 242.523 476.716 240.656 476.666ZM228.044 490.972C227.723 489.411 226.653 487.994 224.952 487.939C225.123 489.875 226.181 490.692 228.044 490.972ZM237.112 480.331C236.735 483.836 239.242 484.931 242.217 484.02L242.072 483.512C236.595 482.541 239.449 482.023 237.112 480.331ZM245.997 485.772C247.674 485.953 248.883 486.057 250.538 486.474C251.916 486.225 252.545 486.047 253.878 485.605C252.773 484.569 251.478 483.169 250.089 482.656C248.638 483.847 247.537 484.704 245.997 485.772ZM230.016 488.507C230.478 490.479 232.086 490.755 233.926 491.02C233.126 489.391 231.752 488.923 230.016 488.507ZM233.519 505.569L233.602 506.389C234.664 507.124 235.824 507.329 237.087 507.679C236.751 505.772 235.276 505.594 233.519 505.569ZM241.535 513.541C241.7 514.964 242.882 516.536 244.353 516.725C244.442 514.804 243.343 513.828 241.535 513.541ZM256.05 487.662L264.634 488.781C265.799 489.026 266.965 489.429 268.058 489.062L268.222 488.557C266.746 486.713 264.022 486.233 261.792 486.358C259.224 486.632 258.577 486.775 256.05 487.662ZM238.711 520.22C238.625 518.095 235.873 515.656 233.776 515.363C234.15 516.671 236.476 518.917 237.534 519.934C237.788 519.999 238.478 520.191 238.711 520.22ZM225.581 512.248L225.404 512.924C226.145 513.572 230.471 514.48 231.827 514.853L231.854 514.054C230.637 512.782 227.339 512.274 225.581 512.248ZM249.676 475.034C248.207 473.182 244.621 471.255 242.216 471.59C243.012 472.743 248.166 475.16 249.676 475.034ZM233.528 519.074C233.522 517.051 228.59 515.374 226.761 515.397C227.228 516.612 232.229 518.974 233.528 519.074ZM233.762 508.386C233.846 509.182 233.675 509.254 234.169 509.567C235.468 510.391 238.842 512.32 240.281 512.226C239.906 510.577 235.324 508.598 233.762 508.386ZM238.807 508.175C239.856 509.26 243.934 512.592 245.401 512.348C245.011 510.379 240.899 507.949 238.807 508.175ZM232.341 511.104L232.428 511.867C233.635 512.808 237.084 514.882 238.53 515.091C238.484 512.841 234.253 511.395 232.341 511.104ZM288.651 491.245C287.429 491.423 287.01 491.399 285.968 491.992C286.643 492.7 291.063 492.798 292.395 493.073C293.293 493.261 294.028 493.554 294.825 493.202C293.818 491.791 290.274 491.289 288.651 491.245ZM278.484 505.927C276.779 515.739 268.358 514.631 266.82 516.557C271.736 519.243 284.638 509.226 279.163 503.341C277.877 501.825 275.607 499.451 273.442 499.691C271.666 501.786 274.971 503.016 272.361 506.998C270.967 507.796 270.416 508.081 268.906 508.665C267.472 509.22 264.453 509.468 263.526 510.162C265.502 510.69 270.126 509.612 271.84 508.58C274.892 506.744 275.853 504.726 274.642 501.352L274.884 501.033C277.122 501.187 278.112 504.087 278.484 505.927ZM222.961 504.633C223.939 505.461 225.102 506.659 226.34 506.826C228.292 505.075 229.674 503.902 231.807 502.375C230.804 501.66 229.544 500.612 228.4 500.333C226.578 501.835 224.879 503.246 222.961 504.633Z'/%3E%3Cpath fill='%23FEFEFE' d='M255.05 512.504C260.016 512.112 262.825 515.737 257.999 517.73C253.752 518.275 250.541 515.143 255.05 512.504Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.047058824' d='M272.361 506.998C274.971 503.016 271.666 501.786 273.442 499.691C275.607 499.451 277.877 501.825 279.163 503.341L278.591 503.801L278.484 505.927C278.112 504.087 277.122 501.187 274.884 501.033L274.642 501.352C275.853 504.726 274.892 506.744 271.84 508.58C270.126 509.612 265.502 510.69 263.526 510.162C264.453 509.468 267.472 509.22 268.906 508.665C270.416 508.081 270.967 507.796 272.361 506.998Z'/%3E%3Cdefs%3E%3ClinearGradient id='gradient_0' gradientUnits='userSpaceOnUse' x1='263.50656' y1='486.0733' x2='261.75558' y2='489.48495'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.031372551'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23gradient_0)' d='M261.792 486.358C264.022 486.233 266.746 486.713 268.222 488.557L268.058 489.062C266.965 489.429 265.799 489.026 264.634 488.781L256.05 487.662C258.577 486.775 259.224 486.632 261.792 486.358Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.019607844' d='M288.651 491.245C290.274 491.289 293.818 491.791 294.825 493.202C294.028 493.554 293.293 493.261 292.395 493.073C291.063 492.798 286.643 492.7 285.968 491.992C287.01 491.399 287.429 491.423 288.651 491.245Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M232.341 511.104C234.253 511.395 238.484 512.841 238.53 515.091C237.084 514.882 233.635 512.808 232.428 511.867L232.341 511.104Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M226.761 515.397C228.59 515.374 233.522 517.051 233.528 519.074C232.229 518.974 227.228 516.612 226.761 515.397Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M238.807 508.175C240.899 507.949 245.011 510.379 245.401 512.348C243.934 512.592 239.856 509.26 238.807 508.175Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M233.762 508.386C235.324 508.598 239.906 510.577 240.281 512.226C238.842 512.32 235.468 510.391 234.169 509.567C233.675 509.254 233.846 509.182 233.762 508.386Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M242.216 471.59C244.621 471.255 248.207 473.182 249.676 475.034C248.166 475.16 243.012 472.743 242.216 471.59Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M233.776 515.363C235.873 515.656 238.625 518.095 238.711 520.22C238.478 520.191 237.788 519.999 237.534 519.934C236.476 518.917 234.15 516.671 233.776 515.363Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M223.561 491.33C224.801 491.499 228.291 493.744 228.921 494.932C226.692 494.949 224.057 493.63 223.561 491.33Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M220.834 493.686C222.367 493.593 225.955 495.674 226.638 496.978C224.617 497.375 221.858 495.342 220.834 493.686Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M237.112 480.331C239.449 482.023 236.595 482.541 242.072 483.512L242.217 484.02C239.242 484.931 236.735 483.836 237.112 480.331Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.062745102' d='M237.247 476.576C237.407 476.59 237.886 476.753 238.062 476.808L238.084 477.298L236.325 478.687C235.08 479.659 235.104 479.707 234.302 481.203C233.755 481.352 233.913 481.298 233.308 481.232L233.201 480.811C234.045 479.127 235.765 477.707 237.247 476.576Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M208.043 504.982C209.582 505.001 212.609 506.465 213.124 507.98C211.265 508.014 208.558 506.934 208.043 504.982Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.011764706' d='M212.975 501.216C215.128 501.131 216.872 502.273 218.196 503.91C217.762 504.047 217.617 504.033 217.162 504.083C215.414 503.432 214.235 502.579 212.975 501.216Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.015686275' d='M209.83 502.992C211.722 502.854 213.849 503.358 214.437 505.337L213.672 505.461C212.25 504.932 210.798 504.19 209.83 502.992Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M239.832 473.912C241.422 473.821 244.172 473.782 244.28 475.761C243.194 475.586 240.535 475.134 239.723 474.536L239.832 473.912Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.87450981' d='M359.644 474.574C360.432 474.163 360.038 474.177 360.834 474.37C361.173 475.02 361.148 474.993 361.25 475.725C360.685 475.942 359.433 476.458 358.909 476.591C357.373 475.858 356.959 476.675 355.336 476.372C356.814 475.871 359.579 476.003 360.278 474.799L359.644 474.574Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M241.535 513.541C243.343 513.828 244.442 514.804 244.353 516.725C242.882 516.536 241.7 514.964 241.535 513.541Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.019607844' d='M230.016 488.507C231.752 488.923 233.126 489.391 233.926 491.02C232.086 490.755 230.478 490.479 230.016 488.507Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.0078431377' d='M233.519 505.569C235.276 505.594 236.751 505.772 237.087 507.679C235.824 507.329 234.664 507.124 233.602 506.389L233.519 505.569Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.039215688' d='M240.656 476.666C242.523 476.716 243.401 477.433 244.078 479.119C242.734 478.778 241.288 477.933 240.656 476.666Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.4509804' d='M370.911 471.834C367.831 472.61 328.642 472.246 327.628 471.511C328.935 471.137 330.135 471.23 331.504 471.227L331.252 471.654C332.524 471.903 340.266 471.778 342.065 471.83C351.343 472.098 361.732 471.5 370.911 471.834Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.70980394' d='M417.102 467.196L417.815 467.639C416.273 469.53 413.731 471.092 412.895 472.333L412.251 471.735C413.35 470.274 416.602 468.644 417.102 467.196Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.72156864' d='M88.7193 160.967L89.3578 161.238L87.1879 164.826L86.718 164.323C87.3085 163.216 88.059 162.047 88.7193 160.967Z'/%3E%3Cpath fill='%23FEFEFE' fill-opacity='0.48627451' d='M91.908 156.345C91.019 158.262 90.4467 159.441 89.3578 161.238L88.7193 160.967C89.4544 159.451 90.8489 157.71 91.908 156.345Z'/%3E%3C/svg%3E")}.fourpou__label-tatawhai::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='591' height='591' viewBox='0 0 591 591'%3E%3Cpath fill='white' d='M414.048 71.6361C425.029 77.3302 438.415 86.6843 447.997 94.4402C485.217 124.285 512.635 164.602 526.711 210.186C545.503 271.002 539.53 336.778 510.09 393.214C506.932 399.198 498.064 414.82 493.72 419.898C486.678 420.298 477.134 420.038 469.911 420.036L424.904 420.022L274.476 420.02L157.817 419.713C139.772 419.711 121.727 419.81 103.685 419.537C101.244 419.5 98.5514 419.663 96.1481 419.445C91.1198 412.95 84.5902 401.551 80.7734 394.31C57.8254 350.663 48.8556 301.015 55.0805 252.097C59.4113 217.925 69.4851 190.492 86.163 160.692L86.6221 161.39C83.7693 165.952 79.7115 174.511 77.4896 179.487C64.6773 208.024 57.5848 238.797 56.6136 270.063C58.849 269.374 59.2721 269.447 61.5263 270.123L113.333 224.093C125.757 234.525 138.01 246.34 150.369 256.948C155.075 260.987 160.459 266.29 165.228 269.979L165.655 269.899C172.515 268.664 172.307 275.025 167.609 275.689C166.039 275.911 159.927 269.942 158.411 268.603L144.329 256.103C134.316 247.204 123.046 237.628 113.432 228.497L77.0425 260.782C71.8464 265.4 66.3681 270.345 61.0733 274.888C59.7219 276.048 58.0284 275.469 56.3834 275.144C56.2782 276.4 56.1127 275.88 56.6551 276.814C57.4548 277.169 59.9694 276.913 61.5679 277.286C78.7913 262.254 95.9808 246.14 113.307 231.34C117.892 235.018 122.875 239.691 127.334 243.656L151.715 265.272C155.754 268.839 159.775 272.712 163.917 276.129C164.738 276.704 165.341 277.33 166.446 276.961C169.312 276.004 172.45 278.792 170.283 281.644C169.767 282.331 168.98 282.76 168.123 282.822C165.417 283.001 159.532 276.854 157.384 274.929L143.885 262.951L124.974 246.151C121.269 242.862 116.905 239.163 113.413 235.713C107.848 240.789 62.6432 281.468 60.3722 282.433C59.448 282.825 58.5171 283.029 57.5637 282.624C57.0982 282.426 56.925 282.348 56.4366 282.343L56.3468 283.02C57.3339 284.666 58.4761 283.749 61.1803 284.579L61.536 284.692C66.3567 279.997 71.9327 275.396 76.9508 270.843C88.872 260.027 101.43 249.475 113.198 238.536C116.888 241.271 123.744 247.718 127.472 251.035L153.31 274.009C155.557 276.016 163.612 283.478 165.472 284.38C166.787 284.078 167.702 283.663 169.018 284.292C170.815 285.151 171.672 287.002 170.338 288.796C169.793 289.546 168.944 290.018 168.019 290.084C165.518 290.254 158.899 283.484 156.947 281.744L142.15 268.619C133.334 260.796 121.557 250.988 113.378 242.947C101.59 253.738 89.1448 264.511 77.1716 275.152L66.6647 284.482C64.7728 286.16 62.9207 287.936 60.8515 289.39C59.0408 290.662 58.5531 289.73 56.9425 289.798C56.7401 291.868 57.4572 299.405 57.6394 301.915C59.3081 302.078 59.9177 302.289 61.4771 302.77C69.7939 294.738 81.165 285.216 89.9832 277.386L104.458 264.516C107.322 261.963 110.404 259.057 113.403 256.742C119.497 261.889 125.808 267.689 131.797 273.012L165.314 302.765C165.402 302.739 165.489 302.714 165.577 302.689L166.013 302.576C174.239 300.392 171.006 312.197 164.496 306.635C162.211 304.683 159.92 302.518 157.67 300.506L144.701 289.013C135.273 280.658 122.212 269.65 113.397 261.04C110.652 263.753 106.376 267.296 103.377 269.961L82.6326 288.368L69.1086 300.452C66.5098 302.782 63.8519 305.262 61.0841 307.383C60.3782 307.924 58.3205 308.442 57.3952 308.702C58.7462 309.06 60.1429 309.544 61.4782 309.977L95.2547 279.921C99.8161 275.866 108.86 267.333 113.502 263.916L149.874 296.231C154.655 300.432 159.465 305.012 164.366 309.063C166.154 310.542 167.718 308.352 169.822 310.003C171.262 311.132 171.397 312.815 170.331 314.169C169.764 314.89 168.909 315.326 167.992 315.362C165.249 315.463 159.279 309.206 157.037 307.183L145.264 296.754C135.358 287.983 122.75 277.337 113.443 268.324L72.8772 304.289C69.9503 306.875 67.0018 309.459 64.1794 312.157C63.1034 313.185 59.804 315.038 59.579 316.184C60.8035 317.22 61.9766 316.939 63.1161 315.859C66.6406 312.519 70.2873 309.347 73.9192 306.123L98.9674 283.872C103.484 279.86 108.847 274.855 113.462 271.158C128.559 285.624 145.69 298.988 160.945 313.427C161.934 314.363 164.352 316.599 165.639 316.89C166.923 316.586 167.858 316.179 169.133 316.835C170.862 317.65 171.59 319.781 170.376 321.362C167.156 325.554 159.753 316.854 157.065 314.43L144.027 302.854C134.73 294.618 122.02 283.968 113.402 275.488C109.054 279.737 103.16 284.53 98.5652 288.717C86.0912 300.083 72.9218 311.123 60.5419 322.574C61.2521 325.429 62.4282 330.398 62.7523 333.192C65.361 330.572 69.1296 327.382 71.9279 324.892L88.8696 309.846L104.168 296.268C106.984 293.764 110.525 290.441 113.441 288.176C119.245 293.581 125.773 299.168 131.732 304.461L165.115 334.098C166.746 333.727 168.578 333.307 169.981 334.533C171.272 335.661 171.181 337.537 170.033 338.722C169.466 339.314 168.684 339.654 167.864 339.665C165.255 339.695 160.239 334.264 158.169 332.416L145.472 321.192C135.396 312.245 123.015 301.806 113.403 292.539L76.1962 325.6C72.6744 328.728 67.7933 332.949 64.35 336.305C63.9436 336.701 64.1069 337.627 64.1882 338.202L64.5744 338.479C66.3289 337.393 74.2305 330.081 76.3069 328.24L100.099 307.1C103.822 303.786 109.358 298.573 113.145 295.653L113.447 295.423L165.234 341.421C172.695 339.074 172.057 347.026 167.726 346.887C165.171 346.806 160.362 341.658 158.152 339.668L145.434 328.39C135.485 319.576 122.804 308.938 113.423 299.809L82.4646 327.3C77.2316 331.944 71.7629 336.685 66.6335 341.448C65.8058 342.217 65.6969 342.636 65.7156 343.62L66.1321 343.821C66.9693 343.592 67.6576 343.225 68.3193 342.649C83.4324 329.486 98.1462 315.644 113.378 302.63C130.647 317.625 147.645 333.437 165.054 348.288C165.944 349.047 168.276 347.494 169.689 348.547C172.696 350.449 170.124 354.723 167.371 354.057C164.285 353.312 159.369 347.909 157.061 345.882L137.37 328.44L122.481 315.246C119.564 312.668 116.085 309.752 113.379 307.003C109.099 311.142 103.663 315.637 99.1804 319.673C88.5148 329.276 77.596 338.678 66.9719 348.331C67.9899 351.618 69.0882 354.879 70.2658 358.112C72.2048 355.951 75.6931 353.041 78.0082 350.992L90.5765 339.851L104.984 327.043C107.629 324.687 110.669 321.792 113.45 319.702C124.116 329.557 135.822 339.569 146.72 349.239L157.645 359.017C159.884 361.032 162.022 363.034 164.427 364.863C166.069 366.401 167.943 364.261 169.928 365.849C171.422 367.045 171.271 368.816 170.148 370.088C169.562 370.757 168.716 371.14 167.827 371.14C165.19 371.139 159.778 365.345 157.702 363.48L142.914 350.425C133.902 342.43 121.79 332.262 113.399 324.035L85.8094 348.555C81.7577 352.157 77.7412 355.779 73.6367 359.323C72.7133 360.121 71.1653 361.832 72.2283 362.984C73.4342 362.739 109.426 330.067 113.483 326.884L149.782 359.197C154.473 363.376 159.903 368.382 164.847 372.384C166.386 373.135 167.452 371.796 169.251 372.673C171.059 373.393 171.566 375.523 170.382 377.086C167.228 381.249 160.656 373.438 158.001 371.057L145.783 360.194C135.512 351.078 123.202 340.735 113.446 331.331C105.412 338.213 97.2988 345.697 89.3351 352.696C85.7293 355.865 75.7916 364.127 73.6283 367.316L74.029 368.183C76.5774 367.487 79.4067 364.154 81.5067 362.34C88.5081 356.198 95.4775 350.021 102.415 343.808C105.808 340.79 110.002 336.869 113.529 334.131C114.956 335.699 119.412 339.453 121.194 341.034L136.957 355.048L154.563 370.701C157.837 373.61 161.108 376.675 164.589 379.333C165.824 380.277 165.792 380.023 167.289 379.775C172.357 379.025 171.94 385.663 167.785 385.619C165.42 385.594 159.694 379.811 157.755 378.086L144.537 366.321C134.909 357.759 122.511 347.351 113.407 338.515C101.391 349.711 87.4685 360.786 75.7578 372.087C76.9185 375.251 78.6315 378.678 80.1311 381.698C90.5329 371.886 102.496 361.684 113.266 352.166C117.448 356.426 125.592 363.195 130.311 367.389L164.819 398.017C167.367 397.799 173.008 397.909 170.004 402.653C167.473 406.652 161.029 399.096 158.522 396.917C151.483 390.745 144.481 384.531 137.518 378.275L122.583 365.051C119.63 362.436 116.022 359.395 113.344 356.609C103.231 365.308 93.2173 374.488 83.2251 383.351C82.1771 384.281 82.0601 384.513 82.0158 385.777L82.3263 386.074C83.1044 385.968 83.6913 385.63 84.2833 385.115C93.995 376.672 103.451 367.796 113.235 359.443C125.509 369.747 137.592 381.398 149.793 391.879C154.414 395.848 160.585 401.909 165.241 405.407C171.467 403.708 172.638 409.469 168.1 411.007C166.034 411.707 159.851 405.398 158.224 403.95L144.698 391.928C134.829 383.164 122.68 372.92 113.322 363.918C103.659 372.019 94.3891 380.871 84.8647 389.152C84.306 389.638 84.4863 390.114 84.5813 390.708L85.0145 390.981C86.9065 390.632 93.1207 384.5 95.0111 382.827C101.089 377.485 107.13 372.1 113.132 366.672C116.886 369.55 122.847 375.168 126.507 378.419L151.849 400.901C155.841 404.438 159.673 408.139 163.826 411.483C165.837 413.102 166.213 412.019 168.09 412.493C172.991 413.73 173.602 414.534 178.319 412.187C179.43 412.279 180.595 412.449 181.706 412.59C187.408 407.199 194.099 401.512 200.013 396.27L233.36 366.616L285.077 412.561C289.33 411.84 290.006 413.559 293.6 413.445C297.368 413.324 297.384 411.744 301.673 412.678L353.407 366.716C360.599 371.973 402.971 411.857 405.555 412.44C406.306 412.609 407.396 412.231 408.239 412.351C410.3 412.643 411.929 413.656 414.11 413.467C416.839 413.231 418.665 412.061 421.514 412.575L421.914 412.651C438.476 396.908 456.888 382.315 473.591 366.631C478.166 370.277 500.9 391.895 503.512 392.281L503.845 391.984C503.8 391.244 503.765 390.81 503.116 390.21C500.132 387.45 496.966 384.679 493.939 381.986L473.586 363.921C463.112 373.672 451.417 383.666 440.631 393.237L429.311 403.247C427.137 405.202 421.98 410.71 419.376 410.922C418.487 410.997 417.611 410.668 416.991 410.026C416.343 409.339 416.027 408.402 416.127 407.462C416.421 404.538 419.495 404.864 421.489 405.454L421.838 405.561C425.911 401.577 431.177 397.128 435.529 393.261L460.629 370.989C464.75 367.338 469.632 363.183 473.504 359.348C482.497 366.837 491.09 375.068 499.935 382.749C501.427 384.045 504.266 387.464 506.337 387.038L506.452 386.576C505.093 383.842 478.167 360.722 473.582 356.648C463.469 366.176 451.187 376.656 440.678 385.957L428.822 396.435C426.866 398.188 424.206 400.531 422.366 402.279C418.632 405.826 413.889 401.877 417.276 398.445C418.232 397.475 420.762 397.933 422.09 398.124C427.014 393.314 432.986 388.379 438.143 383.715C449.847 373.131 461.966 362.834 473.565 352.142C476.744 354.759 480.486 358.273 483.639 361.078C491.865 368.465 500.15 375.787 508.493 383.042C509.422 380.376 511.572 375.77 512.87 373.29L473.658 338.544C470.843 341.406 466.665 344.903 463.591 347.626L446.402 362.883L430.837 376.715C428.193 379.08 425.437 381.675 422.736 383.938C415.572 389.942 413.233 377.597 421.071 379.813L421.48 379.931C422.996 379.674 436.453 367.214 438.823 365.118L473.727 334.116C476.905 336.608 480.775 340.267 483.901 343.046L502.592 359.678C505.439 362.209 511.34 367.847 514.416 369.407L514.786 369.111C514.464 368.246 513.13 366.408 512.415 365.787C499.438 354.509 486.758 342.399 473.601 331.36C471.992 333.118 468.553 336.013 466.682 337.676L454.35 348.623L431.152 369.17C428.665 371.372 425.556 374.18 423.163 376.403C415.856 383.186 412.775 369.932 421.517 372.84L421.887 372.967C424.084 371.106 426.354 369.044 428.484 367.099C443.361 353.515 458.981 340.505 473.716 326.795C485.477 336.483 503.302 353.766 515.769 363.875C516.074 364.122 516.132 364.006 516.645 363.761L516.834 362.903C516.536 361.79 507.232 353.873 505.798 352.598L473.682 324.07C471.517 326.347 467.39 329.798 464.951 331.964L448.041 346.972L429.958 362.965C427.419 365.216 424.887 367.677 422.361 369.851C418.708 372.995 413.662 369.117 417.533 365.711C418.468 364.889 420.377 365.286 421.488 365.619L421.838 365.728C439.136 350.789 456.555 334.903 473.689 319.693C478.219 323.284 483.753 328.475 488.185 332.418C498.201 341.396 508.275 350.309 518.406 359.157L521.473 349.422C505.705 336.064 489.242 320.85 473.674 307.044C471.112 309.74 466.144 313.885 463.162 316.526L443.682 333.796L429.551 346.347C427.109 348.529 424.834 350.776 422.26 352.813C415.588 358.093 413.045 345.391 421.813 348.764L456.528 317.928C462.124 312.957 468.341 307.684 473.7 302.55C477.51 305.635 482.364 310.205 486.16 313.575L509.889 334.637C511.514 336.084 521.264 345.557 522.821 344.923C522.343 341.99 508.695 330.938 505.675 328.255L473.725 299.849C470.556 302.995 465.606 307.121 462.185 310.159L440.166 329.71L429.087 339.491C426.596 341.734 424.31 344.08 421.654 346.06C417.696 349.012 413.908 343.496 417.794 341.226C418.863 340.601 420.39 341.017 421.487 341.378L421.833 341.496L456.515 310.685L466.835 301.507C468.765 299.79 471.421 297.251 473.489 295.863C477.093 296.583 514.517 332.489 520.411 336.797C521.618 337.679 522.246 338.689 524.121 339.379L524.516 339.183C524.445 337.915 523.8 337.177 522.881 336.338C517.436 331.367 511.884 326.498 506.372 321.598L473.678 292.596C470.958 295.313 466.753 298.849 463.826 301.452L445.375 317.845L429.573 331.816C427.16 333.962 424.87 336.196 422.393 338.28C415.987 343.67 412.778 331.52 421.575 334.094L421.953 334.208C438.444 318.852 456.761 303.29 473.684 288.156C476.571 290.35 480.811 294.347 483.646 296.867L501.941 313.137L516.791 326.302C519.305 328.526 523.551 332.071 525.705 334.467C534.477 291.854 534.777 258.98 523.908 216.565C521.382 206.987 518.19 197.598 514.357 188.465C494.4 139.672 458.982 98.7778 413.539 72.0587L414.048 71.6361ZM185.107 413.843C188.657 413.815 196.152 413.977 199.415 413.627C207.632 407.158 216.021 398.727 224.099 391.901C226.838 389.586 230.685 385.724 233.457 383.739L255.645 403.496C257.959 405.552 264.885 411.935 267.137 413.401C271.608 413.631 276.917 413.271 281.101 413.638C277.27 410.172 234.525 371.744 233.084 371.294C225.296 378.894 214.468 387.898 206.17 395.289L193.043 406.99C190.721 409.059 187.516 412.059 185.107 413.843ZM233.944 413.769C237.681 413.75 242.664 413.597 246.274 413.973C244.135 412.275 234.582 403.312 233.153 402.725C230.644 405.154 223.148 411.97 220.468 413.861C224.959 413.756 229.452 413.726 233.944 413.769ZM460.826 413.799C464.115 413.299 470.632 413.831 474.488 413.769C478.047 413.756 483.034 413.611 486.448 413.939C484.214 412.059 475.072 403.431 473.46 402.698C470.862 405.186 463.656 411.791 460.826 413.799ZM353.335 371.308L321.577 399.511C317.832 402.843 308.765 411.282 305.171 413.775C308.998 413.297 315.337 413.537 319.537 413.447C324.796 410.088 351.215 384.637 353.677 383.966C361.627 390.472 369.416 398.066 377.241 404.78C379.526 406.741 385.237 412.224 387.559 413.451C391.566 413.495 397.597 413.332 401.394 413.626C395.965 409.098 354.856 371.786 353.335 371.308ZM353.345 402.754C349.349 406.337 344.962 410.484 340.749 413.721C344.483 413.333 350.034 413.519 353.936 413.516C356.163 413.525 363.633 413.68 365.4 413.362C364.453 412.256 354.294 403.185 353.345 402.754ZM444.536 413.966C445.203 413.851 447.459 413.472 447.902 413.164C454.298 408.721 461.428 401.682 467.317 396.546C469.213 394.864 471.887 392.625 473.574 390.828L486.801 402.576C488.35 403.96 492.529 408.467 494.388 408.066L494.641 407.631C494.411 406.978 493.778 406.108 493.261 405.713C490.556 403.647 475.181 388.762 473.377 388.369C464.33 396.517 453.805 406.247 444.536 413.966ZM113.311 390.907L121.674 398.373C125.863 402.11 130.043 405.867 134.247 409.587C135.951 411.095 139.128 414.44 141.52 413.847L141.655 413.479C138.985 411.102 113.868 388.55 113.134 388.349C110.598 390.45 95.1312 403.651 93.9302 405.619C93.875 406.424 93.9376 406.387 94.3544 407.101C95.8689 406.968 110.784 392.836 113.311 390.907ZM113.197 395.552C110.866 397.502 97.1793 409.125 96.7606 410.684C97.2745 411.568 96.916 411.348 97.7025 411.608C101.17 409.701 109.401 400.938 113.417 398.171C114.432 399.151 115.461 400.117 116.504 401.069C119.764 403.919 129.489 413.43 132.753 414.197L133.232 413.951C132.958 412.335 128.41 409.023 126.919 407.683L117.338 399.04C116.53 398.315 114.051 395.941 113.197 395.552ZM473.406 395.525C467.945 400.756 462.003 405.63 456.416 410.736C455.226 411.823 453.997 412.834 452.722 413.819C453.366 413.744 455.475 413.51 455.928 413.234C461.457 409.86 467.063 403.664 472.065 399.597C472.911 398.777 472.877 398.512 473.814 398.379C476.08 400.21 489.602 412.584 490.771 412.858L491.39 412.379C491.131 409.798 476.597 398.497 474.004 395.847C473.894 395.735 473.577 395.602 473.406 395.525ZM353.365 395.573C346.512 401.606 339.424 408.195 332.479 413.999C333.582 413.789 335.243 413.566 336.306 413.104C338.705 412.06 352.335 398.337 353.727 398.459C359.615 403.077 364.639 408.859 370.838 413.031C371.541 413.505 373.432 413.815 374.333 414.021C372.018 411.911 354.611 396.032 353.365 395.573ZM233.205 395.523C228.278 400.024 218.588 408.647 213.057 413.296C213.046 413.426 213.035 413.556 213.025 413.686C214.325 413.929 215.645 413.707 216.676 412.869C221.037 409.323 225.175 405.304 229.424 401.616C230.386 400.782 232.602 398.74 233.523 398.153C237.488 401.976 241.789 405.487 245.827 409.229C248.121 411.355 249.83 413.051 253.055 413.805L253.552 413.678C252.715 412.533 234.262 396.019 233.205 395.523ZM131.002 399.481C135.897 403.878 141.241 409.023 146.466 412.912C148.466 414.401 158.312 413.597 161.527 413.9C156.09 409.682 114.345 371.636 113.085 371.304C104.664 378.74 95.3218 387.435 86.7882 394.593C88.0388 396.791 90.4598 400.807 91.4341 402.971C97.779 397.44 106.906 388.727 113.245 383.747L131.002 399.481ZM113.163 402.74C109.683 405.827 103.856 411.318 100.25 413.836C104.743 414.144 109.599 414.044 114.131 414.035C118.152 414.02 122.425 413.93 126.425 414.015C123.529 412.042 114.954 403.542 113.163 402.74ZM353.342 388.348L334.945 404.638C331.734 407.496 327.661 411.318 324.378 413.925C325.816 413.704 326.683 413.662 328.054 413.001C332.064 411.069 351.505 391.457 353.815 391.221C359.322 395.789 364.485 400.828 369.913 405.484C374.111 409.086 376.905 412.895 382.493 414.014C379.276 411.117 354.417 388.65 353.342 388.348ZM233.126 388.323C230.076 391.105 205.142 412.815 204.948 413.557C205.584 413.889 206.781 413.833 207.206 413.555C215.033 408.431 226.366 396.017 233.514 390.937C238.664 395.598 243.846 400.224 249.06 404.814C250.992 406.533 259.192 414.927 261.432 413.578C261.197 412.728 257.919 410.009 257.05 409.238C249.266 402.332 241.5 395.387 233.682 388.522C233.496 388.456 233.311 388.39 233.126 388.323ZM473.414 371.326C463.211 380.583 452.617 389.804 442.316 398.974C438.504 402.367 429.011 411.269 425.471 413.686L425.924 413.646C428.164 413.46 437.719 413.769 438.554 413.424C443.917 411.206 453.641 401.448 458.169 397.423C462.711 393.405 469.33 387.863 473.523 383.702C478.216 387.599 483.014 391.981 487.583 396.052C490.197 398.381 494.318 401.811 496.58 404.216C498.308 401.487 499.96 398.71 501.535 395.889C498.484 393.25 474.581 371.67 473.414 371.326Z'/%3E%3Cpath fill='white' d='M146.517 426.556C148.249 426.394 149.951 426.222 151.689 426.137C147.134 430.395 139.468 437.554 134.642 441.142C140.038 440.048 144.722 440.772 150.109 440.465C154.913 437.072 162.19 429.158 166.415 426.547C168.067 426.482 170.279 426.114 171.437 427.182C173.149 433.17 167.799 430.479 166.032 431.445C163.813 432.658 157.806 438.5 155.679 440.332L155.621 440.767C157.846 441.228 162.137 436.822 163.756 435.218C166.446 432.555 172.103 431.887 171.025 436.995C170.183 439.699 166.208 437.518 163.192 440.228L163.101 440.667C164.386 441.259 166.684 440.582 168.077 440.232C171.291 441.49 172.125 441.902 175.548 442.39C176.488 441.616 178.107 440.18 179.298 440.474C183.213 441.439 184.914 443.622 189.089 444.753C187.064 442.933 184.274 440.118 181.586 438.61C181.013 438.288 172.778 439.549 176.99 433.868C177.331 433.408 179.152 432.824 179.675 433.049C185.493 435.339 190.243 442.535 195.877 445.575C197.043 446.204 199.072 446.76 200.168 447.041C195.636 443.82 191.72 439.685 187.496 436.1C185.995 434.827 182.49 430.899 180.689 431.366C177.36 432.23 174.764 429.838 176.665 426.577C177.258 426.11 177.708 425.922 178.463 425.992C184.946 426.596 198.859 443.148 205.683 447.462C209.054 449.593 221.705 451.972 226.69 453.644C222.317 450.262 217.508 445.766 213.334 442.049C207.337 436.773 201.384 431.446 195.478 426.068C196.443 426.149 200.023 426.387 200.664 426.764C203.705 428.554 207.259 432.051 209.938 434.449L225.423 448.239C227.632 450.201 231.383 453.735 233.624 455.438C235.814 453.91 237.56 452.179 239.585 450.479C248.687 442.839 257.377 433.917 266.64 426.543C268.423 426.382 270.207 426.247 271.993 426.136L249.5 446.147C245.804 449.439 241.298 453.692 237.473 456.673C241.209 457.527 244.941 458.404 248.666 459.304C257.44 452.042 266.051 443.701 274.72 436.248C277.713 433.675 282.997 428.525 286.01 426.4C287.968 426.272 289.449 425.975 291.071 427.127C293.733 432.243 285.128 431.093 284.12 432.273C280.445 436.576 254.062 457.766 253.118 460.4C253.716 460.96 253.356 460.74 254.44 460.757C258.236 459.098 275.023 442.754 279.679 439.077C281.2 437.876 283.34 435.443 285.127 434.302C286.472 433.444 288.144 432.896 289.721 433.493C290.408 433.753 291.04 434.3 291.324 435C291.6 435.669 291.536 436.429 291.152 437.043C289.632 439.471 286.322 438.177 285.067 439.015C282.573 440.68 280.023 443.314 277.715 445.281C271.65 450.45 265.829 456.34 259.636 461.319L259.641 461.768C262.639 462.665 266.626 457.992 268.863 455.986L280.752 445.338C283.083 443.259 288.277 437.568 290.963 441.744C293.982 446.439 285.105 446.331 285.935 445.727C278.742 450.963 272.335 457.643 265.488 463.393C267.912 463.526 275.507 465.041 278.127 465.665C281.1 463.558 285.236 458.248 288.967 458.493C291.16 458.637 291.975 460.677 291.264 462.772C290.865 463.194 290.154 463.89 289.535 463.761C287.709 463.381 283.792 463.978 283.259 466.289C284.456 467.025 286.934 465.893 288.277 465.466L288.586 465.591C290.953 466.566 293.386 468.653 295.395 467.75C297.133 466.969 297.864 466.077 299.645 465.291C304.477 467.269 303.42 468.65 309.419 470.065C308.211 469.022 302.183 463.384 301.294 463.762C298.461 464.969 294.247 462.312 297.129 459.259C297.644 458.702 298.371 458.39 299.13 458.4C303.449 458.438 310.698 467.829 314.152 469.488C316.642 470.684 326.774 470.084 330.115 470.499C320.918 462.759 312.217 454.323 303.017 446.581C301.046 444.479 297.148 447.717 296.314 443.68C295.94 441.868 297.521 440.134 299.151 440.392C303.236 441.04 308.262 446.513 311.291 449.216L327.163 463.408C328.926 464.991 334.584 471.026 336.934 469.757C336.457 468.159 306.198 442.464 302.294 438.822C301.593 438.168 296.79 439.322 296.426 437.208C295.55 432.75 299.785 432.086 302.661 434.477C306.185 437.406 309.503 440.425 312.901 443.451L332.374 460.768C334.596 462.738 341.583 469.89 344.138 469.478L344.405 469.1C343.468 467.765 337.697 462.799 336.188 461.459L318.209 445.512L307.543 436.035C302.461 431.494 303.326 432.189 296.719 430.361C296.19 430.114 296.205 427.81 296.429 427.539C300.614 422.485 308.385 432.89 311.157 434.758C318.294 439.565 344.649 466.813 350.347 468.747C350.513 469.365 350.494 469.045 350.385 469.708L350.679 469.88C351.84 470.848 352.834 471.772 353.933 472.799C355.661 470.978 357.095 469.802 359.038 468.183C359.373 467.889 359.295 467.534 359.409 466.877C362.496 465.466 368.004 460.151 370.82 457.641L394.058 436.958C396.53 434.756 403.933 427.923 406.337 426.345C408.451 426.243 411.001 425.823 411.718 428.218C410.788 433.631 407.676 428.966 402.351 433.959C396.509 439.435 389.881 445.159 383.853 450.515C373.935 459.489 363.932 468.369 353.845 477.154C352.006 475.764 346.719 469.847 344.647 470.927C345.131 472.593 351.883 478.068 353.813 480.031C366.099 468.995 378.439 458.02 390.834 447.108C395.544 443.001 400.113 438.599 404.91 434.607C405.891 433.818 406.662 433.363 407.884 433.161C409.914 432.825 411.927 434.462 412.011 436.546C410.489 439.415 406.778 438.067 405.709 438.777C402.024 441.221 395.065 447.815 391.919 450.614L367.698 472.132C363.473 475.897 358.437 480.67 354.071 484.067C355.145 483.834 357.618 483.368 358.407 482.791C362.515 479.788 366.79 475.662 370.606 472.272L396.76 449.026C399.782 446.324 402.794 443.538 405.906 440.943C407.445 439.66 412.274 440.737 411.696 443.412C411.035 446.472 407.77 445.448 405.653 446.181C404.379 446.623 403.26 447.588 402.303 448.507C392.351 457.537 382.225 466.384 372.221 475.356C369.613 477.695 367.073 480.05 364.247 482.115C371.28 480.436 382.249 478.169 388.832 474.208C395.339 469.884 401.496 460.348 408.962 458.425C410.699 457.977 411.834 460.721 411.704 462.513C412.177 462.722 412.217 462.69 412.61 463.005C411.744 463.677 410.906 464.461 409.87 464.73L409.564 464.603C408.322 464.094 407.52 463.875 406.218 463.525C404.03 465.223 399.225 469.259 397.377 471.207C401.107 469.23 405.179 466.578 408.624 464.838C409.674 465.648 411.53 466.884 411.781 468.187C412.048 469.57 410.319 471.663 408.945 471.334C404.839 470.351 403.013 473.484 399.573 476.469C384.261 489.756 369.353 503.777 353.956 516.988C343.853 508.282 334.077 498.872 323.795 490.357C322.908 489.623 321.994 489.429 320.882 489.283L320.613 489.571C321.473 491.096 322.493 491.537 323.347 492.509C326.748 496.378 351.41 515.907 352.735 519.124C350.784 522.942 343.137 514.567 341.575 513.177L324.926 498.381C321.872 495.668 317.863 491.916 314.672 489.503C311.879 489.088 308.976 488.992 306.151 488.876C296.394 488.476 286.665 487.403 276.964 486.314C274.854 487.496 269.576 492.414 267.589 494.183L248.525 511.183C245.948 513.479 240.907 518.214 238.265 520.033C237.012 519.556 235.907 519.134 234.617 518.74C236.416 517.477 244.06 510.894 245.459 509.413C248.305 506.397 271.066 487.608 271.504 485.55C270.928 485.225 270.539 485.315 269.923 485.488C266.874 486.343 239.459 512.796 233.732 516.964C229.348 513.003 183.99 471.966 181.56 471.04C181.002 471.138 180.512 471.273 180.107 471.366C179.203 471.576 177.14 470.834 176.113 470.679C173.331 470.26 166.489 470.73 164.275 472.256C161.259 474.333 157.756 477.955 154.901 480.419C154.455 480.804 153.006 480.463 152.51 479.934C151.853 479.232 152.307 480.051 151.781 478.856C152.524 477.307 160.173 471.796 160.357 470.788C157.865 469.393 151.523 476.148 149.779 477.819C148.868 477.106 147.871 476.357 146.998 475.611C148.774 474.074 150.675 472.361 152.522 470.938C148.441 471.531 142.764 472.396 138.739 472.101C143.278 469.672 150.09 471.055 154.905 468.497C158.935 466.356 164.022 457.845 169.144 458.629C171.006 458.914 172.188 461.121 171.008 462.738C169.551 464.733 167.819 463.672 165.822 463.816C164.087 464.424 161.872 467.16 160.19 468.369L160.343 468.69C162.929 469.087 165.248 466.287 168.187 465.335L168.509 465.49C170.365 466.404 172.655 468.637 174.103 468.5C176.459 467.363 177.274 466.252 179.35 465.318C183.334 466.876 183.385 468.238 187.74 468.89L188.212 468.965C185.842 467.182 183.881 465.447 181.662 463.498L181.317 463.611C179.185 464.294 176.743 463.916 175.934 461.584C176.057 459.729 177.973 458.078 179.522 458.472C184.802 459.817 188.265 465.849 192.908 468.486C197.829 470.02 204.762 469.427 210.615 470.985C204.454 465.959 198.52 460.212 192.489 455.005C190.097 452.941 185.521 448.389 182.954 447.071C180.684 445.906 174.142 444.985 171.518 445.264C168.736 445.56 169.047 446.159 165.776 445.706C160.603 448.597 141.863 467.841 138.877 468.587C137.819 468.198 137.861 468.154 137.144 467.343L136.954 466.636C138.236 464.822 141.998 462.008 143.766 460.306C149.407 454.877 157.6 448.685 162.946 443.228C161.499 443.515 159.989 443.716 158.799 444.597C152.441 449.301 146.627 455.315 140.576 460.455C138.781 461.98 136.66 464.093 134.773 465.335C133.911 464.67 133.119 464.087 132.327 463.336C134.982 460.719 153.629 444.704 154.163 443.242C150.839 443.18 137.804 456.711 134.601 459.072C133.725 459.717 131.774 462.698 130.11 460.948C129.437 460.24 129.404 460.189 129.474 459.282C130.819 457.617 146.015 444.194 147.966 442.936C142.158 442.991 139.302 442.615 133.158 443.083C130.56 444.77 124.275 450.6 121.7 452.881L119.372 450.467C120.944 449.12 125.664 445.3 126.556 443.878L126.45 443.516C122.66 443.098 120.906 447.458 118.134 448.579C117.148 448.186 116.392 447.502 116.178 446.43C116.717 445.74 117.076 445.343 117.663 444.71L117.446 444.394C115.233 444.469 111.432 445.683 110.075 444.791L110.107 444.319C111.229 443.724 111.869 443.69 113.14 443.453C110.967 440.845 107.833 437.293 105.895 434.634C108.489 436.559 111.194 439.058 113.643 441.214C117.985 437.266 125.794 429.849 130.229 426.495C132.07 426.343 133.791 426.197 135.639 426.145C130.109 430.882 121.582 439.164 116.253 443.035C116.976 442.89 119.486 442.397 119.983 442.089C126.428 438.086 132.437 430.897 138.521 426.447L143.636 426.146C138.039 431.286 131.805 436.919 126.025 441.836C126.75 441.691 129.107 441.236 129.627 440.897C135.57 437.008 140.858 430.85 146.517 426.556ZM233.891 505.288C239.759 499.772 246.315 494.157 252.39 488.814C254.526 486.845 256.471 485.027 258.804 483.271C254.59 482.312 250.353 481.464 246.095 480.727C243.393 483.074 235.953 489.996 233.586 491.566C227.979 486.58 220.193 479.025 214.212 474.877C212.142 473.441 199.624 472.02 196.755 472.169C197.271 473.009 204.523 479.166 205.873 480.392C215.064 488.74 224.776 496.883 233.891 505.288ZM342.657 495.152C345.506 497.677 351.531 502.717 353.904 505.296C363.38 496.969 373.372 487.571 382.944 479.588L382.964 479.131L382.578 479.024C379.851 480.442 371.376 482.827 368.235 483.44C360.351 484.979 359.717 486.29 353.931 491.592C352.262 490.238 350.474 488.622 348.839 487.352C345.499 487.522 338.307 488.676 335.817 488.295L335.579 488.63C336.996 490.359 340.835 493.551 342.657 495.152ZM272.563 482.565C274.49 482.362 275.323 482.497 277.027 481.375C280.403 479.177 284.422 472.942 288.646 472.913C292.931 472.883 292.298 479.879 287.464 478.352C285.209 477.639 281.498 481.986 279.609 483.385C282.791 483.343 288.187 484.176 291.603 484.545C297.145 485.131 302.702 485.558 308.268 485.828C309.279 485.882 310.145 485.929 311.156 485.914C307.741 483.429 304.997 480.407 301.887 478.039C300.426 478.478 299.201 478.91 297.755 478.118C297.178 477.805 296.747 477.276 296.559 476.647C296.012 474.774 297.583 473.007 299.402 472.887C304.27 472.565 314.309 487.629 318.544 485.803C318.253 484.88 305.133 473.481 303.648 472.665C300.62 471.002 294.504 470.439 291.017 470.684C289.5 471.246 285.91 471.349 286.018 471.289C282.149 473.431 275.792 479.827 272.563 482.565ZM233.54 472.627C235.697 470.891 237.806 469.098 239.866 467.248C241.9 465.389 243.541 463.854 245.798 462.26C241.544 461.032 237.285 460.274 233.072 459.214C229.774 458.384 214.574 453.174 211.876 453.312C218.175 458.696 227.707 466.887 233.54 472.627ZM332.355 485.749C335.197 485.635 338.038 485.484 340.876 485.294C342.931 485.087 344.419 484.912 346.485 484.972C341.461 480.893 336.793 476.288 331.864 472.136C328.898 472.184 325.383 472.103 322.482 472.229C320.211 472.426 319.787 472.453 317.53 472.281L316.689 472.225C320.309 475.198 329.381 483.838 332.355 485.749ZM233.739 512.552L264.156 485.492L265.017 484.699L264.927 484.311C263.716 484.045 262.318 484.591 261.313 485.323C257.351 488.207 236.172 508.833 233.7 509.073C231.581 508.269 226.834 503.531 224.864 501.767L203.098 482.421C199.259 478.999 194.91 474.806 190.71 471.87C189.802 471.235 188.574 471.125 187.478 471.218C198.02 480.885 209.186 490.262 219.776 499.902C223.194 503.012 230.901 509.358 233.739 512.552ZM220.482 475.289C223.535 478.473 230.132 483.89 233.695 487.177C236.183 485.026 238.637 482.838 241.058 480.612L241.688 479.781C239.915 477.998 235.03 483.294 233.594 484.394C229.762 480.901 225.463 475.895 220.482 475.289ZM244.629 477.008C246.075 476.279 257.223 466.673 258.125 465.413C257.486 464.72 257.617 464.928 256.54 464.642C254.325 465.847 244.825 474.376 243.003 476.336L243.025 476.66C243.645 476.824 243.996 476.928 244.629 477.008ZM308.657 472.148C309.621 473.112 311.574 474.975 312.644 475.723C316.712 478.567 322.006 486.178 327.06 485.927C326.312 485.126 324.334 483.178 323.517 482.628C319.498 479.923 313.719 471.756 308.657 472.148ZM249.145 477.765C251.194 478.2 260.199 480.205 262.008 480.131C265.711 476.958 272.332 470.683 275.836 468.203C271.565 467.744 267.053 466.715 262.755 466.05C258.163 469.554 253.601 474.509 249.145 477.765ZM251.072 463.144C250.64 463.194 249.611 463.345 249.309 463.583C245.362 466.691 239.927 471.317 236.498 474.754L236.515 475.244L237.327 475.613C237.767 475.516 238.817 475.227 239.096 474.961C241.003 473.144 250.944 465.421 251.664 463.494L251.072 463.144ZM336.458 471.571C337.509 472.635 338.701 473.732 339.837 474.689C343.389 477.682 346.628 481.233 350.548 483.735C351.101 484.088 352.579 483.969 353.185 483.888C349.648 480.621 345.994 477.353 342.377 474.166C340.406 472.429 339.159 471.425 336.458 471.571ZM268.783 481.283C270.887 479.608 280.32 471.441 281.991 469.645L281.926 469.271C280.961 469.009 280.558 469.109 279.576 469.194C277.32 471.156 268.077 478.979 266.592 480.786L266.879 481.176C267.541 481.237 268.115 481.308 268.783 481.283ZM234.842 479.274L235.044 478.602C234.187 477.854 232.886 477.913 231.587 477.347C231.772 479.124 233.257 479.615 234.842 479.274ZM200.568 450.219C201.419 451.623 222.494 469.715 225.267 472.255C225.732 472.681 227.304 473.366 227.978 473.518C228.446 473.624 229.238 473.784 229.77 473.838C228.809 472.419 207.576 453.675 204.898 451.781C203.773 450.999 202.484 450.486 201.13 450.282C200.943 450.261 200.755 450.24 200.568 450.219ZM189.381 447.826C194.937 452.648 200.45 457.521 205.918 462.443C209.3 465.453 215.193 471.887 219.642 471.849C210.859 464.629 202.369 455.782 193.22 448.96C192.425 448.368 190.4 447.917 189.381 447.826ZM399.507 471.568C397.908 472.437 394.723 474.009 393.397 475.076C379.825 485.993 367.343 498.504 353.996 509.682C350.75 507.011 331.52 488.733 329.04 488.864C328.917 488.87 328.797 488.904 328.675 488.925C328.218 490.15 329.279 490.588 330.243 491.321L346.314 505.63C347.813 506.968 352.447 511.281 353.796 511.998C354.978 511.409 356.075 510.618 357.063 509.744C367.364 500.638 377.669 491.438 387.942 482.307C389.583 480.849 399.209 472.469 399.76 471.665L399.507 471.568Z'/%3E%3Cpath fill='white' fill-opacity='0.015686275' d='M231.587 477.347C232.886 477.913 234.187 477.854 235.044 478.602L234.842 479.274C233.257 479.615 231.772 479.124 231.587 477.347Z'/%3E%3Cpath fill='white' d='M353.347 359.502C355.492 360.818 362.467 367.358 364.662 369.302L392.609 394.081C395.446 396.593 402.699 403.402 405.288 405.161C407.51 405.145 410.7 404.982 411.724 407.282C411.604 408.245 411.28 408.849 410.629 409.56C407.684 412.779 404.914 409.674 402.57 407.563C386.377 392.974 369.801 378.74 353.694 364.064C352.565 364.511 345.513 370.993 344.181 372.178L314.524 398.53C310.472 402.123 306.344 406.003 302.172 409.453C301.341 410.537 296.744 411.574 296.116 409.76C294.462 404.978 298.847 404.638 301.593 405.577C318.435 390.085 336.287 374.853 353.347 359.502Z'/%3E%3Cpath fill='white' d='M353.2 231.593C353.948 231.704 354.433 231.993 355.005 232.478C372.044 246.932 388.3 262.826 405.412 277.154C406.99 276.9 408.334 276.544 409.807 277.412C412.357 278.915 411.596 282.342 408.624 282.634C407.294 282.764 405.618 282.026 404.606 281.18C403.001 279.839 401.479 278.349 399.911 276.945L389.309 267.51L353.836 235.982C351.55 236.303 308.655 276.7 302.091 281.468C294.874 286.71 293.082 274.834 301.4 277.303L301.743 277.408C318.618 261.978 336.248 246.987 353.2 231.593Z'/%3E%3Cpath fill='white' d='M233.09 327.127C233.178 327.131 233.268 327.126 233.355 327.14C234.833 327.384 277.638 365.993 282.565 370.472C283.075 370.936 283.611 371.55 284.171 371.932C286.144 373.279 289.397 371.724 291.528 374.507C292.009 377.279 288.075 379.471 285.736 377.63C283.481 375.854 281.379 373.971 279.239 372.064L267.999 362.044C256.632 351.936 244.829 341.736 233.645 331.469C232.777 331.799 224.511 339.322 223.251 340.441L194.607 365.887C190.468 369.562 186.255 373.241 182.201 377.013C181.302 377.849 179.803 378.534 178.525 378.36C177.716 378.25 176.987 377.814 176.507 377.153C174.296 374.153 177.243 371.501 181.296 372.834L181.668 372.96C197.939 357.542 216.866 342.555 233.09 327.127Z'/%3E%3Cpath fill='white' d='M233.339 295.454C235.221 296.55 245.151 305.699 247.469 307.747L285.336 341.393C286.398 341.045 288.442 340.545 289.407 341.263C293.691 344.452 288.842 348.815 284.891 345.561C283.075 344.065 281.075 342.204 279.236 340.547L269.195 331.614L233.656 300.033C232.4 300.589 225.417 307.006 223.765 308.472L194.7 334.329C191.568 337.138 188.41 339.919 185.228 342.671C183.645 344.067 180.879 347.323 178.825 346.927C174.241 346.045 174.782 339.303 181.34 341.384L181.672 341.493C187.265 336.19 193.77 330.644 199.576 325.479L233.339 295.454Z'/%3E%3Cpath fill='white' d='M233.455 231.368C234.546 231.99 236.996 234.282 238.038 235.234C253.517 249.396 269.699 262.941 285.103 277.17C287.22 276.787 290.881 276.58 291.218 279.592C291.295 280.29 291.085 280.989 290.635 281.529C287.422 285.334 281.683 278.673 279.283 276.528L267.937 266.412C256.534 256.27 244.736 246.046 233.495 235.771L198.049 267.248L188.578 275.673C186.528 277.532 184.342 279.544 182.289 281.253C178.463 284.437 172.887 281.493 177.092 277.524C178.136 276.538 180.014 276.926 181.331 277.234L181.76 277.337C183.831 275.397 185.944 273.474 188.084 271.609C203.303 258.346 218.166 244.535 233.455 231.368Z'/%3E%3Cpath fill='white' d='M233.301 168.471C234.655 168.839 277.431 207.404 281.677 211.125C281.89 211.313 283.974 213.237 284.01 213.251C286.546 214.246 289.812 213.659 291.62 216.196C291.705 216.882 291.818 217.048 291.37 217.702C287.732 223.01 282.648 216.516 279.213 213.458L267.388 202.918C256.183 192.93 244.735 183.012 233.644 172.915C232.576 173.418 224.787 180.486 223.359 181.757L194.188 207.677L185.98 214.969C184.53 216.272 183.063 217.681 181.584 218.911C178.107 221.802 173.672 217.402 177.114 214.438C178.162 213.535 180.091 213.946 181.348 214.219L181.774 214.314C198.006 199.192 216.553 183.233 233.301 168.471Z'/%3E%3Cpath fill='white' d='M233.38 199.889C234.629 200.526 245.454 210.348 247.141 211.874C259.729 223.256 272.86 234.399 285.317 245.885C286.807 245.341 288.642 244.949 290.029 245.996C290.623 246.445 290.998 247.126 291.059 247.869C291.13 248.788 290.815 249.696 290.19 250.374C289.644 250.97 288.879 251.32 288.07 251.343C285.471 251.407 280.002 245.657 277.916 243.778L266.179 233.347C255.603 223.962 243.812 213.929 233.555 204.302C232.631 204.908 229.533 207.756 228.543 208.642L218.587 217.55L184.335 248.075C174.502 256.956 172.413 243.419 181.227 245.718L181.618 245.824C187.87 240.543 194.378 234.525 200.522 229.059L233.38 199.889Z'/%3E%3Cpath fill='white' d='M233.296 263.968C235.149 264.926 241.517 270.961 244.791 273.842C258.256 285.694 271.485 297.924 285.175 309.485C285.878 310.079 290.453 308.619 291.511 311.709C291.304 313.335 290.282 315.17 288.429 315.257C285.379 315.399 282.124 311.648 279.841 309.613L269.72 300.581L233.457 268.349C230.492 271.253 226.168 274.881 222.992 277.702L202.471 295.906L188.921 307.909C186.735 309.864 181.658 315.355 178.983 315.363C178.079 315.373 177.217 314.986 176.623 314.305C174.02 311.27 177.242 308.685 181.34 309.806L181.724 309.914C186.297 305.512 191.999 300.776 196.78 296.459C208.842 285.568 221.317 274.936 233.296 263.968Z'/%3E%3Cpath fill='white' d='M353.276 327.146C354.55 327.18 370.136 341.466 372.297 343.386L405.426 372.901L405.695 372.831C406.849 372.551 408.858 372.016 409.812 372.899C413.635 376.441 408.65 380.537 404.708 376.851C402.646 374.924 399.819 372.435 397.589 370.432L383.759 358.14L365.004 341.504C361.475 338.381 357.309 334.878 353.972 331.611C353.783 331.6 353.593 331.589 353.404 331.579C337.17 345.913 321.024 360.386 304.78 374.706C303.789 375.623 302.85 376.593 301.795 377.439C300.132 378.774 297.381 378.827 296.403 376.635C295.763 375.203 296.2 373.545 297.636 372.772C298.917 372.083 299.989 372.403 301.297 372.826L301.657 372.946C306.419 369.257 314.438 361.669 319.229 357.41L353.276 327.146Z'/%3E%3Cpath fill='white' d='M353.47 263.977C355.186 264.859 365.081 274.026 367.192 275.896C379.982 287.148 392.705 298.475 405.36 309.877L406.04 309.728C412.306 308.286 412.711 314.579 408.158 315.213C405.683 315.558 401.299 310.755 399.471 309.121L386.272 297.392L365.472 278.943C361.705 275.603 357.107 271.724 353.574 268.227C352.088 269.903 348.407 273.005 346.575 274.635L333.223 286.503L310.291 306.824C308.236 308.63 301.135 316.135 298.589 315.327C294.559 314.048 295.333 307.986 301.29 309.809L301.647 309.921C305.667 306.92 314.495 298.612 318.661 294.911L353.47 263.977Z'/%3E%3Cpath fill='white' d='M233.342 359.452C236.697 361.979 242.665 367.663 246.026 370.64L275.495 396.774C278.574 399.46 281.704 402.698 285.025 405.067C285.915 405.703 288.013 404.742 289.212 405.212C290.579 405.571 291.917 408.126 290.849 409.351C287.151 413.591 281.906 407.15 279.597 405.062L269.156 395.752L233.307 363.944C222.593 373.909 210.439 384.262 199.399 394.063L188.467 403.797C186.341 405.725 180.856 411.369 178.731 410.939C174.288 410.038 174.073 403.755 181.716 405.467C187.397 399.963 194.133 394.241 200.106 388.935L233.342 359.452Z'/%3E%3Cpath fill='white' d='M353.479 295.438C355.074 296.469 356.943 298.206 358.362 299.49C373.9 313.544 389.842 327.203 405.319 341.32C406.626 341.027 407.975 340.653 409.268 341.182C412.254 342.405 411.484 346.603 408.284 346.744C407.206 346.792 405.736 346.215 404.913 345.524C403.199 344.083 401.567 342.505 399.888 341.006L388.608 330.965C377.055 320.691 365.272 310.415 353.838 300.035C350.986 300.636 308.898 340.562 302.232 345.598C301.141 346.422 300.103 347.125 298.594 346.847C297.705 346.683 296.938 346.124 296.509 345.329C294.68 341.994 297.96 340.34 301.32 341.364L301.7 341.484L353.479 295.438Z'/%3E%3Cpath fill='white' d='M233.47 207.118C235.793 208.335 240.736 213.398 242.948 215.367C247.651 219.553 283.615 252.065 285.176 252.578C286.495 253.012 288.224 252.663 289.661 253.121C290.539 253.4 291.117 253.75 291.53 254.608C291.589 255.594 291.284 256.33 290.673 257.063C288.642 259.571 286.278 258.48 284.205 256.608C267.465 241.491 250.126 226.642 233.474 211.463C227.365 217.32 219.435 224 213.029 229.684L184.037 255.593C174.65 263.867 172.551 250.627 181.269 252.923L181.673 253.033C186.168 249.556 193.678 242.405 198.181 238.399L233.47 207.118Z'/%3E%3Cpath fill='white' d='M232.953 302.886C234.806 303.156 244.331 312.177 246.212 313.853L271.594 336.415C275.821 340.17 280.103 344.011 284.389 347.703C285.425 349.055 289.372 347.861 290.536 348.978C293.201 351.534 288.879 355.919 285.656 353.308C283.691 351.716 281.645 349.896 279.675 348.149L268.504 338.202L233.652 307.227C232.635 307.656 225.657 314.029 224.262 315.269L194.444 341.779L186.136 349.13C184.657 350.456 183.229 351.941 181.695 353.128C177.961 356.017 173.508 351.592 177.255 348.569C178.296 347.729 180.092 348.232 181.26 348.613L181.64 348.741C185.738 344.729 191.344 339.997 195.695 336.147L220.276 314.338C224.154 310.89 229.367 306.515 232.953 302.886Z'/%3E%3Cpath fill='white' d='M353.536 334.157C357.526 337.004 366.248 345.266 370.316 348.872L405.443 380.095C412.422 378.106 412.65 384.684 408.369 385.635C406.226 386.111 401.533 381.149 399.568 379.394L387.317 368.529C376.55 358.982 364.054 348.376 353.716 338.593C352.456 339.366 342.418 348.562 340.763 350.045L315.868 372.112C311.671 375.841 307.461 379.656 303.263 383.388C302.33 384.33 299.438 385.797 298.057 385.374C293.72 384.042 296.174 378.327 301.36 380.066L301.738 380.197C307.261 375.703 314.328 369.017 319.853 364.104L353.536 334.157Z'/%3E%3Cpath fill='white' d='M233.101 238.83C234.588 238.952 247.238 250.678 249.062 252.298L278.056 278.065C280.316 280.069 282.579 282.057 284.785 284.116C285.718 284.986 287.786 283.306 289.486 284.335C292.201 285.978 291.27 290.027 288.016 290.017C286.645 290.014 286.095 289.532 285.092 288.734C282.486 286.662 280.003 284.362 277.519 282.159L264.176 270.294C254.347 261.544 243.205 252.113 233.751 243.158C232.715 243.402 225.71 249.897 224.159 251.278L195.186 277.021C190.822 280.898 186.377 284.854 182.086 288.696C177.943 292.405 173.648 287.663 177.246 284.546C178.224 283.697 180.034 284.188 181.213 284.56L181.606 284.688C197.929 269.453 216.315 253.864 233.101 238.83Z'/%3E%3Cpath fill='white' d='M353.531 271.2C355.262 272.045 365.094 281.252 366.963 282.913L405.418 317.097C409.631 316.027 412.768 317.634 410.274 321.688C407.833 325.654 399.551 316.378 397.665 314.696L382.57 301.304C373.563 293.3 362.438 283.988 353.912 275.784C352.719 275.992 342.904 285.075 341.341 286.476C328.203 298.247 314.939 309.904 301.793 321.657C298.231 324.842 293.646 319.775 297.602 317.008C298.709 316.234 300.259 316.709 301.366 317.07L301.745 317.198C318.96 302.369 336.483 286.36 353.531 271.2Z'/%3E%3Cpath fill='white' d='M353.156 238.792C355.017 239.256 366.212 249.638 368.688 251.837L396.634 276.685C399.315 279.07 402.228 281.697 404.937 284.058C406.082 285.056 408 283.589 410.259 284.594C412.305 286.544 411.062 289.862 408.461 290.015C405.792 290.172 401.746 285.798 399.72 283.994L388.758 274.23L353.953 243.307C352.956 243.258 349.637 246.539 348.618 247.451C333.722 260.817 318.371 274.09 303.608 287.562C298.264 292.438 293.15 288.274 297.748 284.378C298.501 283.741 300.395 284.212 301.368 284.558L301.693 284.678C318.11 269.274 336.928 254.303 353.156 238.792Z'/%3E%3Cpath fill='white' d='M233.317 161.231C234.979 161.825 279.46 201.905 285.182 206.997C295.23 205.163 290.693 215.952 285.187 211.483C283.193 209.865 281.078 207.87 279.159 206.131L269.824 197.836L233.648 165.714C232.556 166.123 224.708 173.302 223.445 174.426L194.358 200.294L185.878 207.8C184.477 209.065 183.037 210.431 181.61 211.657C178.24 214.551 173.769 210.414 177.014 207.327C178.191 206.208 180.352 206.72 181.836 207.007C198.411 191.85 216.387 176.013 233.317 161.231Z'/%3E%3Cpath fill='white' d='M233.319 175.634C234.744 176.362 243.373 184.269 245.055 185.771L272.002 209.703C275.866 213.12 279.775 216.625 283.621 220.067C283.766 220.176 285.239 221.275 285.32 221.28C286.912 221.364 291.061 221.11 291.493 223.123C291.843 224.755 289.842 226.984 288.112 227.049C286.78 227.099 285.819 226.303 284.781 225.53C278.323 220.142 272.216 214.317 265.878 208.785C255.208 199.145 244.064 189.728 233.514 180.006C230.589 182.212 223.643 188.762 220.679 191.396L193.303 215.714C189.434 219.149 185.574 222.598 181.675 225.994C178.973 228.349 175.314 226.566 175.964 223.345C176.11 222.598 176.568 221.95 177.222 221.563C178.569 220.747 179.832 221.14 181.189 221.564L181.572 221.687C198.479 206.218 216.212 190.986 233.319 175.634Z'/%3E%3Cpath fill='white' d='M353.297 302.918C354.7 303.095 365.824 313.393 367.712 315.072L395.758 339.96C398.837 342.69 402.026 345.686 405.219 348.281C406.136 349.026 408.404 347.719 409.466 348.342C414.398 351.236 408.771 356.259 405.265 352.985C403.463 351.404 401.454 349.575 399.617 347.944L386.653 336.449C376.284 327.239 363.821 316.703 353.908 307.281L353.372 307.283C351.73 308.964 348.645 311.519 346.782 313.171L333.513 324.946C323.482 333.853 313.377 342.757 303.449 351.778C302.111 352.943 300.361 354.085 298.511 353.903C296.831 353.738 295.769 352.135 296.145 350.505C296.337 349.652 296.892 348.926 297.664 348.517C299.02 347.812 299.892 348.162 301.227 348.631L301.59 348.762C318.718 334.219 336.347 317.877 353.297 302.918Z'/%3E%3Cpath fill='white' d='M233.444 224.154C235.095 225.208 246.55 235.675 248.658 237.546L285.206 269.996C289.043 269.245 292.929 270.165 290.134 274.691C287.812 278.449 280.73 270.53 278.912 268.905L267.056 258.368C255.957 248.512 244.618 238.647 233.66 228.658C232.639 229.062 225.011 236.026 223.611 237.273L194.188 263.429L185.815 270.863C184.289 272.246 180.509 276.2 178.885 275.692C174.117 274.2 174.724 268.514 181.83 270.012L214.369 241.029C220.617 235.495 227.107 229.492 233.444 224.154Z'/%3E%3Cpath fill='white' d='M353.449 352.299C358.416 356.156 364.23 361.815 369.102 366.047C381.202 376.559 393.052 387.597 405.189 398.055C411.997 397.299 413.525 401.736 408.174 403.728C406.385 404.394 400.672 398.629 398.862 397.003L387.583 386.981C376.171 376.928 364.816 366.811 353.52 356.628C342.834 366.586 330.671 376.921 319.648 386.72L307.16 397.844C305.575 399.263 299.287 406.395 296.639 402.546C294.168 398.953 297.671 397.455 301.313 398.125L301.715 398.201C313.846 387.656 325.762 376.654 337.865 366.064C343.019 361.554 348.21 356.676 353.449 352.299Z'/%3E%3Cpath fill='white' d='M233.014 288.477C233.877 288.551 234.218 288.817 234.893 289.401C251.831 304.054 268.233 319.487 285.233 334.05C286.73 333.789 288.342 333.409 289.734 334.252C291.279 335.188 291.471 337.165 290.358 338.525C289.816 339.189 289.02 339.594 288.164 339.641C285.577 339.79 281.856 335.62 279.928 333.885L269.18 324.351L233.659 292.808C232.484 293.238 224.835 300.281 223.489 301.478L194.122 327.554C189.998 331.204 185.817 334.907 181.757 338.637C181.14 339.203 180.01 339.657 179.156 339.687C178.233 339.718 177.343 339.345 176.719 338.665C176.119 338.006 175.774 337.046 175.91 336.155C176.034 335.376 176.488 334.689 177.155 334.268C178.554 333.371 179.916 333.69 181.408 334.04L181.808 334.136C198.359 318.747 216.223 303.754 233.014 288.477Z'/%3E%3Cpath fill='white' d='M233.44 271.19C235.413 272.453 243.709 280.176 246.103 282.293L271.738 305.008C275.598 308.439 279.479 311.891 283.295 315.365C286.195 318.006 287.832 315.934 290.934 317.806C292.306 318.792 291.298 320.283 290.616 321.219C287.501 325.497 280.844 317.735 278.148 315.311L267.467 305.791C256.263 295.844 244.689 285.799 233.663 275.698C232.65 276.127 224.964 283.148 223.673 284.297L194.666 310.075L186.15 317.647C184.671 318.972 183.142 320.418 181.649 321.651C177.982 324.682 173.594 320.14 177.253 317.108C178.29 316.248 180.15 316.696 181.33 317.042L181.712 317.157L233.44 271.19Z'/%3E%3Cpath fill='white' d='M233.126 319.892C234.447 320.138 240.407 325.751 242.404 327.514C256.509 339.971 270.623 352.754 284.819 365.125C286.71 365.389 289.01 365.379 290.693 366.372C292.072 367.324 291.774 368.012 291.183 369.059C290.263 370.687 287.76 371.793 286.212 370.62C280.204 366.067 273.579 359.766 268.06 354.844L233.634 324.304C232.661 324.625 225.145 331.499 223.89 332.613L194.521 358.72L186.13 366.133C184.376 367.7 181.511 370.97 179.193 371.153C178.277 371.225 177.377 370.876 176.75 370.204C176.052 369.477 175.745 368.46 175.925 367.469C176.404 364.844 179.345 365.11 181.219 365.598L181.604 365.702L233.126 319.892Z'/%3E%3Cpath fill='white' d='M233.348 352.23C234.477 353.025 237.405 355.763 238.604 356.834L249.193 366.266L284.98 398.103C286.208 397.945 287.783 397.633 288.963 398.075C292.167 399.183 290.995 403.536 288.151 403.729C285.446 403.913 280.787 398.85 278.92 397.164L269.026 388.379L233.304 356.662C223.765 365.678 212.391 375.285 202.476 384.097C197.642 388.443 192.765 392.743 187.847 396.995C185.909 398.7 181.814 403.209 179.569 403.649C178.62 403.843 177.634 403.606 176.878 403C175.443 401.86 175.302 399.898 176.722 398.683C178.191 397.425 180.137 397.86 181.887 398.034C188.245 392.091 195.197 386.094 201.724 380.289L233.348 352.23Z'/%3E%3Cpath fill='white' d='M233.429 192.713C236.274 194.607 246.354 204.005 249.438 206.736L285.33 238.636C291.601 236.934 293.158 242.337 288.319 244.079C286.266 244.818 280.139 238.522 278.665 237.19L268.298 227.979L233.503 197.023C228.31 201.182 221.071 208.049 215.965 212.59L182.528 242.448C176.026 248.336 172.157 236.078 181.194 238.546L181.574 238.653L215.988 208.086C221.076 203.572 228.244 196.808 233.429 192.713Z'/%3E%3Cpath fill='white' d='M233.466 334.119C240.237 339.432 283.32 379.26 285.302 379.77C287.065 380.223 288.8 379.587 290.61 380.574C291.032 380.804 291.507 381.236 291.582 381.732C291.688 382.426 291.379 383.064 291.007 383.629C290.318 384.674 289.435 385.474 288.129 385.587C287.327 385.656 286.61 385.428 285.956 384.982C280.841 381.488 273.607 374.227 268.761 369.922L233.471 338.582L197.866 370.21C194.105 373.545 190.342 376.863 186.629 380.253C184.908 381.921 180.592 386.176 177.941 385.392C173.606 384.111 175.726 378.286 181.333 380.014L181.715 380.135L233.466 334.119Z'/%3E%3Cpath fill='white' d='M353.493 288.213C355.101 289.15 364.442 297.786 366.616 299.698L405.299 334.048C415.465 332.306 411.156 343.367 404.657 338.055C402.85 336.578 401.133 334.852 399.381 333.289L387.522 322.753C376.586 313.048 364.28 302.566 353.719 292.635C352.147 293.641 345.732 299.601 343.932 301.207L314.936 326.989L306.107 334.769C304.47 336.235 301.443 339.673 299.502 339.692C294.847 339.738 294.434 332.222 301.44 334.051L301.837 334.158L353.493 288.213Z'/%3E%3Cpath fill='white' d='M353.213 224.395C354.872 224.614 368.714 237.433 370.978 239.447L405.369 269.972C406.688 269.753 407.995 269.384 409.3 269.911C411.135 270.59 411.724 272.763 410.6 274.353C407.75 278.385 402.298 271.793 399.921 269.653L389.523 260.449L353.758 228.658C353.144 228.801 346.405 234.941 345.264 235.955L314.968 262.864L306.072 270.744C304.667 272.005 303.193 273.558 301.726 274.68C296.099 278.983 292.621 267.981 301.493 269.95L301.905 270.045L353.213 224.395Z'/%3E%3Cpath fill='white' d='M353.315 319.923C355.013 320.206 400.158 360.959 405.463 365.696C406.84 365.382 408.322 364.992 409.66 365.675C411.239 366.481 411.601 368.364 410.66 369.798C410.172 370.546 409.376 371.038 408.488 371.14C405.836 371.431 401.115 366.33 399.104 364.536L386.609 353.433C376.241 344.23 363.548 333.577 353.752 324.128C353.331 324.254 346.532 330.392 345.656 331.17L314.5 358.857C310.254 362.616 306.048 366.43 301.775 370.146C299.059 372.509 295.286 370.312 296.261 367.193C296.46 366.558 296.887 366.019 297.459 365.68C298.764 364.912 299.871 365.217 301.213 365.618L301.578 365.731C306.687 361.73 313.601 355.183 318.588 350.751L353.315 319.923Z'/%3E%3Cpath fill='white' d='M232.965 257.032C233.517 257.051 233.854 257.103 234.299 257.478C239.677 261.997 245.058 266.91 250.3 271.57L285.385 302.682C288.961 301.735 292.741 303.082 290.404 306.936C287.909 311.051 281.252 303.59 279.426 301.954L268.714 292.442L233.696 261.351C231.035 261.912 193.88 297.263 188.731 300.84C186.103 302.666 182.365 307.879 179.021 308.143C175.063 308.455 173.9 300.554 181.273 302.614L181.632 302.718L232.965 257.032Z'/%3E%3Cpath fill='white' d='M353.469 256.795C355.653 258.067 365.507 267.208 367.969 269.39L405.479 302.703C412.02 301.035 413.115 306.796 408.36 308.124C406.189 308.73 399.988 302.292 398.344 300.825L385.667 289.611C375.623 280.712 363.212 270.204 353.704 261.078C350.789 263.253 344.76 269.017 341.646 271.767L314.007 296.288C310.226 299.652 306.215 303.716 302.216 306.706C295.014 312.093 293.225 300.152 301.245 302.63L301.587 302.739C307.402 298.083 314.343 291.551 320.072 286.454L353.469 256.795Z'/%3E%3Cpath fill='white' d='M315.991 426.2C317.047 426.165 319.844 426.477 320.995 426.582C325.447 429.866 333.511 437.544 337.901 441.408C341.749 444.795 350.536 452.269 353.724 455.744C360.916 449.441 368.069 443.094 375.183 436.704C378.86 433.426 383.035 429.516 386.849 426.518C388.474 426.345 390.358 426.255 392.009 426.136L389.073 428.865L353.904 460.09C349.844 457.102 340.376 448.163 336.089 444.361L323.561 433.265C321.333 431.287 317.853 428.361 315.991 426.2Z'/%3E%3Cpath fill='white' d='M258.493 426.55C260.006 426.299 262.18 426.244 263.771 426.157L261.533 428.2C252.367 436.347 242.892 445.04 233.589 452.94C227.12 447.054 220.596 441.231 214.015 435.472C211.615 433.345 205.89 428.494 204.085 426.275C205.333 426.217 207.626 426.461 208.947 426.562C211.049 427.981 216.409 432.92 218.495 434.809C223.385 439.236 228.864 443.848 233.573 448.408C235.95 446.627 238.193 444.342 240.465 442.422C246.375 437.428 252.468 431.313 258.493 426.55Z'/%3E%3Cpath fill='white' d='M378.629 426.495C380.376 426.314 382.412 426.241 384.189 426.135C383.07 426.974 381.956 427.99 380.895 428.913L353.789 452.931C350.537 449.993 325.102 427.852 324.32 426.298C325.646 426.242 327.76 426.457 329.143 426.556C332.098 428.728 336.855 433.198 339.711 435.757C344.23 439.806 349.556 444.294 353.825 448.524C361.216 441.65 370.924 432.913 378.629 426.495Z'/%3E%3Cpath fill='white' d='M407.291 472.943C413.078 472.409 413.302 478.933 407.657 478.413C406.247 478.282 404.552 479.162 403.475 480.126L376.425 504.288C373.341 507.034 363.549 516.461 360.267 517.426C358.454 517.994 356.69 518.461 354.856 518.95L389.776 487.933C392.587 485.43 404.729 474.261 407.291 472.943Z'/%3E%3Cpath fill='white' d='M178.299 472.959C180.271 472.834 181.337 473.146 182.87 474.414C186.447 477.37 189.852 480.555 193.311 483.653L211.803 500.099L224.477 511.339C225.941 512.634 230.096 516.146 231.181 517.453L230.824 517.72L229.36 517.478C227.653 517.082 225.721 516.556 224.35 515.441C209.813 503.619 196.099 489.981 181.708 478.031C176.929 479.678 173.69 475.522 178.299 472.959Z'/%3E%3Cpath fill='white' d='M417.884 426.277C419.423 426.243 420.443 426.394 421.95 426.583C424.744 428.549 432.135 435.442 434.996 437.986C443.413 445.426 451.793 452.908 460.134 460.433C459.4 461.227 458.528 462.039 457.747 462.801L431.18 439.165C428.36 436.662 425.517 433.976 422.628 431.603C421.597 430.755 417.751 432.546 416.581 429.88C415.844 428.198 416.329 427.087 417.884 426.277Z'/%3E%3Cpath fill='white' d='M299.333 489.719C300.412 489.938 301.464 490.252 302.327 490.959C306.549 494.422 310.8 498.331 314.873 501.953C322.671 508.809 330.405 515.736 338.075 522.734L334.144 523.255C332.475 522.394 326.636 516.989 324.845 515.391L307.155 499.6C306.023 498.593 303.394 496.085 302.297 495.475C301.053 494.784 297.695 496.777 296.541 493.861C295.534 491.315 297.41 490.507 299.333 489.719Z'/%3E%3Cpath fill='white' d='M288.066 489.754C289.112 489.936 290.791 490.451 291.156 491.28C293.276 497.014 286.716 494.87 286.003 495.381C278.877 500.488 260.234 518.278 254.546 522.722C253.405 522.967 251.264 522.59 250.016 522.439C259.868 512.549 272.382 503.335 282.482 493.542C284.153 491.921 285.852 490.557 288.066 489.754Z'/%3E%3Cpath fill='white' d='M418.479 433.114C419.631 432.976 421.041 433.16 421.978 433.873C425.775 436.759 429.352 440.155 432.914 443.33C440.654 450.285 448.436 457.193 456.26 464.053C455.471 464.816 454.452 465.637 453.603 466.361C445.862 459.23 437.805 452.369 429.992 445.308C427.354 442.924 424.665 440.537 421.916 438.282C420.024 438.658 417.988 439.271 416.464 436.987C415.382 435.365 417.118 433.922 418.479 433.114Z'/%3E%3Cpath fill='white' d='M250.504 426.444L255.645 426.127L253.076 428.448C247.321 433.58 239.497 440.978 233.582 445.648C231.154 443.565 212.987 427.568 212.309 426.294C213.799 426.259 215.653 426.485 217.164 426.619C222.02 430.43 229.017 436.893 233.607 441.196C238.923 437.169 244.869 430.793 250.504 426.444Z'/%3E%3Cpath fill='white' d='M370.851 426.407L375.827 426.147L373.508 428.225C366.964 433.801 360.365 439.908 353.847 445.619C352.274 444.442 347.224 439.889 345.514 438.283C342.3 435.262 334.808 429.322 332.419 426.286C333.818 426.286 335.651 426.458 337.09 426.551C339.034 427.792 342.555 431.05 344.359 432.683C347.4 435.438 350.996 438.436 353.852 441.336C356.09 439.1 368.62 427.764 370.851 426.407Z'/%3E%3Cpath fill='white' d='M418.645 440.358C420.223 440.215 421.51 440.509 422.722 441.591C428.881 447.083 435.234 452.497 441.318 458.065C443.863 460.394 449.791 465.023 451.714 467.468C451.53 468.652 450.5 469.269 449.563 469.875C447.515 468.385 442.842 463.981 440.72 462.091C434.495 456.501 428.232 450.955 421.93 445.452C416.875 447.107 413.778 442.779 418.645 440.358Z'/%3E%3Cpath fill='white' d='M299.397 496.923C303.037 497.821 309.316 504.194 312.335 506.882L331.207 523.706L327.359 524.315C324.554 523.099 310.809 509.863 307.417 507.116C306.212 506.14 304.499 503.92 302.942 503.208C301.958 502.527 299.61 502.992 298.713 502.602C294.059 500.582 296.609 498.088 299.397 496.923Z'/%3E%3Cpath fill='white' d='M286.968 497.244C288.537 496.948 291.981 497.56 291.671 499.976C291.128 504.213 286.776 501.96 285.265 502.966C283.675 504.025 279.702 507.733 278.201 509.07L262.083 523.432C260.69 523.999 259.118 524.247 257.7 523.606L257.558 523.1C259.342 520.845 284.75 498.473 286.968 497.244Z'/%3E%3Cpath fill='white' d='M436.089 426.221C437.063 426.172 439.984 426.477 441.065 426.569C443.334 428.119 449.938 434.142 452.233 436.232C457.429 440.964 463.784 446.145 468.728 451.011C468.939 451.911 468.807 451.699 468.146 452.795C467.249 453.502 467.716 453.357 466.759 453.513C464.978 452.311 456.077 444.376 454.007 442.397C449.11 437.717 440.309 430.876 436.089 426.221Z'/%3E%3Cdefs%3E%3ClinearGradient id='gradient_0' gradientUnits='userSpaceOnUse' x1='474.79291' y1='421.87241' x2='463.85944' y2='437.71732'%3E%3Cstop offset='0' stop-color='white' stop-opacity='0.92156863'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23gradient_0)' d='M452.446 426.286C453.846 426.3 455.815 426.48 457.255 426.573C459.634 428.067 471.22 438.723 474.008 441.224C478.437 437.407 483.407 432.416 487.954 428.94C487.139 430.263 486.118 431.482 485.154 432.707C481.738 437.104 478.148 441.941 474.034 445.638C472.356 444.428 466.553 439.169 464.757 437.508C461.365 434.369 455.316 429.49 452.446 426.286Z'/%3E%3Cpath fill='white' d='M299.338 504.119C302.64 504.784 307.218 509.577 309.898 511.975L324.158 524.685L320.235 525.205C317.88 524.076 304.993 512.16 301.874 509.513C296.909 511.234 293.464 506.856 299.338 504.119Z'/%3E%3Cpath fill='white' d='M288.005 504.167C289.455 504.375 291.87 505.353 291.608 507.333C291.08 511.319 286.576 509.39 286.018 509.765C279.832 513.921 274.536 520.457 268.45 524.761C267.404 524.984 264.994 524.736 263.818 524.661C268.895 519.428 275.558 514.605 280.807 509.442C282.88 507.404 285.308 505.276 288.005 504.167Z'/%3E%3Cpath fill='white' d='M444.453 426.297C445.789 426.283 447.815 426.46 449.203 426.544C451.022 427.748 457.611 433.707 459.487 435.458C462.938 438.679 469.373 443.808 472.381 447.105C472.421 448.052 472.211 448.075 471.718 449.046C471.187 449.434 471.271 449.362 470.662 449.632C469.212 448.994 445.6 427.879 444.453 426.297Z'/%3E%3Cpath fill='white' d='M415.916 459.492C418.056 457.707 420.67 457.948 422.644 459.686C428.59 464.922 436.12 470.866 441.598 476.47C440.717 477.104 439.716 477.865 438.799 478.422C433.491 473.571 427.722 467.982 421.897 463.849C421.179 463.34 415.962 465.845 416.603 460.157C416.534 460.051 416.028 459.597 415.916 459.492Z'/%3E%3Cpath fill='white' d='M407.356 489.97C409.287 489.746 411.304 490.519 411.863 492.528C411.536 496.944 406.931 494.892 406.327 495.286C400.115 499.342 397.856 503.584 390.658 506.563L385.791 508.736C387.997 506.224 404.817 491.295 407.356 489.97Z'/%3E%3Cpath fill='white' d='M419.329 465.482C423.831 466.028 432.511 476.123 437.304 479.497C436.295 480.408 435.605 481.183 434.352 481.688C430.463 478.165 426.335 474.079 422.034 471.141C421.818 470.994 416.112 472.655 416.362 468.119C416.442 466.656 418.183 465.932 419.329 465.482Z'/%3E%3Cpath fill='white' d='M178.409 489.959C180.197 489.837 181.959 490.612 183.17 491.798C185.131 493.719 198.856 505.011 199.389 506.435C198.654 506.488 198.303 506.213 197.558 505.899C187.556 501.373 190.02 501.842 181.749 495.111C177.039 496.502 173.49 492.702 178.409 489.959Z'/%3E%3Cpath fill='white' d='M418.398 472.976C423.264 472.716 428.392 479.251 432.724 482.745C432.006 483.488 430.829 484.296 429.975 484.93C427.514 482.964 424.482 480.15 422.057 478.027C421.918 478.066 421.778 478.105 421.639 478.143L421.073 478.289C417.364 479.265 414.034 475.691 418.398 472.976Z'/%3E%3Cpath fill='white' d='M166.836 472.984C169.136 472.818 171.198 473.359 171.886 475.866C171.176 478.92 166.583 478.111 165.289 478.623C164.463 478.951 160.935 482.21 160.04 483.015C158.769 484.147 157.292 484.329 156.674 482.502C157.403 480.105 164.7 474.202 166.836 472.984Z'/%3E%3Cpath fill='white' d='M298.554 521.467C301.019 521.279 304.843 523.424 305.729 525.626L305.532 526.076L303.893 526.252C301.369 526.556 298.451 526.889 296.371 525.185C295.506 523.26 297.013 522.34 298.554 521.467Z'/%3E%3Cpath fill='white' d='M287.2 521.473C289.624 521.282 293.014 522.513 290.835 525.705C290.151 526.708 287.981 526.398 286.792 526.335C284.954 526.173 282.922 526.17 281.061 526.131C282.938 524.551 285.068 522.603 287.2 521.473Z'/%3E%3Cpath fill='white' fill-opacity='0.043137256' d='M406.218 463.525C407.52 463.875 408.322 464.094 409.564 464.603L408.624 464.838C405.179 466.578 401.107 469.23 397.377 471.207C399.225 469.259 404.03 465.223 406.218 463.525Z'/%3E%3Cpath fill='white' fill-opacity='0.94901961' d='M350.347 468.747C351.206 468.224 358.063 466.994 359.409 466.877C359.295 467.534 359.373 467.889 359.038 468.183C357.788 467.998 351.485 469.394 350.679 469.88L350.385 469.708C350.494 469.045 350.513 469.365 350.347 468.747Z'/%3E%3Cpath fill='white' fill-opacity='0.55686277' d='M86.163 160.692C87.4671 158.364 89.5584 154.373 91.4859 152.654C90.2784 155.108 88.1666 159.07 86.6221 161.39L86.163 160.692Z'/%3E%3Cpath fill='white' fill-opacity='0.89019608' d='M408.9 496.972L409.125 497.26C408.762 498.011 404.584 500.046 403.465 500.672L403.287 500.386L403.521 499.773C405.294 498.075 406.586 497.494 408.9 496.972Z'/%3E%3Cpath fill='white' fill-opacity='0.94901961' d='M419.501 489.99C420.221 489.989 420.249 489.93 420.886 490.23L420.8 490.636C419.767 491.353 418.81 491.953 417.745 492.613C417.279 492.836 417.557 492.755 416.888 492.758C416.696 491.103 418.179 490.38 419.501 489.99Z'/%3E%3Cpath fill='white' fill-opacity='0.80000001' d='M407.738 68.149C409.29 68.8897 412.724 70.6327 414.048 71.6361L413.539 72.0587C411.552 70.8713 409.534 69.7355 407.488 68.6523L407.738 68.149Z'/%3E%3Cpath fill='white' fill-opacity='0.73725492' d='M411.704 462.513C413.196 461.548 414.497 460.558 415.916 459.492C416.028 459.597 416.534 460.051 416.603 460.157C415.466 460.484 413.764 462.164 412.61 463.005C412.217 462.69 412.177 462.722 411.704 462.513Z'/%3E%3Cpath fill='white' fill-opacity='0.55686277' d='M403.595 65.9173C404.66 66.4614 406.849 67.5043 407.738 68.149L407.488 68.6523L403.407 66.4276L403.595 65.9173Z'/%3E%3Cpath fill='white' fill-opacity='0.28627452' d='M399.725 64.2488C401.307 64.7902 402.145 65.0244 403.595 65.9173L403.407 66.4276C401.909 65.793 401.052 65.1515 399.725 64.2488Z'/%3E%3C/svg%3E")}.fourpou__heading{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.fourpou__text{font-size:1rem;font-weight:400;margin-bottom:1rem}.envproject{padding:2rem 0}.envproject__container{display:flex;flex-direction:column}.envproject__columns{display:flex;flex-wrap:wrap;gap:2rem}.envproject__column--content{display:flex;flex-direction:column;justify-content:center;color:#fff}.envproject__image img{width:100%;height:auto;display:block;border-radius:0.5rem}.envproject__title{font-weight:800;margin-bottom:1.5rem}.envproject__text{font-size:1.15rem;line-height:1.6;margin-top:0;margin-bottom:1rem;color:#fff}.envproject__footer{display:block !important;margin-top:0}.envproject__link{font-weight:600;font-size:1.38rem;margin:0;border-bottom:1px solid #404040;padding:1rem 0}.envproject__link a{display:flex;align-items:center;justify-content:space-between}.envproject__link a:hover{animation:smooth-elastic-slide 1s cubic-bezier(0.25, 1, 0.3, 1);animation-fill-mode:forwards}@keyframes smooth-elastic-slide{0%{transform:translateX(0)}15%{transform:translateX(-5px)}45%{transform:translateX(17px)}65%{transform:translateX(11px)}80%{transform:translateX(15px)}100%{transform:translateX(15px)}}.envproject__link a::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.2761 3.67993L13.8512 5.14633L19.49 10.9599H0.320312V13.0399H19.49L13.8512 18.8535L15.2761 20.3199L23.3603 11.9999L15.2761 3.67993Z' fill='%2300B0A5'/%3E%3C/svg%3E");line-height:0}.envproject__icon img{width:24px;height:24px}@media (max-width:991px){.envproject__columns{flex-direction:column}.envproject__column--image,.envproject__column--content{flex:1 1 100%}}.commercial{padding:2rem 0}.commercial__container{display:flex;flex-direction:column}.commercial__columns{display:flex;flex-wrap:wrap;gap:2rem}.commercial__column--content{display:flex;flex-direction:column;justify-content:center;color:#fff}.commercial__image img{width:100%;height:auto;display:block;border-radius:0.5rem}.commercial__title{font-weight:800;margin-bottom:1rem}.commercial__text{font-size:1.15rem;line-height:1.6;margin-top:0;margin-bottom:1rem;color:#fff}.commercial__footer{display:block !important;margin-top:0}.commercial__link{font-weight:600;font-size:1.38rem;margin:0;border-bottom:1px solid #404040;padding:1rem 0}.commercial__link a{display:flex;align-items:center;justify-content:space-between}.commercial__link a:hover{animation:smooth-elastic-slide 1s cubic-bezier(0.25, 1, 0.3, 1);animation-fill-mode:forwards}@keyframes smooth-elastic-slide{0%{transform:translateX(0)}15%{transform:translateX(-5px)}45%{transform:translateX(17px)}65%{transform:translateX(11px)}80%{transform:translateX(15px)}100%{transform:translateX(15px)}}.commercial__link a::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.2761 3.67993L13.8512 5.14633L19.49 10.9599H0.320312V13.0399H19.49L13.8512 18.8535L15.2761 20.3199L23.3603 11.9999L15.2761 3.67993Z' fill='%2300B0A5'/%3E%3C/svg%3E");line-height:0}.commercial__icon img{width:24px;height:24px}@media (max-width:991px){.commercial__columns{flex-direction:column}.commercial__column--image,.commercial__column--content{flex:1 1 100%}}.governance{margin:0 1rem}@media (max-width:991px){.governance{margin:0 12px}}.governance__cover{min-height:440px;display:flex;align-items:center;justify-content:center;padding:0}.governance__eyebrow{text-transform:uppercase;line-height:21px}@media (max-width:991px){.governance__eyebrow{font-size:1.5rem !important}}.governance__title{font-weight:900;margin-bottom:1rem !important}@media (max-width:991px){.governance__title{font-size:5rem !important}}@media (max-width:575px){.governance__title{font-size:4rem !important}}@media (max-width:575px){.governance__title{font-size:3rem !important}}@media (max-width:425px){.governance__title{font-size:2.25rem !important}}.governance__description{font-weight:400;line-height:1.6;max-width:1055px}@media (max-width:991px){.governance__description{line-height:1.3}}.ourstory__columns{display:flex;align-items:center;gap:3rem}@media (max-width:991px){.ourstory__columns{flex-direction:column}}.ourstory__content{flex:1}.ourstory__title{font-weight:700}.ourstory__description{line-height:1.6;color:#fff}.ourstory__link{font-weight:600;font-size:1.2rem;color:white}.ourstory__link a{display:flex;align-items:center;justify-content:space-between;gap:0.5rem;padding:14px 0;border-bottom:1px solid #404040}.ourstory__link a:hover{animation:smooth-elastic-slide 1s cubic-bezier(0.25, 1, 0.3, 1);animation-fill-mode:forwards}@keyframes smooth-elastic-slide{0%{transform:translateX(0)}15%{transform:translateX(-5px)}45%{transform:translateX(17px)}65%{transform:translateX(11px)}80%{transform:translateX(15px)}100%{transform:translateX(15px)}}.ourstory__link a::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.2761 3.67969L13.8512 5.14608L19.49 10.9597H0.320312V13.0397H19.49L13.8512 18.8532L15.2761 20.3196L23.3603 11.9997L15.2761 3.67969Z' fill='%2300B0A5'/%3E%3C/svg%3E");line-height:0}.ourstory__icon{font-size:1.4rem;transition:transform 0.3s ease}.ourstory__link:hover .ourstory__icon{transform:translateX(4px)}.ourstory__image{flex:1}.ourstory__image-element{margin:0}.ourstory__image-element img{width:100%;height:auto;display:block;border-radius:0.5rem}.members-staff{position:relative}.members-staff::before{content:"";position:absolute;z-index:-1;top:218px;left:12px;right:12px;bottom:190px;background:linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 100%)}@media (max-width:575px){.members-staff::before{right:0;left:0}}.members__template{margin-top:2rem !important;column-gap:20px !important;row-gap:1rem !important}@media (max-width:991px){.members__template{grid-template-columns:repeat(3, 1fr) !important}}@media (max-width:767px){.members__template{grid-template-columns:repeat(2, 1fr) !important}}@media (max-width:375px){.members__template{grid-template-columns:1fr !important}}.members__info *{color:white !important}.members__name{font-family:"Source Sans 3", sans-serif}.staff-block__title{font-size:2.25rem;font-weight:700;margin-bottom:3rem}.staff-block__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.staff-block__grid{grid-template-columns:repeat(2, 1fr)}}.staff-block__box{background:#171717;padding:20px 16px 32px;border-radius:8px;border:1px solid #404040}.staff-block__template li:not(:first-child){margin-top:14px !important}.staff-block__department{font-family:"Source Sans 3", sans-serif;font-size:1.25rem;font-style:normal;font-weight:400;margin-bottom:1rem !important}.staff-block__name{font-family:"Source Sans 3", sans-serif;font-style:normal;margin:0 !important;font-weight:600 !important}.staff-block__role{font-size:0.875rem;color:#00a79e;display:inline-block;max-width:455px;width:100%}.entities-block{padding:70px 0 40px}.entities-block__title{font-family:"Source Sans 3", sans-serif;font-size:2rem;font-weight:800;margin-bottom:0.5rem;color:#fff}.entities-block__subtitle{font-size:1.25rem;font-weight:700;color:#999;margin-bottom:0.5rem}.entities-block__description{font-size:1.25rem;margin-bottom:2.5rem;color:#fff}.entities-block__grid{display:grid;gap:2rem}@media (min-width:992px){.entities-block__grid{grid-template-columns:1fr 1fr}}.entities-block__card{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;position:relative;padding-bottom:1rem;border-bottom:1px solid rgba(255, 255, 255, 0.2);margin:0 !important}.entities-block__image img{max-width:100%;height:auto;display:block}.entities-block__label{font-weight:700;font-size:1rem;color:#fff;text-transform:uppercase;margin:0;height:100%;align-content:end}.entities-block__label a{position:relative;height:inherit;align-content:inherit}.entities-block__label a:hover{color:#00a79e}.entities-block__label a::after{position:absolute;top:0;right:0;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' viewBox='0 0 24 21' fill='none'%3E%3Cpath d='M22 0.443115H12.8433L16.2058 3.77645L10.3916 9.66811L12.7483 12.0248L18.5624 6.13312L22 9.60978V0.443115Z' fill='%2300A79E'/%3E%3Cpath d='M18.2963 18.4062H4.03703V4.1469H11.1667V2.10986H4.03703C2.90648 2.10986 2 3.02653 2 4.1469V18.4062C2 19.5265 2.90648 20.4432 4.03703 20.4432H18.2963C19.4167 20.4432 20.3333 19.5265 20.3333 18.4062V11.2765H18.2963V18.4062Z' fill='%2300A79E'/%3E%3C/svg%3E");line-height:0}.grantsHero{margin:0 1rem}@media (max-width:991px){.grantsHero{margin:0 12px}}.grantsHero-hero{padding:0}.grantsHero__title{font-family:"Source Sans 3", sans-serif;font-size:2rem;font-weight:400;text-transform:uppercase}@media (max-width:991px){.grantsHero__title{font-size:1.5rem}}.grantsHero__title strong{text-transform:initial;font-family:"Temeraire", serif;font-size:5.5rem;font-weight:900}@media (max-width:991px){.grantsHero__title strong{font-size:5rem}}@media (max-width:991px){.development__content{flex-direction:column}}.development__column-image{max-width:636px;width:100%}.development__column-content{max-width:572px;width:100%}.development__title{font-family:"Source Sans 3", sans-serif}.development__text{font-size:1.125rem;line-height:1.4}.grants{padding:5.5rem 0;background:#1f1f1f}.grants__filters{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:2rem}.grants__filter-btn{padding:7px 20px;background:transparent;color:#fff;border:none;cursor:pointer;border-radius:4px;font-size:14px;box-shadow:inset 0 0 0 1px #525252;overflow:hidden}.grants__filter-btn:hover,.grants__filter-btn.active{background:#00a79e}.grants__list{display:grid;grid-template-columns:1fr;column-gap:22px;row-gap:40px}@media (min-width:992px){.grants__list{grid-template-columns:1fr 1fr}}.grants__card{border-radius:14px;box-shadow:inset 0 0 0 1px #404040;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.grants__card-unavailable{cursor:not-allowed;pointer-events:none}.grants__card:hover{box-shadow:inset 0 0 0 1px #fff}.grants__card-header{padding:12px;line-height:18px}.grants__category{font-size:14px;font-weight:600;color:#000000;text-transform:uppercase}.grants__card-body{padding:12px}.grants__title{font-family:"Source Sans 3", sans-serif;font-size:1.25rem;font-weight:700;margin-bottom:0.5rem;line-height:1.3;height:20px;overflow:hidden;text-transform:capitalize}.grants__excerpt{font-size:14px;margin-bottom:4px;line-height:1.4;height:60px;overflow:hidden}.grants__excerpt-more{font-size:12px;text-decoration:underline}.grants__excerpt-more:hover{color:#00a79e}.grants__meta{display:flex;align-items:baseline;justify-content:space-between;gap:15px;flex-wrap:wrap}@media (max-width:991px){.grants__meta{margin-top:30px}}@media (max-width:475px){.grants__meta{flex-direction:column}}.grants__meta-info{display:flex;align-items:center;font-size:12px;line-height:17px}.grants__meta-info p{margin-bottom:0}.grants__meta-info p+p{position:relative;margin-left:6px;padding-left:6px}.grants__meta-info p+p::before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:#ffffff}.grants__meta-info p strong{font-weight:600}.grants__meta-image{max-width:180px;width:100%;height:80px;object-fit:contain}.grants__card-footer{padding:12px;border-top:1px solid #525252;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;font-size:14px;line-height:18px}.grants__card-footer p{display:flex;align-items:center;font-weight:900;gap:4px;margin:0}.grants__card-footer-date,.grants__card-footer a{color:#00a79e}.grants__card-footer-date strong,.grants__card-footer a strong{color:white;font-weight:inherit}.grants__card-footer a{display:flex;align-items:center;font-weight:900;gap:10px}.grants__card-footer a:hover{animation:smooth-elastic-slide 1s cubic-bezier(0.25, 1, 0.3, 1);animation-fill-mode:forwards}@keyframes smooth-elastic-slide{0%{transform:translateX(0)}15%{transform:translateX(-5px)}45%{transform:translateX(17px)}65%{transform:translateX(11px)}80%{transform:translateX(15px)}100%{transform:translateX(15px)}}.grants__card-footer a::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M9.08769 0L8.22191 1.0575L11.6482 5.25002L0 5.25002L0 6.75001L11.6482 6.75001L8.22191 10.9425L9.08769 12L14 6.00002L9.08769 0Z' fill='%23898989'/%3E%3C/svg%3E");line-height:0}.grants__status--unavailable::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.0306 11.9694C13.1715 12.1103 13.2506 12.3014 13.2506 12.5006C13.2506 12.6999 13.1715 12.891 13.0306 13.0319C12.8897 13.1728 12.6986 13.2519 12.4993 13.2519C12.3001 13.2519 12.109 13.1728 11.9681 13.0319L7.99997 9.06249L4.0306 13.0306C3.8897 13.1715 3.69861 13.2507 3.49935 13.2507C3.30009 13.2507 3.10899 13.1715 2.9681 13.0306C2.8272 12.8897 2.74805 12.6986 2.74805 12.4994C2.74805 12.3001 2.8272 12.109 2.9681 11.9681L6.93747 7.99999L2.96935 4.03061C2.82845 3.88972 2.7493 3.69862 2.7493 3.49936C2.7493 3.30011 2.82845 3.10901 2.96935 2.96811C3.11024 2.82722 3.30134 2.74806 3.5006 2.74806C3.69986 2.74806 3.89095 2.82722 4.03185 2.96811L7.99997 6.93749L11.9693 2.96749C12.1102 2.82659 12.3013 2.74744 12.5006 2.74744C12.6999 2.74744 12.891 2.82659 13.0318 2.96749C13.1727 3.10838 13.2519 3.29948 13.2519 3.49874C13.2519 3.69799 13.1727 3.88909 13.0318 4.02999L9.06247 7.99999L13.0306 11.9694Z' fill='white'/%3E%3C/svg%3E");line-height:0}.grants__status--available{color:#00a79e}.publicationsHero{margin:0 1rem}@media (max-width:991px){.publicationsHero{margin:0 12px}}.publicationsHero__cover{padding:0}@media (max-width:991px){.publicationsHero__subtitle{font-size:1.5rem !important}}@media (max-width:991px){.publicationsHero__title{font-size:5rem !important}}@media (max-width:767px){.publicationsHero__title{font-size:4rem !important}}@media (max-width:575px){.publicationsHero__title{font-size:3rem !important}}@media (max-width:425px){.publicationsHero__title{font-size:2.45rem !important}}.publications__section:not(:first-child){margin-top:3rem}.publications__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.publications__title{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:700;margin:0}.publications__seeMoreBtn{color:#d4d4d4;text-decoration:none;font-size:1rem;padding:6px 20px;border:1px solid #d4d4d4;border-radius:4px;transition:all 0.3s ease}.publications__seeMoreBtn:hover{background:rgba(255, 255, 255, 0.1);border-color:rgba(255, 255, 255, 0.4)}.publications__carouselWrapper{position:relative;overflow:visible}.publications__carousel{overflow:hidden;width:100%}.publications__carousel .swiper-slide{height:auto}.publications__carousel .swiper-button-prev,.publications__carousel .swiper-button-next{color:#000000;background:#ffffff99;width:56px;height:56px;border-radius:50%;border:1px solid #00000033;transition:all 0.3s ease}.publications__carousel .swiper-button-prev:after,.publications__carousel .swiper-button-next:after{font-size:1.25rem;font-weight:700}.publications__carousel .swiper-button-prev:hover,.publications__carousel .swiper-button-next:hover{background:#fff}.publications__carousel .swiper-button-prev.swiper-button-disabled,.publications__carousel .swiper-button-next.swiper-button-disabled{opacity:0;cursor:not-allowed}.publications__carousel .swiper-button-prev{left:9px}.publications__carousel .swiper-button-next{right:9px}.publications__carousel .swiper-pagination{position:relative;margin-top:30px;bottom:0}.publications__carousel .swiper-pagination .swiper-pagination-bullet{background:#404040;width:35px;height:8px;border-radius:40px;opacity:1}.publications__carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#619c98}.publications__card{padding:16px 35px;background:#262626;border:1px solid #525252;border-radius:14px;overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease}.publications__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0, 0, 0, 0.4)}.publications__cardEmbed{height:422px}.publications__cardEmbed>div{height:100% !important}.publications__cardEmbed iframe,.publications__cardEmbed embed,.publications__cardEmbed object{width:100%;height:100% !important;border:0}.publications__cardPlaceholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.publications__cardPlaceholder .iconify{font-size:4rem;color:rgba(255, 255, 255, 0.3)}.publications__cardInfo{margin-top:12px}.publications__cardTitle{font-family:"Source Sans 3", sans-serif;font-size:1.25rem;font-weight:700;margin:0;text-transform:uppercase}.publications__loadMoreBtn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:1rem 2.5rem;background:#00b0a5;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;min-width:180px}.publications__loadMoreBtn:hover:not(:disabled){background:#00a79e}.publications__loadMoreBtn:disabled{opacity:0.6;cursor:not-allowed}.publications__loadMoreBtn.loading{pointer-events:none}.publications__loadMoreBtn-loader{display:inline-flex;align-items:center}.publications__loadMoreBtn-loader .iconify{font-size:1.25rem;animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.publicationsArchive{min-height:60vh}.publicationsArchive__header{margin-bottom:3rem}.publicationsArchive__title{font-size:2.5rem;font-weight:600;color:var(--bs-light, #f8f9fa);margin:0 0 1rem}@media (max-width:767px){.publicationsArchive__title{font-size:2rem}}.publicationsArchive__description{color:rgba(255, 255, 255, 0.8);font-size:1.125rem;max-width:800px;margin:0 auto}.publicationsArchive__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:2rem;margin-bottom:3rem}@media (max-width:767px){.publicationsArchive__grid{grid-template-columns:1fr;gap:1.5rem}}@media (min-width:768px) and (max-width:1023px){.publicationsArchive__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.publicationsArchive__grid{grid-template-columns:repeat(3, 1fr)}}.publicationsArchive__loadMore{display:flex;justify-content:center;margin-top:3rem}.publicationsArchive__empty{text-align:center;padding:4rem 2rem;color:rgba(255, 255, 255, 0.6)}.publicationsArchive__empty .iconify{font-size:5rem;color:rgba(255, 255, 255, 0.3);margin-bottom:1.5rem}.publicationsArchive__empty p{font-size:1.25rem;margin-bottom:2rem}.publicationsArchive__empty .publications__seeMoreBtn{display:inline-block}.publicationSingle{padding:3rem 0;background:var(--bs-dark, #212529);min-height:60vh}.publicationSingle__header{margin-bottom:3rem;text-align:center;padding-bottom:2rem;border-bottom:1px solid rgba(255, 255, 255, 0.1)}.publicationSingle__title{font-size:2.5rem;font-weight:600;color:var(--bs-light, #f8f9fa);margin:0 0 1.5rem;line-height:1.2}@media (max-width:767px){.publicationSingle__title{font-size:2rem}}.publicationSingle__categories{display:flex;gap:0.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.publicationSingle__category{display:inline-block;padding:0.5rem 1rem;background:rgba(255, 255, 255, 0.1);color:var(--bs-light, #f8f9fa);text-decoration:none;border-radius:20px;font-size:0.9rem;transition:all 0.3s ease}.publicationSingle__category:hover{background:rgba(255, 255, 255, 0.2);color:var(--bs-primary, #0d6efd)}.publicationSingle__meta{color:rgba(255, 255, 255, 0.6);font-size:1rem;display:flex;justify-content:center;align-items:center;gap:0.5rem}.publicationSingle__meta .iconify{font-size:1.25rem}.publicationSingle__embed{margin:0 auto 3rem;max-width:1200px}.publicationSingle__embed iframe,.publicationSingle__embed embed,.publicationSingle__embed object{width:100%;min-height:600px;border:0;border-radius:8px;box-shadow:0 4px 20px rgba(0, 0, 0, 0.3)}@media (max-width:767px){.publicationSingle__embed iframe,.publicationSingle__embed embed,.publicationSingle__embed object{min-height:400px}}.publicationSingle__content{max-width:800px;margin:0 auto 3rem;color:rgba(255, 255, 255, 0.9);font-size:1.125rem;line-height:1.8}.publicationSingle__content p{margin-bottom:1.5rem}.publicationSingle__content h2,.publicationSingle__content .h2,.publicationSingle__content h3,.publicationSingle__content .h3,.publicationSingle__content h4,.publicationSingle__content .h4{color:var(--bs-light, #f8f9fa);margin:2rem 0 1rem}.publicationSingle__content a{color:var(--bs-primary, #0d6efd);text-decoration:underline}.publicationSingle__content a:hover{text-decoration:none}.publicationSingle__content ul,.publicationSingle__content ol{margin-bottom:1.5rem;padding-left:2rem}.publicationSingle__navigation{display:flex;justify-content:center;padding-top:2rem;border-top:1px solid rgba(255, 255, 255, 0.1)}.publicationSingle__backLink{display:inline-flex;align-items:center;gap:0.5rem;color:var(--bs-light, #f8f9fa);text-decoration:none;padding:0.75rem 1.5rem;border:1px solid rgba(255, 255, 255, 0.2);border-radius:4px;font-size:1rem;transition:all 0.3s ease}.publicationSingle__backLink .iconify{font-size:1.25rem}.publicationSingle__backLink:hover{background:rgba(255, 255, 255, 0.1);border-color:rgba(255, 255, 255, 0.4);transform:translateX(-4px)}@media (max-width:767px){.publications{padding:2rem 0}.publications__section{padding:1rem 0}.publications__section:not(:last-child){margin-bottom:2rem}.publications__header{flex-direction:column;align-items:flex-start;gap:1rem}.publications__title{font-size:1.5rem}.publications__cardInfo{padding:1rem}.publications__cardTitle{font-size:0.95rem}.publications__cardActions{gap:0.75rem}.publications__cardLink{font-size:0.85rem}}.publication-header{margin:0 1rem}@media (max-width:991px){.publication-header{margin:0 12px}}.contact-hero{margin:0 1rem;background:linear-gradient(279.1deg, rgba(255, 255, 255, 0) 2.42%, rgba(255, 255, 255, 0.6) 93.58%);backdrop-filter:blur(9.3000001907px);color:black}@media (max-width:991px){.contact-hero{margin:0 12px}}.contact-hero__content{padding-left:0 !important;padding-right:0 !important}.contact-hero__title{font-size:4.25rem}@media (max-width:991px){.contact-hero__title{font-size:3rem}}.contact-hero__subtitle{line-height:1.3;font-size:2rem;text-transform:uppercase}@media (max-width:991px){.contact-hero__subtitle{font-size:1.5rem}}.contact-hero__text{font-size:1.25rem}@media (max-width:991px){.contact-hero__text{font-size:1rem}}@media (max-width:991px){.contact-section__columns{flex-direction:column;gap:60px !important}}.contact-section__title{font-size:2rem;line-height:1.3}.contact-section__form .forminator-ui{margin-top:0 !important}.contact-section__form .forminator-ui .forminator-row{margin-bottom:0 !important}.contact-section__form .forminator-ui .forminator-row+.forminator-row{margin-top:23px !important}.contact-section__form .forminator-ui .forminator-label{font-size:1rem !important;font-weight:400 !important;color:#ffffff !important;line-height:20px !important;margin-bottom:10px !important}.contact-section__form .forminator-ui .forminator-label .forminator-required{color:inherit !important}.contact-section__form .forminator-ui .forminator-input{height:50px !important}.contact-section__form .forminator-ui .forminator-textarea,.contact-section__form .forminator-ui .forminator-input{color:white !important;background:#262626 !important;border:1px solid #525252 !important;border-radius:8px !important}.contact-section__form .forminator-ui .forminator-button-submit{position:relative;padding:16px 37px 16px 64px !important;background:white !important;color:black !important;border-radius:2px !important;font-size:1rem !important;font-weight:600 !important;line-height:11px !important}.contact-section__form .forminator-ui .forminator-button-submit:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M21.9997 0.0010488L16.502 0.00104904L38.5118 22.0084L16.5216 43.9978L21.9997 43.9978L43.9997 21.9994L21.9997 0.0010488Z' fill='black'/%3E%3Cpath d='M10.9958 0.0010488L5.49804 0.00104904L27.5079 22.0084L5.51765 43.9978L10.9958 43.9978L32.9958 21.9994L10.9958 0.0010488Z' fill='black'/%3E%3Cpath d='M0.00781058 5.72205e-05L21.998 21.9895L0.0078125 43.978L0.00781226 38.4811L16.5011 21.9895L0.00781082 5.49782L0.00781058 5.72205e-05Z' fill='black'/%3E%3Cpath d='M0.00653425 10.9947L11.002 21.9894L0.00653521 32.9841L0.00653497 27.4872L5.50429 21.9894L-7.22551e-07 16.4541L0.00653425 10.9947Z' fill='black'/%3E%3C/svg%3E");position:absolute;left:0;top:0;bottom:0}.contact-section__office{border:1px solid #525252;border-radius:4px;padding:20px}.contact-section__office-title{font-family:"Source Sans 3", sans-serif;font-style:normal}.contact-section__office p{display:flex;align-items:center;gap:6px}.contact-section__office p::before{line-height:0}.contact-section__office-address:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3327 6.66665C13.3327 9.99531 9.64002 13.462 8.40002 14.5326C8.2845 14.6195 8.14388 14.6665 7.99935 14.6665C7.85482 14.6665 7.7142 14.6195 7.59868 14.5326C6.35868 13.462 2.66602 9.99531 2.66602 6.66665C2.66602 5.25216 3.22792 3.8956 4.22811 2.89541C5.22831 1.89522 6.58486 1.33331 7.99935 1.33331C9.41384 1.33331 10.7704 1.89522 11.7706 2.89541C12.7708 3.8956 13.3327 5.25216 13.3327 6.66665Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8.66669C9.10457 8.66669 10 7.77126 10 6.66669C10 5.56212 9.10457 4.66669 8 4.66669C6.89543 4.66669 6 5.56212 6 6.66669C6 7.77126 6.89543 8.66669 8 8.66669Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.contact-section__office-hours:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_405_10101)'%3E%3Cpath d='M8 4V8L10.6667 9.33333' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00065 14.6666C11.6825 14.6666 14.6673 11.6819 14.6673 7.99998C14.6673 4.31808 11.6825 1.33331 8.00065 1.33331C4.31875 1.33331 1.33398 4.31808 1.33398 7.99998C1.33398 11.6819 4.31875 14.6666 8.00065 14.6666Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_405_10101'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.contact-section__office-phone:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_405_10101)'%3E%3Cpath d='M8 4V8L10.6667 9.33333' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00065 14.6666C11.6825 14.6666 14.6673 11.6819 14.6673 7.99998C14.6673 4.31808 11.6825 1.33331 8.00065 1.33331C4.31875 1.33331 1.33398 4.31808 1.33398 7.99998C1.33398 11.6819 4.31875 14.6666 8.00065 14.6666Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_405_10101'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.contact-section__office-email::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.6673 4.66669L8.67332 8.48469C8.46991 8.60283 8.23888 8.66506 8.00365 8.66506C7.76843 8.66506 7.53739 8.60283 7.33398 8.48469L1.33398 4.66669' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.334 2.66669H2.66732C1.93094 2.66669 1.33398 3.26364 1.33398 4.00002V12C1.33398 12.7364 1.93094 13.3334 2.66732 13.3334H13.334C14.0704 13.3334 14.6673 12.7364 14.6673 12V4.00002C14.6673 3.26364 14.0704 2.66669 13.334 2.66669Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}@media (max-width:782px){.contact-section .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button{width:100%;margin:0;padding-left:37px !important}}.find-us{background:#282828;padding:141px 0}.find-us__title{font-size:2rem;line-height:1.3}@media (max-width:525px){.find-us__buttons{flex-direction:column;gap:24px !important}}.find-us__button .wp-element-button{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;color:#fafafa !important;line-height:20px}.find-us__button .wp-element-button::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.33398 8H3.33398' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.666 8H14.666' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1.33325V3.33325' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 12.6667V14.6667' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00065 12.6666C10.578 12.6666 12.6673 10.5772 12.6673 7.99992C12.6673 5.42259 10.578 3.33325 8.00065 3.33325C5.42332 3.33325 3.33398 5.42259 3.33398 7.99992C3.33398 10.5772 5.42332 12.6666 8.00065 12.6666Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");line-height:0}.pageContact .siteFooter{margin-top:0}.events-hero{margin:0 1rem}@media (max-width:991px){.events-hero{margin:0 12px}}.events__header{margin-bottom:2rem}.events__title{font-weight:700;margin-bottom:1.5rem;line-height:1.2}.events__filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.events__filters:has(.events__filter:only-child){display:none}.events__filter{padding:7px 20px;background-color:transparent;color:#fff;border:1px solid #525252;border-radius:4px;font-size:14px;line-height:18px}.events__filter:hover,.events__filter--active{background-color:#005362;border-color:#005362}.events__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;transition:opacity 0.3s ease}@media (max-width:991px){.events__grid{grid-template-columns:1fr}}.events__grid--loading{opacity:0.5}.events__no-results{grid-column:1 / -1;text-align:center;padding:3rem 1rem;font-size:1.125rem}.events__card{display:block;background-color:#171717;border:1px solid #404040;border-top-width:4px;border-top-color:#00a79e;border-radius:8px;padding:24px;text-decoration:none;color:inherit;cursor:pointer}.events__card:hover{border-color:#00a79e;text-decoration:none}.events__card-content{display:flex;flex-direction:column;height:100%}.events__card-date{margin-bottom:18px;text-transform:uppercase;line-height:1.3}.events__card-title{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:700;margin-bottom:20px;line-height:1.3}.events__card-description{font-size:18px;margin-bottom:35px;line-height:1.3;flex-grow:1}.events__card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #404040;gap:0.5rem}@media (max-width:575px){.events__card-footer{flex-direction:column-reverse}}.events__card-view{color:#00b0a5}.events__loader{display:none;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.events__loader--visible{display:flex}.events__loader-text{font-size:1rem;margin:0}.events__loader-spinner{width:48px;height:48px;border:4px solid #00a79e;border-top-color:#404040;border-radius:50%;animation:events-spinner-rotate 0.8s linear infinite}.events__load-more{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem}.events__load-more-btn{padding:12px 24px;background-color:#00a79e;border:none;border-radius:2px;font-weight:600;cursor:pointer}.events__load-more-btn:hover:not(.events__load-more-btn--disabled){background-color:#00a79e;box-shadow:0 4px 12px rgba(0, 188, 212, 0.4)}.events__load-more-btn--disabled,.events__load-more-btn:disabled{opacity:0.6;cursor:not-allowed}.events__load-more-btn--loading{opacity:0.8}.events__error{display:none;padding:1rem;margin-bottom:1rem;text-align:center}.events__error--visible{display:block}@keyframes events-spinner-rotate{to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.postsHero__cover{margin:0 1rem;padding:0}@media (max-width:991px){.postsHero__cover{margin:0 12px}}.postsHero__cover-heading{margin:10px 0 25px !important}@media (max-width:991px){.postsHero__cover-heading{font-size:5rem !important}}.posts__header{margin-bottom:3rem}.posts__title{font-weight:700;margin-bottom:1.5rem;line-height:1.2}.posts__controls{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}@media (max-width:991px){.posts__controls{flex-direction:column;align-items:stretch}}.posts__categories{display:flex;gap:12px;flex-wrap:wrap;flex:1}.posts__category{padding:7px 20px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;background:transparent;border:1px solid #525252;border-radius:4px}.posts__category--active,.posts__category:hover{background:#00a79e}.posts__sorter{position:relative}@media (max-width:991px){.posts__sorter{width:100%}}.posts__sorter-select{appearance:none;padding:7px 45px 7px 20px;font-size:14px;font-weight:500;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;background-color:transparent;color:white;border-radius:4px;border-color:#525252}@media (max-width:991px){.posts__sorter-select{width:100%}}.posts__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-bottom:2rem;transition:opacity 0.3s ease}@media (max-width:1200px){.posts__grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width:767px){.posts__grid{grid-template-columns:1fr}}.posts__grid--loading{opacity:0.5}.posts__no-results{grid-column:1 / -1;text-align:center;padding:3rem 1rem;font-size:1.125rem}.posts__card{overflow:hidden;display:flex;flex-direction:column;padding:12px;background:#2b2b2b;border-radius:8px}.posts__card-image{width:100%;aspect-ratio:1.7777777778;overflow:hidden;text-align:center}.posts__card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;border-radius:4px 4px 0 0}.posts__card-content{padding:8px;display:flex;flex-direction:column;justify-content:flex-end;flex-grow:1;position:relative;margin-top:12px}.posts__card-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:13px;height:31px}.posts__card-category-link{background:#00000080;padding:4px 8px;border-radius:4px;line-height:1.3}.posts__card-category-link:hover{color:#00a79e}.posts__card-category{line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;text-transform:capitalize;line-height:19px}.posts__card-date{display:inline-block;min-width:fit-content}.posts__card-category-icon{flex-shrink:0}.posts__card-title{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:13px;flex-grow:1;height:58px;overflow:hidden;text-transform:uppercase;max-height:fit-content}.posts__card-title a{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;overflow:hidden}.posts__card-title a:hover{color:#00a79e}.posts__card-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;text-decoration:none;border:2px solid #00b0a533;align-self:flex-end;color:#00b0a5}.posts__card-link:hover{border-color:#00a79e}.posts__loader{display:none;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.posts__loader--visible{display:flex}.posts__loader-text{font-size:1rem;margin:0}.posts__loader-spinner{width:48px;height:48px;border-radius:50%;animation:posts-spinner-rotate 0.8s linear infinite}.posts__load-more{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem}.posts__load-more-btn{padding:1rem 2.5rem;border:none;font-size:1.125rem;font-weight:600;cursor:pointer}.posts__load-more-btn--disabled,.posts__load-more-btn:disabled{opacity:0.6;cursor:not-allowed}.posts__load-more-btn--loading{opacity:0.8}.posts__error{display:none;padding:1rem;margin-bottom:1rem;text-align:center}.posts__error--visible{display:block}@keyframes posts-spinner-rotate{to{transform:rotate(360deg)}}.historyHero{margin:0 1rem;background-image:linear-gradient(279.1deg, rgba(255, 255, 255, 0) 2.42%, rgba(255, 255, 255, 0.6) 93.58%);backdrop-filter:blur(9.3000001907px)}@media (max-width:991px){.historyHero{margin:0 12px}}.historyHero__content{padding-left:0 !important;padding-right:0 !important}@media (max-width:575px){.historyHero__title{font-size:3.5rem !important}}@media (max-width:991px){.ourHistory__description-columns{flex-direction:column-reverse}}@media (max-width:991px){.ourHistory__description-column-image{text-align:center}}.ourHistory__description-text{line-height:1.4;font-size:18px}.timeline .wp-block-nb-timeline-timeline{max-width:100%;background:unset;padding:0}.timeline .wpt-timeline__items.in-view:before{background:#525252;bottom:0;content:"";left:calc(50% - 1.5px);opacity:0.3;position:absolute;top:0;transition:transform 1.2s ease;width:3px;z-index:0}@media (max-width:991px){.timeline .wpt-timeline__items.in-view:before{left:6px}}@media (max-width:768px){.timeline .wpt-timeline__items.in-view:before{display:block;background:#525252;bottom:0;content:"";left:calc(50% - 1.5px);opacity:0.3;position:absolute;top:0;transition:transform 1.2s ease;width:3px;z-index:0;left:6px}}.timeline .wp-block-nb-timeline-timeline-item{margin-bottom:0;opacity:1;transform:translateY(0)}.timeline .wp-block-nb-timeline-timeline-item:last-child .wpt-timeline-item__left,.timeline .wp-block-nb-timeline-timeline-item:last-child .wpt-timeline-item__right{padding-bottom:0}.timeline .wpt-timeline-item__title{text-align:center;margin-bottom:0}@media (max-width:767px){.timeline .wpt-timeline-item__title{text-align:left;position:relative;z-index:5}}.timeline .wpt-timeline-item__title h2,.timeline .wpt-timeline-item__title .h2{padding:24px;border:0;display:inline-block;line-height:1.3;background:#121212}@media (max-width:991px){.timeline .wpt-timeline-item__title h2,.timeline .wpt-timeline-item__title .h2{font-size:1.5rem;padding:24px 10px}}.timeline .wpt-timeline-item__grid{gap:0;grid-template-columns:1fr 108px 1fr}@media (max-width:991px){.timeline .wpt-timeline-item__grid{grid-template-columns:16px 1fr 1fr;gap:15px}}@media (max-width:767px){.timeline .wpt-timeline-item__grid{grid-template-columns:16px 1fr;grid-template-areas:"line year" "line content"}}.timeline .wpt-timeline-item__left{flex-direction:row;align-items:center;padding:80px 0;gap:60px}@media (max-width:991px){.timeline .wpt-timeline-item__left{order:2;flex-direction:column-reverse;gap:30px;align-items:flex-start}}@media (max-width:767px){.timeline .wpt-timeline-item__left{grid-area:year;padding-bottom:0;order:unset;padding-top:40px}}.timeline .wpt-timeline-item__left .wpt-timeline-item__image{border-radius:10px}.timeline .wpt-timeline-item__left .wpt-timeline-item__year-display{margin:0}.timeline .wpt-timeline-item__left .wpt-timeline-item__year-display .wpt-timeline-item__year-number{font-family:"Temeraire", serif}.timeline .wpt-timeline-item__left .wpt-timeline-item__year-display .wpt-timeline-item__year-label{color:#fff}.timeline .wpt-timeline-item__center{padding:0}@media (max-width:991px){.timeline .wpt-timeline-item__center{order:1}}@media (max-width:768px){.timeline .wpt-timeline-item__center{display:flex}}@media (max-width:767px){.timeline .wpt-timeline-item__center{grid-area:line;order:unset}}.timeline .wpt-timeline-item__center .wpt-timeline-item__bullet{background:#00a79e}.timeline .wpt-timeline-item__center .wpt-timeline-item__bullet{position:relative;top:138px}.timeline .wpt-timeline-item__center .wpt-timeline-item__line{margin-top:-16px;background:#00a79e;transition:transform 2s cubic-bezier(0.4, 0, 0.2, 1)}@media (max-width:991px){.timeline .wpt-timeline-item__center .wpt-timeline-item__line{margin-top:-96px}}@media (max-width:767px){.timeline .wpt-timeline-item__center .wpt-timeline-item__line{margin-top:-86px}}.timeline .wpt-timeline-item__right{padding:80px 0}@media (max-width:991px){.timeline .wpt-timeline-item__right{order:3}}@media (max-width:767px){.timeline .wpt-timeline-item__right{grid-area:content;padding-top:40px}}.timeline .wpt-timeline-item__right .wp-block-heading{font-family:"Source Sans 3", sans-serif;padding-left:0;position:initial;font-weight:400;font-size:1.75rem;line-height:1.3;margin-bottom:20px;letter-spacing:-2.2px}.timeline .wpt-timeline-item__right .wp-block-heading::before{display:none}.timeline .wpt-timeline-item__right *+.wp-block-heading{margin-top:40px}.timeline .wpt-timeline-item__right .wpt-timeline-item__right-content p{color:#ffffff;letter-spacing:-0.8px;font-size:1.125rem}@media (max-width:991px){.ourInterest__columns{flex-direction:column}.ourInterest__columns-banner{text-align:center}}.ourInterest__columns-heading{font-family:"Temeraire", serif;font-size:2rem}.ourInterest__columns-description{line-height:1.4;font-size:18px}.approachBenefits{background:#000000;padding:90px 0}.approachBenefits__heading{font-family:"Temeraire", serif;font-size:2rem}.approachBenefits__description{margin:12px 0}.approachBenefits__list{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit, minmax(386px, 1fr));gap:12px 40px}@media (max-width:425px){.approachBenefits__list{grid-template-columns:1fr}}.approachBenefits__list li{position:relative;font-size:1.25rem;padding-left:12px;padding-top:6px;padding-bottom:6px;height:fit-content}.approachBenefits__list li::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:4px;height:100%;max-height:64px;background:#005691;border-radius:20px}.whereWeInvest__heading{font-family:"Temeraire", serif;font-size:2rem}.whereWeInvest__grid{margin-top:44px;gap:44px}.whereWeInvest__group{background:#262626;border:1px solid #525252;border-radius:8px;padding:20px 20px 32px}.whereWeInvest__group-hearding{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;line-height:1.05;margin-bottom:24px}.whereWeInvest__group-description{font-size:1.25rem;font-weight:700;margin:0}.whereWeInvest__group-list{margin:24px 0}.whereWeInvest__group-list li{display:flex;align-items:center;gap:8px}.whereWeInvest__group-list li+li{margin-top:10px}.whereWeInvest__group-list li::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_627_4965)'%3E%3Cpath d='M0.508467 14.7491L0.508467 12.3742L2.8823 9.99935L0.5 7.61599L0.5 5.24921L5.25226 10.0032L0.508467 14.7491Z' fill='%2300A79E'/%3E%3Cpath d='M5.2569 19.5001L1.69597 15.9378L7.62262 10.0083L1.6875 4.07071L5.2569 0.499893L7.63109 0.499893L4.11672 4.01567L10.0046 10.0002L4.08991 15.917L7.65085 19.4797L5.2569 19.5001Z' fill='%2300A79E'/%3E%3Cpath d='M6.44171 4.06294L12.3684 9.99242L6.43359 15.9297L10.0026 19.5001L19.4983 10.0005L10.0108 0.508711L7.6288 0.508711L17.1245 10.0086L10.0023 17.1252L8.81555 15.9378L14.7507 10.0005L7.62845 2.87549L6.44171 4.06294Z' fill='%2300A79E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_627_4965'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");line-height:0}.whereWeInvest__group-summary{margin:0;font-style:italic}.pageHeWhare main .container{max-width:1264px}.pageHeWhare section+section{margin-top:102px}.heWhare{margin:0 1rem}@media (max-width:991px){.heWhare{margin:0 12px}}.heWhare__cover{padding:0}.heWhare__cover .wp-block-cover__inner-container .container{max-width:1706px}.heWhare__content{color:black}.heWhare__content-eyebrown{font-size:2rem}@media (max-width:991px){.heWhare__content-eyebrown{font-size:1.5rem}}.heWhare__content-heading{font-size:4.5rem;margin:15px 0 45px}@media (max-width:991px){.heWhare__content-heading{font-size:3.5rem}}@media (max-width:767px){.heWhare__content-heading{font-size:3rem}}@media (max-width:425px){.heWhare__content-heading{font-size:2.5rem}}@media (max-width:375px){.heWhare__content-heading{font-size:2rem}}.heWhare__content-description{margin:0;font-size:1.25rem}.whareHistory__text-p{line-height:1.5}@media (max-width:991px){.whareHistory__columns{flex-direction:column}}@media (max-width:991px){.whareHistory__banner{text-align:center}}.whatMakes .wp-block-group.container{max-width:1464px}.whatMakes__content{background:linear-gradient(262.61deg, #121212 1.12%, #000000 98.88%);border:1px solid #303030;padding:80px 99px}@media (max-width:1199px){.whatMakes__content{padding-left:30px;padding-right:30px}}.whatMakes__slider{position:relative;z-index:0;max-width:1240px;margin-top:56px;overflow:hidden}.whatMakes__slider::before,.whatMakes__slider::after{content:"";position:absolute;z-index:2;top:0;width:100px;height:100%;background:linear-gradient(270deg, rgba(16, 16, 16, 0) 0%, #101010 100%)}@media (max-width:475px){.whatMakes__slider::before,.whatMakes__slider::after{width:50px}}.whatMakes__slider::before{left:0}.whatMakes__slider::after{right:0;transform:rotate(180deg)}.whatMakes__slider .wp-block-bicb-carousel{margin:0 -61px}@media (max-width:1199px){.whatMakes__slider .wp-block-bicb-carousel{margin:0 -30px}}.floor__header-p{font-size:1.5rem;margin-top:0}.floor__grid-cards{margin-top:48px;gap:48px 32px}.floor__grid-card__image img{border-radius:4px;max-width:392px;max-height:200px;width:100%;height:auto;object-fit:cover;aspect-ratio:1.7777777778}.floor__grid-card__heading{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:600;margin:32px 0 20px}.floor__grid-card__p{margin:0;line-height:1.5}.floor__grid-featuredCards{margin-top:48px;gap:32px}.floor__grid-featuredCard__image img{border-radius:4px;max-width:604px;max-height:200px;width:100%;height:auto;object-fit:cover;aspect-ratio:1.7777777778}.floor__grid-featuredCard__heading{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:600;margin:32px 0 20px}.floor__grid-featuredCard__p{margin:0;line-height:1.5}.floor_footer{margin-top:32px}.floorOne__grid-labels{margin-top:36px}.floorOne__grid-label p{padding:6px 18px;border-left:4px solid #005691;font-size:1.25rem;font-weight:700}.floorThree .floor__grid-featuredCards{margin-top:32px}.whyHeWhare__columns{margin-top:32px;gap:16px}@media (max-width:991px){.whyHeWhare__columns{flex-wrap:wrap !important}}.whyHeWhare__column{display:flex;flex-direction:column;gap:30px;justify-content:space-between;background:#050505;border:1px solid #ffffff1f;border-radius:4px;padding:32px 32px 0;height:-webkit-fill-available}@media (max-width:991px){.whyHeWhare__column{flex-basis:calc(50% - 8px) !important}}.whyHeWhare__column-heading{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:20px}.whyHeWhare__column-p{margin:0;line-height:1.5}.whyHeWhare__column-img{margin-top:0;opacity:0;transition:opacity 0.5s ease-in-out;text-align:center}.whyHeWhare__column-img img{max-width:256px;max-height:92px;width:100%;height:auto;object-fit:contain;aspect-ratio:2.7826086957}.whyHeWhare__column:hover .whyHeWhare__column-img{opacity:1}.projectTimeline{background:#0f0f0f;padding:165px 0}.projectTimeline__timeline{margin-top:26px}.projectTimeline__timeline-item{padding:28px 0;border-bottom:2px solid #525252;font-size:1.5rem;line-height:1.3;margin:0 !important}.projectTimeline__timeline-item:last-child{border-color:#00a79e}.projectTimeline__timeline-date *{text-align:right;font-size:1rem}.partneringProtect p{font-size:1.15rem;line-height:1.5}.partneringProtect__heading{line-height:1.3}@media (max-width:991px){.partneringProtect__columns{flex-direction:column}}@media (max-width:991px){.partneringProtect__column-banner{text-align:center}}.partneringProtect__download a{display:inline-flex;align-items:center;gap:8px}.partneringProtect__download a::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.5404 11.042L10.5879 13.9944C10.2625 14.3198 9.73486 14.3198 9.40945 13.9944L6.45703 11.042' stroke='%2300A79E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 2.29199V13.9587' stroke='%2300A79E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0404 17.708H3.95703' stroke='%2300A79E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");line-height:0}.partneringProtect .wp-block-button__link{border-color:#00a79e !important;border-width:1px !important;border-radius:2px !important;color:#00a79e !important;line-height:1.3 !important}.partneringProtect .wp-block-button__link:hover{border-color:#30b7b0 !important}.sharedVision .container{max-width:1522px}.sharedVision__content{background:linear-gradient(262.61deg, #121212 1.12%, #000000 98.88%);border:1px solid #303030;border-radius:20px;padding:80px 100px}@media (max-width:991px){.sharedVision__content{padding:40px 30px}}.sharedVision__columns{margin-top:56px;gap:48px}@media (max-width:991px){.sharedVision__columns{flex-direction:column}}.sharedVision__column{background:#171717;border:1px solid #ffffff1f;border-radius:4px;padding:32px;text-align:center}.sharedVision__column-h{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;line-height:1.05;height:50px}.sharedVision__column-p{font-size:1.15rem;margin-top:20px;line-height:1.5}.jmaExplained__top-h3{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:400;margin-top:36px}.jmaExplained__top .jmaExplained__group::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_652_6122)'%3E%3Cpath d='M6.25135 4.9991L7.50023 6.25157L10.0016 8.74932V6.25157L7.50023 3.75022L6.25135 2.50135L4.99888 1.24888L3.75 0V2.50135L6.25135 4.9991Z' fill='%2300A79E'/%3E%3Cpath d='M2.50135 4.9991L3.75022 6.24798L4.9991 7.49685L7.50045 9.9982L10.0018 12.4995L12.5031 9.9982L15.0045 7.49685V4.9955L13.205 6.79503L10.0054 9.9946L7.50405 7.49325L5.0027 4.9919L3.75382 3.74303L2.50495 2.49415L0 0V2.50135L1.24888 3.75023L2.49775 4.9991H2.50135Z' fill='%2300A79E'/%3E%3Cpath d='M12.2404 14.0112L12.5643 13.6873L15.0621 11.1895L15.2492 11.0024L16.2498 10.0018L17.4986 8.75294L18.7475 7.50407L19.9964 6.25519V3.75384L18.7475 5.00272L17.4986 6.25159L16.2498 7.50047L15.2672 8.48301L15.0009 8.74934L12.4995 11.2507L9.9982 13.752L7.49685 11.2507L4.9955 8.74934L3.74663 7.50047L2.49775 6.25159L0 3.75024V6.25159L1.24888 7.50047L2.49775 8.74934L3.74663 9.99822L4.80835 11.0599L4.9919 11.2471L7.49325 13.7484L9.9946 16.2498L12.2368 14.0076L12.2404 14.0112Z' fill='%2300A79E'/%3E%3Cpath d='M19.9982 10.0018V7.50049L18.7493 8.74936L17.5005 10.0018L16.248 11.2507L15.2042 12.2944L15.1899 12.3124L14.9991 12.4996L12.4978 15.0009L10 17.5023V20L12.1198 17.8802L12.3286 17.6714L12.4978 17.5023L15.2042 14.7958L16.248 13.7485L17.5005 12.4996L18.7493 11.2507L19.9982 10.0018Z' fill='%2300A79E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_652_6122'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.jmaExplained__grid{column-gap:32px;row-gap:48px;margin-top:48px}@media (max-width:991px){.jmaExplained__grid{grid-template-columns:1fr !important}}.jmaExplained__group::before{line-height:0;display:inline-block;background:#0f0f0f;border:1px solid #ffffff1f;border-radius:4px;padding:10px}.jmaExplained__group-h{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:600;margin:16px 0 !important;line-height:1.1}.jmaExplained__group-p{margin:0;line-height:1.5}.jmaExplained__middle{margin-top:48px}.jmaExplained__middle .jmaExplained__group::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_652_6162)'%3E%3Cpath d='M4.30012 15.698V13.7969V11.8958V9.99465H6.20017H8.10023H9.99994V8.09388V6.19277V4.30223H11.9H13.8001H15.7001V2.40112V0.5H13.8001V2.40112H11.9H9.99994H8.10023V4.29165V4.30223V6.19277V8.09388H6.20017H4.30012H2.40006V9.99465V11.8958V13.7969H0.5V15.698H2.40006H4.30012Z' fill='%23005691'/%3E%3Cpath d='M15.7002 9.99463V11.8957V13.7969V15.698H13.8001H11.9001H10V17.5991V19.5002H11.9001V17.5991H13.8001H15.7002H17.6002V15.698V13.7969V11.8957H19.5003V9.99463H17.6002H15.7002Z' fill='%23005691'/%3E%3Cpath d='M17.6002 0.5V2.40112V4.29165V4.30223V6.19277H15.7001H13.8001H11.9V8.09388V9.99465V11.8958H9.99994H8.10023H6.20017V13.7969V15.698V17.5991H4.30012H2.40006H0.5V19.5002H2.40006H4.30012H6.20017H8.10023V17.5991V15.698V13.7969H9.99994H11.9H13.8001V11.8958V9.99465V8.09388H15.7001H17.6002H19.5002V6.19277V4.30223V4.29165V2.40112V0.5H17.6002Z' fill='%23005691'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_652_6162'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.jmaExplained__middle-h3{font-family:"Source Sans 3", sans-serif;font-weight:400;font-size:1.5rem;padding-top:32px;border-top:1px solid #ffffff33}.jmaExplained__bottom{margin-top:48px}.jmaExplained__bottom .jmaExplained__group::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_652_6162)'%3E%3Cpath d='M4.30012 15.698V13.7969V11.8958V9.99465H6.20017H8.10023H9.99994V8.09388V6.19277V4.30223H11.9H13.8001H15.7001V2.40112V0.5H13.8001V2.40112H11.9H9.99994H8.10023V4.29165V4.30223V6.19277V8.09388H6.20017H4.30012H2.40006V9.99465V11.8958V13.7969H0.5V15.698H2.40006H4.30012Z' fill='%23005691'/%3E%3Cpath d='M15.7002 9.99463V11.8957V13.7969V15.698H13.8001H11.9001H10V17.5991V19.5002H11.9001V17.5991H13.8001H15.7002H17.6002V15.698V13.7969V11.8957H19.5003V9.99463H17.6002H15.7002Z' fill='%23005691'/%3E%3Cpath d='M17.6002 0.5V2.40112V4.29165V4.30223V6.19277H15.7001H13.8001H11.9V8.09388V9.99465V11.8958H9.99994H8.10023H6.20017V13.7969V15.698V17.5991H4.30012H2.40006H0.5V19.5002H2.40006H4.30012H6.20017H8.10023V17.5991V15.698V13.7969H9.99994H11.9H13.8001V11.8958V9.99465V8.09388H15.7001H17.6002H19.5002V6.19277V4.30223V4.29165V2.40112V0.5H17.6002Z' fill='%23005691'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_652_6162'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.jmaExplained__bottom-description{font-size:1.25rem;margin-top:48px}.jmaExplainedPt2{background:#0f0f0f;padding:120px 0}.jmaExplainedPt2__content>*+*{margin-top:120px}.jmaExplainedPt2__columns{align-items:center !important;gap:32px}@media (max-width:991px){.jmaExplainedPt2__columns{flex-direction:column}}.jmaExplainedPt2__column-h{font-family:"Source Sans 3", sans-serif;font-size:1.75rem;font-weight:400;line-height:1.3}.jmaExplainedPt2__column-p{font-size:1.25rem;margin-top:32px}.jmaExplainedPt2__column-list{margin-top:32px}.jmaExplainedPt2__column-list li{font-size:1.15rem;padding:9px 0 9px 16px;position:relative}.jmaExplainedPt2__column-list li::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#005691;border-radius:4px}.jmaExplainedPt2__column-list li+li{margin-top:12px}.jmaExplainedPt2__footer .jmaExplainedPt2__row{padding:28px 0;font-size:1.5rem;gap:30px;border-bottom:2px solid #525252}.jmaExplainedPt2__footer .jmaExplainedPt2__row:last-child{margin-top:0 !important;border-color:#00a79e}.jmaExplainedPt2__footer .jmaExplainedPt2__row p:last-child{font-size:1.25rem}.growingCommercial__columns{align-items:center !important}@media (max-width:991px){.growingCommercial__columns{flex-direction:column}}.growingCommercial__column-h{font-weight:900;line-height:1.3}.growingCommercial__column-p{font-size:1.15rem;line-height:1.5}.tmghStrategic{text-align:center;text-transform:capitalize}.tmghStrategic .container{max-width:1522px}.tmghStrategic__content{background:linear-gradient(262.61deg, #121212 1.12%, #000000 98.88%);border:1px solid #303030;border-radius:20px;padding:80px 100px}@media (max-width:991px){.tmghStrategic__content{padding:30px 15px}}.tmghStrategic__columns{margin-top:56px;gap:48px}@media (max-width:991px){.tmghStrategic__columns{flex-wrap:wrap !important;justify-content:center}}.tmghStrategic__column{background:#171717;border:1px solid #ffffff1f;padding:32px;font-size:1.25rem;font-weight:600}.tmghStrategic__body{margin-top:110px}.tmghStrategic__slider{position:relative;margin-top:72px}.tmghStrategic__slider::before,.tmghStrategic__slider::after{content:"";position:absolute;z-index:2;top:0;width:100px;height:100%;background:linear-gradient(270deg, rgba(16, 16, 16, 0) 0%, #101010 100%)}@media (max-width:991px){.tmghStrategic__slider::before,.tmghStrategic__slider::after{width:30px}}.tmghStrategic__slider::before{left:0}.tmghStrategic__slider::after{right:0;transform:rotate(180deg)}.tmghStrategic__slider .swiper-slide{width:fit-content;max-height:200px}.tmghStrategic__slider .swiper-slide img{max-height:200px !important}.registrationForm h2,.registrationForm .h2{font-size:2rem}.registrationForm h3,.registrationForm .h3{font-family:"Source Sans 3", sans-serif;font-size:1.25rem}.registrationForm p,.registrationForm ul,.registrationForm ol{font-size:1.15rem}.registrationForm ul li,.registrationForm ol li{font-size:1.15rem;display:flex;align-items:center;gap:8px}@media (max-width:991px){.registrationForm ul li,.registrationForm ol li{align-items:flex-start}}.registrationForm ul li::before,.registrationForm ol li::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.7473 9.41498 20.7192 6.93661 18.8913 5.10872C17.0634 3.28084 14.585 2.25273 12 2.25ZM16.2806 10.2806L11.0306 15.5306C10.961 15.6004 10.8783 15.6557 10.7872 15.6934C10.6962 15.7312 10.5986 15.7506 10.5 15.7506C10.4014 15.7506 10.3038 15.7312 10.2128 15.6934C10.1218 15.6557 10.039 15.6004 9.96938 15.5306L7.71938 13.2806C7.57865 13.1399 7.49959 12.949 7.49959 12.75C7.49959 12.551 7.57865 12.3601 7.71938 12.2194C7.86011 12.0786 8.05098 11.9996 8.25 11.9996C8.44903 11.9996 8.6399 12.0786 8.78063 12.2194L10.5 13.9397L15.2194 9.21937C15.2891 9.14969 15.3718 9.09442 15.4628 9.0567C15.5539 9.01899 15.6515 8.99958 15.75 8.99958C15.8486 8.99958 15.9461 9.01899 16.0372 9.0567C16.1282 9.09442 16.2109 9.14969 16.2806 9.21937C16.3503 9.28906 16.4056 9.37178 16.4433 9.46283C16.481 9.55387 16.5004 9.65145 16.5004 9.75C16.5004 9.84855 16.481 9.94613 16.4433 10.0372C16.4056 10.1282 16.3503 10.2109 16.2806 10.2806Z' fill='%23007976'/%3E%3C/svg%3E");line-height:0}.registrationForm ul li+li,.registrationForm ol li+li{margin-top:10px}.registrationForm__content>*+*{margin-top:44px}.registrationForm__what-btns{margin-top:44px}.registrationForm .wp-block-button__link{display:flex;align-items:center;gap:8px;padding:11px 24px;border-color:#007976;color:#007976;font-weight:600}.registrationForm .wp-block-button__link::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.6667 4.79163L16.875 9.99996L11.6667 15.2083M16.25 9.99996H3.125' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");line-height:0}.registrationForm .is-style-fill .wp-block-button__link{border-color:#00a79d;background:#00a79d;color:white;text-transform:uppercase}.registrationForm .is-style-fill .wp-block-button__link:hover{background:#00857e}.registrationForm .is-style-outline .wp-block-button__link:hover{border-color:#30b7b0}.registrationForm__what-btnDown .wp-block-button__link::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.5404 11.0416L10.5879 13.994C10.2625 14.3195 9.73486 14.3195 9.40945 13.994L6.45703 11.0416' stroke='%23007976' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 2.29163V13.9583' stroke='%23007976' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.0404 17.7084H3.95703' stroke='%23007976' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.registerWays h2,.registerWays .h2,.registerWays h3,.registerWays .h3,.registerWays h4,.registerWays .h4{font-family:"Source Sans 3", sans-serif}.registerWays h2,.registerWays .h2{font-size:2.25rem}.registerWays h3,.registerWays .h3{font-size:1.25rem}.registerWays h4,.registerWays .h4{font-size:1.25rem}.registerWays p{font-size:1.15rem}.registerWays__content p{margin-top:12px}.registerWays__columns{margin-top:32px;gap:16px}@media (max-width:991px){.registerWays__columns{flex-direction:column}}.registerWays__column{background:linear-gradient(262.61deg, #121212 1.12%, #000000 98.88%);border:1px solid #ffffff33;border-radius:12px;padding:24px 20px}.registerWays__column h4,.registerWays__column .h4{display:flex;align-items:center;gap:6px}.registerWays__column h4::before,.registerWays__column .h4::before{line-height:0}.registerWays__column h4.in-person::before,.registerWays__column .in-person.h4::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.49919 5.25C9.9442 5.25 10.3792 5.11804 10.7492 4.87081C11.1192 4.62357 11.4076 4.27217 11.5779 3.86104C11.7482 3.4499 11.7928 2.99751 11.706 2.56105C11.6191 2.12459 11.4048 1.72368 11.0902 1.40901C10.7755 1.09434 10.3746 0.880051 9.93814 0.793234C9.50169 0.706417 9.04929 0.750975 8.63815 0.921272C8.22702 1.09157 7.87562 1.37996 7.62838 1.74997C7.38115 2.11998 7.24919 2.55499 7.24919 3C7.24919 3.59674 7.48624 4.16903 7.9082 4.59099C8.33016 5.01295 8.90245 5.25 9.49919 5.25ZM9.49919 2.25C9.64753 2.25 9.79253 2.29399 9.91587 2.3764C10.0392 2.45881 10.1353 2.57594 10.1921 2.71299C10.2489 2.85003 10.2637 3.00083 10.2348 3.14632C10.2058 3.2918 10.1344 3.42544 10.0295 3.53033C9.92463 3.63522 9.79099 3.70665 9.64551 3.73559C9.50002 3.76453 9.34922 3.74968 9.21218 3.69291C9.07513 3.63614 8.958 3.54002 8.87559 3.41668C8.79318 3.29334 8.74919 3.14834 8.74919 3C8.74919 2.80109 8.82821 2.61032 8.96886 2.46967C9.10951 2.32902 9.30028 2.25 9.49919 2.25ZM13.7492 9.25C13.7492 9.44891 13.6702 9.63968 13.5295 9.78033C13.3889 9.92098 13.1981 10 12.9992 10C10.6867 10 9.54482 8.84563 8.62419 7.91875C8.51731 7.81125 8.41419 7.70625 8.31169 7.60625L7.77232 8.84688L9.93669 10.3894C10.0336 10.459 10.1125 10.5507 10.1668 10.6569C10.2212 10.7631 10.2494 10.8807 10.2492 11V14.5C10.2492 14.6989 10.1702 14.8897 10.0295 15.0303C9.88887 15.171 9.6981 15.25 9.49919 15.25C9.30028 15.25 9.10951 15.171 8.96886 15.0303C8.82821 14.8897 8.74919 14.6989 8.74919 14.5V11.3856L7.16356 10.2531L5.18669 14.7988C5.14921 14.8917 5.09349 14.9761 5.02283 15.0471C4.95216 15.1182 4.86799 15.1743 4.77527 15.2123C4.68255 15.2502 4.58316 15.2692 4.48298 15.2681C4.3828 15.267 4.28386 15.2459 4.19199 15.2059C4.10012 15.1659 4.01719 15.108 3.94809 15.0354C3.87899 14.9629 3.82513 14.8772 3.78968 14.7835C3.75423 14.6898 3.73791 14.59 3.74169 14.4898C3.74547 14.3897 3.76927 14.2914 3.81169 14.2006L6.94044 7.005C6.49711 7.03625 5.97627 7.21125 5.37794 7.53C4.70769 7.89939 4.08213 8.34461 3.51356 8.85688C3.36852 8.99305 3.17533 9.06603 2.97648 9.05976C2.77764 9.05348 2.58942 8.96848 2.45325 8.82344C2.31708 8.6784 2.2441 8.4852 2.25037 8.28636C2.25664 8.08751 2.34165 7.8993 2.48669 7.76313C2.64981 7.61 6.50919 4.03375 8.99231 6.18938C9.23856 6.40313 9.46981 6.63688 9.69356 6.86313C10.5261 7.705 11.3117 8.5 12.9992 8.5C13.1981 8.5 13.3889 8.57902 13.5295 8.71967C13.6702 8.86032 13.7492 9.05109 13.7492 9.25Z' fill='white'/%3E%3C/svg%3E")}.registerWays__column h4.phone::before,.registerWays__column .phone.h4::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14 9.67497L11.0569 8.3556L11.0456 8.35059C10.8543 8.26812 10.6454 8.23492 10.4379 8.25403C10.2305 8.27313 10.0312 8.34394 9.85813 8.45997C9.83388 8.47621 9.81051 8.49373 9.78813 8.51247L8.39375 9.69997C7.58125 9.25934 6.74188 8.42684 6.30063 7.62434L7.49188 6.2081C7.51103 6.18524 7.52877 6.16123 7.545 6.13622C7.65799 5.96382 7.72659 5.76615 7.74469 5.56081C7.76279 5.35548 7.72984 5.14886 7.64875 4.95934C7.64683 4.95571 7.64516 4.95196 7.64375 4.94809L6.325 1.99997C6.21676 1.75342 6.03201 1.54827 5.7981 1.41489C5.5642 1.2815 5.29357 1.22696 5.02625 1.25934C4.11899 1.37853 3.28612 1.82389 2.68322 2.51225C2.08031 3.20062 1.74859 4.08491 1.75 4.99997C1.75 10.1006 5.89938 14.25 11 14.25C11.9151 14.2514 12.7994 13.9197 13.4877 13.3168C14.1761 12.7139 14.6214 11.881 14.7406 10.9737C14.773 10.7064 14.7185 10.4358 14.5851 10.2019C14.4517 9.96797 14.2466 9.78322 14 9.67497ZM11 12.75C8.94534 12.7475 6.97554 11.9302 5.52267 10.4773C4.0698 9.02444 3.25249 7.05464 3.25 4.99997C3.24857 4.48215 3.42437 3.97944 3.74818 3.57536C4.07199 3.17127 4.52432 2.89016 5.03 2.77872L6.20625 5.40372L5.00875 6.82997C4.9894 6.85304 4.97145 6.87725 4.955 6.90247C4.83697 7.08282 4.76758 7.29062 4.75356 7.5057C4.73954 7.72078 4.78138 7.93583 4.875 8.12997C5.46375 9.33497 6.67688 10.54 7.89438 11.13C8.08982 11.2226 8.30595 11.263 8.52165 11.2471C8.73736 11.2312 8.94525 11.1596 9.125 11.0393C9.14917 11.023 9.17234 11.0053 9.19438 10.9862L10.5963 9.79434L13.2213 10.97C13.1098 11.4757 12.8287 11.928 12.4246 12.2518C12.0205 12.5756 11.5178 12.7514 11 12.75Z' fill='white'/%3E%3C/svg%3E")}.registerWays__column h4.download::before,.registerWays__column .download.h4::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.25 9V13C14.25 13.1989 14.171 13.3897 14.0303 13.5303C13.8897 13.671 13.6989 13.75 13.5 13.75H2.5C2.30109 13.75 2.11032 13.671 1.96967 13.5303C1.82902 13.3897 1.75 13.1989 1.75 13V9C1.75 8.80109 1.82902 8.61032 1.96967 8.46967C2.11032 8.32902 2.30109 8.25 2.5 8.25C2.69891 8.25 2.88968 8.32902 3.03033 8.46967C3.17098 8.61032 3.25 8.80109 3.25 9V12.25H12.75V9C12.75 8.80109 12.829 8.61032 12.9697 8.46967C13.1103 8.32902 13.3011 8.25 13.5 8.25C13.6989 8.25 13.8897 8.32902 14.0303 8.46967C14.171 8.61032 14.25 8.80109 14.25 9ZM7.46938 9.53063C7.53905 9.60054 7.62185 9.65602 7.71301 9.69388C7.80417 9.73173 7.90191 9.75122 8.00062 9.75122C8.09934 9.75122 8.19707 9.73173 8.28824 9.69388C8.3794 9.65602 8.4622 9.60054 8.53187 9.53063L11.0319 7.03062C11.1728 6.88973 11.2519 6.69863 11.2519 6.49937C11.2519 6.30012 11.1728 6.10902 11.0319 5.96812C10.891 5.82723 10.6999 5.74807 10.5006 5.74807C10.3014 5.74807 10.1103 5.82723 9.96937 5.96812L8.75 7.1875V2C8.75 1.80109 8.67098 1.61032 8.53033 1.46967C8.38968 1.32902 8.19891 1.25 8 1.25C7.80109 1.25 7.61032 1.32902 7.46967 1.46967C7.32902 1.61032 7.25 1.80109 7.25 2V7.1875L6.03062 5.96938C5.96086 5.89961 5.87804 5.84427 5.78689 5.80651C5.69573 5.76876 5.59804 5.74932 5.49937 5.74932C5.30012 5.74932 5.10902 5.82848 4.96812 5.96938C4.89836 6.03914 4.84302 6.12196 4.80526 6.21311C4.76751 6.30427 4.74807 6.40196 4.74807 6.50063C4.74807 6.69988 4.82723 6.89098 4.96812 7.03188L7.46938 9.53063Z' fill='white'/%3E%3C/svg%3E")}.registerWays__column ol,.registerWays__column ul{padding-left:36px}.registerWays__column ol{list-style-type:decimal}.registerWays__column li+li{margin-top:4px}.teAhunga__columns{gap:32px}@media (max-width:991px){.teAhunga__columns{flex-direction:column}}.teAhunga__columns img{width:100%}.teAhunga__eyebrown{text-transform:uppercase;line-height:1.3;margin-bottom:10px}.teAhunga__h{line-height:1.3;margin-top:0}.teAhunga p{font-size:1.15rem;line-height:1.5;margin-bottom:0}.teAhunga p+p{margin-top:15px}.ngaPaearu__columns{gap:32px}@media (max-width:991px){.ngaPaearu__columns{flex-direction:column-reverse}}.ngaPaearu__columns img{width:100%}.ngaPaearu__eyebrown{text-transform:uppercase;line-height:1.3;margin-bottom:10px}.ngaPaearu__h{line-height:1.3;margin-top:0}.ngaPaearu p{font-size:1.15rem;line-height:1.5;margin-bottom:0}.ngaPaearu p+p{margin-top:15px}.ngaPaearu li{display:flex;align-items:center;gap:9px}.ngaPaearu li+li{font-size:1.15rem;margin-top:10px}.ngaPaearu li::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 1.875C8.39303 1.875 6.82214 2.35152 5.486 3.24431C4.14985 4.1371 3.10844 5.40605 2.49348 6.8907C1.87852 8.37535 1.71762 10.009 2.03112 11.5851C2.34463 13.1612 3.11846 14.6089 4.25476 15.7452C5.39106 16.8815 6.8388 17.6554 8.4149 17.9689C9.99099 18.2824 11.6247 18.1215 13.1093 17.5065C14.594 16.8916 15.8629 15.8502 16.7557 14.514C17.6485 13.1779 18.125 11.607 18.125 10C18.1227 7.84581 17.266 5.78051 15.7427 4.25727C14.2195 2.73403 12.1542 1.87727 10 1.875ZM13.5672 8.56719L9.19219 12.9422C9.13415 13.0003 9.06522 13.0464 8.98934 13.0779C8.91347 13.1093 8.83214 13.1255 8.75 13.1255C8.66787 13.1255 8.58654 13.1093 8.51067 13.0779C8.43479 13.0464 8.36586 13.0003 8.30782 12.9422L6.43282 11.0672C6.31554 10.9499 6.24966 10.7909 6.24966 10.625C6.24966 10.4591 6.31554 10.3001 6.43282 10.1828C6.55009 10.0655 6.70915 9.99965 6.875 9.99965C7.04086 9.99965 7.19992 10.0655 7.31719 10.1828L8.75 11.6164L12.6828 7.68281C12.7409 7.62474 12.8098 7.57868 12.8857 7.54725C12.9616 7.51583 13.0429 7.49965 13.125 7.49965C13.2071 7.49965 13.2884 7.51583 13.3643 7.54725C13.4402 7.57868 13.5091 7.62474 13.5672 7.68281C13.6253 7.74088 13.6713 7.80982 13.7027 7.88569C13.7342 7.96156 13.7504 8.04288 13.7504 8.125C13.7504 8.20712 13.7342 8.28844 13.7027 8.36431C13.6713 8.44018 13.6253 8.50912 13.5672 8.56719Z' fill='white'/%3E%3C/svg%3E");line-height:0}.tahuaPutea__content{max-width:1440px;margin:0 auto;padding:80px 0;background:linear-gradient(262.61deg, #121212 1.12%, #000000 98.88%);border-radius:20px;border:1px solid #303030;position:relative;z-index:1;overflow:hidden}.tahuaPutea__content::before{position:absolute;content:url(./assets/images/bg/stripes.png);z-index:-1;top:0}.tahuaPutea__header-eyebrown{text-transform:uppercase}.tahuaPutea__header-heading{text-transform:capitalize;margin:10px 0 12px;line-height:1.3}.tahuaPutea__header p{font-size:1.15rem;margin-top:0}.tahuaPutea__slider{margin-top:108px;position:relative}.tahuaPutea__slider::before,.tahuaPutea__slider::after{content:"";position:absolute;z-index:2;top:0;width:100px;height:100%;background:linear-gradient(90deg, #010101 0%, rgba(1, 1, 1, 0) 100%)}.tahuaPutea__slider::before{left:0}.tahuaPutea__slider::after{right:0;transform:rotate(180deg)}.journal__h{line-height:1.3;margin-bottom:8px}.journal p{font-size:1.15rem;line-height:1.4;margin-top:0}.journal p+p{margin-top:8px}.journal__columns{gap:40px}@media (max-width:991px){.journal__columns{flex-direction:column}}.journal__columns img{width:100%}.journal__resources{margin-top:8px}.journal__btns{gap:0}.journal__btns .wp-block-button__link{display:flex;align-items:center;gap:8px;justify-content:space-between;padding:14px 0;font-weight:600;position:relative}.journal__btns .wp-block-button__link::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.8125 11.25V16.25C17.8125 16.4986 17.7137 16.7371 17.5379 16.9129C17.3621 17.0887 17.1236 17.1875 16.875 17.1875H3.125C2.87636 17.1875 2.6379 17.0887 2.46209 16.9129C2.28627 16.7371 2.1875 16.4986 2.1875 16.25V11.25C2.1875 11.0014 2.28627 10.7629 2.46209 10.5871C2.6379 10.4113 2.87636 10.3125 3.125 10.3125C3.37364 10.3125 3.6121 10.4113 3.78791 10.5871C3.96373 10.7629 4.0625 11.0014 4.0625 11.25V15.3125H15.9375V11.25C15.9375 11.0014 16.0363 10.7629 16.2121 10.5871C16.3879 10.4113 16.6264 10.3125 16.875 10.3125C17.1236 10.3125 17.3621 10.4113 17.5379 10.5871C17.7137 10.7629 17.8125 11.0014 17.8125 11.25ZM9.33672 11.9133C9.42382 12.0007 9.52731 12.07 9.64126 12.1173C9.75522 12.1647 9.87739 12.189 10.0008 12.189C10.1242 12.189 10.2463 12.1647 10.3603 12.1173C10.4743 12.07 10.5777 12.0007 10.6648 11.9133L13.7898 8.78828C13.966 8.61216 14.0649 8.37329 14.0649 8.12422C14.0649 7.87515 13.966 7.63628 13.7898 7.46016C13.6137 7.28404 13.3749 7.18509 13.1258 7.18509C12.8767 7.18509 12.6378 7.28404 12.4617 7.46016L10.9375 8.98438V2.5C10.9375 2.25136 10.8387 2.0129 10.6629 1.83709C10.4871 1.66127 10.2486 1.5625 10 1.5625C9.75136 1.5625 9.5129 1.66127 9.33709 1.83709C9.16127 2.0129 9.0625 2.25136 9.0625 2.5V8.98438L7.53828 7.46172C7.45108 7.37451 7.34755 7.30534 7.23361 7.25814C7.11967 7.21095 6.99755 7.18666 6.87422 7.18666C6.62515 7.18666 6.38628 7.2856 6.21016 7.46172C6.12295 7.54892 6.05377 7.65245 6.00658 7.76639C5.95938 7.88033 5.93509 8.00245 5.93509 8.12578C5.93509 8.37485 6.03404 8.61372 6.21016 8.78984L9.33672 11.9133Z' fill='%2300A79E'/%3E%3C/svg%3E");line-height:0}.journal__btns .wp-block-button__link:hover{color:#00a79e}.howToVideos h2,.howToVideos .h2{font-size:1.4rem;line-height:1.3;margin-bottom:8px}.howToVideos p{font-size:1.15rem;margin:0;line-height:1.4}.howToVideos p+p{margin-top:8px}.howToVideos__grid{margin-top:26px;gap:28px}@media (max-width:991px){.howToVideos__grid{grid-template-columns:1fr 1fr !important}}@media (max-width:575px){.howToVideos__grid{grid-template-columns:1fr !important}}.howToVideos article+article{margin-top:64px}.huihuingaEvents{overflow:hidden}.huihuingaEvents__loop{overflow:visible}.huihuingaEvents__template .wp-block-post{max-width:542px;margin-top:0}.huihuingaEvents__template-card{border:1px solid #404040;border-radius:4px;border-top-width:4px;border-top-color:#00a79e;background:#171717;padding:24px}.huihuingaEvents__template-date{text-transform:uppercase;line-height:16px}.huihuingaEvents__template-name{font-size:1.75rem;font-family:"Source Sans 3", sans-serif;margin:18px 0 24px}.huihuingaEvents__template-name a{line-clamp:1;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.huihuingaEvents__template-excerpt{margin:0;font-size:1.125rem;line-height:1.3;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.huihuingaEvents__template-meta{justify-content:space-between}.huihuingaEvents__template-meta a{color:#00b0a5;padding:2px 8px;border-bottom:1px solid #00b0a5;min-width:fit-content}.huihuingaEvents__template-meta .event_location{line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.resourcesRauemi__h{font-size:1.5rem;line-height:1.3;margin-top:12px;margin-bottom:16px}.resourcesRauemi p{font-size:1.15rem;line-height:1.4;margin-top:0}.resourcesRauemi p+p{font-size:1.15rem;margin-top:8px}.resourcesRauemi__eyebrown{line-height:1.3;text-transform:uppercase}.resourcesRauemi__columns{gap:32px}@media (max-width:991px){.resourcesRauemi__columns{flex-direction:column}}.resourcesRauemi__columns:not(:first-of-type){margin-top:64px}.resourcesRauemi__columns img{width:100%}.resourcesRauemi__resources{margin-top:8px}.resourcesRauemi__btns{gap:0}.resourcesRauemi__btns .wp-block-button__link{display:flex;align-items:center;gap:8px;justify-content:space-between;padding:14px 0;font-weight:600;position:relative}.resourcesRauemi__btns .wp-block-button__link::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.8125 11.25V16.25C17.8125 16.4986 17.7137 16.7371 17.5379 16.9129C17.3621 17.0887 17.1236 17.1875 16.875 17.1875H3.125C2.87636 17.1875 2.6379 17.0887 2.46209 16.9129C2.28627 16.7371 2.1875 16.4986 2.1875 16.25V11.25C2.1875 11.0014 2.28627 10.7629 2.46209 10.5871C2.6379 10.4113 2.87636 10.3125 3.125 10.3125C3.37364 10.3125 3.6121 10.4113 3.78791 10.5871C3.96373 10.7629 4.0625 11.0014 4.0625 11.25V15.3125H15.9375V11.25C15.9375 11.0014 16.0363 10.7629 16.2121 10.5871C16.3879 10.4113 16.6264 10.3125 16.875 10.3125C17.1236 10.3125 17.3621 10.4113 17.5379 10.5871C17.7137 10.7629 17.8125 11.0014 17.8125 11.25ZM9.33672 11.9133C9.42382 12.0007 9.52731 12.07 9.64126 12.1173C9.75522 12.1647 9.87739 12.189 10.0008 12.189C10.1242 12.189 10.2463 12.1647 10.3603 12.1173C10.4743 12.07 10.5777 12.0007 10.6648 11.9133L13.7898 8.78828C13.966 8.61216 14.0649 8.37329 14.0649 8.12422C14.0649 7.87515 13.966 7.63628 13.7898 7.46016C13.6137 7.28404 13.3749 7.18509 13.1258 7.18509C12.8767 7.18509 12.6378 7.28404 12.4617 7.46016L10.9375 8.98438V2.5C10.9375 2.25136 10.8387 2.0129 10.6629 1.83709C10.4871 1.66127 10.2486 1.5625 10 1.5625C9.75136 1.5625 9.5129 1.66127 9.33709 1.83709C9.16127 2.0129 9.0625 2.25136 9.0625 2.5V8.98438L7.53828 7.46172C7.45108 7.37451 7.34755 7.30534 7.23361 7.25814C7.11967 7.21095 6.99755 7.18666 6.87422 7.18666C6.62515 7.18666 6.38628 7.2856 6.21016 7.46172C6.12295 7.54892 6.05377 7.65245 6.00658 7.76639C5.95938 7.88033 5.93509 8.00245 5.93509 8.12578C5.93509 8.37485 6.03404 8.61372 6.21016 8.78984L9.33672 11.9133Z' fill='%2300A79E'/%3E%3C/svg%3E");line-height:0}.resourcesRauemi__btns .wp-block-button__link:hover{color:#00a79e}.kaitiakiTimeline__subtitle{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:400;margin-top:12px}.kaitiakiTimeline__accordion{margin-top:40px}.kaitiakiTimeline__accordion-item{border-bottom:2px solid #525252;padding:28px 0;margin-top:0}.kaitiakiTimeline__accordion-item:last-child{border-color:#00a79e}.kaitiakiTimeline__accordion-item button{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:400;line-height:1.3;padding:0}.kaitiakiTimeline__accordion-item button span{display:flex;align-items:center;justify-content:space-between}.kaitiakiTimeline__accordion-item button .accordion-item__toggle-icon{display:none}.kaitiakiTimeline__accordion-item strong{color:#00a79e;font-size:1.25rem}.kaitiakiTimeline__accordion-item .accordion-content__wrapper{margin-top:12px}.kaitiakiTimeline__accordion-item p{margin-top:0;line-height:1.4}.aboutTaupo__h{line-height:1.3;margin-bottom:8px}.aboutTaupo p{font-size:1.15rem;line-height:1.4;margin-top:0}.aboutTaupo p+p{margin-top:8px}.aboutTaupo__columns{gap:40px}@media (max-width:991px){.aboutTaupo__columns{flex-direction:column}}.aboutTaupo__columns img{width:100%}.aboutTaupo__resources{margin-top:8px}.aboutTaupo__btns{gap:0}.aboutTaupo__btns .wp-block-button__link{display:flex;align-items:center;gap:8px;justify-content:space-between;padding:14px 0;font-weight:600;position:relative}.aboutTaupo__btns .wp-block-button__link::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.8125 11.25V16.25C17.8125 16.4986 17.7137 16.7371 17.5379 16.9129C17.3621 17.0887 17.1236 17.1875 16.875 17.1875H3.125C2.87636 17.1875 2.6379 17.0887 2.46209 16.9129C2.28627 16.7371 2.1875 16.4986 2.1875 16.25V11.25C2.1875 11.0014 2.28627 10.7629 2.46209 10.5871C2.6379 10.4113 2.87636 10.3125 3.125 10.3125C3.37364 10.3125 3.6121 10.4113 3.78791 10.5871C3.96373 10.7629 4.0625 11.0014 4.0625 11.25V15.3125H15.9375V11.25C15.9375 11.0014 16.0363 10.7629 16.2121 10.5871C16.3879 10.4113 16.6264 10.3125 16.875 10.3125C17.1236 10.3125 17.3621 10.4113 17.5379 10.5871C17.7137 10.7629 17.8125 11.0014 17.8125 11.25ZM9.33672 11.9133C9.42382 12.0007 9.52731 12.07 9.64126 12.1173C9.75522 12.1647 9.87739 12.189 10.0008 12.189C10.1242 12.189 10.2463 12.1647 10.3603 12.1173C10.4743 12.07 10.5777 12.0007 10.6648 11.9133L13.7898 8.78828C13.966 8.61216 14.0649 8.37329 14.0649 8.12422C14.0649 7.87515 13.966 7.63628 13.7898 7.46016C13.6137 7.28404 13.3749 7.18509 13.1258 7.18509C12.8767 7.18509 12.6378 7.28404 12.4617 7.46016L10.9375 8.98438V2.5C10.9375 2.25136 10.8387 2.0129 10.6629 1.83709C10.4871 1.66127 10.2486 1.5625 10 1.5625C9.75136 1.5625 9.5129 1.66127 9.33709 1.83709C9.16127 2.0129 9.0625 2.25136 9.0625 2.5V8.98438L7.53828 7.46172C7.45108 7.37451 7.34755 7.30534 7.23361 7.25814C7.11967 7.21095 6.99755 7.18666 6.87422 7.18666C6.62515 7.18666 6.38628 7.2856 6.21016 7.46172C6.12295 7.54892 6.05377 7.65245 6.00658 7.76639C5.95938 7.88033 5.93509 8.00245 5.93509 8.12578C5.93509 8.37485 6.03404 8.61372 6.21016 8.78984L9.33672 11.9133Z' fill='%2300A79E'/%3E%3C/svg%3E");line-height:0}.aboutTaupo__btns .wp-block-button__link:hover{color:#00a79e}.lakePermission__content{max-width:1440px;margin:0 auto;padding:80px 0;background:linear-gradient(262.61deg, #121212 1.12%, #000000 98.88%);border-radius:20px;border:1px solid #303030;position:relative;z-index:1;overflow:hidden}@media (max-width:991px){.lakePermission__content{max-width:calc(100% - 24px)}}.lakePermission__content::before{position:absolute;content:url(./assets/images/bg/stripes.png);z-index:-1;top:0}.lakePermission__header-eyebrown{text-transform:uppercase}.lakePermission__header-heading{text-transform:capitalize;margin:10px 0 12px;line-height:1.3}.lakePermission__header p{margin-top:0}.lakePermission__columns{gap:32px;margin-top:44px}@media (max-width:991px){.lakePermission__columns{flex-direction:column}}.lakePermission__column{position:relative;background:#171717;border:1px solid #ffffff1f;border-radius:4px;padding:20px;max-height:fit-content}.lakePermission__column::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_827_8773)'%3E%3Cpath d='M5.25 0.508345H7.6249L9.99979 2.88218L12.3832 0.499878H14.7499L9.99591 5.25214L5.25 0.508345Z' fill='%2300A79E'/%3E%3Cpath d='M0.5 5.25641L4.06234 1.69548L9.99182 7.62214L15.9294 1.68701L19.5002 5.25641V7.6306L15.9845 4.11624L9.99994 10.0041L4.08316 4.08942L0.520461 7.65036L0.5 5.25641Z' fill='%2300A79E'/%3E%3Cpath d='M15.9372 6.44342L10.0077 12.3701L4.07046 6.4353L0.5 10.0043L9.99959 19.5001L19.4914 10.0125V7.63051L9.99147 17.1262L2.8749 10.004L4.06234 8.81725L9.99959 14.7524L17.1246 7.63016L15.9372 6.44342Z' fill='%2300A79E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_827_8773'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");line-height:0;display:inline-block;background:#0f0f0f;border:1px solid #ffffff1f;border-radius:4px;padding:9px}.lakePermission__column-h{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;line-height:1.3;margin:20px 0 !important}.lakePermission__column-list{margin:0}.lakePermission__column-list li{padding:2px 0 2px 13px;line-height:20px;position:relative;text-transform:capitalize}.lakePermission__column-list li+li{margin-top:14px}.lakePermission__column-list li::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#00a79e;border-radius:10px}.lakePermission__btns{font-weight:600;margin-top:32px;gap:14px}.lakePermission__btns-link a{display:flex;align-items:center;gap:8px;border-color:#00a79e;color:#00a79e;padding:12px 24px}.lakePermission__btns-link a::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.6667 4.79163L16.875 9.99996L11.6667 15.2083M16.25 9.99996H3.125' stroke='%2300A79E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");display:inline-block;line-height:0}.lakePermission__btns-action a{padding:0;background:none;color:#00a79e}.importantDates__h{line-height:1.3;margin-bottom:8px}.importantDates p{font-size:1.15rem;line-height:1.4;margin-top:0}.importantDates p+p{margin-top:8px}.importantDates__columns{gap:40px}@media (max-width:991px){.importantDates__columns{flex-direction:column}}.importantDates__columns img{width:100%}.importantDates__resources{margin-top:26px}.importantDates__btns{gap:0}.importantDates__btns .wp-block-button__link{display:flex;align-items:center;gap:8px;justify-content:space-between;padding:14px 0;font-weight:600;position:relative}.importantDates__btns .wp-block-button__link::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.8125 11.25V16.25C17.8125 16.4986 17.7137 16.7371 17.5379 16.9129C17.3621 17.0887 17.1236 17.1875 16.875 17.1875H3.125C2.87636 17.1875 2.6379 17.0887 2.46209 16.9129C2.28627 16.7371 2.1875 16.4986 2.1875 16.25V11.25C2.1875 11.0014 2.28627 10.7629 2.46209 10.5871C2.6379 10.4113 2.87636 10.3125 3.125 10.3125C3.37364 10.3125 3.6121 10.4113 3.78791 10.5871C3.96373 10.7629 4.0625 11.0014 4.0625 11.25V15.3125H15.9375V11.25C15.9375 11.0014 16.0363 10.7629 16.2121 10.5871C16.3879 10.4113 16.6264 10.3125 16.875 10.3125C17.1236 10.3125 17.3621 10.4113 17.5379 10.5871C17.7137 10.7629 17.8125 11.0014 17.8125 11.25ZM9.33672 11.9133C9.42382 12.0007 9.52731 12.07 9.64126 12.1173C9.75522 12.1647 9.87739 12.189 10.0008 12.189C10.1242 12.189 10.2463 12.1647 10.3603 12.1173C10.4743 12.07 10.5777 12.0007 10.6648 11.9133L13.7898 8.78828C13.966 8.61216 14.0649 8.37329 14.0649 8.12422C14.0649 7.87515 13.966 7.63628 13.7898 7.46016C13.6137 7.28404 13.3749 7.18509 13.1258 7.18509C12.8767 7.18509 12.6378 7.28404 12.4617 7.46016L10.9375 8.98438V2.5C10.9375 2.25136 10.8387 2.0129 10.6629 1.83709C10.4871 1.66127 10.2486 1.5625 10 1.5625C9.75136 1.5625 9.5129 1.66127 9.33709 1.83709C9.16127 2.0129 9.0625 2.25136 9.0625 2.5V8.98438L7.53828 7.46172C7.45108 7.37451 7.34755 7.30534 7.23361 7.25814C7.11967 7.21095 6.99755 7.18666 6.87422 7.18666C6.62515 7.18666 6.38628 7.2856 6.21016 7.46172C6.12295 7.54892 6.05377 7.65245 6.00658 7.76639C5.95938 7.88033 5.93509 8.00245 5.93509 8.12578C5.93509 8.37485 6.03404 8.61372 6.21016 8.78984L9.33672 11.9133Z' fill='%2300A79E'/%3E%3C/svg%3E");line-height:0}.importantDates__btns .wp-block-button__link:hover{color:#00a79e}.licensedOperators__content{max-width:810px;width:100%;margin:0 auto;background:linear-gradient(262.61deg, #121212 1.12%, #000000 98.88%);border:1px solid #525252;border-radius:20px;padding:40px}@media (max-width:575px){.licensedOperators__content{padding:40px 12px}}.licensedOperators__h,.licensedOperators__description,.licensedOperators__p{font-size:1.15rem;text-align:center}.licensedOperators__description{margin-top:12px}.licensedOperators__list,.licensedOperators__p{margin-top:40px}.licensedOperators__list{max-height:183px;overflow:auto;padding-right:17px}.licensedOperators__list::-webkit-scrollbar{width:17px}.licensedOperators__list::-webkit-scrollbar-track{background:#171717}.licensedOperators__list::-webkit-scrollbar-thumb{width:11px;background:#404040;border-radius:49px}.licensedOperators__list li{padding:20px 0;font-weight:600;border-bottom:1px solid #262626;line-height:20px}.protocols{background:#0f0f0f;padding:102px 0}.protocols__p{font-size:1.15rem;margin-top:12px}.protocols__columns3,.protocols__columns2{gap:32px}@media (max-width:991px){.protocols__columns3,.protocols__columns2{flex-direction:column}}.protocols__column-h{font-family:"Source Sans 3", sans-serif;font-size:1.5rem;font-weight:600;text-transform:capitalize}.protocols__column-btns{margin-top:16px}.protocols__column-btn{width:100%}.protocols__column-btn a{background:0;padding:14px 0;text-align:left;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:8px}.protocols__column-btn a:hover{color:#00a79e}.protocols__column-btn a::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.8125 11.25V16.25C17.8125 16.4986 17.7137 16.7371 17.5379 16.9129C17.3621 17.0887 17.1236 17.1875 16.875 17.1875H3.125C2.87636 17.1875 2.6379 17.0887 2.46209 16.9129C2.28627 16.7371 2.1875 16.4986 2.1875 16.25V11.25C2.1875 11.0014 2.28627 10.7629 2.46209 10.5871C2.6379 10.4113 2.87636 10.3125 3.125 10.3125C3.37364 10.3125 3.6121 10.4113 3.78791 10.5871C3.96373 10.7629 4.0625 11.0014 4.0625 11.25V15.3125H15.9375V11.25C15.9375 11.0014 16.0363 10.7629 16.2121 10.5871C16.3879 10.4113 16.6264 10.3125 16.875 10.3125C17.1236 10.3125 17.3621 10.4113 17.5379 10.5871C17.7137 10.7629 17.8125 11.0014 17.8125 11.25ZM9.33672 11.9133C9.42382 12.0007 9.52731 12.07 9.64126 12.1173C9.75522 12.1647 9.87739 12.189 10.0008 12.189C10.1242 12.189 10.2463 12.1647 10.3603 12.1173C10.4743 12.07 10.5777 12.0007 10.6648 11.9133L13.7898 8.78828C13.966 8.61216 14.0649 8.37329 14.0649 8.12422C14.0649 7.87515 13.966 7.63628 13.7898 7.46016C13.6137 7.28404 13.3749 7.18509 13.1258 7.18509C12.8767 7.18509 12.6378 7.28404 12.4617 7.46016L10.9375 8.98438V2.5C10.9375 2.25136 10.8387 2.0129 10.6629 1.83709C10.4871 1.66127 10.2486 1.5625 10 1.5625C9.75136 1.5625 9.5129 1.66127 9.33709 1.83709C9.16127 2.0129 9.0625 2.25136 9.0625 2.5V8.98438L7.53828 7.46172C7.45108 7.37451 7.34755 7.30534 7.23361 7.25814C7.11967 7.21095 6.99755 7.18666 6.87422 7.18666C6.62515 7.18666 6.38628 7.2856 6.21016 7.46172C6.12295 7.54892 6.05377 7.65245 6.00658 7.76639C5.95938 7.88033 5.93509 8.00245 5.93509 8.12578C5.93509 8.37485 6.03404 8.61372 6.21016 8.78984L9.33672 11.9133Z' fill='%2300A79E'/%3E%3C/svg%3E");line-height:0;display:inline-block}.grant-header{position:relative;z-index:0;background-color:#004249;color:#fff;padding:5rem 0 7rem;margin:0 1rem;border-radius:6px}@media (max-width:991px){.grant-header{margin:0 12px}}.grant-header::before{position:absolute;z-index:-1;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1052' height='440' viewBox='0 0 1052 440' fill='none'%3E%3Cg clip-path='url(%23clip0_136_6598)'%3E%3Cpath d='M450.57 69.4048H526.062H567.331H684.105L683.679 68.8813L683.706 68.914L684.119 69.4048L742.492 0.000694275H625.732L625.746 0.0334089L625.732 0.000694275L625.691 0.0170516L625.718 0.000694275H508.958H508.944H0V68.914L450.57 69.4048Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M800.686 68.914L801.087 69.4048H918.302L976.896 0.000694275H859.694H742.493L771.997 34.9399L800.686 68.914Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M511.295 242.243H625.225L624.785 241.719L624.826 241.768L625.225 242.243L683.565 172.855H0V242.243H511.295ZM508.848 241.899L508.545 242.259H508.531L508.848 241.899Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M918.367 173.329L917.969 172.855L917.928 172.888L917.955 172.855H801.422H801.409H684.876L714.212 207.802L742.751 241.784L743.149 242.259H832.228H859.682H976.242H976.228H976.242L1034.52 172.855H917.969L918.367 173.329Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M934.728 345.713H817.92L759.516 415.117H993.132L1051.54 345.713H934.728ZM934.659 345.795L934.728 345.713H934.742L934.659 345.795Z' fill='white' fill-opacity='0.03'/%3E%3Cpath d='M642.768 414.517H759.516L730.126 379.88L701.534 346.2L701.135 345.73V345.713H0V415.117L642.754 414.517H642.768Z' fill='white' fill-opacity='0.03'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_136_6598'%3E%3Crect width='1051.83' height='494.995' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");top:0;left:0;bottom:0;width:60%}.grant-header__text{max-width:calc(100% - 345px);width:100%}@media (max-width:991px){.grant-header__text{max-width:100%;margin-bottom:30px}}.grant-header__subtitle{font-size:2rem;text-transform:uppercase;margin-bottom:0.5rem;display:block}@media (max-width:991px){.grant-header__subtitle{font-size:1.5rem}}.grant-header__title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:0}@media (min-width:992px){.grant-header__title{font-size:3rem}}.grant-header .attachment-post-thumbnail{position:absolute;top:3rem;right:4rem;max-width:317px;width:100%;height:114px;object-fit:contain}@media (max-width:991px){.grant-header .attachment-post-thumbnail{position:initial}}.grant-header__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem}.grant-header__btn{display:flex;align-items:center;gap:6px;padding:12px 22px;font-weight:700;border-radius:4px;text-decoration:none;font-size:1rem;line-height:20px}.grant-header__btn--primary{background-color:#00b0a5;color:#ffffff}.grant-header__btn--primary:hover{background-color:#00b185}.grant-header__btn--outline{border:1px solid #00a79e;color:#00a79e}.grant-header__btn--outline:hover{background-color:#00a79e;color:#000}.grant-header__status{margin-top:1.5rem;padding:8px 10px;background-color:#007976;color:#00a79e;font-weight:500;font-size:14px;border-radius:20px;display:inline-block;line-height:9px}.grant-header__logo{max-width:150px;align-self:flex-end}.grant-header__logo img{width:100%;height:auto;display:block}@media (max-width:767px){.grant-header__logo{align-self:flex-start}}.grant-info{margin-top:-3rem;position:relative}.grant-info__box{background-color:#171717;border:1px solid #262626;border-radius:5px;padding:2rem 1rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width:992px){.grant-info__box{padding:37px 47px;flex-direction:row;justify-content:space-between}}.grant-info__item{flex:1}.grant-info__label{font-size:1.5rem;font-weight:700;margin-bottom:0}.grant-info__text{font-size:1.125rem;margin-bottom:0}.grant-content{font-size:1.375rem}.grant-content h1,.grant-content .h1,.grant-content h2,.grant-content .h2,.grant-content h3,.grant-content .h3,.grant-content h4,.grant-content .h4,.grant-content h5,.grant-content .h5,.grant-content h6,.grant-content .h6{font-family:"Source Sans 3", sans-serif}.grant-content h2,.grant-content .h2{font-size:2.125rem;margin-bottom:4px}.grant-content *+h2,.grant-content *+.h2,.grant-content *+h3,.grant-content *+.h3,.grant-content *+h4,.grant-content *+.h4,.grant-content *+h5,.grant-content *+.h5,.grant-content *+h6,.grant-content *+.h6{margin-top:45px}.single-event__header-topline{height:60px;background:#004249;border-radius:6px;overflow:hidden;margin:0 1rem 102px}@media (max-width:991px){.single-event__header-topline{margin:0 12px 50px}}.single-event__header-columns{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px}@media (max-width:991px){.single-event__header-columns{grid-template-columns:1fr}}.single-event__header-title{margin:24px 0 45px;font-size:3rem;line-height:1.3}.single-event__header-date,.single-event__header-location{font-size:1.25rem;line-height:1.3;text-transform:uppercase;margin-bottom:0}.single-event__header-location{margin-top:8px}.single-event__header-image img{max-height:320px;width:100%;object-fit:cover;border-radius:8px;overflow:hidden;height:auto}.single-event__content-inner{max-width:826px;width:100%;margin:0 auto}.single-event__content-inner h1,.single-event__content-inner .h1,.single-event__content-inner h2,.single-event__content-inner .h2,.single-event__content-inner h3,.single-event__content-inner .h3,.single-event__content-inner h4,.single-event__content-inner .h4,.single-event__content-inner h5,.single-event__content-inner .h5,.single-event__content-inner h6,.single-event__content-inner .h6{font-family:"Source Sans 3", sans-serif;line-height:1.3;margin-bottom:15px}.single-event__content-inner *+h1,.single-event__content-inner *+.h1,.single-event__content-inner *+h2,.single-event__content-inner *+.h2,.single-event__content-inner *+h3,.single-event__content-inner *+.h3,.single-event__content-inner *+h4,.single-event__content-inner *+.h4,.single-event__content-inner *+h5,.single-event__content-inner *+.h5,.single-event__content-inner *+h6,.single-event__content-inner *+.h6{margin-top:30px}.single-event__content-inner p{font-size:1.25rem}.single-event__content-inner figure{display:block !important}.single-event__related-events{padding:1.5rem 0}.single-event__related-events-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.single-event__related-events-header a{padding:8px 2px;line-height:1.3;border-bottom:1px solid #00b0a5;color:#00b0a5}.single-event__related-events-title{font-weight:700;color:#fff;margin-bottom:0;line-height:0}.single-post__header-topline{height:60px;background:#00377b;border-radius:6px;overflow:hidden;margin:0 1rem 102px}@media (max-width:991px){.single-post__header-topline{margin:0 12px 50px}}.single-post__header-columns{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px}@media (max-width:991px){.single-post__header-columns{grid-template-columns:1fr}}.single-post__header-title{margin:24px 0 45px;font-size:3rem;line-height:1.3}@media (max-width:425px){.single-post__header-title{font-size:2rem}}.single-post__header p{text-transform:uppercase;line-height:1.3;margin:0}.single-post__header p span{color:#00a79e}.single-post__header p+p{margin-top:14px}.single-post__header-image img{max-height:320px;width:100%;object-fit:cover;border-radius:8px;overflow:hidden;height:auto}.single-post__content-columns{display:grid;grid-template-columns:1fr 175px;gap:3rem;align-items:start;max-width:1008px;margin:0 auto}@media (max-width:1200px){.single-post__content-columns{grid-template-columns:1fr 250px;gap:2rem}}@media (max-width:991px){.single-post__content-columns{grid-template-columns:1fr}}.single-post__content-content{max-width:826px;width:100%}.single-post__content-content h1,.single-post__content-content .h1,.single-post__content-content h2,.single-post__content-content .h2,.single-post__content-content h3,.single-post__content-content .h3,.single-post__content-content h4,.single-post__content-content .h4,.single-post__content-content h5,.single-post__content-content .h5,.single-post__content-content h6,.single-post__content-content .h6{font-family:"Source Sans 3", sans-serif;line-height:1.3;margin-bottom:15px;scroll-margin-top:100px}.single-post__content-content *+h1,.single-post__content-content *+.h1,.single-post__content-content *+h2,.single-post__content-content *+.h2,.single-post__content-content *+h3,.single-post__content-content *+.h3,.single-post__content-content *+h4,.single-post__content-content *+.h4,.single-post__content-content *+h5,.single-post__content-content *+.h5,.single-post__content-content *+h6,.single-post__content-content *+.h6{margin-top:30px}.single-post__content-content h2,.single-post__content-content .h2{font-size:2rem;margin-top:3rem;margin-bottom:1.5rem}.single-post__content-content p{font-size:1.25rem;line-height:1.6;margin-bottom:1.5rem}.single-post__content-content figure{display:block !important;margin:2rem 0}.single-post__content-sidebar{position:sticky;top:2rem;align-self:start}@media (max-width:991px){.single-post__content-sidebar{display:none}}.single-post__toc-list{list-style:none;margin:0;padding:0}.single-post__toc-item:not(:last-child){margin-bottom:20px}.single-post__toc-link{color:#fff;text-decoration:none;font-size:1rem;line-height:1.25rem;display:block;padding:4px 16px;transition:color 0.3s ease;border-left:2px solid}.single-post__toc-link:hover{color:#00bcd4;border-left-color:#00bcd4}.single-post__toc-link:focus{outline:2px solid #00bcd4;outline-offset:2px}.single-post__toc-item--active .single-post__toc-link{border-left-color:#00a79e}.single-post__related-posts{padding:1.5rem 0}.single-post__related-posts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.single-post__related-posts-header a{padding:8px 2px;line-height:1.3;border-bottom:1px solid #00b0a5;color:#00b0a5}.single-post__related-posts-title{font-weight:700;color:#fff;margin-bottom:0;line-height:0}.breadcrumbs{position:relative;z-index:1;margin-left:1rem;margin-right:1rem;background:linear-gradient(279.1deg, rgba(255, 255, 255, 0) 2.42%, rgba(255, 255, 255, 0.6) 93.58%);backdrop-filter:blur(9.3000001907px);padding:48px 0;border-radius:6px;overflow:hidden}@media (max-width:991px){.breadcrumbs{margin-left:12px;margin-right:12px}}.breadcrumbs::before{content:"";position:absolute;z-index:-1;inset:0;background-image:url("./assets/images/bg/breadcrumbs-bg.png")}.breadcrumbs .woocommerce-breadcrumb{display:flex;align-items:center;gap:12px;color:#000000;line-height:24px;white-space:nowrap}@media (max-width:991px){.breadcrumbs .woocommerce-breadcrumb{gap:8px}}.breadcrumbs .woocommerce-breadcrumb .page-Home{font-size:0;line-height:0}.breadcrumbs .woocommerce-breadcrumb .page-Home::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 10L12 3L20 10V20H15V16C15 15.2044 14.6839 14.4413 14.1213 13.8787C13.5587 13.3161 12.7956 13 12 13C11.2043 13 10.4413 13.3161 9.87868 13.8787C9.31607 14.4413 9 15.2044 9 16V20H4V10Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");line-height:0}.breadcrumbs .woocommerce-breadcrumb span{text-overflow:ellipsis;overflow:hidden}.woocommerce-message{border:1px solid #00a79d;padding:10px;margin-bottom:10px}.woocommerce-message a{color:#00a79d;font-weight:600}.woocommerce-error{margin-bottom:15px}ul.products{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;list-style:none;margin:0;padding:0}ul.products li.product{border-radius:4px;overflow:hidden;transition:all 0.3s ease-in-out;position:relative}ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0, 0, 0, 0.3);border-color:rgba(255, 255, 255, 0.2)}ul.products li.product .woocommerce-loop-product__link{display:block;text-decoration:none}ul.products li.product .woocommerce-loop-product__link img{width:100%;object-fit:cover}ul.products li.product .woocommerce-loop-product__title{color:#FFFFFF;font-family:"Source Sans 3", sans-serif;font-size:1.25rem;font-weight:600;margin:24px 0 10px;line-height:1.4}ul.products li.product .woocommerce-loop-product__title a{color:inherit;text-decoration:none}ul.products li.product .woocommerce-loop-product__title a:hover{color:#00A79D}ul.products li.product .woocommerce-loop-product__price-container{display:flex;align-items:center;gap:16px}ul.products li.product .price{font-weight:700;display:flex;gap:16px}ul.products li.product .price ins{text-decoration:none}ul.products li.product .onsale .sale-badge-text{display:none}ul.products li.product .woocommerce-loop-product__thumbnail{position:relative;overflow:hidden;aspect-ratio:1;background:rgba(255, 255, 255, 0.05)}ul.products li.product .woocommerce-loop-product__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}ul.products li.product .woocommerce-loop-product__thumbnail:hover img{transform:scale(1.05)}.onsale{background:#ce6f8014;border-radius:62px;padding:4px 14px;font-size:12px;color:#f38397;line-height:1.3}.woocommerce-account h1,.woocommerce-account .h1,.woocommerce-account h2,.woocommerce-account .h2{text-align:center}.woocommerce-account .woocommerce-form-login{max-width:390px;width:100%;margin:0 auto}.woocommerce-account .woocommerce-form-login label{display:block;margin-bottom:5px}.woocommerce-account .woocommerce-form-login label.woocommerce-form-login__rememberme{margin-bottom:10px}.woocommerce-account .woocommerce-form-login input{width:100%;padding:8px 12px}.woocommerce-account .woocommerce-form-login input[type="checkbox"]{max-width:fit-content}.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit{border:1px solid #525252;color:#ffffff;width:100%;padding:7px 20px;border-radius:4px}.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit:hover{background-color:#00a79e}.woocommerce-account .woocommerce-form-login .lost_password a{color:#00a79e;font-weight:600}.woocommerce-shop .pageHero{margin-bottom:5.5rem}.woocommerce-shop .pageHero__cover{padding:0}.our-shop__subtitle{font-family:"Source Sans 3", sans-serif;color:#FFFFFF;margin:0 0 32px !important}.shop-container{position:relative}.shop-filters{background:#171717;border:1px solid #262626;border-radius:5px;padding:16px 16px 64px}.shop-filters .filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.shop-filters .filters-header h3,.shop-filters .filters-header .h3{color:#FFFFFF;font-family:"Source Sans 3", sans-serif;font-size:1.25rem;margin:0}.shop-filters .filters-header .filter-actions{display:flex;gap:0.5rem}.shop-filters .filters-header .clear-filters,.shop-filters .filters-header .close-filters{background:none;border:none;color:#fff;cursor:pointer;padding:0.25rem;border-radius:4px;transition:color 0.2s ease}.shop-filters .filters-header .clear-filters:hover,.shop-filters .filters-header .close-filters:hover{color:#FFFFFF}.shop-filters .filters-header .close-filters{display:none}.shop-filters .filter-section:not(:last-child){margin-bottom:24px}.shop-filters .filter-section.filter-section--attribute{margin-top:72px}.shop-filters .filter-section .filter-title{color:#FFFFFF;font-family:"Source Sans 3", sans-serif;font-size:1.25rem;margin:0 0 20px 0;font-weight:700}.shop-filters .filter-section .filter-title--toggle{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;padding:0;background:none;border:none;cursor:pointer}.shop-filters .filter-section .filter-title--toggle:hover{opacity:0.8}.shop-filters .filter-section .filter-title--toggle .filter-title__text{flex:1}.shop-filters .filter-section .filter-title--toggle .filter-title__arrow{transition:transform 0.2s ease;flex-shrink:0;margin-left:8px;transform:rotate(90deg)}.shop-filters .filter-section .filter-title--toggle.collapsed .filter-title__arrow{transform:rotate(0deg)}.shop-filters .search-filter{display:flex;gap:0.5rem;align-items:center;background:#272727;padding:12px;border-radius:2px}.shop-filters .search-filter__input{flex:1;font-family:"Source Sans 3", sans-serif;background:transparent;border:0;font-size:14px;color:#ffffff;padding:0}.shop-filters .search-filter__input::placeholder{color:rgba(255, 255, 255, 0.5)}.shop-filters .search-filter__input:focus{outline:none;border-color:#00A79D;box-shadow:0 0 0 2px rgba(0, 167, 157, 0.2)}.shop-filters .search-filter__button{color:white;cursor:pointer;transition:all 0.2s ease;width:20px;height:20px;background:none;padding:0}.shop-filters .search-filter__button .search-icon{color:white}.shop-filters .active-filters{display:flex;flex-wrap:wrap;gap:3px;margin-bottom:24px}.shop-filters .active-filters .active-filter-tag{background:#005362;color:#f3f3f3;padding:8px 13px;border-radius:3px;font-size:12px;display:flex;align-items:center;gap:10px}.shop-filters .active-filters .active-filter-tag .remove-filter{background:none;border:none;color:#00a79e;cursor:pointer;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.shop-filters .active-filters .active-filter-tag .remove-filter svg{width:12px;height:12px}.shop-filters .category-filters .category-group:not(:last-child){margin-bottom:1rem}.shop-filters .category-filters .category-group .parent-category .category-link{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#f3f3f3;width:100%;text-align:inherit;padding:2px 0;background:none}.shop-filters .category-filters .category-group .parent-category .category-link .category-name{flex:1}.shop-filters .category-filters .category-group .parent-category .category-link .category-count{color:rgba(255, 255, 255, 0.6);font-size:1rem;margin-right:0.5rem}.shop-filters .category-filters .category-group .parent-category .category-link .category-arrow{transition:transform 0.2s ease}.shop-filters .category-filters .category-group .child-categories{margin-top:8px}.shop-filters .category-filters .category-group .child-categories .category-item{margin-bottom:0.25rem}.shop-filters .category-filters .category-group .child-categories .category-item .category-link{display:flex;justify-content:space-between;align-items:center;padding:8px 13px;color:#f3f3f3;width:100%;text-align:initial;background:none}.shop-filters .category-filters .category-group .child-categories .category-item .category-link:hover{background:rgba(255, 255, 255, 0.08);color:#FFFFFF}.shop-filters .category-filters .category-group .child-categories .category-item .category-link .category-name{flex:1}.shop-filters .category-filters .category-group .child-categories .category-item .category-link .category-count{color:#007976;font-size:12px}.shop-filters .attribute-filters{display:flex;flex-wrap:wrap;gap:8px}.shop-filters .attribute-btn{background:rgba(255, 255, 255, 0.05);border-radius:3px;padding:8px 13px;color:#ffffff;font-size:14px;cursor:pointer;text-align:center}.shop-filters .attribute-btn[data-attribute="size"]{background:#005362}.shop-filters .attribute-btn:hover{background:rgba(255, 255, 255, 0.1)}.shop-filters .attribute-btn.active{background:#00A79D;border-color:#00A79D;color:white}.shop-filters .attribute-btn__name{font-weight:500;margin-bottom:0.25rem}.shop-filters .attribute-btn__count{font-size:0.65rem;opacity:0.7}.shop-header{display:flex;justify-content:flex-end;margin-bottom:2rem;background:#171717;padding:14px;border-radius:5px;border:1px solid #262626}.shop-header .sorting-options{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.shop-header .sorting-options .sort-label{color:#fafafa;font-size:1rem}.shop-header .sorting-options .sort-buttons{display:flex;gap:0.5rem;flex-wrap:wrap}.shop-header .sorting-options .sort-buttons .sort-btn{color:#f3f3f3;font-size:1rem;padding:8px 20px;display:flex;align-items:center;gap:0.5rem;position:relative;box-shadow:inset 0 0 0 1px #525252;border-radius:4px}.shop-header .sorting-options .sort-buttons .sort-btn:hover,.shop-header .sorting-options .sort-buttons .sort-btn.active{background:#00a79e}.shop-header .sorting-options .sort-buttons .sort-btn .sort-arrow{width:9px;height:16px;flex-shrink:0;margin-left:0.25rem;transition:transform 0.2s ease;transform:rotate(0deg)}.shop-header .sorting-options .sort-buttons .sort-btn .sort-arrow.asc{transform:rotate(180deg)}.shop-content{flex:1;min-width:0}.shop-content .products-container .woocommerce-loop-product__link{display:block;text-decoration:none}.shop-content ul.page-numbers{padding:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:8px;margin:30px 0 0}.shop-content ul.page-numbers .page-numbers{display:inline-block;width:32px;height:32px;text-align:center;line-height:32px;border:1px solid #525252;transition:all 0.3s ease-in-out}.shop-content ul.page-numbers .page-numbers:hover,.shop-content ul.page-numbers .page-numbers.current{background:#00a79e;border-color:#00a79e}.mobile-filter-toggle{display:none;position:fixed;bottom:2rem;right:2rem;background:#00A79D;color:white;border:none;border-radius:50px;padding:1rem 1.5rem;font-family:"Source Sans 3", sans-serif;font-size:0.875rem;font-weight:500;cursor:pointer;box-shadow:0 4px 20px rgba(0, 167, 157, 0.3);transition:all 0.3s ease;z-index:1000;align-items:center;gap:0.5rem}.mobile-filter-toggle:hover{background:#00857E;transform:translateY(-2px);box-shadow:0 6px 25px rgba(0, 167, 157, 0.4)}.mobile-filter-toggle svg{width:20px;height:20px}@media (max-width:1199px){.woocommerce ul.products{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media (max-width:991px){.mobile-filter-toggle{display:flex}.shop-filters{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;transform:translateX(-100%);transition:transform 0.3s ease;border-radius:0;overflow-y:auto;padding:2rem 1.5rem}.shop-filters.mobile-open{transform:translateX(0)}.shop-filters .filters-header .close-filters{display:block}.woocommerce ul.products{grid-template-columns:repeat(2, 1fr);gap:1rem}.attribute-filters{grid-template-columns:repeat(2, 1fr) !important}}@media (max-width:480px){.woocommerce ul.products{grid-template-columns:1fr;gap:1rem}.attribute-filters{grid-template-columns:repeat(2, 1fr) !important}.mobile-filter-toggle{bottom:1rem;right:1rem;padding:0.875rem 1.25rem;font-size:0.8rem}.mobile-filter-toggle svg{width:18px;height:18px}}.product-main h1,.product-main .h1,.product-main h2,.product-main .h2,.product-main h3,.product-main .h3,.product-main h4,.product-main .h4,.product-main h5,.product-main .h5,.product-main h6,.product-main .h6{font-family:"Source Sans 3", sans-serif}.product-main .single-product{display:flex;align-items:center;gap:24px;margin-bottom:36px}@media (max-width:991px){.product-main .single-product{flex-direction:column;gap:24px}}.product-main .product_images{max-width:52%;width:100%}@media (max-width:991px){.product-main .product_images{max-width:100%}}.product-main .product_images .woocommerce-product-gallery{display:flex;flex-direction:row-reverse;gap:12px}@media (max-width:767px){.product-main .product_images .woocommerce-product-gallery{flex-direction:column}}.product-main .product_images .woocommerce-product-gallery__image{border-radius:4px}.product-main .product_images a{display:block}.product-main .product_images a img{width:100%;height:auto}@media (max-width:767px){.product-main .product_images .flex-control-thumbs{display:flex;flex-wrap:wrap;gap:6px}}.product-main .product_images .flex-control-thumbs li{cursor:pointer}.product-main .product_images .flex-control-thumbs li+li{margin-top:6px}@media (max-width:767px){.product-main .product_images .flex-control-thumbs li+li{margin-top:0}}.product-main .product_images .flex-control-thumbs img{height:114px;width:80px;object-fit:cover;border:1px solid transparent}.product-main .product_images .flex-control-thumbs img.flex-active{border-color:#005691}.product-main .summary{position:relative}@media (max-width:991px){.product-main .summary{width:100%}}.product-main .product_title{font-family:"Source Sans 3", sans-serif;font-size:2.25rem;font-weight:600;margin-bottom:10px;max-width:calc(100% - 95px);width:100%}.product-main .price-badge{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #404040}.product-main .price-badge .price{display:flex;align-items:center;gap:4px;font-size:1.25rem;margin-bottom:0}.product-main .price-badge .price del{color:#b3b3b3;font-weight:300}.product-main .price-badge .price ins{text-decoration:none;color:#2c742f;font-weight:500;font-size:1.5rem}.product-main .price-badge .onsale{display:inline-block;padding:3px 10px;color:#ea4b48;font-size:14px;font-weight:500;background:#ea4b481a;line-height:21px;border-radius:30px}.product-main .woocommerce-product-details__short-description{font-size:14px;color:#808080;line-height:1.5;margin-bottom:24px}.product-main .woocommerce-product-details__short-description p{margin-bottom:0}.product-main .woocommerce-product-details__short-description p+p{margin-top:10px}.product-main .variations{margin-bottom:24px;border:0;width:100%}.product-main .variations select{width:100%;appearance:none;color:white;border:1px solid #ced4da;padding:8px 12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1.7125 0.2925L5.5925 4.1725L9.4725 0.2925C9.8625 -0.0975 10.4925 -0.0975 10.8825 0.2925C11.2725 0.6825 11.2725 1.3125 10.8825 1.7025L6.2925 6.2925C5.9025 6.6825 5.2725 6.6825 4.8825 6.2925L0.2925 1.7025C-0.0975 1.3125 -0.0975 0.6825 0.2925 0.2925C0.6825 -0.0875 1.3225 -0.0975 1.7125 0.2925Z' fill='white'/%3E%3C/svg%3E");background-position:calc(100% - 12px) center;background-repeat:no-repeat;border-radius:4px;cursor:pointer}.product-main .variations .reset_variations{display:none !important}.product-main .woocommerce-variation .woocommerce-variation-price{margin-bottom:1rem}.product-main .woocommerce-variation .woocommerce-variation-price .price{font-size:1.25rem;display:flex;align-items:center;gap:4px}.product-main .woocommerce-variation .woocommerce-variation-price .price del{color:#b3b3b3}.product-main .woocommerce-variation .woocommerce-variation-price .price ins{text-decoration:none;font-size:1.5rem;font-weight:500;color:#2c742f}.product-main .quantity{display:none !important}.product-main .single_add_to_cart_button{display:flex;align-items:center;gap:6px;background:#005691;padding:12px 22px;border-radius:4px;color:#ffffff;font-size:14px;text-transform:capitalize}.product-main .single_add_to_cart_button::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.875 1.875C1.52982 1.875 1.25 2.15482 1.25 2.5C1.25 2.84518 1.52982 3.125 1.875 3.125H3.02974C3.17132 3.125 3.29521 3.22019 3.33169 3.35698L5.46313 11.3499C4.11815 11.6988 3.125 12.9209 3.125 14.375C3.125 14.7202 3.40482 15 3.75 15H16.875C17.2202 15 17.5 14.7202 17.5 14.375C17.5 14.0298 17.2202 13.75 16.875 13.75H4.48169C4.73909 13.0218 5.43361 12.5 6.25 12.5H15.5985C15.8376 12.5 16.0557 12.3637 16.1604 12.1488C17.1064 10.2075 17.9319 8.19669 18.6273 6.12605C18.6826 5.96131 18.6668 5.78097 18.5837 5.62833C18.5007 5.47569 18.3578 5.36452 18.1894 5.32152C14.1712 4.29535 9.96135 3.75 5.625 3.75C5.32681 3.75 5.02921 3.75258 4.73223 3.75772L4.53948 3.0349C4.35708 2.35091 3.73762 1.875 3.02974 1.875H1.875Z' fill='white'/%3E%3Cpath d='M3.125 16.875C3.125 16.1846 3.68464 15.625 4.375 15.625C5.06536 15.625 5.625 16.1846 5.625 16.875C5.625 17.5654 5.06536 18.125 4.375 18.125C3.68464 18.125 3.125 17.5654 3.125 16.875Z' fill='white'/%3E%3Cpath d='M13.75 16.875C13.75 16.1846 14.3096 15.625 15 15.625C15.6904 15.625 16.25 16.1846 16.25 16.875C16.25 17.5654 15.6904 18.125 15 18.125C14.3096 18.125 13.75 17.5654 13.75 16.875Z' fill='white'/%3E%3C/svg%3E");line-height:0}.product-main .single_add_to_cart_button.disabled{opacity:0.5;cursor:not-allowed}.product-main .single_add_to_cart_button:hover{background:#004474}.product-main .stock{position:absolute;top:7px;right:0;margin-bottom:0;padding:4px 8px;display:inline-block;font-size:14px;border-radius:100px;line-height:21px}.product-main .stock.in-stock{background:#20b52633;color:#2c742f}.product-main .stock.out-of-stock{color:#ea4b48;background:#ea4b481a}.product-main .woocommerce-tabs{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:36px}@media (max-width:991px){.product-main .woocommerce-tabs{display:block}}@media (max-width:991px){.product-main .woocommerce-tabs .wc-tabs{display:flex}.product-main .woocommerce-tabs .wc-tabs li{padding:10px;border:1px solid transparent;border-bottom:1px solid transparent;margin-bottom:-1px;border-radius:4px 4px 0 0}.product-main .woocommerce-tabs .wc-tabs li.active{background:#171717;border:1px solid #404040;border-bottom:1px solid #171717}}.product-main .woocommerce-tabs h2,.product-main .woocommerce-tabs .h2{font-size:1.25rem;margin-bottom:30px;line-height:23px}.product-main .woocommerce-tabs h3,.product-main .woocommerce-tabs .h3,.product-main .woocommerce-tabs h4,.product-main .woocommerce-tabs .h4,.product-main .woocommerce-tabs h5,.product-main .woocommerce-tabs .h5,.product-main .woocommerce-tabs h6,.product-main .woocommerce-tabs .h6{font-size:1rem;text-transform:uppercase}@media (min-width:992px){.product-main .woocommerce-tabs .wc-tabs{display:none}}.product-main .woocommerce-tabs .woocommerce-Tabs-panel{background:#171717;border:1px solid #404040;border-radius:4px;padding:28px}.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description{color:#81807e}.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description h2,.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description .h2{color:#ffffff}.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description table{width:100% !important;border-color:#81807e !important}.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description table thead,.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description table tbody,.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description table tfoot,.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description table tr,.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description table td,.product-main .woocommerce-tabs .woocommerce-Tabs-panel--description table th{padding:5px}@media (min-width:992px){.product-main .woocommerce-tabs .woocommerce-Tabs-panel--additional_information{display:block !important}}.product-main .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p{margin-left:5px;margin-bottom:0}.product-main .related{margin-top:5.5rem}.product-main .related ul.products{grid-template-columns:repeat(4, 1fr)}@media (max-width:991px){.product-main .related ul.products{grid-template-columns:repeat(2, 1fr)}}@media (max-width:480px){.product-main .related ul.products{grid-template-columns:1fr}}.woocommerce-cart h1,.woocommerce-cart .h1,.woocommerce-cart h2,.woocommerce-cart .h2,.woocommerce-cart h3,.woocommerce-cart .h3,.woocommerce-cart h4,.woocommerce-cart .h4,.woocommerce-cart h5,.woocommerce-cart .h5,.woocommerce-cart h6,.woocommerce-cart .h6{font-family:"Source Sans 3", sans-serif}.woocommerce-cart h1,.woocommerce-cart .h1{font-size:2.25rem;margin-bottom:32px}.woocommerce-cart #mainContent>section{margin-top:5.5rem}.woocommerce-cart .cart-table-collaterals{display:flex;gap:20px}@media (max-width:991px){.woocommerce-cart .cart-table-collaterals{flex-direction:column}}.woocommerce-cart .cart-table-collaterals .woocommerce-cart-form,.woocommerce-cart .cart-table-collaterals .cart-collaterals{width:100%;padding:24px;border:1px solid #404040;border-radius:4px;background:#171717;height:max-content}@media (max-width:575px){.woocommerce-cart .cart-table-collaterals .woocommerce-cart-form,.woocommerce-cart .cart-table-collaterals .cart-collaterals{padding:24px 12px}}.woocommerce-cart .cart-table-collaterals .shop_table .attachment-woocommerce_thumbnail{width:96px;height:96px;object-fit:contain;border-radius:8px}.woocommerce-cart .cart-table-collaterals .shop_table .stock{margin-bottom:0;line-height:20px}.woocommerce-cart .cart-table-collaterals .shop_table .stock.in-stock{color:#00ff11}.woocommerce-cart .cart-table-collaterals .shop_table .stock.out-of-stock{color:#ea4b48}.woocommerce-cart .cart-table-collaterals .shop_table .product-name{padding:0 16px;width:100%}.woocommerce-cart .cart-table-collaterals .shop_table .product-name a{font-size:1.5rem;font-weight:600;line-height:1.3;padding:10px 0}.woocommerce-cart .cart-table-collaterals .shop_table .sku_wrapper{line-height:21px;margin-bottom:0}.woocommerce-cart .cart-table-collaterals .shop_table .product-subtotal .amount{font-size:1.5rem;font-weight:600}.woocommerce-cart .cart-table-collaterals .shop_table .product-subtotal .remove{color:#87c2cc}.woocommerce-cart .cart-table-collaterals .cart-collaterals{max-width:400px}@media (max-width:991px){.woocommerce-cart .cart-table-collaterals .cart-collaterals{max-width:100%}}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals h2,.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .h2{font-size:1.5rem;font-weight:600;margin-bottom:8px;line-height:1.3}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table{width:100%}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table th{color:#a3a3a3;font-weight:400}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table td{text-align:right}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals{display:flex;flex-direction:column;width:100%;padding:8px 0}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods{text-align:initial}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li{display:flex;align-items:baseline;gap:5px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li label{font-size:14px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li+li{margin-top:8px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-destination{text-align:left;margin-top:10px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-destination strong{color:#00a79d}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .shipping-calculator-button{color:#87c2cc;text-decoration:underline}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table tr:nth-last-child(2)>*{padding-bottom:20px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .order-total{font-size:1.5rem}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .order-total th,.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .shop_table .order-total td{padding-top:32px;padding-bottom:20px;border-top:1px solid;border-bottom:1px solid;border-color:#404040;font-weight:600;color:#fff}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .woocommerce-cart-form-coupon{margin:32px 0}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .woocommerce-cart-form-coupon label{margin-bottom:5px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .woocommerce-cart-form-coupon .coupon__input-wrapper{display:flex;gap:5px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .woocommerce-cart-form-coupon .coupon__input-wrapper .input-text{background:#262626;border-width:1px;border-color:#404040;width:100%;line-height:18px;color:#fafafa;outline:none}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .woocommerce-cart-form-coupon .coupon__input-wrapper .input-text::placeholder{color:#fafafa}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .woocommerce-cart-form-coupon .coupon__input-wrapper .button{line-height:20px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .woocommerce-cart-form-coupon .coupon__input-wrapper .button:hover{background-color:#00857e}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .checkout-button{display:block;background:#005691;padding:12px;border-radius:2px;font-weight:600;text-align:center;line-height:11px}.woocommerce-cart .cart-table-collaterals .cart-collaterals .cart_totals .checkout-button:hover{background-color:#004474}.cart-empty-wrapper .wc-empty-cart-message{font-size:1.5rem;margin-bottom:10px}.cart-empty-wrapper .return-to-shop .button{color:#00b0a5;font-weight:600;padding-bottom:2px;border-bottom:1px solid #00b0a5}.woocommerce-checkout button,.woocommerce-checkout a{transition:all 0.3s ease-in-out}.woocommerce-checkout .edit-post-visual-editor .wc-block-checkout__shipping-method-option,.woocommerce-checkout .wc-block-checkout__shipping-method-option{color:#fff}.woocommerce-checkout .edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,.woocommerce-checkout .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected{color:#000}.woocommerce-checkout .wc-block-components-totals-coupon__button{background:#00a79d;color:#f0f9ff}.woocommerce-checkout .wc-block-components-totals-coupon__button:hover{background:#00857e}.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{background:#005691;font-weight:600;color:#fff;transition:all 0.3s ease-in-out}.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{background:#004474}.woocommerce-checkout .woocommerce-order-details{margin:30px 0}.woocommerce-checkout .woocommerce-order-details thead,.woocommerce-checkout .woocommerce-order-details tbody,.woocommerce-checkout .woocommerce-order-details tfoot,.woocommerce-checkout .woocommerce-order-details tr,.woocommerce-checkout .woocommerce-order-details td,.woocommerce-checkout .woocommerce-order-details th{padding:5px 15px;border:1px solid #404040}.woocommerce-checkout button,.woocommerce-checkout a{color:#00b0a5;font-weight:600}/*# sourceMappingURL=./style.map */