:root{--blue: #0056B8;--light-blue: #CCDDF1;--light-gray: #E6E6E6;--white: #ffffff;--black: #000000;--color-bg: var(--white);--color-surface: var(--black);--color-text: var(--black);--color-muted: var(--light-blue);--color-brand: var(--blue);--color-border: rgba(232, 236, 246, 0.12);--font-primary: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,"Liberation Mono", "Courier New", monospace;--text-base: 16px;--line: 1.5;--default-text-gap: 0.7rem;--gap: 1.5rem;--mobile-gap: 1.5rem;--container: 1100px;--radius: 14px;--shadow: 0 10px 30px rgba(0, 0, 0, 0.35);--space-1: 6px;--space-2: 10px;--space-3: 14px;--space-4: 18px;--space-5: 24px;--space-6: 32px}.site-header{z-index:10;background:var(--blue);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.brand-mark{width:22px;height:22px;border-radius:7px;background:var(--color-brand)}.site-nav{display:flex;gap:var(--space-4);align-items:center}.nav-link{display:inline-block;color:var(--white);padding:10px 12px;border-radius:10px;position:relative;font-weight:normal;text-decoration:none;font-size:20px}.nav-link::after{content:"";width:0;height:4px;background:var(--light-blue);display:block;position:absolute;bottom:0;left:0;transition:250ms ease-in-out}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link:hover::after,.nav-link:focus::after{width:100%}.nav-link[aria-current=page]::after{width:100%}.nav-link.is-active{color:var(--color-text);background:rgba(124,92,255,.15)}.nav-toggle{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--white);background:rgba(0,0,0,0);cursor:pointer;transition:inherit}.nav-toggle-bar{display:block;height:2px;margin:6px auto;width:18px;background:var(--white);border-radius:10px;transition:250ms ease-in-out}.nav-toggle-bar:before,.nav-toggle-bar:after{content:"";background:inherit;width:100%;height:100%;border-radius:10px;display:block;position:absolute;transition:250ms ease-in-out}.nav-toggle-bar:after{top:-7px}.nav-toggle-bar:before{top:7px}.nav-toggle[aria-expanded=true] .nav-toggle-bar{background:rgba(0,0,0,0)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:before,.nav-toggle[aria-expanded=true] .nav-toggle-bar:after{background:var(--white)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:before{transform:rotate(45deg);top:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:after{transform:rotate(135deg);top:0}@media(max-width: 768px){.nav-toggle{display:inline-block}.site-nav{position:absolute;right:0;top:110px;flex-direction:column;align-items:stretch;width:100%;background:var(--color-surface);padding:var(--space-3);box-shadow:var(--shadow)}.nav-link{font-size:18px}.site-nav[data-collapsed=true]{display:none}.site-nav[data-collapsed=false]{display:flex}}.site-footer{color:var(--white);border-top:1px solid var(--color-border);background:var(--black)}.bg-blue{background:var(--blue)}.bg-light-blue{background:var(--light-blue)}.bg-light-gray{background:var(--light-gray)}.bg-white{background:var(--white)}.bg-black{background:var(--black)}.text-blue{color:var(--blue)}.text-light-blue{color:var(--light-blue)}.text-light-gray{color:var(--light-gray)}.text-white{color:var(--white)}.text-black{color:var(--black)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.font-bold{font-weight:bold}.font-normal{font-weight:normal}.font-light{font-weight:light}.font-weight-100,.font-weight-thin{font-weight:100}.font-weight-200,.font-weight-extra-light{font-weight:200}.font-weight-300,.font-weight-light{font-weight:300}.font-weight-400,.font-weight-regular{font-weight:400}.font-weight-500,.font-weight-medium{font-weight:500}.font-weight-600,.font-weight-semi-bold{font-weight:600}.font-weight-700,.font-weight-bold{font-weight:700}.font-weight-800,.font-weight-extra-bold{font-weight:800}.font-weight-900,.font-weight-black{font-weight:900}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-xxl{font-size:1.5rem}.no-underline{text-decoration:none}.underline{text-decoration:underline}*{box-sizing:border-box}html{scroll-behavior:smooth;text-wrap:pretty}.text-container :where(h1,h2,h3,h4,h5,h6){margin:0}.text-container :where(*+*){margin-top:var(--default-text-gap, 1.7rem);margin-bottom:0}body{margin:0;background:var(--color-bg);color:var(--color-text)}html,body,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,input,select,textarea,p,pre,code,blockquote,ul,ol,li,dl,dt,dd,a,button,label,table,th,td{font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--line)}iframe{width:100%}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:var(--font-primary);font-weight:normal;line-height:1.2}h1,.h1{font-size:3.3rem}h2,.h2{font-size:2.5rem}h3,.h3{font-size:1.8rem}h4,.h4{font-size:1.4rem}h5,.h5{font-size:1.2rem}h6,.h6{font-family:var(--font-family-main);font-size:1rem}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}@media(max-width: 768px){h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.6rem}h4,.h4{font-size:1.2rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.8rem}}p{line-height:1.4}a{text-decoration:underline;color:inherit;transition:250ms ease-out}a:hover{text-decoration:none}hr{color:var(--color-text);display:block;width:100%;border:0;height:1px;background:var(--color-text)}img{max-width:100%;height:auto;object-fit:cover}strong,b{font-weight:700}small{font-size:.7em}em{font-style:italic}sup{vertical-align:super;font-size:smaller}sub{vertical-align:sub;font-size:smaller}button,.btn{appearance:none;border:none;background:none;font:inherit;cursor:pointer;font-size:18px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:100px;line-height:1;text-decoration:none;border:1px solid rgba(0,0,0,0);transition:250ms ease-in-out}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover,.btn-primary:focus{background:var(--light-blue);color:var(--blue);border:1px solid var(--blue)}.btn-secondary{background:var(--black);color:var(--white)}.btn-secondary:hover,.btn-secondary:focus{background:var(--light-gray);color:var(--black);border:1px solid var(--black)}table.responsive{width:100%}@media(max-width: 768px){table.responsive thead{display:none}table.responsive tr{display:block}table.responsive tr+tr{border-top:0}table.responsive td{display:block;border:0}table.responsive td:before{content:attr(th-name);display:block}}input[type=text],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=date],input[type=time],select,textarea{appearance:none;width:100%;padding:.5rem 1rem;border:1px solid;background:var(--white);color:var(--black)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437' xml:space='preserve'%3E%3Cpath d='m386.258 91.567-182.54 181.945L21.179 91.567 0 112.815 203.718 315.87l203.719-203.055z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 10px);background-size:18px;padding-right:30px}input[type=reset],input[type=submit]{cursor:pointer}img{max-width:100%;display:block}.skip-link{position:absolute;left:-999px;top:10px;background:var(--color-text);color:var(--white);padding:var(--space-2) var(--space-3);border-radius:10px;z-index:9999}.skip-link:focus{left:10px}.container{max-width:var(--container);margin:0 auto;padding:0 var(--space-2)}.card-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:var(--space-5);padding:24px 0 56px}@media(max-width: 1024px){.card-grid{grid-template-columns:1fr}}@media(max-width: 768px){.desktop-only{display:none !important}}@media(min-width: 769px){.mobile-only{display:none !important}}.visually-hidden,.sr-only{clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.text-overflow-ellipse{text-overflow:ellipsis}.text-wrap-balance{text-wrap:balance}.aspect-ratio-16-9{aspect-ratio:16/9}.aspect-ratio-4-3{aspect-ratio:4/3}.aspect-ratio-1{aspect-ratio:1}.block{display:block}.inline{display:inline}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.none{display:none}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.flex-center{display:flex;justify-content:center;align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.m-0{margin:0}.m-1{margin:.25rem}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.p-0{padding:0}.p-1{padding:.25rem}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pr-1{padding-right:.25rem}.m-2{margin:.5rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.m-3{margin:.75rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.p-3{padding:.75rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-3{padding-right:.75rem}.m-4{margin:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.p-4{padding:1rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.m-8{margin:2rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.p-8{padding:2rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.m-12{margin:3rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mr-12{margin-right:3rem}.p-12{padding:3rem}.pt-12{padding-top:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pr-12{padding-right:3rem}.m-16{margin:4rem}.mt-16{margin-top:4rem}.mb-16{margin-bottom:4rem}.ml-16{margin-left:4rem}.mr-16{margin-right:4rem}.p-16{padding:4rem}.pt-16{padding-top:4rem}.pb-16{padding-bottom:4rem}.pl-16{padding-left:4rem}.pr-16{padding-right:4rem}.ml-auto,.mx-auto{margin-left:auto}.mr-auto,.mx-auto{margin-right:auto}.mt-auto,.my-auto{margin-top:auto}.mb-auto,.my-auto{margin-bottom:auto}.m-auto{margin:auto}@media(max-width: 768px){.mobile\:m-0{margin:0}}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.t-0{top:0}.r-0{right:0}.b-0{bottom:0}.l-0{left:0}.t-100{top:100%}.r-100{right:100%}.b-100{bottom:100%}.l-100{left:100%}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-high{z-index:21474836}.z-very-high{z-index:214748364}.z-max{z-index:2147483646}.z-max-1{z-index:2147483647}.absolute-center{top:50%;left:50%;transform:translate(-50%, -50%)}.absolute-top-right{top:0;right:0;transform:translate(50%, -50%)}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;margin-left:calc(-1*var(--gap, 16px)/2);margin-right:calc(-1*var(--gap, 16px)/2);row-gap:var(--gap, 16px)}.col{padding-left:calc(var(--gap, 16px)/2);padding-right:calc(var(--gap, 16px)/2)}@media(max-width: 768px){.row{margin-left:calc(-1*var(--mobile-gap, var(--gap, 16px))/2);margin-right:calc(-1*var(--mobile-gap, var(--gap, 16px))/2);row-gap:var(--mobile-gap, var(--gap, 16px))}.row .col{padding-left:calc(var(--mobile-gap, var(--gap, 16px))/2);padding-right:calc(var(--mobile-gap, var(--gap, 16px))/2)}}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}@media(max-width: 500px){.col-xxs-12{flex-basis:100% !important;max-width:100% !important}}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.666%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.666%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.666%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.666%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width: 769px){.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.666%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.666%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.666%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width: 993px){.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.666%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.666%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.666%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width: 1201px){.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.666%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.666%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.666%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media(min-width: 1600px){.col-xl-4{flex-basis:33% !important;max-width:33% !important}}@media(min-width: 1201px){.col-lg-20-percent{flex-basis:20% !important;max-width:20% !important}}.home--hero{background-image:url("../images/background-tech.svg");background-size:cover;background-position:center bottom;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding-bottom:20rem}.home--columns{margin-top:-10rem}.home--columns .zesco-galco-logo{width:400px}.home--carousel-wrap{position:relative;padding-left:45px;padding-right:45px}.home--carousel .brand-slide{padding:16px 18px;display:flex !important;min-height:140px}.home--carousel .brand-slide img{max-width:100%;max-height:90px;object-fit:contain;height:auto;width:auto;display:block;filter:none;transition:250ms ease-in-out}.home--carousel .brand-slide:hover img,.home--carousel .brand-slide:focus img{transform:scale(1.05)}.home--carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:3px solid var(--blue);background:rgba(0,0,0,0);cursor:pointer;font-size:18px;line-height:1;display:grid;place-items:center}.home--carousel .carousel-arrow.prev{left:0}.home--carousel .carousel-arrow.next{right:0}.home--carousel .slick-dots{position:static;margin:18px 0 0}.home--carousel .slick-dots li button:before{font-size:10px;opacity:.35}.home--carousel .slick-dots li.slick-active button:before{opacity:.85}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-brand);color:#0b0d12;font-weight:700;cursor:pointer}.button--secondary{background:rgba(0,0,0,0);color:var(--color-text)}.form{max-width:520px;padding:18px 0 56px}.field{display:grid;gap:8px;margin:0 0 14px}input,textarea{padding:12px 12px;border-radius:12px;border:1px solid var(--color-border);background:hsla(0,0%,100%,.04);color:var(--color-text)}.products--link{-webkit-box-shadow:0px 0px 7px 0px var(--black);box-shadow:0px 0px 7px 0px var(--black);border-radius:10px;height:100%;transition:250ms ease-in-out}.products--link .btn-container{margin-top:auto;padding-top:25px}.products--link .btn{margin-top:auto}.products--link .btn:hover{background:unset}.products--link:hover,.products--link:focus{outline:2px dotted var(--blue);outline-offset:3px}.products--link:hover img,.products--link:focus img{transform:scale(1.05)}.products--link:hover .btn,.products--link:focus .btn{background:unset;color:var(--black);border-color:var(--black)}.products--link .link-label span{border-bottom:2px solid var(--blue)}.products--image{max-height:90px;min-height:90px;object-fit:contain;aspect-ratio:16/9;height:100%;margin-left:auto;margin-right:auto;transition:250ms ease-in-out}.contact-page .contact-item{background:var(--light-gray);border-radius:10px;width:100%;height:100%}.contact-page .contact-svg-icon{width:45px;height:45px;fill:var(--blue)}.contact-page .contact-value,.contact-page .contact-value a{font-size:18px}/*# sourceMappingURL=main.css.map */
