@import"../fonts/SegoeUI.css";@import"../fonts/BreeSerif.css";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap";:root{--douglas-black: #000;--douglas-white: #fff;--douglas-primary: #007037;--douglas-secondary: #bf7830;--douglas-tertiary: #b8d05b;--douglas-white-rgb: 255, 255, 255;--douglas-black-rgb: 0, 0, 0;--douglas-body-color-rgb: 0, 0, 0;--douglas-body-bg-rgb: 255, 255, 255;--douglas-font-sans-serif: "Segoe UI", sans-serif;--douglas-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--douglas-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--douglas-body-font-family: Segoe UI, sans-serif;--douglas-body-font-size:1rem;--douglas-body-font-weight: 400;--douglas-body-line-height: 1.33;--douglas-body-color: #000;--douglas-body-bg: #fff;--douglas-border-width: 1px;--douglas-border-style: solid;--douglas-border-color: #dee2e6;--douglas-border-color-translucent: rgba(0, 0, 0, 0.175);--douglas-border-radius: 0.375rem;--douglas-border-radius-sm: 0.25rem;--douglas-border-radius-lg: 0.5rem;--douglas-border-radius-xl: 1rem;--douglas-border-radius-2xl: 2rem;--douglas-border-radius-pill: 50rem;--douglas-link-color: #007037;--douglas-link-hover-color: #005a2c;--douglas-code-color: #d63384;--douglas-highlight-bg: #fff3cd}:root{--douglas-root-font-size: 16px;--douglas-font-serif: "Bree Serif", serif;--douglas-page-max-width: 100%;--douglas-container-gutter-x: 60px;--douglas-container-offset-x: var(--douglas-container-gutter-x);--douglas-container-max-width: calc(var(--douglas-page-max-width) - var(--douglas-container-gutter-x));--douglas-container-max-width: 64.17rem}@media(min-width: 1280px){:root{--douglas-container-max-width: 1232px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){:root{--douglas-container-max-width: 1540px}}@media(min-width: 1280px){:root{--douglas-root-font-size: 19.2px;--douglas-container-gutter-x: 3.33rem;--douglas-page-max-width: 1600px}}@media(min-width: 1600px){:root{--douglas-root-font-size: 24px;--douglas-page-max-width: 1920px}}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--douglas-body-font-family);font-size:var(--douglas-body-font-size);font-weight:var(--douglas-body-font-weight);line-height:var(--douglas-body-line-height);color:var(--douglas-body-color);text-align:var(--douglas-body-text-align);background-color:var(--douglas-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:1px solid;opacity:.25}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:.5rem;font-weight:700;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1.33em}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;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:1.33em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1.33em}b,strong{font-weight:700}small{font-size:0.875em}mark{padding:.1875em;background-color:var(--douglas-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:var(--douglas-link-color);text-decoration:underline}a:hover{color:var(--douglas-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--douglas-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(--douglas-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--douglas-body-bg);background-color:var(--douglas-body-color);border-radius:.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:.5rem;padding-bottom:.5rem;color:#6c757d;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:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@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]{outline-offset:-2px;-webkit-appearance:textfield}::-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}.fade{transition:opacity .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 .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.modal{--douglas-modal-zindex: 1055;--douglas-modal-width: 33.33rem;--douglas-modal-padding: 1rem;--douglas-modal-margin: 0.5rem;--douglas-modal-color: ;--douglas-modal-bg: #fff;--douglas-modal-border-color: var(--douglas-border-color-translucent);--douglas-modal-border-width: 1px;--douglas-modal-border-radius: 0.5rem;--douglas-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--douglas-modal-inner-border-radius: calc(0.5rem - 1px);--douglas-modal-header-padding-x: 1rem;--douglas-modal-header-padding-y: 1rem;--douglas-modal-header-padding: 1rem 1rem;--douglas-modal-header-border-color: var(--douglas-border-color);--douglas-modal-header-border-width: 1px;--douglas-modal-title-line-height: 1.1;--douglas-modal-footer-gap: 0.25rem;--douglas-modal-footer-bg: ;--douglas-modal-footer-border-color: var(--douglas-border-color);--douglas-modal-footer-border-width: 1px;position:fixed;top:0;left:0;z-index:var(--douglas-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--douglas-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--douglas-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--douglas-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--douglas-modal-color);pointer-events:auto;background-color:var(--douglas-modal-bg);background-clip:padding-box;border:var(--douglas-modal-border-width) solid var(--douglas-modal-border-color);border-radius:var(--douglas-modal-border-radius);outline:0}.modal-backdrop{--douglas-backdrop-zindex: 1050;--douglas-backdrop-bg: #000;--douglas-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--douglas-backdrop-zindex);width:100vw;height:100vh;background-color:var(--douglas-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--douglas-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--douglas-modal-header-padding);border-bottom:var(--douglas-modal-header-border-width) solid var(--douglas-modal-header-border-color);border-top-left-radius:var(--douglas-modal-inner-border-radius);border-top-right-radius:var(--douglas-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--douglas-modal-header-padding-y)*.5) calc(var(--douglas-modal-header-padding-x)*.5);margin:calc(var(--douglas-modal-header-padding-y)*-0.5) calc(var(--douglas-modal-header-padding-x)*-0.5) calc(var(--douglas-modal-header-padding-y)*-0.5) auto}.modal-title{margin-bottom:0;line-height:var(--douglas-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--douglas-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--douglas-modal-padding) - var(--douglas-modal-footer-gap)*.5);background-color:var(--douglas-modal-footer-bg);border-top:var(--douglas-modal-footer-border-width) solid var(--douglas-modal-footer-border-color);border-bottom-right-radius:var(--douglas-modal-inner-border-radius);border-bottom-left-radius:var(--douglas-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--douglas-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--douglas-modal-margin: 1.75rem;--douglas-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--douglas-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--douglas-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--douglas-modal-width: 800px}}@media(min-width: 1280px){.modal-xl{--douglas-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1279.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1599.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.d-none{display:none !important}.d-block{display:block !important}.d-inline-block{display:inline-block !important}.d-contents{display:contents !important}.d-inherit{display:inherit !important}.d-reset{display:initial !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.uppercase{text-transform:uppercase !important}.lowercase{text-transform:lowercase !important}.capitalize{text-transform:capitalize !important}.normal-case{text-transform:none !important}.italic{font-style:italic !important}.not-italic{font-style:normal !important}.xl{font-size:1.5rem !important}.lg{font-size:1.33rem !important}.base{font-size:1rem !important}.font-serif{font-family:var(--douglas-font-serif) !important}.font-sans-serif{font-family:var(--douglas-font-sans-serif) !important}.font-normal{font-weight:400 !important}.font-semibold{font-weight:600 !important}.font-bold{font-weight:700 !important}.font-black{font-weight:900 !important}.text-black{color:#000 !important}.text-white{color:#fff !important}.text-primary{color:#007037 !important}.text-secondary{color:#bf7830 !important}.text-tertiary{color:#b8d05b !important}.text-body{color:#000 !important}.text-inherit{color:inherit !important}.bg-black{background-color:#000 !important}.bg-white{background-color:#fff !important}.bg-primary{background-color:#007037 !important}.bg-secondary{background-color:#bf7830 !important}.bg-tertiary{background-color:#b8d05b !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.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:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.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:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.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:.25rem !important}.mt-2{margin-top:.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}.mr-0{margin-right:0 !important}.mr-1{margin-right:.25rem !important}.mr-2{margin-right:.5rem !important}.mr-3{margin-right:1rem !important}.mr-4{margin-right:1.5rem !important}.mr-5{margin-right:3rem !important}.mr-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.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}.ml-0{margin-left:0 !important}.ml-1{margin-left:.25rem !important}.ml-2{margin-left:.5rem !important}.ml-3{margin-left:1rem !important}.ml-4{margin-left:1.5rem !important}.ml-5{margin-left:3rem !important}.ml-auto{margin-left:auto !important}.m-n1{margin-left:-0.25rem !important}.m-n2{margin-left:-0.5rem !important}.m-n3{margin-left:-1rem !important}.m-n4{margin-left:-1.5rem !important}.m-n5{margin-left:-3rem !important}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-n1{margin-top:-0.25rem !important}.mt-n2{margin-top:-0.5rem !important}.mt-n3{margin-top:-1rem !important}.mt-n4{margin-top:-1.5rem !important}.mt-n5{margin-top:-3rem !important}.mr-n1{margin-right:-0.25rem !important}.mr-n2{margin-right:-0.5rem !important}.mr-n3{margin-right:-1rem !important}.mr-n4{margin-right:-1.5rem !important}.mr-n5{margin-right:-3rem !important}.mb-n1{margin-bottom:-0.25rem !important}.mb-n2{margin-bottom:-0.5rem !important}.mb-n3{margin-bottom:-1rem !important}.mb-n4{margin-bottom:-1.5rem !important}.mb-n5{margin-bottom:-3rem !important}.ml-n1{margin-left:-0.25rem !important}.ml-n2{margin-left:-0.5rem !important}.ml-n3{margin-left:-1rem !important}.ml-n4{margin-left:-1.5rem !important}.ml-n5{margin-left:-3rem !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.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:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.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:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.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:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pr-0{padding-right:0 !important}.pr-1{padding-right:.25rem !important}.pr-2{padding-right:.5rem !important}.pr-3{padding-right:1rem !important}.pr-4{padding-right:1.5rem !important}.pr-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.pl-0{padding-left:0 !important}.pl-1{padding-left:.25rem !important}.pl-2{padding-left:.5rem !important}.pl-3{padding-left:1rem !important}.pl-4{padding-left:1.5rem !important}.pl-5{padding-left:3rem !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-block{display:block !important}.d-sm-inline-block{display:inline-block !important}.d-sm-contents{display:contents !important}.d-sm-inherit{display:inherit !important}.d-sm-reset{display:initial !important}.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}.text-sm-justify{text-align:justify !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.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:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.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:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.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:.25rem !important}.mt-sm-2{margin-top:.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}.mr-sm-0{margin-right:0 !important}.mr-sm-1{margin-right:.25rem !important}.mr-sm-2{margin-right:.5rem !important}.mr-sm-3{margin-right:1rem !important}.mr-sm-4{margin-right:1.5rem !important}.mr-sm-5{margin-right:3rem !important}.mr-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.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}.ml-sm-0{margin-left:0 !important}.ml-sm-1{margin-left:.25rem !important}.ml-sm-2{margin-left:.5rem !important}.ml-sm-3{margin-left:1rem !important}.ml-sm-4{margin-left:1.5rem !important}.ml-sm-5{margin-left:3rem !important}.ml-sm-auto{margin-left:auto !important}.m-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin-left:-3rem !important}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-sm-n1{margin-top:-0.25rem !important}.mt-sm-n2{margin-top:-0.5rem !important}.mt-sm-n3{margin-top:-1rem !important}.mt-sm-n4{margin-top:-1.5rem !important}.mt-sm-n5{margin-top:-3rem !important}.mr-sm-n1{margin-right:-0.25rem !important}.mr-sm-n2{margin-right:-0.5rem !important}.mr-sm-n3{margin-right:-1rem !important}.mr-sm-n4{margin-right:-1.5rem !important}.mr-sm-n5{margin-right:-3rem !important}.mb-sm-n1{margin-bottom:-0.25rem !important}.mb-sm-n2{margin-bottom:-0.5rem !important}.mb-sm-n3{margin-bottom:-1rem !important}.mb-sm-n4{margin-bottom:-1.5rem !important}.mb-sm-n5{margin-bottom:-3rem !important}.ml-sm-n1{margin-left:-0.25rem !important}.ml-sm-n2{margin-left:-0.5rem !important}.ml-sm-n3{margin-left:-1rem !important}.ml-sm-n4{margin-left:-1.5rem !important}.ml-sm-n5{margin-left:-3rem !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.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:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.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:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.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:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pr-sm-0{padding-right:0 !important}.pr-sm-1{padding-right:.25rem !important}.pr-sm-2{padding-right:.5rem !important}.pr-sm-3{padding-right:1rem !important}.pr-sm-4{padding-right:1.5rem !important}.pr-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.pl-sm-0{padding-left:0 !important}.pl-sm-1{padding-left:.25rem !important}.pl-sm-2{padding-left:.5rem !important}.pl-sm-3{padding-left:1rem !important}.pl-sm-4{padding-left:1.5rem !important}.pl-sm-5{padding-left:3rem !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-block{display:block !important}.d-md-inline-block{display:inline-block !important}.d-md-contents{display:contents !important}.d-md-inherit{display:inherit !important}.d-md-reset{display:initial !important}.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}.text-md-justify{text-align:justify !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.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:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.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:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.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:.25rem !important}.mt-md-2{margin-top:.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}.mr-md-0{margin-right:0 !important}.mr-md-1{margin-right:.25rem !important}.mr-md-2{margin-right:.5rem !important}.mr-md-3{margin-right:1rem !important}.mr-md-4{margin-right:1.5rem !important}.mr-md-5{margin-right:3rem !important}.mr-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.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}.ml-md-0{margin-left:0 !important}.ml-md-1{margin-left:.25rem !important}.ml-md-2{margin-left:.5rem !important}.ml-md-3{margin-left:1rem !important}.ml-md-4{margin-left:1.5rem !important}.ml-md-5{margin-left:3rem !important}.ml-md-auto{margin-left:auto !important}.m-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin-left:-1rem !important}.m-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin-left:-3rem !important}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-md-n1{margin-top:-0.25rem !important}.mt-md-n2{margin-top:-0.5rem !important}.mt-md-n3{margin-top:-1rem !important}.mt-md-n4{margin-top:-1.5rem !important}.mt-md-n5{margin-top:-3rem !important}.mr-md-n1{margin-right:-0.25rem !important}.mr-md-n2{margin-right:-0.5rem !important}.mr-md-n3{margin-right:-1rem !important}.mr-md-n4{margin-right:-1.5rem !important}.mr-md-n5{margin-right:-3rem !important}.mb-md-n1{margin-bottom:-0.25rem !important}.mb-md-n2{margin-bottom:-0.5rem !important}.mb-md-n3{margin-bottom:-1rem !important}.mb-md-n4{margin-bottom:-1.5rem !important}.mb-md-n5{margin-bottom:-3rem !important}.ml-md-n1{margin-left:-0.25rem !important}.ml-md-n2{margin-left:-0.5rem !important}.ml-md-n3{margin-left:-1rem !important}.ml-md-n4{margin-left:-1.5rem !important}.ml-md-n5{margin-left:-3rem !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.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:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.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:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.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:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pr-md-0{padding-right:0 !important}.pr-md-1{padding-right:.25rem !important}.pr-md-2{padding-right:.5rem !important}.pr-md-3{padding-right:1rem !important}.pr-md-4{padding-right:1.5rem !important}.pr-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.pl-md-0{padding-left:0 !important}.pl-md-1{padding-left:.25rem !important}.pl-md-2{padding-left:.5rem !important}.pl-md-3{padding-left:1rem !important}.pl-md-4{padding-left:1.5rem !important}.pl-md-5{padding-left:3rem !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-block{display:block !important}.d-lg-inline-block{display:inline-block !important}.d-lg-contents{display:contents !important}.d-lg-inherit{display:inherit !important}.d-lg-reset{display:initial !important}.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}.text-lg-justify{text-align:justify !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.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:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.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:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.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:.25rem !important}.mt-lg-2{margin-top:.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}.mr-lg-0{margin-right:0 !important}.mr-lg-1{margin-right:.25rem !important}.mr-lg-2{margin-right:.5rem !important}.mr-lg-3{margin-right:1rem !important}.mr-lg-4{margin-right:1.5rem !important}.mr-lg-5{margin-right:3rem !important}.mr-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.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}.ml-lg-0{margin-left:0 !important}.ml-lg-1{margin-left:.25rem !important}.ml-lg-2{margin-left:.5rem !important}.ml-lg-3{margin-left:1rem !important}.ml-lg-4{margin-left:1.5rem !important}.ml-lg-5{margin-left:3rem !important}.ml-lg-auto{margin-left:auto !important}.m-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin-left:-3rem !important}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-lg-n1{margin-top:-0.25rem !important}.mt-lg-n2{margin-top:-0.5rem !important}.mt-lg-n3{margin-top:-1rem !important}.mt-lg-n4{margin-top:-1.5rem !important}.mt-lg-n5{margin-top:-3rem !important}.mr-lg-n1{margin-right:-0.25rem !important}.mr-lg-n2{margin-right:-0.5rem !important}.mr-lg-n3{margin-right:-1rem !important}.mr-lg-n4{margin-right:-1.5rem !important}.mr-lg-n5{margin-right:-3rem !important}.mb-lg-n1{margin-bottom:-0.25rem !important}.mb-lg-n2{margin-bottom:-0.5rem !important}.mb-lg-n3{margin-bottom:-1rem !important}.mb-lg-n4{margin-bottom:-1.5rem !important}.mb-lg-n5{margin-bottom:-3rem !important}.ml-lg-n1{margin-left:-0.25rem !important}.ml-lg-n2{margin-left:-0.5rem !important}.ml-lg-n3{margin-left:-1rem !important}.ml-lg-n4{margin-left:-1.5rem !important}.ml-lg-n5{margin-left:-3rem !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.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:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.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:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.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:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pr-lg-0{padding-right:0 !important}.pr-lg-1{padding-right:.25rem !important}.pr-lg-2{padding-right:.5rem !important}.pr-lg-3{padding-right:1rem !important}.pr-lg-4{padding-right:1.5rem !important}.pr-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.pl-lg-0{padding-left:0 !important}.pl-lg-1{padding-left:.25rem !important}.pl-lg-2{padding-left:.5rem !important}.pl-lg-3{padding-left:1rem !important}.pl-lg-4{padding-left:1.5rem !important}.pl-lg-5{padding-left:3rem !important}}@media(min-width: 1280px){.d-xl-none{display:none !important}.d-xl-block{display:block !important}.d-xl-inline-block{display:inline-block !important}.d-xl-contents{display:contents !important}.d-xl-inherit{display:inherit !important}.d-xl-reset{display:initial !important}.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}.text-xl-justify{text-align:justify !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.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:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.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:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.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:.25rem !important}.mt-xl-2{margin-top:.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}.mr-xl-0{margin-right:0 !important}.mr-xl-1{margin-right:.25rem !important}.mr-xl-2{margin-right:.5rem !important}.mr-xl-3{margin-right:1rem !important}.mr-xl-4{margin-right:1.5rem !important}.mr-xl-5{margin-right:3rem !important}.mr-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.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}.ml-xl-0{margin-left:0 !important}.ml-xl-1{margin-left:.25rem !important}.ml-xl-2{margin-left:.5rem !important}.ml-xl-3{margin-left:1rem !important}.ml-xl-4{margin-left:1.5rem !important}.ml-xl-5{margin-left:3rem !important}.ml-xl-auto{margin-left:auto !important}.m-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin-left:-3rem !important}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xl-n1{margin-top:-0.25rem !important}.mt-xl-n2{margin-top:-0.5rem !important}.mt-xl-n3{margin-top:-1rem !important}.mt-xl-n4{margin-top:-1.5rem !important}.mt-xl-n5{margin-top:-3rem !important}.mr-xl-n1{margin-right:-0.25rem !important}.mr-xl-n2{margin-right:-0.5rem !important}.mr-xl-n3{margin-right:-1rem !important}.mr-xl-n4{margin-right:-1.5rem !important}.mr-xl-n5{margin-right:-3rem !important}.mb-xl-n1{margin-bottom:-0.25rem !important}.mb-xl-n2{margin-bottom:-0.5rem !important}.mb-xl-n3{margin-bottom:-1rem !important}.mb-xl-n4{margin-bottom:-1.5rem !important}.mb-xl-n5{margin-bottom:-3rem !important}.ml-xl-n1{margin-left:-0.25rem !important}.ml-xl-n2{margin-left:-0.5rem !important}.ml-xl-n3{margin-left:-1rem !important}.ml-xl-n4{margin-left:-1.5rem !important}.ml-xl-n5{margin-left:-3rem !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.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:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.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:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.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:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pr-xl-0{padding-right:0 !important}.pr-xl-1{padding-right:.25rem !important}.pr-xl-2{padding-right:.5rem !important}.pr-xl-3{padding-right:1rem !important}.pr-xl-4{padding-right:1.5rem !important}.pr-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.pl-xl-0{padding-left:0 !important}.pl-xl-1{padding-left:.25rem !important}.pl-xl-2{padding-left:.5rem !important}.pl-xl-3{padding-left:1rem !important}.pl-xl-4{padding-left:1.5rem !important}.pl-xl-5{padding-left:3rem !important}}@media(min-width: 1600px){.d-xxl-none{display:none !important}.d-xxl-block{display:block !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-contents{display:contents !important}.d-xxl-inherit{display:inherit !important}.d-xxl-reset{display:initial !important}.text-xxl-left{text-align:left !important}.text-xxl-right{text-align:right !important}.text-xxl-center{text-align:center !important}.text-xxl-justify{text-align:justify !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.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:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.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:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.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:.25rem !important}.mt-xxl-2{margin-top:.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}.mr-xxl-0{margin-right:0 !important}.mr-xxl-1{margin-right:.25rem !important}.mr-xxl-2{margin-right:.5rem !important}.mr-xxl-3{margin-right:1rem !important}.mr-xxl-4{margin-right:1.5rem !important}.mr-xxl-5{margin-right:3rem !important}.mr-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.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}.ml-xxl-0{margin-left:0 !important}.ml-xxl-1{margin-left:.25rem !important}.ml-xxl-2{margin-left:.5rem !important}.ml-xxl-3{margin-left:1rem !important}.ml-xxl-4{margin-left:1.5rem !important}.ml-xxl-5{margin-left:3rem !important}.ml-xxl-auto{margin-left:auto !important}.m-xxl-n1{margin-left:-0.25rem !important}.m-xxl-n2{margin-left:-0.5rem !important}.m-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin-left:-3rem !important}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xxl-n1{margin-top:-0.25rem !important}.mt-xxl-n2{margin-top:-0.5rem !important}.mt-xxl-n3{margin-top:-1rem !important}.mt-xxl-n4{margin-top:-1.5rem !important}.mt-xxl-n5{margin-top:-3rem !important}.mr-xxl-n1{margin-right:-0.25rem !important}.mr-xxl-n2{margin-right:-0.5rem !important}.mr-xxl-n3{margin-right:-1rem !important}.mr-xxl-n4{margin-right:-1.5rem !important}.mr-xxl-n5{margin-right:-3rem !important}.mb-xxl-n1{margin-bottom:-0.25rem !important}.mb-xxl-n2{margin-bottom:-0.5rem !important}.mb-xxl-n3{margin-bottom:-1rem !important}.mb-xxl-n4{margin-bottom:-1.5rem !important}.mb-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n1{margin-left:-0.25rem !important}.ml-xxl-n2{margin-left:-0.5rem !important}.ml-xxl-n3{margin-left:-1rem !important}.ml-xxl-n4{margin-left:-1.5rem !important}.ml-xxl-n5{margin-left:-3rem !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.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:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.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:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.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:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pr-xxl-0{padding-right:0 !important}.pr-xxl-1{padding-right:.25rem !important}.pr-xxl-2{padding-right:.5rem !important}.pr-xxl-3{padding-right:1rem !important}.pr-xxl-4{padding-right:1.5rem !important}.pr-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.pl-xxl-0{padding-left:0 !important}.pl-xxl-1{padding-left:.25rem !important}.pl-xxl-2{padding-left:.5rem !important}.pl-xxl-3{padding-left:1rem !important}.pl-xxl-4{padding-left:1.5rem !important}.pl-xxl-5{padding-left:3rem !important}}html{font-size:var(--douglas-root-font-size)}.site{overflow:clip;position:relative}@media(max-width: 1279.98px){.site{background:#b8d05b linear-gradient(rgba(0, 0, 0, 0.2))}}.clearfix::before,.clearfix::after{content:"";display:table}.clearfix::after{clear:both}.sr-only{position:absolute !important;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}.container,.container-fluid{--douglas-gutter-x: var(--douglas-container-gutter-x);--douglas-gutter-y: 0;width:100%;padding-right:calc(var(--douglas-gutter-x)*.5);padding-left:calc(var(--douglas-gutter-x)*.5);margin-right:auto;margin-left:auto}.container{max-width:calc(var(--douglas-container-max-width) + var(--douglas-container-gutter-x))}.submenu,.menu{padding-left:0;list-style:none;margin:0;padding:0}.menu{display:flex}.menu a{display:block;text-decoration:none;color:inherit}.list-unstyled{padding-left:0;list-style:none}.site-header{--douglas-container-max-width: 70.25rem}@media(min-width: 1280px){.site-header{--douglas-container-max-width: 1349px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.site-header{--douglas-container-max-width: 1686px}}@media(max-width: 1279.98px){.site-header{padding:32px 26px 0}}.site-header .social-media{padding-left:0;list-style:none;margin:0;position:relative;top:.04rem;display:flex;align-items:center;gap:.42rem}.site-header .social-media a{display:block;aspect-ratio:1;overflow:hidden}.site-header .social-media a::before{content:"";display:block;width:100%;height:100%;background-color:#48742c;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.site-header a.facebook{width:1rem}@media(max-width: 1279.98px){.site-header a.facebook{width:61px}}.site-header a.facebook::before{-webkit-mask-image:url("../images/icon-facebook.png");mask-image:url("../images/icon-facebook.png")}@media(max-width: 1279.98px){.site-header a.facebook::before{-webkit-mask-image:url("../images/icon-facebook-mobile.png");mask-image:url("../images/icon-facebook-mobile.png")}}.site-header a.twitterx{width:1.08rem}@media(max-width: 1279.98px){.site-header a.twitterx{width:61px}}.site-header a.twitterx::before{-webkit-mask-image:url("../images/icon-twitterx.png");mask-image:url("../images/icon-twitterx.png")}@media(max-width: 1279.98px){.site-header a.twitterx::before{-webkit-mask-image:url("../images/icon-twitterx-mobile.png");mask-image:url("../images/icon-twitterx-mobile.png")}}.site-header a.youtube{width:1.21rem}@media(max-width: 1279.98px){.site-header a.youtube{width:61px}}.site-header a.youtube::before{-webkit-mask-image:url("../images/icon-youtube.png");mask-image:url("../images/icon-youtube.png")}@media(max-width: 1279.98px){.site-header a.youtube::before{-webkit-mask-image:url("../images/icon-youtube-mobile.png");mask-image:url("../images/icon-youtube-mobile.png")}}.site-header a.mail{width:1.25rem}@media(max-width: 1279.98px){.site-header a.mail{width:61px}}.site-header a.mail::before{-webkit-mask-image:url("../images/icon-mail.png");mask-image:url("../images/icon-mail.png")}@media(max-width: 1279.98px){.site-header a.mail::before{-webkit-mask-image:url("../images/icon-mail-mobile.png");mask-image:url("../images/icon-mail-mobile.png")}}.site-header .builder-btn{padding:.25rem .83rem;display:flex;align-items:center;gap:.42rem;font-size:.67rem;line-height:1.25rem;font-family:"Inter",sans-serif;font-weight:700;text-transform:uppercase;color:#fff;background-color:#007037;border:.08rem solid #fff;border-radius:.83rem}@media(max-width: 1279.98px){.site-header .builder-btn{padding:5px 20px;gap:10px;font-size:16px;line-height:30px;border-width:2px;border-radius:20px}}.site-header .builder-btn::before{content:"";flex-shrink:0;height:1.25rem;aspect-ratio:1;background-color:#fff;-webkit-mask:url("../images/icon-builder.png") center/contain no-repeat;mask:url("../images/icon-builder.png") center/contain no-repeat}@media(max-width: 1279.98px){.site-header .builder-btn::before{height:30px}}.site-header .buttons{flex-grow:1;display:flex;justify-content:space-between;align-items:center;gap:23px 1rem;max-width:25.83rem}.site-header .buttons a{flex-grow:1;display:block;width:50%;max-width:12.08rem;padding:0 .63rem;font-family:"Open Sans",sans-serif;font-size:.67rem;line-height:1.44;font-weight:700;text-transform:uppercase;text-align:center;text-decoration:none !important;color:#fff;background-color:#b8d05b;border-radius:.83rem}.site-header .buttons a+a{background-color:#007037}@media(max-width: 1279.98px){.site-header .buttons a{width:100%;max-width:290px;padding:0 15px;font-size:16px;line-height:23px;border-radius:20px}}.site-menu{--border-width: 8px;padding-top:.21rem;padding-bottom:.29rem}@media(min-width: 1600px){.site-menu{--border-width: 10px}}@media(max-width: 1279.98px){.site-menu{--border-width: 10px}}.site-menu .submenu{font-size:.63rem;font-weight:700;text-transform:uppercase;white-space:nowrap;display:none;min-width:150%;padding:.42rem .83rem;border:var(--border-width) solid #fff;border-radius:1.25rem;border-top-left-radius:0;box-shadow:0 .17rem .17rem rgba(0,0,0,.25);position:absolute;top:calc(100% - var(--border-width));z-index:9}@media(max-width: 1279.98px){.site-menu .submenu{padding:10px 20px;font-size:15px;text-align:center;border-radius:30px;box-shadow:0 4px 4px rgba(0,0,0,.25);top:0;bottom:0}}.site-menu .submenu>li+li{border-top:1px solid}.site-menu .submenu>li a{padding:.42rem 0}.site-menu .menu{justify-content:space-evenly}.site-menu .menu>li{position:relative}.site-menu .menu>li>a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:5.67rem;aspect-ratio:1;font-family:"Open Sans",sans-serif;font-size:.63rem;line-height:1;font-weight:700;text-transform:uppercase;text-align:center;border:var(--border-width) solid #fff;border-radius:1.25rem;box-shadow:0 .17rem .17rem rgba(0,0,0,.25);transition:border-radius .2s linear .1s}@media(max-width: 1279.98px){.site-menu .menu>li>a{width:160px;font-size:15px;border-radius:30px;box-shadow:0 4px 4px rgba(0,0,0,.25)}}.site-menu .menu>li>a::before{content:"";display:block;flex-shrink:0;height:3.17rem;aspect-ratio:1;margin-bottom:.08rem;opacity:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media(max-width: 1279.98px){.site-menu .menu>li>a::before{height:90px;margin-bottom:3px}}.site-menu .menu>li>a::after{content:"";display:block;height:calc(var(--border-width)*1.5);opacity:0;transition:.1s linear .1s;position:absolute;inset:auto var(--border-width) calc(var(--border-width)*.5);z-index:10}@media(min-width: 1280px){.site-menu .menu>li>a>*{position:relative;z-index:11}}.site-menu .menu>li:nth-child(odd)>a{color:#fff;background-color:#007037}.site-menu .menu>li:nth-child(odd)>a::before{background-color:#fff}.site-menu .menu>li:nth-child(odd)>a::after{background-color:#007037}.site-menu .menu>li:nth-child(odd)>.submenu{color:#fff;background-color:#007037}.site-menu .menu>li:nth-child(odd)>.submenu>li{border-bottom-color:#fff}.site-menu .menu>li:nth-child(even)>a{color:#007037;background-color:#b8d05b}.site-menu .menu>li:nth-child(even)>a::before{background-color:#007037}.site-menu .menu>li:nth-child(even)>a::after{background-color:#b8d05b}.site-menu .menu>li:nth-child(even)>.submenu{color:#007037;background-color:#b8d05b}.site-menu .menu>li:nth-child(even)>.submenu>li{border-bottom-color:#007037}@media(max-width: 1279.98px){.site-menu .menu>li:nth-child(even)>.submenu{right:0}}@media(min-width: 1280px){.site-menu .menu>li:has(.submenu):hover>a{border-bottom-left-radius:0;border-bottom-right-radius:0}.site-menu .menu>li:has(.submenu):hover>a::after{bottom:0;opacity:1}.site-menu .menu>li:has(.submenu):hover>.submenu{display:block}}.site-menu a.about-us::before{opacity:1 !important;-webkit-mask-image:url("../images/menu-about-us.png");mask-image:url("../images/menu-about-us.png")}.site-menu a.site-selection::before{opacity:1 !important;-webkit-mask-image:url("../images/menu-site-selection.png");mask-image:url("../images/menu-site-selection.png")}.site-menu a.labor-force::before{opacity:1 !important;-webkit-mask-image:url("../images/menu-labor-force.png");mask-image:url("../images/menu-labor-force.png")}.site-menu a.business-industry::before{opacity:1 !important;-webkit-mask-image:url("../images/menu-business-industry.png");mask-image:url("../images/menu-business-industry.png")}.site-menu a.transportation::before{opacity:1 !important;-webkit-mask-image:url("../images/menu-transportation.png");mask-image:url("../images/menu-transportation.png")}.site-menu a.living-here::before{opacity:1 !important;-webkit-mask-image:url("../images/menu-living-here.png");mask-image:url("../images/menu-living-here.png")}.site-logo{width:11.5rem;height:5.33rem;margin:0;padding-top:1.25rem;border-radius:.83rem .83rem 0 0;background-color:#fff;box-shadow:0 0 0 .29rem #b8d05b}@media(max-width: 1279.98px){.site-logo{width:auto;height:auto;padding:0;border-radius:0;box-shadow:none}}.site-logo a{display:block;width:8rem;height:2.46rem;margin:auto;overflow:hidden}@media(max-width: 1279.98px){.site-logo a{width:192px;height:59px}}.site-logo a::before{content:"";display:block;width:100%;height:100%;background:url("../images/logo.png") center/contain no-repeat}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.site-logo a::before{background-image:url("../images/logo@2x.png")}}.header-top{background:#b8d05b linear-gradient(rgba(0, 0, 0, 0.2))}@media(max-width: 1279.98px){.header-top{padding-top:30px;padding-bottom:24px;background:#fff;border-radius:20px 20px 0 0}.header-top .container{padding-left:24px;padding-right:24px}}.header-top .inner{display:flex}@media(max-width: 1279.98px){.header-top .inner{justify-content:space-between;gap:15px}}.header-top .logo-wrapper{flex-shrink:0;align-self:flex-end;padding:.29rem;padding-bottom:0;overflow:hidden}@media(max-width: 1279.98px){.header-top .logo-wrapper{display:block;padding:0}}.header-top .site-menu{flex-grow:1;padding-right:1%;padding-left:2%}@media(max-width: 1279.98px){.header-top .site-menu{display:none}}.header-top .button-wrapper{flex-shrink:0;padding-top:.21rem;display:flex;align-items:center;justify-content:center}@media(max-width: 1279.98px){.header-top .button-wrapper{padding-top:0}}@media(max-width: 1279.98px){.header-top .builder-btn{display:none}}.header-top .menu-toggler{width:90px;height:90px;margin:-17px -3px;border:0;background:rgba(0,0,0,0);overflow:hidden;position:relative}@media(min-width: 1280px){.header-top .menu-toggler{display:none}}.header-top .menu-toggler::before,.header-top .menu-toggler::after{content:"";display:block}.header-top .menu-toggler::before{width:100%;height:100%}.header-top .menu-toggler::after{content:"";display:block;position:absolute;inset:-8px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.25' stroke='%2378a55a'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5' /%3e%3c/svg%3e")}.header-bottom{padding-top:.58rem;padding-bottom:.54rem;background-color:#fff;position:relative;z-index:3}@media(max-width: 1279.98px){.header-bottom{display:none}}.header-bottom .inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header-bottom .contact{flex-shrink:0;display:flex;align-items:center;gap:1rem;font-size:.67rem}.header-bottom .contact>*{margin:0}.header-bottom .contact a{color:inherit;text-decoration:none !important}.header-bottom .contact .phone{display:flex;align-items:center;gap:.5rem}.header-bottom .contact .phone::before{content:"";display:block;flex-shrink:0;width:.88rem;aspect-ratio:1;background-color:#48742c;-webkit-mask:url("../images/icon-phone.png") center/contain no-repeat;mask:url("../images/icon-phone.png") center/contain no-repeat}#mobile-menu{display:none;overflow-y:auto;position:fixed;inset:0;z-index:99}@media(min-width: 1280px){#mobile-menu{display:none !important}}.mobile-nav{padding:32px 26px 26px;background:#b8d05b linear-gradient(rgba(0, 0, 0, 0.2));display:flex}.mobile-nav .inner{width:100%;background-color:#fff;border-radius:20px 20px 0 0}.mobile-nav .inner>*{padding:0 24px}.mobile-nav .header-top{display:flex;justify-content:space-between;gap:15px;padding-top:30px;padding-bottom:24px}.mobile-nav .social-media{max-width:340px;margin:auto;justify-content:space-between;padding-top:2px;padding-bottom:18px;position:relative;left:-3px}.mobile-nav .social-media-wrapper{padding-bottom:12px}.mobile-nav .builder-btn{margin:auto}.mobile-nav .site-menu{padding-left:0;padding-right:0}.mobile-nav .site-menu .submenu{width:calc(200% + 8px);max-width:328px}.mobile-nav .site-menu .menu{flex-wrap:wrap;gap:8px;max-width:328px;margin:auto}.mobile-nav .site-menu .menu>li{width:calc(50% - 4px)}.mobile-nav .site-menu .menu>li>a{margin:auto}.mobile-nav .site-menu .menu>li>button{padding:0;background-color:rgba(0,0,0,0);border:0;border-radius:30px;overflow:hidden;position:absolute;inset:0;z-index:9}.mobile-nav .site-menu .menu>li>button::before{content:"";display:block;width:100%;height:100%}.mobile-nav .site-menu .menu>li.active>.submenu{display:flex;flex-direction:column;justify-content:center;z-index:99}.mobile-nav .buttons{padding-top:28px;padding-bottom:25px;flex-direction:column;max-width:none}.mobile-nav .buttons a{width:100%;white-space:nowrap}@media(min-width: 1280px){.mobile-menu-open{overflow:auto !important;padding-right:0 !important}}@media(max-width: 1279.98px){.site-content{padding:0 26px 30px}.site-content-inner{background-color:#fff}}.site-content a{font-weight:700;text-decoration-thickness:1px;text-underline-offset:.1em}.site-content a>*{text-decoration:inherit}.site-content img{max-width:100%;height:auto}.site-content ul:not(.list-unstyled){padding-left:1.1em}.site-content ul:not(.list-unstyled)>li::marker{font-weight:400}.site-content .table{width:100%;margin:0}.site-content .table tbody{vertical-align:top}.site-content .report-btn{display:flex;align-items:center;gap:15px;padding:5px 20px;font-family:"Inter",sans-serif;font-size:16px;font-weight:700;line-height:30px;text-transform:uppercase;white-space:nowrap;color:#fff;background-color:#007037;border:2px solid #fff;border-radius:20px}.site-content .report-btn::before{content:"";flex-shrink:0;height:30px;aspect-ratio:1;background-color:#fff;-webkit-mask:url("../images/icon-builder.png") center/contain no-repeat;mask:url("../images/icon-builder.png") center/contain no-repeat}.site-content .report-btn>span{margin-left:-0.4em;margin-right:-0.2em;letter-spacing:-0.025em}.site-content .notes{font-style:italic;text-align:right}.site-content .notes-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem .5rem;margin-bottom:1.33em}@media(max-width: 767.98px){.site-content .notes-wrapper{flex-direction:column}}.site-content .notes-wrapper .notes{margin-bottom:0;margin-left:auto}.site-content .notes-wrapper .report-btn{flex-shrink:0;order:-1;margin-top:.25rem}@media(max-width: 767.98px){.site-content .notes-wrapper .report-btn{order:initial;margin-top:0}}.content-header{--douglas-container-max-width: 68.58rem;aspect-ratio:192/55;margin-top:-0.83rem;background-color:#262626;position:relative;z-index:1}@media(min-width: 1280px){.content-header{--douglas-container-max-width: 1317px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.content-header{--douglas-container-max-width: 1646px}}@media(max-width: 1279.98px){.content-header{height:240px;margin-top:0;aspect-ratio:auto}}.content-header img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;inset:0;z-index:-1}.content-header .content-title-wrapper{padding-bottom:1.04rem;position:absolute;inset:auto 0 0}@media(max-width: 1279.98px){.content-header .content-title-wrapper{padding-bottom:15px}}.content-header .content-title-wrapper::before{content:"";display:block;aspect-ratio:192/16;background:linear-gradient(to bottom, #fff, #000);mix-blend-mode:multiply;position:absolute;inset:auto 0 0}@media(max-width: 1279.98px){.content-header .content-title-wrapper::before{height:148px;aspect-ratio:auto}}.content-header .content-title-wrapper>*{position:relative}.content-title{margin:0;display:flex;align-items:center;gap:0 .92rem;color:#fff;font-size:3rem;font-weight:700;line-height:1}@media(max-width: 1279.98px){.content-title{flex-direction:column;justify-content:center;font-size:36px;text-align:center}}.content-title::before{content:"";flex-shrink:0;display:block;width:7.79rem;aspect-ratio:1;margin:-3rem 0;transform:translateY(5%);background:url("../images/icon.png") center/contain no-repeat}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.content-title::before{background-image:url("../images/icon@2x.png")}}@media(max-width: 1279.98px){.content-title::before{width:71px;margin:0}}.first-section{padding-top:3rem;padding-bottom:calc(3rem - 1.33em);font-size:1.5rem;text-align:center}@media(max-width: 1279.98px){.first-section{--douglas-container-gutter-x: 30px;padding-top:28px;padding-bottom:calc(40px - 1.33em);font-size:20px}}.first-section .text-wrapper{margin:auto}.first-section .section-title{margin-bottom:1.25rem;font-size:2rem;font-style:italic;font-weight:900;text-align:center;line-height:1;color:#007037}@media(max-width: 1279.98px){.first-section .section-title{font-size:32px;margin-bottom:15px}}.contact-section{padding-top:2.5rem;padding-bottom:1rem}@media(max-width: 1279.98px){.contact-section{padding-bottom:22px !important;font-size:15px !important;color:#007037}}.contact-section .inner{display:flex;flex-direction:column;align-items:center}.contact-section .inner>*{margin:0}.contact-section .logo{width:11.54rem;aspect-ratio:573/176;overflow:hidden}@media(max-width: 1279.98px){.contact-section .logo{width:202px !important;margin-bottom:.5rem !important}}.contact-section .logo::before{content:"";display:block;width:100%;height:100%;background:url("../images/logo-lg.png") center/contain no-repeat}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.contact-section .logo::before{background-image:url("../images/logo-lg@2x.png")}}.contact-section ul{padding-left:0;list-style:none;padding:0 !important;display:contents}@media(max-width: 1279.98px){.contact-section ul.contact{display:flex}.contact-section ul.contact>li+li::before{content:" • "}}.site-footer{padding-top:1.17rem;padding-bottom:1.25rem;font-family:"Inter",sans-serif;font-size:1rem;line-height:1.2;color:#fff;background-color:#007037}@media(max-width: 1279.98px){.site-footer{padding-top:20px;padding-bottom:10px;font-size:14px}}.footer-info{display:flex;align-items:center;justify-content:space-between;gap:22px 2.5rem}@media(max-width: 1279.98px){.footer-info{flex-direction:column}}.footer-info .copyright{margin:0;display:flex;gap:.25em}.footer-info .copyright strong{display:contents;font-weight:inherit}@media(max-width: 1279.98px){.footer-info .copyright{display:initial;text-align:center}.footer-info .copyright br{display:none}.footer-info .copyright strong{display:block}}.footer-info .powered{margin:0 auto;display:flex;align-items:center;justify-content:center;gap:0 .75em}@media(max-width: 1279.98px){.footer-info .powered{flex-direction:column;font-size:15px;line-height:1}}.footer-info .powered a{flex-shrink:0;width:11.17rem;height:2.33rem;overflow:hidden}@media(max-width: 1279.98px){.footer-info .powered a{width:182px;position:relative;left:3px}}.footer-info .powered a::before{content:"";display:block;width:100%;height:100%;background:url("../images/365dtm-logo.png") center/contain no-repeat}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.footer-info .powered a::before{background-image:url("../images/365dtm-logo@2x.png")}}#report-builder .small{font-size:.85em}#report-builder .reports-list>li{display:flex;justify-content:space-between;gap:1rem}#report-builder .reports-list>li+li{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.1)}#report-builder .reports-list>li>*{margin:0;font-size:inherit;font-weight:700}#report-builder .reports-list>li a{flex-shrink:0;font-size:.85rem;line-height:1.25}#report-builder .modal-title{font-weight:900;font-style:italic;line-height:1;color:#007037}#report-builder .modal-footer>*{display:flex;gap:var(--douglas-modal-footer-gap)}#report-builder .modal-footer button{min-width:4.17rem;padding:.5em 1.25em;border:0;border-radius:.83rem;outline:0 !important;font-family:"Inter",sans-serif;font-size:.63rem;font-weight:700;text-transform:uppercase}@media(max-width: 1279.98px){#report-builder .modal-footer button{font-size:15px;border-radius:20px}}#report-builder .modal-footer button:disabled{opacity:.5}#report-builder .modal-footer .button-print,#report-builder .modal-footer .button-save{color:#fff;background-color:#007037}#report-builder .modal-footer .button-close{color:#fff;background-color:#b8d05b}#report-builder .modal-footer .button-reset{color:#fff;background-color:#bf7830}.page-staff-board .first-section{padding-bottom:calc(2.58rem - 1.33em)}.page-staff-board .first-section .text-wrapper{max-width:32.2222222222em;padding-top:.83rem}.page-staff-board .address-section{margin-bottom:4.58rem;padding-top:1rem;padding-bottom:1rem;font-size:1.33rem;background-color:rgba(191,120,48,.2)}.page-staff-board .address-section .text-wrapper>*{font-size:inherit;margin:0}.page-staff-board .team-section{--douglas-container-max-width: 54.79rem;margin-bottom:3.33rem}@media(min-width: 1280px){.page-staff-board .team-section{--douglas-container-max-width: 1052px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-staff-board .team-section{--douglas-container-max-width: 1315px}}.page-staff-board .team-section .section-title{margin-bottom:3.08rem;padding:.29rem 2.29rem .42rem;font-size:2rem;font-weight:900;line-height:1;color:#fff;background:linear-gradient(to right, #007037, #b8d05b)}@media(max-width: 767.98px){.page-staff-board .team-section .section-title{margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);padding-left:calc(var(--douglas-container-offset-x)*.5);padding-right:calc(var(--douglas-container-offset-x)*.5)}}.page-staff-board .team-section .staff-list{padding-left:0;list-style:none;margin:0}.page-staff-board .team-section .staff-list>li+li{margin-top:2.75rem}.page-staff-board .team-section .staff-item{--padding-top: 1.04rem;--padding-bottom: 0.96rem;display:flex;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom)}@media(max-width: 575.98px){.page-staff-board .team-section .staff-item{flex-direction:column}}.page-staff-board .team-section .staff-item .col-photo{flex-shrink:0;width:14.58rem;margin-top:calc(var(--padding-top)*-1);margin-bottom:calc(var(--padding-bottom)*-1);position:relative}@media(max-width: 767.98px){.page-staff-board .team-section .staff-item .col-photo{width:175px;margin-left:calc(var(--douglas-container-offset-x)*-0.5);align-self:flex-start;aspect-ratio:350/434}}@media(max-width: 575.98px){.page-staff-board .team-section .staff-item .col-photo{margin-bottom:-125px}}.page-staff-board .team-section .staff-item .col-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-staff-board .team-section .staff-item .col-text{flex-grow:1;padding:.21rem 3.58rem;padding-right:3.25rem;border:1px solid #007037;border-left-width:0;display:flex;flex-direction:column;justify-content:center}.page-staff-board .team-section .staff-item .col-text *:last-child{margin-bottom:.42rem}@media(max-width: 1279.98px){.page-staff-board .team-section .staff-item .col-text{padding-left:5%;padding-right:5%}}@media(max-width: 767.98px){.page-staff-board .team-section .staff-item .col-text{margin-left:-20px;margin-right:calc(var(--douglas-container-offset-x)*-0.5);padding-left:calc(5% + 20px);padding-right:calc(var(--douglas-container-offset-x)*.5);border-left-width:1px;border-right-width:0;display:block}}@media(max-width: 575.98px){.page-staff-board .team-section .staff-item .col-text{margin-left:0;padding-left:7.5%}.page-staff-board .team-section .staff-item .col-text::before{content:"";display:block;width:145px;height:125px;float:left}}.page-staff-board .team-section .board-list{padding-left:0;list-style:none;margin:0;display:flex;flex-wrap:wrap;gap:5.5rem 6.38rem}@media(max-width: 991.98px){.page-staff-board .team-section .board-list{justify-content:space-evenly;gap:66px 77px}}.page-staff-board .team-section .board-list>li{width:13rem}@media(max-width: 767.98px){.page-staff-board .team-section .board-list>li{width:172px}}.page-overview .first-section{margin-bottom:.83rem}.page-overview .first-section .text-wrapper{max-width:34.4444444444em;padding-top:.83rem}.page-overview .columns-section{--douglas-container-max-width: 61.46rem;margin-bottom:4.17rem}@media(min-width: 1280px){.page-overview .columns-section{--douglas-container-max-width: 1180px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-overview .columns-section{--douglas-container-max-width: 1475px}}.page-overview .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 991.98px){.page-overview .columns-section .row{flex-direction:column}.page-overview .columns-section .row>*{width:100% !important}}.page-overview .columns-section .row .col-text{width:30.42rem}.page-overview .columns-section .row .col-image{width:28.75rem}@media(max-width: 991.98px){.page-overview .columns-section .row .col-image{order:-1}}@media(max-width: 575.98px){.page-overview .columns-section .row .col-image figure{margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5)}}.page-overview .action-section{padding-top:2.5rem;padding-bottom:2.5rem;font-size:1.33rem;background-color:rgba(191,120,48,.2)}.page-overview .action-section .text-wrapper>*{margin-bottom:1em}.page-living-here .first-section{margin-bottom:2.08rem}.page-living-here .first-section .text-wrapper{max-width:35.1388888889em}.page-living-here .columns-section{--douglas-container-max-width: 63.75rem}@media(min-width: 1280px){.page-living-here .columns-section{--douglas-container-max-width: 1224px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-living-here .columns-section{--douglas-container-max-width: 1530px}}.page-living-here .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 991.98px){.page-living-here .columns-section .row{flex-direction:column}.page-living-here .columns-section .row>*{width:100% !important}}.page-living-here .columns-section .row .col-left{width:30.21rem}.page-living-here .columns-section .row .col-right{width:29.75rem}@media(max-width: 575.98px){.page-living-here .columns-section figure{margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5)}}.page-living-here .columns-section .report-item{margin-bottom:1.83rem}.page-living-here .columns-section .report-btn{margin-top:-0.75rem}.page-living-here .guide-section{--douglas-container-max-width: 55.83rem;padding-top:7.08rem;padding-bottom:7.08rem}@media(min-width: 1280px){.page-living-here .guide-section{--douglas-container-max-width: 1072px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-living-here .guide-section{--douglas-container-max-width: 1340px}}@media(max-width: 767.98px){.page-living-here .guide-section{--douglas-container-offset-x: 30px}}.page-living-here .guide-section .row{display:flex;align-items:center}@media(max-width: 767.98px){.page-living-here .guide-section .row{flex-direction:column}}.page-living-here .guide-section .row .col-image{flex-shrink:0;width:13.75rem;height:1px;position:relative}@media(max-width: 767.98px){.page-living-here .guide-section .row .col-image{height:auto}}.page-living-here .guide-section .row .col-image img{width:13.42rem;box-shadow:.13rem .21rem .04rem rgba(0,0,0,.25);transform:translate(-50%, -50%) rotate(-5.89deg);transform-origin:70% -40%;position:absolute;top:50%;left:50%;z-index:1}@media(max-width: 767.98px){.page-living-here .guide-section .row .col-image img{margin-bottom:-75px;position:static;transform:rotate(-5.89deg);transform-origin:center}}.page-living-here .guide-section .row .col-text{flex-grow:1;padding:1.33rem;padding-left:3.54rem;font-size:1.25rem;font-weight:600;color:#fff;background-color:#007037}@media(max-width: 767.98px){.page-living-here .guide-section .row .col-text{padding-top:100px;padding-left:5%;padding-right:5%}}.page-living-here .guide-section .row .col-text a{color:inherit}.page-living-here .guide-section .row .col-text>*{margin-bottom:0}.page-maps .first-section .text-wrapper{max-width:25em}.page-maps .second-section{margin-bottom:calc(2.92rem - 1.33em)}.page-maps .second-section .text-wrapper{max-width:34.17rem;margin:auto}.page-maps .maps-section{--douglas-container-max-width: 71.67rem;margin-bottom:2.08rem}@media(min-width: 1280px){.page-maps .maps-section{--douglas-container-max-width: 1376px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-maps .maps-section{--douglas-container-max-width: 1720px}}@media(max-width: 575.98px){.page-maps .maps-section{--douglas-container-offset-x: 30px}}.page-maps .maps-section .map-list{display:flex;flex-wrap:wrap;justify-content:space-around;gap:1.88rem .83rem}.page-maps .maps-section .map-list>*{width:calc(50% - 0.415rem);max-width:35.38rem}@media(max-width: 991.98px){.page-maps .maps-section .map-list{flex-direction:column}.page-maps .maps-section .map-list>*{width:100% !important;max-width:100% !important}}.page-maps .map-wrapper{margin-bottom:.75rem;aspect-ratio:849/754}.page-maps .map-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-maps .map-title{margin-bottom:1.42rem;padding:.29rem 2.29rem .42rem;font-size:2rem;font-weight:900;line-height:1;color:#fff;background:linear-gradient(to right, #007037, #b8d05b)}@media(max-width: 575.98px){.page-maps .map-title{margin-left:calc(var(--douglas-container-gutter-x)*-0.5);margin-right:calc(var(--douglas-container-gutter-x)*-0.5);padding-left:calc(var(--douglas-container-gutter-x)*.5);padding-right:calc(var(--douglas-container-gutter-x)*.5)}}.page-maps .map-item.last{width:100%;max-width:50rem}.page-maps .map-item.last .map-wrapper{margin-bottom:.88rem;aspect-ratio:1205/834;background-color:#b8d05b}@media(max-width: 575.98px){.page-maps .map-item.last .map-wrapper{margin-left:calc(var(--douglas-container-gutter-x)*-0.5);margin-right:calc(var(--douglas-container-gutter-x)*-0.5)}}.page-maps .map-item.last .map-wrapper img{transform:translateX(-3%)}@media(max-width: 575.98px){.page-maps .map-item.last .map-title{margin-bottom:0}}.page-maps .map-item:has(table){display:flex;flex-direction:column;align-items:flex-start}.page-maps .map-item:has(table)>div{flex-grow:1}.page-maps .table-wrapper{width:100%;margin-bottom:.75rem;border:1px solid #007037;display:flex;flex-direction:column}@media(max-width: 575.98px){.page-maps .table-wrapper{width:calc(100% + var(--douglas-container-gutter-x));margin-left:calc(var(--douglas-container-gutter-x)*-0.5);margin-right:calc(var(--douglas-container-gutter-x)*-0.5);border-width:1px 0}}.page-maps .table-title{margin:0;padding:.42rem 1rem .58rem;font-size:1.67rem;font-weight:700;text-align:center;color:#fff;background:linear-gradient(to right, #007037, #b8d05b)}.page-maps .table{font-weight:600}.page-maps .table tr>*{padding:.31rem .5rem}.page-maps .table tr>*:first-child{width:60%;padding-left:17.6470588235%}@media(max-width: 575.98px){.page-maps .table tr>*:first-child{padding-left:10%}}.page-maps .table tr>*:last-child{text-align:center;padding-right:17.6470588235%}@media(max-width: 575.98px){.page-maps .table tr>*:last-child{padding-right:10%}}.page-maps .table thead{font-weight:700}.page-maps .table tbody tr:nth-child(odd)>*{background-color:rgba(184,208,91,.3)}.page-trans-modal .first-section{padding-bottom:calc(2.29rem - 1.33em)}.page-trans-modal .first-section .text-wrapper{max-width:32.3611111111em}.page-trans-modal .second-section{margin-bottom:calc(3.54rem - 1.33em)}.page-trans-modal .second-section .text-wrapper{max-width:25.42rem;margin:auto}.page-trans-modal .list-section{--douglas-container-max-width: 56.25rem}@media(min-width: 1280px){.page-trans-modal .list-section{--douglas-container-max-width: 1080px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-trans-modal .list-section{--douglas-container-max-width: 1350px}}@media(max-width: 991.98px){.page-trans-modal .list-section{margin-bottom:2.5rem}}@media(max-width: 575.98px){.page-trans-modal .list-section{margin-bottom:0}}.page-trans-modal .trans-item{--icon-offset-top: 0;margin-bottom:.83rem;padding-left:9.58rem;position:relative}@media(max-width: 575.98px){.page-trans-modal .trans-item{margin-bottom:2.5rem;padding-left:69px}}.page-trans-modal .trans-item .icon{position:absolute;top:0;right:calc(100% - 9.58rem);margin-top:var(--icon-offset-top)}@media(max-width: 575.98px){.page-trans-modal .trans-item .icon{right:calc(100% - 69px)}}.page-trans-modal .trans-item .title{margin-bottom:1.42rem;padding:.29rem 2.29rem .42rem;padding-left:2.71rem;font-size:2rem;font-weight:900;line-height:1;color:#fff;background:linear-gradient(to right, #007037, #b8d05b)}@media(max-width: 575.98px){.page-trans-modal .trans-item .title{margin-right:calc(var(--douglas-container-gutter-x)*-0.5);margin-bottom:0;padding-left:calc(var(--douglas-container-gutter-x)*.5);padding-right:calc(var(--douglas-container-gutter-x)*.5)}}.page-trans-modal .trans-item .row{display:flex;gap:1.33em 1.46rem}@media(max-width: 991.98px){.page-trans-modal .trans-item .row{flex-direction:column}}.page-trans-modal .trans-item .row .col-image{flex-shrink:0;width:16.92rem;padding-top:.42rem;padding-bottom:1.88rem}@media(max-width: 991.98px){.page-trans-modal .trans-item .row .col-image{order:-1;width:100%;padding-top:0;padding-bottom:0}}@media(max-width: 575.98px){.page-trans-modal .trans-item .row .col-image{width:auto;margin-right:calc(var(--douglas-container-gutter-x)*-0.5)}}.page-trans-modal .trans-item .row .col-text{flex-grow:1}@media(max-width: 575.98px){.page-trans-modal .trans-item .row .col-text{margin-left:-69px}}.page-trans-modal .trans-item .report-btn{margin-top:-0.75rem}.page-trans-modal #Highways{--icon-offset-top: -0.96rem}@media(max-width: 575.98px){.page-trans-modal #Highways{--icon-offset-top: -9px}}.page-trans-modal #Highways .icon{width:8.58rem;margin-right:.88rem}@media(max-width: 575.98px){.page-trans-modal #Highways .icon{width:82px;margin-right:8px}}.page-trans-modal #Airports{--icon-offset-top: -3.46rem}@media(max-width: 575.98px){.page-trans-modal #Airports{--icon-offset-top: -33px}}.page-trans-modal #Airports .icon{width:8.21rem;margin-right:.83rem}@media(max-width: 575.98px){.page-trans-modal #Airports .icon{width:79px;margin-right:8px}}.page-trans-modal #Seaports{--icon-offset-top: -0.17rem}@media(max-width: 575.98px){.page-trans-modal #Seaports{--icon-offset-top: -2px}}.page-trans-modal #Seaports .icon{width:8.08rem;margin-right:1rem}@media(max-width: 575.98px){.page-trans-modal #Seaports .icon{width:78px;margin-right:10px}}.page-trans-modal #Rail .icon{width:9.13rem;margin-right:.58rem}@media(max-width: 575.98px){.page-trans-modal #Rail .icon{width:88px;margin-right:6px}}.page-trans-modal>.report-item .trans-item{margin-top:calc(var(--icon-offset-top)*-1)}.page-major-employers .first-section{padding-bottom:.21rem}.page-major-employers .first-section .text-wrapper{max-width:30.5555555556em}.page-major-employers .columns-section{--douglas-container-max-width: 65.42rem}@media(min-width: 1280px){.page-major-employers .columns-section{--douglas-container-max-width: 1256px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-major-employers .columns-section{--douglas-container-max-width: 1570px}}.page-major-employers .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 1279.98px){.page-major-employers .columns-section .row{flex-direction:column}.page-major-employers .columns-section .row>*{width:100% !important}}.page-major-employers .columns-section .row .col-left{width:18.08rem}.page-major-employers .columns-section .row .col-right{width:44.79rem}.page-major-employers .columns-section .image-list{padding-left:0;list-style:none;display:flex;flex-direction:column;justify-content:center;gap:1.67rem}@media(min-width: 576px)and (max-width: 1279.98px){.page-major-employers .columns-section .image-list{flex-direction:row}}.page-major-employers .table-wrapper{width:100%;margin-bottom:.75rem;border:1px solid #007037}@media(max-width: 767.98px){.page-major-employers .table-wrapper{width:calc(100% + var(--douglas-container-offset-x));margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);border-width:1px 0;white-space:nowrap;overflow-x:auto}}.page-major-employers .table-title{margin-top:-0.42rem;margin-bottom:2.08rem;font-family:"Bree Serif",serif;font-size:2rem;font-weight:700;line-height:1;text-align:center;color:#bf7830}.page-major-employers .table{font-family:"Bree Serif",serif;font-size:1.25rem}.page-major-employers .table tr>*{padding:.25rem .63rem}.page-major-employers .table tr>*:last-child{width:45%}.page-major-employers .table tr>*:not(:first-child){text-align:center}.page-major-employers .table tr>*:not(:last-child){font-weight:700}.page-major-employers .table tr>*:not(:last-child):not(:first-child){padding-left:0;padding-right:0}.page-major-employers .table thead{font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(to right, #007037, #b8d05b);background-size:101%}.page-major-employers .table thead tr>*{padding-top:.63rem;padding-bottom:1.04rem}.page-major-employers .table thead tr>*:not(:first-child)>*{margin:0 -1.5em}.page-major-employers .table thead tr>*:first-child{padding-left:1.67rem}.page-major-employers .table tbody tr:nth-child(even)>*{background-color:rgba(184,208,91,.3)}.page-major-employers .table tbody tr:first-child>*{padding-top:.42rem}.page-target-industries .first-section{padding-bottom:calc(2.08rem - 1.33em)}.page-target-industries .first-section .text-wrapper{max-width:31.1111111111em}.page-target-industries .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 991.98px){.page-target-industries .columns-section .row{flex-direction:column}.page-target-industries .columns-section .row>*{width:100% !important}}.page-target-industries .columns-section .row .col-left{width:30.21rem}.page-target-industries .columns-section .row .col-right{width:30.21rem}.page-target-industries .columns-section .row figure{display:flex;justify-content:center}.page-target-industries .columns-section .row figure img{max-width:31.46rem}@media(max-width: 1279.98px){.page-target-industries .columns-section .row figure img{max-width:100%}}.page-target-industries .columns-section .row .text-wrapper{max-width:28.96rem}@media(max-width: 991.98px){.page-target-industries .columns-section .row .text-wrapper{max-width:none}}.page-target-industries .columns-section .report-item{margin-bottom:1.5rem}.page-target-industries .columns-section .report-btn{margin-top:-0.5rem}@media(min-width: 1280px){.page-target-industries .bottom-section figure{max-width:62.08rem}}@media(max-width: 1279.98px){.page-target-industries .bottom-section{--douglas-container-gutter-x: 0}.page-target-industries .bottom-section figure{min-height:250px;display:flex}.page-target-industries .bottom-section figure img{-o-object-fit:cover;object-fit:cover}}.page-commuting-patterns .first-section .text-wrapper{max-width:39.4444444444em}.page-commuting-patterns .columns-section{--douglas-container-max-width: 62.29rem;margin-bottom:3.33rem}@media(min-width: 1280px){.page-commuting-patterns .columns-section{--douglas-container-max-width: 1196px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-commuting-patterns .columns-section{--douglas-container-max-width: 1495px}}.page-commuting-patterns .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 1279.98px){.page-commuting-patterns .columns-section .row{flex-direction:column}.page-commuting-patterns .columns-section .row>*{width:100% !important}}.page-commuting-patterns .columns-section .row .col-left{width:15.21rem}.page-commuting-patterns .columns-section .row .col-right{width:44.79rem}.page-commuting-patterns .table-wrapper{width:100%;margin-bottom:.75rem;border:1px solid #007037}@media(max-width: 767.98px){.page-commuting-patterns .table-wrapper{width:calc(100% + var(--douglas-container-offset-x));margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);border-width:1px 0;white-space:nowrap;overflow-x:auto}}.page-commuting-patterns .table{font-family:"Bree Serif",serif;font-size:1.25rem;font-weight:700}.page-commuting-patterns .table tr>*{padding:.25rem .63rem}.page-commuting-patterns .table tr>*:first-child{padding-left:1.75rem}.page-commuting-patterns .table tr>*:last-child{padding-right:2.21rem;text-align:right}.page-commuting-patterns .table thead{font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(to right, #007037, #b8d05b);background-size:101%}.page-commuting-patterns .table thead tr>*{padding-top:.63rem;padding-bottom:.83rem}.page-commuting-patterns .table tbody tr:nth-child(even)>*{background-color:rgba(184,208,91,.3)}.page-commuting-patterns .table tbody tr:first-child>*{padding-top:.42rem}.page-commuting-patterns .map-section{margin-bottom:2.08rem}.page-commuting-patterns .map-section .map-wrapper{max-width:40.08rem;margin:auto;position:relative}@media(max-width: 575.98px){.page-commuting-patterns .map-section .map-wrapper{max-width:none;margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5)}}.page-commuting-patterns .map-section .map-wrapper .report-btn{white-space:nowrap;transform:translateX(-50%);position:absolute;bottom:3.33rem;left:50%}@media(max-width: 767.98px){.page-commuting-patterns .map-section .map-wrapper .report-btn{margin:-1rem auto;transform:none;position:relative;left:auto;bottom:auto}}.page-wage-rates .first-section{margin-bottom:.63rem}.page-wage-rates .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 991.98px){.page-wage-rates .columns-section .row{flex-direction:column}.page-wage-rates .columns-section .row>*{width:100% !important}}.page-wage-rates .columns-1-section{--douglas-container-max-width: 57.92rem;margin-bottom:3.54rem}@media(min-width: 1280px){.page-wage-rates .columns-1-section{--douglas-container-max-width: 1112px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-wage-rates .columns-1-section{--douglas-container-max-width: 1390px}}.page-wage-rates .columns-1-section .row .col-image{width:17.42rem}.page-wage-rates .columns-1-section .row .col-text{width:39.79rem}.page-wage-rates .columns-1-section .row .text-wrapper{max-width:38.96rem;margin-bottom:2.71rem}@media(max-width: 991.98px){.page-wage-rates .columns-1-section .row .text-wrapper{margin:auto}}.page-wage-rates .columns-1-section img{position:relative;left:19.1387559809%}@media(max-width: 1279.98px){.page-wage-rates .columns-1-section img{left:0}}.page-wage-rates .columns-2-section{--douglas-container-max-width: 57.92rem;margin-bottom:3.54rem}@media(min-width: 1280px){.page-wage-rates .columns-2-section{--douglas-container-max-width: 1112px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-wage-rates .columns-2-section{--douglas-container-max-width: 1390px}}.page-wage-rates .columns-2-section .row .col-image{width:19.79rem}@media(max-width: 991.98px){.page-wage-rates .columns-2-section .row .col-image{order:99}}.page-wage-rates .columns-2-section .row .col-text{width:36.04rem}.page-wage-rates .columns-2-section .section-title{margin-bottom:2.5rem;font-size:1.67rem;font-family:"Bree Serif",serif;text-align:center}.page-wage-rates .table-wrapper{width:100%;margin-bottom:.75rem;border:1px solid #007037}@media(max-width: 767.98px){.page-wage-rates .table-wrapper{width:calc(100% + var(--douglas-container-offset-x));margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);border-width:1px 0;overflow-x:auto}}.page-wage-rates .table{width:100%;margin:auto;font-family:"Bree Serif",serif;font-size:1.25rem;font-weight:700}.page-wage-rates .table tr>*{padding:.25rem .63rem}.page-wage-rates .table tr>*:first-child{padding-left:1.38rem}.page-wage-rates .table tr>*:not(:first-child){border-left:1px solid #007037;text-align:right;padding-right:1.67rem}.page-wage-rates .table thead{font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(to right, #007037, #b8d05b);background-size:101%}.page-wage-rates .table thead tr>*{padding-top:.63rem;padding-bottom:.83rem}.page-wage-rates .table thead tr>*:not(:first-child){border-left:1px solid #fff;text-align:center;padding-left:.63rem;padding-right:.63rem}@media(max-width: 767.98px){.page-wage-rates .table-1{white-space:nowrap}}.page-wage-rates .table-1 tbody tr:first-child>*{padding-top:.42rem}.page-wage-rates .table-1 tbody tr:last-child>*{padding-bottom:.42rem}.page-wage-rates .table-1 tbody tr:not(:first-child)>*{border-top:1px solid #007037}.page-wage-rates .table-1 tbody tr>*:nth-child(2){padding-right:3.13rem;color:#007037}.page-wage-rates .table-2 tr>*:first-child{padding-left:1.96rem}.page-wage-rates .table-2 tr>*:last-child{padding-right:5.25rem}.page-wage-rates .table-2 thead tr>*:last-child{padding-right:1.25rem}@media(max-width: 767.98px){.page-wage-rates .table-2 tbody{white-space:nowrap}}@media(max-width: 991.98px){.page-wage-rates .table-2 tbody tr>*:last-child{padding-right:10%}}@media(max-width: 575.98px){.page-wage-rates .table-2 tbody tr>*:last-child{padding-right:5%}}.page-wage-rates .table-2 tbody tr:nth-child(even)>*{background-color:rgba(184,208,91,.3)}.page-demographics .first-section .text-wrapper{max-width:27.7777777778em}.page-demographics .second-section{margin-bottom:2.92rem}.page-demographics .second-section .row{display:flex;justify-content:center;gap:0 2rem}@media(max-width: 767.98px){.page-demographics .second-section .row{flex-direction:column}}.page-demographics .second-section .row .col{max-width:26.25rem}@media(max-width: 767.98px){.page-demographics .second-section .row .col{max-width:100%}}.page-demographics .stats-section{--douglas-container-max-width: 58.33rem;margin-bottom:4.17rem}@media(min-width: 1280px){.page-demographics .stats-section{--douglas-container-max-width: 1120px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-demographics .stats-section{--douglas-container-max-width: 1400px}}.page-demographics .stats-section .stats-wrapper{position:relative}@media(min-width: 1280px){.page-demographics .stats-section .stats-wrapper .report-btn{position:absolute;left:1.5rem;bottom:1rem}}@media(min-width: 768px)and (max-width: 1279.98px){.page-demographics .stats-section .stats-wrapper .report-btn{margin-top:-2.5rem}}@media(max-width: 767.98px){.page-demographics .stats-section .stats-wrapper .report-btn{margin-left:auto;margin-right:auto}}.page-demographics .stat-list{padding-left:0;list-style:none;width:33.3333333333%;margin:0 auto .5rem;padding:0 !important}@media(min-width: 1280px){.page-demographics .stat-list>li{padding-left:1rem}.page-demographics .stat-list>li:has(>.item-2),.page-demographics .stat-list>li:has(>.item-3){height:1px;position:relative;display:flex;align-items:center}.page-demographics .stat-list>li:has(>.item-2){padding-left:0;right:100%}.page-demographics .stat-list>li:has(>.item-3){padding-left:2rem;left:100%}}@media(max-width: 1279.98px){.page-demographics .stat-list{width:100%;display:flex;flex-wrap:wrap;justify-content:space-around;gap:1.5rem 2.5rem}}@media(max-width: 1279.98px)and (min-width: 768px){.page-demographics .stat-list>li{width:40%;display:flex;justify-content:center}.page-demographics .stat-list>li:nth-child(odd){width:50%}}@media(max-width: 767.98px){.page-demographics .stat-list>li{width:100%;max-width:340px}}.page-demographics .stat-item{margin-bottom:.42rem;font-family:"Bree Serif",serif;font-size:1.25rem;font-weight:700;line-height:1.33}.page-demographics .stat-item img{margin:auto}.page-demographics .stat-item .info{width:20.63rem}@media(max-width: 767.98px){.page-demographics .stat-item .info{width:100% !important}}.page-demographics .stat-item .info>*{margin-bottom:0}.page-demographics .stat-item .info ul{list-style:disc}.page-demographics .stat-item .title{margin:0;font-size:1.67rem;line-height:1.25;color:#007037}.page-demographics .stat-item .title small{font-size:1.25rem}.page-demographics .stat-item.item-1 img{width:10.92rem;margin-left:2.08rem}.page-demographics .stat-item.item-2 img{width:13.13rem;margin-left:.42rem}@media(min-width: 1280px){.page-demographics .stat-item.item-2 img{margin-top:.83rem}}.page-demographics .stat-item.item-2 .info{width:19.58rem}.page-demographics .stat-item.item-3 img{width:8.5rem;margin-left:5.63rem}.page-demographics .stat-item.item-3 .info{width:21.25rem}.page-demographics .stat-item.item-4 img{width:8.04rem;margin-left:3.33rem}@media(min-width: 768px)and (max-width: 1279.98px){.page-demographics .stat-item.item-4 img{margin-top:-15px}}.page-demographics .columns-section{--douglas-container-max-width: 55rem;margin-bottom:4.17rem}@media(min-width: 1280px){.page-demographics .columns-section{--douglas-container-max-width: 1056px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-demographics .columns-section{--douglas-container-max-width: 1320px}}.page-demographics .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 991.98px){.page-demographics .columns-section .row{flex-direction:column}.page-demographics .columns-section .row>*{width:100% !important}}.page-demographics .columns-section .row .col-image{width:25.33rem}.page-demographics .columns-section .row .col-text{width:27.63rem}.page-demographics .table-wrapper{width:100%;margin-bottom:.75rem;border:1px solid #007037}@media(max-width: 767.98px){.page-demographics .table-wrapper{width:calc(100% + var(--douglas-container-offset-x));margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);border-width:1px 0}}.page-demographics .table{font-family:"Bree Serif",serif;font-weight:700}.page-demographics .table tr>*{padding:.17rem .63rem .25rem;vertical-align:top}.page-demographics .table tr>*:first-child{padding-left:1.25rem}.page-demographics .table tr>*:last-child{text-align:right;padding-right:2.17rem}.page-demographics .table thead{font-size:1.5rem;font-weight:700;line-height:1.25;color:#fff;background:linear-gradient(to right, #007037, #b8d05b);background-size:101%}.page-demographics .table thead tr>*{padding-top:.63rem;padding-bottom:.83rem}.page-demographics .table tbody tr:nth-child(odd)>*{background-color:rgba(184,208,91,.3)}.page-workforce-training .first-section{padding-bottom:calc(2.58rem - 1.33em)}.page-workforce-training .first-section .text-wrapper{max-width:32.3611111111em}@media(min-width: 992px){.page-workforce-training figure{display:contents}}@media(max-width: 575.98px){.page-workforce-training figure{margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5)}}.page-workforce-training blockquote{position:relative;padding-left:2.58rem}.page-workforce-training blockquote::before{content:"";display:block;width:1.58rem;background-color:#b8d05b;position:absolute;inset:.21rem .42rem}.page-workforce-training blockquote>*:last-child{margin-bottom:0}.page-workforce-training .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 991.98px){.page-workforce-training .columns-section .row{flex-direction:column}.page-workforce-training .columns-section .row>*{width:100% !important}}.page-workforce-training .columns-section .row .col-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-workforce-training .columns-1-section{--douglas-container-max-width: 65.42rem;margin-bottom:4.17rem}@media(min-width: 1280px){.page-workforce-training .columns-1-section{--douglas-container-max-width: 1256px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-workforce-training .columns-1-section{--douglas-container-max-width: 1570px}}.page-workforce-training .columns-1-section .row{row-gap:0}.page-workforce-training .columns-1-section .row .col-image{width:31.29rem;margin-left:-1.5286624204%}@media(max-width: 991.98px){.page-workforce-training .columns-1-section .row .col-image{order:99;margin-left:0}}.page-workforce-training .columns-1-section .row .col-text{width:31.67rem;padding-right:2.5477707006%;display:flex;flex-direction:column}@media(max-width: 991.98px){.page-workforce-training .columns-1-section .row .col-text{padding-right:0}}.page-workforce-training .columns-1-section .highlight-block{background-color:rgba(191,120,48,.2);margin-left:-3.9473684211%;padding-left:3.9473684211%;margin-right:-5.2631578947%;padding-right:5.2631578947%;margin-top:auto;padding-top:1.67rem;padding-bottom:1.67rem;position:relative}@media(max-width: 991.98px){.page-workforce-training .columns-1-section .highlight-block{margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);margin-bottom:1.33em;padding-left:calc(var(--douglas-container-offset-x)*.5);padding-right:calc(var(--douglas-container-offset-x)*.5)}}@media(max-width: 575.98px){.page-workforce-training .columns-1-section .highlight-block{margin-bottom:0}}@media(min-width: 992px){.page-workforce-training .columns-1-section .highlight-block::before{content:"";display:block;width:6rem;background:linear-gradient(to right bottom, transparent 50%, rgba(191, 120, 48, 0.2) calc(50% + 1px)),linear-gradient(to right bottom, transparent 50%, #fff calc(50% + 1px));position:absolute;top:0;bottom:50%;right:100%}.page-workforce-training .columns-1-section .highlight-block::after{content:"";display:block;width:6rem;background:linear-gradient(to right top, transparent 50%, rgba(191, 120, 48, 0.2) calc(50% + 1px)),linear-gradient(to right top, transparent 50%, #fff calc(50% + 1px));position:absolute;top:50%;bottom:0;right:100%}}.page-workforce-training .columns-1-section .highlight-block>*:last-child{margin-bottom:0}.page-workforce-training .columns-2-section{--douglas-container-max-width: 65.42rem;margin-bottom:4.17rem}@media(min-width: 1280px){.page-workforce-training .columns-2-section{--douglas-container-max-width: 1256px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-workforce-training .columns-2-section{--douglas-container-max-width: 1570px}}.page-workforce-training .columns-2-section .row .col-image{width:32.25rem}.page-workforce-training .columns-2-section .row .col-text{width:30.29rem}@media(min-width: 1280px){.page-workforce-training .columns-2-section .row .col-text>*:last-child{margin-bottom:0}}.page-infrastructure .first-section{margin-bottom:.63rem}.page-infrastructure .first-section .text-wrapper{max-width:32.3611111111em}.page-infrastructure .columns-section{--douglas-container-max-width: 64.79rem;margin-bottom:2.5rem}@media(min-width: 1280px){.page-infrastructure .columns-section{--douglas-container-max-width: 1244px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-infrastructure .columns-section{--douglas-container-max-width: 1555px}}.page-infrastructure .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 991.98px){.page-infrastructure .columns-section .row{flex-direction:column}.page-infrastructure .columns-section .row>*{width:100% !important}}.page-infrastructure .columns-section .row .col-image{width:31.54rem}@media(max-width: 575.98px){.page-infrastructure .columns-section .row .col-image figure{margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5)}}.page-infrastructure .columns-section .row .col-text{width:30.29rem;display:flex;flex-direction:column;justify-content:space-between}.page-incentives-taxes .first-section{margin-bottom:.42rem}.page-incentives-taxes .first-section .text-wrapper{max-width:48.54rem}.page-incentives-taxes .columns-section .row{display:flex;justify-content:space-between;gap:.5rem 2rem}@media(max-width: 991.98px){.page-incentives-taxes .columns-section .row{flex-direction:column}.page-incentives-taxes .columns-section .row>*{width:100% !important}}.page-incentives-taxes .columns-1-section{--douglas-container-max-width: 63.75rem;margin-bottom:4.17rem}@media(min-width: 1280px){.page-incentives-taxes .columns-1-section{--douglas-container-max-width: 1224px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-incentives-taxes .columns-1-section{--douglas-container-max-width: 1530px}}.page-incentives-taxes .columns-1-section .row .col-left,.page-incentives-taxes .columns-1-section .row .col-right{width:30.29rem;display:flex;flex-direction:column;justify-content:space-between}.page-incentives-taxes .columns-1-section .row .col-right figure{margin-right:-4.1265474553%}@media(max-width: 991.98px){.page-incentives-taxes .columns-1-section .row .col-right figure{margin-right:0}}@media(max-width: 575.98px){.page-incentives-taxes .columns-1-section .row .col-right figure{margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5)}}.page-incentives-taxes .columns-2-section{--douglas-container-max-width: 60.83rem;margin-top:2.67rem;margin-bottom:1rem}@media(min-width: 1280px){.page-incentives-taxes .columns-2-section{--douglas-container-max-width: 1168px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-incentives-taxes .columns-2-section{--douglas-container-max-width: 1460px}}.page-incentives-taxes .columns-2-section .row .col-left{width:30.29rem}.page-incentives-taxes .columns-2-section .row .col-right{width:27.71rem}.page-incentives-taxes .table-wrapper{width:100%;margin-bottom:.75rem;border:1px solid #007037}.page-incentives-taxes .table-notes{margin:0;padding-left:10.42rem;font-style:italic;text-align:right}.page-incentives-taxes .table{width:100%;margin:auto;font-family:"Bree Serif",serif;font-weight:700}.page-incentives-taxes .table tr>*{padding:.17rem .63rem .25rem;vertical-align:top}.page-incentives-taxes .table thead{font-size:1.5rem;font-weight:700;line-height:1.25}.page-incentives-taxes .table thead tr>*{padding-top:.42rem;padding-bottom:.83rem;text-align:center}.page-incentives-taxes .table tbody tr:nth-child(odd)>*{background-color:rgba(184,208,91,.3)}.page-incentives-taxes .table tbody tr>*:first-child{padding-left:2.33rem}@media(max-width: 575.98px){.page-incentives-taxes .table tbody tr>*:first-child{padding-left:7.5%}}.page-incentives-taxes .table tbody tr>*:last-child{text-align:right;padding-right:2.17rem}@media(max-width: 575.98px){.page-incentives-taxes .table tbody tr>*:last-child{width:25%;padding-right:7.5%}}.page-incentives-taxes .image-section{overflow:hidden}@media(max-width: 1279.98px){.page-incentives-taxes .image-section{--douglas-container-max-width: 1280px}}.page-incentives-taxes .image-section .inner{min-height:175px;margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);position:relative}.page-incentives-taxes .image-section figure{margin:0;display:flex;justify-content:flex-end;position:absolute;inset:0}.page-incentives-taxes .image-section figure img{width:auto;max-width:none;height:100%}.page-incentives-taxes .image-section .image-area{aspect-ratio:192/43}.page-incentives-taxes .bottom-section{--douglas-container-max-width: 60.83rem;margin-bottom:3.96rem}@media(min-width: 1280px){.page-incentives-taxes .bottom-section{--douglas-container-max-width: 1168px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-incentives-taxes .bottom-section{--douglas-container-max-width: 1460px}}.page-incentives-taxes .bottom-section .row{display:flex;justify-content:space-around;align-items:center;color:#fff;background-color:#007037;padding:1.04rem;padding-left:2.5rem;padding-right:.63rem;margin-bottom:1.58rem}@media(max-width: 991.98px){.page-incentives-taxes .bottom-section .row{flex-direction:column;gap:1rem;padding-left:10%;padding-right:10%}}@media(max-width: 575.98px){.page-incentives-taxes .bottom-section .row{margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5)}}.page-incentives-taxes .bottom-section .row .col-left{max-width:15.83rem}.page-incentives-taxes .bottom-section .row .col-right{max-width:34.38rem}@media(min-width: 1280px){.page-sites-buildings .first-section{margin-bottom:.42rem}}.page-sites-buildings .first-section .text-wrapper{max-width:57.08rem}.page-sites-buildings .list-section{--douglas-container-max-width: 55.83rem;margin-bottom:3.13rem}@media(min-width: 1280px){.page-sites-buildings .list-section{--douglas-container-max-width: 1072px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-sites-buildings .list-section{--douglas-container-max-width: 1340px}}@media(max-width: 575.98px){.page-sites-buildings .list-section{margin-bottom:.5rem}.page-sites-buildings .list-section .container{padding-left:0;padding-right:0}}.page-sites-buildings .list-section .site-list{display:flex;flex-wrap:wrap;justify-content:space-around;gap:1rem}@media(max-width: 575.98px){.page-sites-buildings .list-section .site-list{gap:0}}.page-sites-buildings .list-section .site-item{width:23.42rem;border:1px solid #007037}@media(max-width: 767.98px){.page-sites-buildings .list-section .site-item{width:100%}}@media(max-width: 575.98px){.page-sites-buildings .list-section .site-item{width:100%;border:0}}.page-sites-buildings .list-section .site-item .head{margin:0;padding:.83rem 1.25rem 1.04rem;font-size:1.33rem;font-family:"Bree Serif",serif;font-weight:700;line-height:1.25;text-align:center;color:#fff;background:linear-gradient(to right, #007037, #b8d05b)}@media(max-width: 1279.98px){.page-sites-buildings .list-section .site-item .head{padding-top:9px;padding-bottom:14px;font-size:24px}}.page-sites-buildings .list-section .site-item .body{padding:1.67rem 2.08rem}@media(max-width: 575.98px){.page-sites-buildings .list-section .site-item .body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 42px 1.5rem}.page-sites-buildings .list-section .site-item .body figure{margin-left:-42px;margin-right:-42px}}.page-sites-buildings .list-section .site-item .body>*:last-child{margin-bottom:0}.page-sites-buildings .list-section .site-item .body ul{text-align:left}.page-sites-buildings .list-section .site-item .body ul>li:has(a)::marker{color:#007037}.page-sites-buildings .list-section .site-item .body ul>li+li{margin-top:.5rem}.page-sites-buildings .bottom-section{font-weight:600;text-align:center}@media(min-width: 1280px){.page-sites-buildings .bottom-section{font-size:1.25rem}}.page-sites-buildings .contact-section{padding-top:.42rem;padding-bottom:2.71rem;font-size:1.33rem}.page-sites-buildings .contact-section .logo{margin-bottom:.83rem}@media(max-width: 1279.98px){.page-home .site-header{padding-bottom:26px}.page-home .site-header>.header-top{display:none}.page-home #mobile-menu{display:block !important;height:auto;position:relative}.page-home .mobile-nav{padding:0}}@media(max-width: 1279.98px){.page-home .site-content{padding:0}}.page-home .content-header{aspect-ratio:192/76}@media(max-width: 1279.98px){.page-home .content-header{display:none}}.page-home .slogan-section{padding-top:1.46rem;padding-bottom:1.67rem}@media(max-width: 1279.98px){.page-home .slogan-section{padding-top:30px;padding-bottom:35px}}.page-home .slogan-section .slogan{margin:0;font-size:1.5rem;text-align:center;font-weight:400}.page-home .slogan-section .slogan strong{font-size:1.7777777778em;color:#bf7830}@media(max-width: 1279.98px){.page-home .slogan-section .slogan{font-size:24px}.page-home .slogan-section .slogan strong{font-size:1.3333333333em}}.page-home .overview-section{position:relative;z-index:1}@media(max-width: 1279.98px){.page-home .overview-section{--douglas-container-max-width: 1280px;--douglas-container-gutter-x: 30px;margin-bottom:48px}}.page-home .overview-section .row{display:flex}@media(max-width: 1279.98px){.page-home .overview-section .row{flex-direction:column}.page-home .overview-section .row>*{width:100% !important}}.page-home .overview-section .row .col-image{flex-shrink:0;width:31.25rem}.page-home .overview-section .row .col-text{flex-shrink:0;width:25.42rem;padding-top:4.58rem;padding-bottom:4.17rem;display:flex;flex-direction:column;justify-content:space-between}@media(max-width: 1279.98px){.page-home .overview-section .row .col-text{display:contents;padding-top:0;text-align:center}}.page-home .overview-section .map-area{width:41.63rem;margin:0;margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-bottom:-6.96rem}.page-home .overview-section .map-area img{width:100%}@media(max-width: 1279.98px){.page-home .overview-section .map-area{width:auto;margin:0 calc(var(--douglas-container-gutter-x)*-0.5) -5%}.page-home .overview-section .map-area img{width:101%;max-width:101%}}.page-home .overview-section .welcome-text{font-size:1.5rem;font-weight:700;color:#007037}@media(max-width: 1279.98px){.page-home .overview-section .welcome-text{order:-1;width:95%;max-width:750px;margin:0 auto 20px;font-size:24px}.page-home .overview-section .welcome-text>*:last-child{margin-bottom:0}}.page-home .overview-section .info-text{padding:1.25rem 1.46rem;font-size:1.25rem;font-weight:600;border:1px solid rgba(0,0,0,.5)}@media(max-width: 1279.98px){.page-home .overview-section .info-text{width:90%;max-width:800px;margin:auto;padding:8px 17px;font-size:16px;border-width:3px}}.page-home .overview-section .info-text>*:last-child{margin-bottom:0}.page-home .top-image-section{position:relative}@media(max-width: 1279.98px){.page-home .top-image-section{--douglas-container-max-width: 1280px}}@media(max-width: 767.98px){.page-home .top-image-section{padding-bottom:20px;background-color:#000}}.page-home .top-image-section .inner{height:19.71rem;margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);position:relative}@media(min-width: 1280px){.page-home .top-image-section .inner{padding-left:calc(var(--douglas-container-offset-x)*.5);padding-right:calc(var(--douglas-container-offset-x)*.5)}}@media(max-width: 1279.98px){.page-home .top-image-section .inner{height:auto}}.page-home .top-image-section .inner>img{height:22.67rem;position:absolute;bottom:0;right:0}@media(max-width: 1279.98px){.page-home .top-image-section .inner>img{display:none}}.page-home .top-image-section figure{height:100%;margin:0;display:flex;align-items:flex-end;justify-content:center}@media(min-width: 1280px){.page-home .top-image-section figure{padding:.63rem 0;padding-right:17.08rem}}@media(max-width: 1279.98px){.page-home .top-image-section figure{flex-direction:column;align-items:center}}.page-home .top-image-section figure::before{content:"";aspect-ratio:192/17;background:linear-gradient(to bottom, #fff, #000);mix-blend-mode:multiply;position:absolute;inset:auto 0 0;z-index:1}@media(max-width: 767.98px){.page-home .top-image-section figure::before{height:57px;aspect-ratio:auto;top:188px}}.page-home .top-image-section figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;inset:0}@media(max-width: 1279.98px){.page-home .top-image-section figure img{min-height:244px;width:110%;max-width:110%;margin-right:-10%;position:relative}}.page-home .top-image-section figcaption{max-width:25.3333333333em;font-size:1.25rem;font-weight:600;text-align:center;color:#fff;text-shadow:0 .17rem .17rem #000;position:relative;z-index:1}@media(max-width: 1279.98px){.page-home .top-image-section figcaption{font-size:16px}}@media(min-width: 768px)and (max-width: 1279.98px){.page-home .top-image-section figcaption{position:absolute;bottom:.63rem}}@media(max-width: 767.98px){.page-home .top-image-section figcaption{max-width:calc(25.3333333333em + var(--douglas-container-offset-x)*1.5);padding-left:calc(var(--douglas-container-offset-x)*.75);padding-right:calc(var(--douglas-container-offset-x)*.75);margin-top:-1.33em}}.page-home .top-image-section figcaption>*{margin-bottom:0}.page-home .facs-section{--douglas-container-max-width: 60.83rem;margin-top:3.54rem;margin-bottom:1rem}@media(min-width: 1280px){.page-home .facs-section{--douglas-container-max-width: 1168px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-home .facs-section{--douglas-container-max-width: 1460px}}@media(max-width: 1279.98px){.page-home .facs-section{--douglas-container-gutter-x: 30px;margin-top:18px;margin-bottom:52px}}.page-home .facs-section .section-title{margin-bottom:2.29rem;font-size:2.67rem;font-weight:900}@media(max-width: 1279.98px){.page-home .facs-section .section-title{margin-bottom:10px;font-size:55px;text-align:center}}.page-home .facs-section .fact-list{display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:1.67rem .42rem;margin:0 calc(var(--douglas-container-gutter-x)*-0.5) .75rem}@media(max-width: 1279.98px){.page-home .facs-section .fact-list{gap:20px 10px;max-width:560px;margin:0 auto 25px}}.page-home .facs-section .fact-item{display:flex;gap:.63rem;font-size:1.5rem;font-weight:900;line-height:1.2;color:#007037}@media(max-width: 1279.98px){.page-home .facs-section .fact-item{width:47.5%;max-width:212px;flex-direction:column;text-align:center;gap:0;font-size:24px}}.page-home .facs-section .fact-item .icon{width:14.08rem;align-self:flex-start}@media(max-width: 1279.98px){.page-home .facs-section .fact-item .icon{width:100%;max-width:154px;margin:auto}}.page-home .facs-section .fact-item .text{align-self:center;width:15.63rem}@media(max-width: 1279.98px){.page-home .facs-section .fact-item .text{width:auto !important;max-width:100%}}.page-home .facs-section .fact-item:nth-child(even) .text{width:18.33rem}.page-home .facs-section .fact-item .notes{font-weight:400;color:#000}@media(max-width: 1279.98px){.page-home .facs-section .fact-item .notes{font-size:20px}}.page-home .facs-section .fact-item .number{font-size:2.67rem;line-height:1;color:#bf7830}@media(max-width: 1279.98px){.page-home .facs-section .fact-item .number{font-size:40px}}@media(max-width: 1279.98px){.page-home .facs-section .fact-item.item-1{order:-1}.page-home .facs-section .fact-item.item-1 .icon{margin-top:-18px;margin-bottom:-10px}.page-home .facs-section .fact-item.item-5{order:-1}.page-home .facs-section .fact-item.item-5 .icon{margin-bottom:-10px}.page-home .facs-section .fact-item.item-5 .text{margin-top:auto}.page-home .facs-section .fact-item.item-5 .text span::before{content:"";display:block}.page-home .facs-section .fact-item.item-3 .icon{max-width:180px}.page-home .facs-section .fact-item.item-4 .icon{max-width:138px;margin-bottom:-5px}.page-home .facs-section .fact-item.item-2{width:100%;max-width:none;flex-direction:row;justify-content:center;order:9;text-align:left}.page-home .facs-section .fact-item.item-2 .icon{margin:0}.page-home .facs-section .fact-item.item-6{width:100%;max-width:none;flex-direction:row;justify-content:center;order:9;text-align:left}.page-home .facs-section .fact-item.item-6 .icon{margin:0;margin-left:-10px;margin-right:-8px}.page-home .facs-section .fact-item.item-6 .text br{display:none}.page-home .facs-section .fact-item.item-6 .text>span{max-width:230px;display:flex;gap:.2em}.page-home .facs-section .fact-item.item-6 .text>span strong{margin-top:-0.3em}.page-home .facs-section .fact-item.item-6 .text>span:first-of-type{margin-top:.5em}}.page-home .facs-section .notes-wrapper{display:block;margin-bottom:0 !important;padding-left:1.25rem}@media(max-width: 1279.98px){.page-home .facs-section .notes-wrapper{padding:0;font-size:15px}}.page-home .facs-section .notes-wrapper .notes{text-align:left;font-style:normal;margin-bottom:.63rem}@media(max-width: 1279.98px){.page-home .facs-section .notes-wrapper .notes{text-align:center;margin-bottom:1em}}@media(max-width: 1279.98px){.page-home .facs-section .notes-wrapper .report-btn{margin:auto}}@media(max-width: 1279.98px){.page-home .bottom-image-section{--douglas-container-max-width: 1280px;margin-bottom:1rem}}.page-home .bottom-image-section .inner{min-height:212px;margin-left:calc(var(--douglas-container-offset-x)*-0.5);margin-right:calc(var(--douglas-container-offset-x)*-0.5);position:relative}.page-home .bottom-image-section figure{margin:0;display:flex;position:absolute;inset:0}.page-home .bottom-image-section figure img{width:auto;max-width:none;height:100%}.page-home .bottom-image-section .image-area{aspect-ratio:1920/502}.page-home .residents-section{--douglas-container-max-width: 56.67rem;font-size:1.33rem}@media(min-width: 1280px){.page-home .residents-section{--douglas-container-max-width: 1088px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-home .residents-section{--douglas-container-max-width: 1360px}}@media(max-width: 1279.98px){.page-home .residents-section{--douglas-container-max-width: 500px;font-size:16px}}.page-home .residents-section .row{position:relative;display:flex;gap:1.33rem}@media(max-width: 1279.98px){.page-home .residents-section .row{display:block}}.page-home .residents-section .row .col-text{flex-shrink:0;width:41.04rem;display:flex;flex-direction:column;justify-content:center}@media(max-width: 1279.98px){.page-home .residents-section .row .col-text{width:auto;text-align:center}}.page-home .residents-section .photo{width:29.88rem;aspect-ratio:1;margin-top:-10.17rem;margin-bottom:-0.67rem;margin-right:-3.88rem;background-color:#fff;padding:.21rem;border:.67rem solid #007037;border-radius:50%}@media(max-width: 1279.98px){.page-home .residents-section .photo{width:283px;margin:-5px auto -22px;padding:5px;border-width:15px}}.page-home .residents-section .photo img{width:100%;border-radius:50%}.page-home .action-section{--douglas-container-max-width: 50rem;padding-top:.75rem;padding-bottom:.75rem;background-color:rgba(191,120,48,.2);font-size:1.33rem;text-align:center}@media(min-width: 1280px){.page-home .action-section{--douglas-container-max-width: 960px;--douglas-container-offset-x: calc(var(--douglas-page-max-width) - var(--douglas-container-max-width))}}@media(min-width: 1600px){.page-home .action-section{--douglas-container-max-width: 1200px}}@media(max-width: 1279.98px){.page-home .action-section{--douglas-container-max-width: 600px;font-size:16px}}.page-home .action-section .inner>*{margin-bottom:.5rem}.page-home .action-section .inner>*:last-child{margin-bottom:0}.page-home .action-section .large{font-size:2rem;font-weight:700;font-style:italic;color:#bf7830}@media(max-width: 1279.98px){.page-home .action-section{padding-top:40px;padding-bottom:30px;font-size:16px}.page-home .action-section .large{font-size:40px}}.page-home .contact-section{padding-top:1.88rem;padding-bottom:1.88rem;color:#007037}@media(max-width: 1279.98px){.page-home .contact-section{padding-bottom:12px !important}}.page-home .contact-section .logo{width:23.88rem;margin-bottom:.5rem}.page-home .contact-section ul{display:flex;flex-wrap:wrap;justify-content:center}.page-home .contact-section ul>li+li::before{content:" • "}