.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,0.75);border:none;color:#333}.flickity-button:hover{background:white;cursor:pointer}.flickity-button:focus{outline:none;box-shadow:0 0 0 5px #19F}.flickity-button:active{opacity:0.6}.flickity-button:disabled{opacity:0.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:0.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}:root{--dark_blue:#001320;--dark_blue_st:#001320dd;--mid_blue:#135e81;--mid_blue_st:#135e81dd;--bright_blue:#0da9e0;--dark_green:#012008;--dark_green_st:#012008dd;--mid_green:#27723f;--mid_green_st:#27723fdd;--green:#20ae4e;--nav_width:350px}.group:after{content:"";display:table;clear:both}*{padding:0;margin:0;box-sizing:border-box;font-family:inherit;color:inherit;scroll-behavior:smooth}::-webkit-scrollbar{display:none}img{vertical-align:middle;max-width:100%;height:auto;background-repeat:no-repeat;background-size:cover;font-style:italic;shape-margin:2em}body{font-size:62.5%;background-color:#eee;color:#333;font-family:"Poppins",sans-serif;scroll-behavior:smooth}#edit-page{position:fixed;right:1em;top:1em;background-color:#000;color:#fff;text-decoration:none;padding:0.25rem;border-radius:0.25rem;z-index:100}#edit-page:hover{background-color:#fff;color:#000}header{position:fixed;width:100vw;left:0;top:0;color:#fff;z-index:10;display:Grid;grid-template-columns:115px 1fr 115px;grid-gap:1rem;padding:2rem;pointer-events:none;user-select:none}.nav-shade{position:absolute;left:0;top:0;width:100%;height:calc(100% + 3rem);background:linear-gradient(180deg,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);opacity:0;transition:opacity 0.5s ease-out;z-index:0;pointer-events:none;user-select:none}.nav-shade.visible{opacity:1}.logo-outer{display:grid;justify-content:center;position:relative;z-index:1;pointer-events:none;user-select:none}nav{--nav_padding:2rem;position:fixed;width:min(var(--nav_width),100vw);height:100vh;overflow-y:auto;background-color:rgba(13,169,224,0.95);padding:var(--nav_padding);right:100vw;top:0;transition:right 0.5s cubic-bezier(.14,.7,.32,.99);z-index:11;display:grid;grid-template-rows:1fr 30px;grid-gap:1rem;pointer-events:all;user-select:none}nav.visible{right:calc(100vw - var(--nav_width))}.easy-close{position:fixed;background-color:#0008;height:100vh;width:100vw;top:0;right:0;opacity:0;pointer-events:none;transition:opacity 0.25s ease-out;z-index:10}.easy-close.visible{opacity:1;pointer-events:all}@media screen and (width < 350px){nav.visible{width:100vw;right:0}}#burger{position:relative;z-index:12;display:grid;grid-template-columns:30px 1fr;grid-gap:0.75rem;text-decoration:none;pointer-events:all}#burger p{font-size:1.4rem;text-transform:uppercase;font-weight:400;letter-spacing:0.08em;line-height:1;margin:0}nav ul{padding-top:6rem;list-style:none}nav li{float:left;clear:left;width:100%}nav a{position:relative;float:left;text-decoration:none;padding:1em 0;font-weight:600;font-size:0.9rem;text-transform:uppercase}nav a::before{content:'';height:3px;width:1.5rem;position:absolute;right:calc(100% + var(--nav_padding));top:calc(50% - 1.5px);background-color:#fff;transition:right 0.5s cubic-bezier(.14,.7,.32,.99)}nav a:hover::before,nav a.active::before{right:calc(100% + (var(--nav_padding) / 2))}.social{padding:0}.social a{padding:0}.social a img{width:30px;border-radius:0.25rem}#logo{float:left;width:150px;pointer-events:all;user-select:none}#logo img{width:100%}.flex{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.fcw{float:left;clear:left;width:100%}h1,h2,h3,h4,h5,h6{margin-bottom:1em;font-weight:normal}h1{font-size:4em;font-weight:300}main{float:left;clear:left;width:100%;scroll-behavior:smooth}main p,main li{font-size:1rem;line-height:1.6;margin-bottom:1em;clear:left;position:relative}main ul,main ol{margin:2rem}article :is(ul,ol){list-style:none}article li::before{content:"";background-color:var(--bright_blue);border-radius:100%;width:1ch;height:1ch;display:block;position:absolute;top:0.75ch;left:-3ch}:is(.theme_Green,.theme_White,.theme_Black) li::before{background-color:var(--green)}.align_left{float:left}.align_right{float:right}.align_center{text-align:center}img.align_left{margin:0.5em 1em 1em 0}img.align_right{margin:0.5em 0 1em 1em}img.align_center{display:block;margin-left:auto;margin-right:auto}input,textarea,label,hr{float:left;clear:left;width:100%;margin-bottom:1em}input,textarea{background-color:#fff;border:1px solid #aaa;padding:0.5em;font-size:1.4em}input[type="submit"]{float:left;clear:left;text-decoration:none;cursor:pointer;border:none;outline:none}.errortext{color:red;font-weight:bold}.rounded-btn{font-size:0.9rem;text-transform:uppercase;font-weight:bold;display:inline-block;min-width:250px;padding:0.75rem 2.5rem;border-radius:1000em;text-decoration:none;background-color:#fff;color:#000;text-align:center;transition:color 0.25s,background-color 0.25s,border 0.25s}.rounded-btn.Blue,.theme_Blue .rounded-btn{background-color:var(--bright_blue);border:2px solid var(--bright_blue);color:#fff}.rounded-btn.Blue:hover,.theme_Blue .rounded-btn:hover{background-color:#fff;border:2px solid #fff;color:var(--bright_blue)}.rounded-btn.Green,.theme_Green .rounded-btn{background-color:var(--green);border:2px solid var(--green);color:#fff}.rounded-btn.Green:hover,.theme_Green .rounded-btn:hover{background-color:#fff;border:2px solid #fff;color:var(--green)}.rounded-btn.White{background-color:#fff;border:2px solid #fff;color:#000}.rounded-btn.White:hover{background-color:var(--bright_blue);border:2px solid var(--bright_blue);color:#fff}.rounded-btn.White-Translucent{background-color:#fff3;border:2px solid #fff;color:#fff}.rounded-btn.White-Translucent:hover{background-color:#fff;border:2px solid #fff;color:var(--bright_blue)}:is(.theme_White,.theme_Black) .rounded-btn{background-color:#000;color:#fff}:is(.theme_White,.theme_Black,.theme_Blue,.theme_Green) .rounded-btn:hover{background-color:#eee;color:#000}.slide_from_bottom{opacity:0;--slide_delay:0.25s}.slide_from_bottom.run{animation:slide_from_bottom;animation-duration:1.5s;animation-timing-function:cubic-bezier(.18,.78,.56,.98);animation-fill-mode:forwards}.slide_from_bottom:nth-child(8n+1){animation-delay:calc(var(--slide_delay) * 1)}.slide_from_bottom:nth-child(8n+2){animation-delay:calc(var(--slide_delay) * 2)}.slide_from_bottom:nth-child(8n+3){animation-delay:calc(var(--slide_delay) * 3)}.slide_from_bottom:nth-child(8n+4){animation-delay:calc(var(--slide_delay) * 4)}.slide_from_bottom:nth-child(8n+5){animation-delay:calc(var(--slide_delay) * 5)}.slide_from_bottom:nth-child(8n+6){animation-delay:calc(var(--slide_delay) * 6)}.slide_from_bottom:nth-child(8n+7){animation-delay:calc(var(--slide_delay) * 7)}.slide_from_bottom:nth-child(8n+8){animation-delay:calc(var(--slide_delay) * 8)}@keyframes slide_from_bottom{0%{opacity:0;transform:translateY(1rem)}100%{opacity:1;transform:translateY(0)}}.line-nav{position:fixed;right:0;top:0;height:100vh;width:4rem;z-index:9;display:grid;grid-template-rows:1fr min-content 5rem;grid-gap:2rem;justify-content:center;align-items:flex-end}.line-nav .inner{width:100%;display:grid;grid-gap:0.75rem}.navline{display:inline-block;width:2px;height:100%;background-color:#fff;margin-left:calc(50% - 1px)}.ln-btn{position:relative;border:2px solid #fff;background-color:#fff;float:left;clear:left;width:0.8rem;height:0.8rem;border-radius:100em}.ln-btn.active,.ln-btn:hover{background-color:transparent}.ln-btn.Blue.active,.ln-btn.Blue:hover{background-color:var(--bright_blue);border:2px solid var(--bright_blue)}.ln-btn.Green.active,.ln-btn.Green:hover{background-color:var(--green);border:2px solid var(--green)}.ln-btn p{position:absolute;right:calc(100% + 0.5rem);text-align:right;color:#fff;font-size:0.8rem;text-transform:uppercase;line-height:0.7;letter-spacing:0.1em;margin:0;opacity:0;pointer-events:none;user-select:none;transition:opacity 0.5s}.ln-btn:hover p{opacity:1}.theme_Blue{background-color:var(--dark_blue)}.theme_Green{background-color:var(--dark_green)}.theme_White{background-color:#fff}.theme_Black{background-color:#000}.lines{position:absolute;z-index:2;pointer-events:none;user-select:none}.section-head{font-size:4rem;font-weight:200;color:#fff;line-height:1.05;letter-spacing:-0.015em}.section-head strong{font-weight:bold}.next-block{width:1.5rem;height:1.5rem;position:absolute;left:50%;bottom:2rem;rotate:45deg;border-right:2px solid #fff;border-bottom:2px solid #fff;z-index:2}section:last-of-type .next-block{display:none}footer{position:relative;float:left;clear:both;width:100%;height:100vh;overflow-y:auto;overflow-x:clip;padding:15vw 5vw 5vw;isolation:isolate;color:#fff;background-color:var(--dark_blue)}footer .inner{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr 0.5fr;grid-gap:5vw 7vw}#flogo{width:100%}.copyright{grid-column:2/-1;opacity:0.5}.fhead{color:var(--bright_blue);font-size:1.6rem;text-transform:uppercase}.fcontact{text-transform:uppercase}.fcontact p a{color:var(--bright_blue)}.flinks a{float:left;cleaR:left;width:100%;text-decoration:none;font-size:0.8rem;letter-spacing:0.01em;margin-bottom:0.5em;text-transform:uppercase}.flinks a:hover{color:var(--bright_blue)}.style_1 .blinks{display:Block;margin-inline:auto;width:min(800px,100%)}.style_1 .body{bottom:2rem;right:7vw;text-align:left}.style_1 .line1{top:0;left:3rem;width:25%;height:20vh;border-right:1.5px dashed #fff;border-bottom:1.5px dashed #fff}.style_1 .line2{top:20vh;left:0;width:3rem;height:50vh;border-right:1.5px dashed #fff;border-bottom:1.5px dashed #fff}.style_2 .line1{bottom:2.5rem;left:2.5rem;width:8vw;height:50vh;border-left:1.5px dashed #fff;border-bottom:1.5px dashed #fff}.style_2 .line2{top:25vh;right:20vw;width:15vw;height:40vh;border-right:1.5px dashed #fff;border-top:1.5px dashed #fff}.style_2 .content{text-align:left;width:min(800px,100%)}.style_2 .body{position:static;float:left;clear:left;width:100%;margin-top:1rem}.style_2 .blinks{float:right;clear:right;width:50%;margin-top:1rem}.style_3 .line1{bottom:0;left:0;width:25vw;height:40vh;border-top:1.5px dashed #fff;border-right:1.5px dashed #fff}.style_3 .line2{top:0;right:15vw;width:10vw;height:12.5vh;border-right:1.5px dashed #fff;border-bottom:1.5px dashed #fff;border-left:1.5px dashed #fff}.style_3 .body{position:static;margin-inline:auto;text-align:left}.style_3 .blinks{margin-block:2rem}.style_4 .line1{top:25vh;left:37.5vw;width:25vw;height:2px;border-bottom:1.5px dashed #fff}.style_4 .line2{bottom:25vh;left:37.5vw;width:25vw;height:2px;border-bottom:1.5px dashed #fff}.style_4 .heading{text-align:center;grid-column:1/-1}.style_4 .content{text-align:left;width:min(900px,100%);display:grid;grid-template-columns:1fr 1.5fr;grid-gap:2rem 5vw}.style_4 .body{position:static;text-align:left}.style_4 .blinks a{float:right}.style_5 .content{text-align:left;width:min(1200px,100%);display:grid;grid-template-columns:1fr 1.5fr;grid-gap:1.5rem 5vw;margin-top:2.5vw}.style_5 .heading{text-align:center;grid-column:1/-1;margin:0}.style_5 .tests{grid-column:1/-1}.testimonials:focus-visible,.flickity-enabled,.flickity-enabled:focus-visible{border:0;outline:0}.flickity-viewport{transition:height 0.4s ease-in-out;width:100%;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%)}.carousel-cell{width:50%;isolation:isolate;padding-inline:3vw;padding-bottom:2.5rem;display:grid;grid-template-columns:40px 1fr;grid-gap:1rem;cursor:grab}.carousel-cell .left{display:grid;grid-template-rows:28px 1fr;grid-gap:1rem;padding-bottom:3rem}.quote-line{height:100%;width:100%;border-right:1.5px dashed #fff}.carousel-cell .right{padding-bottom:3rem}.carousel-cell p{float:left;clear:left;font-style:italic;text-align:left;font-size:0.9rem}.carousel-cell p.giver{font-style:normal;color:var(--green);font-size:0.75rem;letter-spacing:0.02em;text-transform:uppercase;font-weight:Bold;line-height:1.2;margin:0}.flickity-prev-next-button{width:2.75rem;height:2.75rem;fill:#fff;padding:0.75rem;border-radius:100%;background-color:transparent;border:1.5px solid #fff;cursor:pointer;top:100%}.flickity-prev-next-button.next{right:calc(50% - 3rem);left:unset}.flickity-prev-next-button.previous{left:calc(50% - 3rem);right:unset}.flickity-prev-next-button:hover{border:1.5px solid var(--green);background:transparent}.flickity-prev-next-button .flickity-button-icon{left:27%;top:27%;width:45%;height:45%;fill:#fff}.flickity-prev-next-button:hover .flickity-button-icon{fill:var(--green)}.style_5 .line1{top:0;left:37.5vw;width:25vw;height:15vh;border-bottom:1.5px dashed #fff;border-left:1.5px dashed #fff}.style_5 .line2{top:15vh;left:37.5vw;width:25vw;height:10vh;border-right:1.5px dashed #fff}.theme_Blue :is(p a,li a,td a){color:var(--mid_blue)}.theme_Green :is(p a,li a,td a),.theme_Black :is(p a,li a,td a),.theme_White :is(p a,li a,td a){color:var(--mid_green)}.cookies{position:fixed;bottom:1rem;left:1rem;color:#fff;width:300px;background-color:var(--mid_blue);padding:1rem;z-index:100;border-radius:0.5rem;max-width:calc(100vw - 2rem)}.cookies h2{font-weight:bold;font-size:1.2rem;line-height:1}.cookies a.rounded-btn{font-size:0.7rem;width:auto;display:inline-block;margin-top:1rem;color:var(--dark_blue)}.cookies a.rounded-btn:hover{background-color:var(--bright_blue);color:#fff}@media screen and (width < 1200px){.style_2 .line2{right:10vw;top:20vh}}@media screen and (width < 1100px){.section-head{font-size:2.75rem}}@media screen and (width < 1000px){footer .flogo{grid-column:1/-1}#flogo{width:150px;display:block;margin-inline:auto}footer .inner{grid-template-columns:repeat(3,1fr);padding-right:1rem}.social .fhead{display:none}}@media screen and (width < 900px){.rounded-btn{font-size:0.7rem;min-width:200px}.line-nav{width:3rem}.style_2 .content{padding-inline:4rem}.block{scroll-snap-align:center;height:100vh}.style_2 .blinks,.style_2 .body{width:100%;padding-right:2rem}.style_2 .blinks a{float:left}.style_2 .body{max-width:100%}.style_3 .line1{width:12.5vw}.style_5 .line1,.style_5 .line2{display:none}}@media screen and (width < 600px){.rounded-btn{font-size:0.6rem;width:100%;display:block;margin-inline:0}header{grid-template-columns:30px 1fr 30px;padding:1rem}#logo{width:100px}#burger p,.address .fhead{display:none}.navline,.ln-btn{filter:drop-shadow(0 0 5px #0006)}.line-nav{width:2.5rem;grid-template-rows:1fr min-content 20vh}footer .inner{grid-template-columns:1fr;padding-bottom:10vh}.copyright{grid-column:1/-1}.style_1{padding-block:8rem}.content{padding-block:20vh;padding-inline:10vw}.body{position:static;margin-top:2rem;width:100%;max-width:100%}.blinks a{margin-inline:0}.style_1 .line1{height:6rem;left:1rem}.style_1 .line2{top:6rem;width:1rem}.style_2 .content{padding-left:3rem}.style_2 .line1{left:1rem;width:8rem}.style_2 .body{padding-right:0}.style_3 .line1{width:5vw;height:60vh}.style_4 .content{grid-template-columns:1fr}.style_4 .body,.style_4 .heading p:last-child{margin-block:0}.style_4 .line1{top:15vh;width:50vw;left:25vw}.style_4 .line2{bottom:15vh;width:50vw;left:25vw}}main{height:100vh;overflow-y:scroll;scroll-snap-type:y proximity;scroll-behavior:smooth}main p{font-size:0.75rem;line-height:1.7;margin-bottom:1em;font-weight:300}.lines{position:absolute;z-index:2;pointer-events:none;user-select:none}.hero{position:relative;background-color:var(--dark_blue);height:100vh;scroll-snap-align:start}#hero-video,#hero-image{width:100%;height:100%;object-fit:cover;opacity:0.7}.hero .text{width:max(30vw,400px);max-width:calc(100% - 6rem);position:absolute;left:2rem;padding-left:2rem;padding-bottom:2rem;bottom:0;z-index:2;color:#fff;border-left:1.5px dashed #fff}.hero .line1{width:60%;height:1px;border-bottom:1.5px dashed #fff;left:0;top:40%}.block{scroll-snap-align:start}::-webkit-scrollbar{display:none}section{float:left;clear:left;width:100%;padding:15vw 5vw;overflow-y:scroll;height:100vh;position:relative;isolation:isolate;color:#fff;display:grid;place-items:center;align-content:center}.bg{position:absolute;inset:0;width:100vw;height:100vh;object-fit:cover;opacity:0.3;z-indeX:-1}section .heading{margin-bottom:0.5rem}.section-head{font-size:4rem;font-weight:200;color:#fff;line-height:1.05;letter-spacing:-0.015em}.section-head strong{font-weight:bold}.body{position:absolute;z-index:2;width:max(25vw,400px);max-width:calc(100% - 6rem)}.blinks{text-align:center}.blinks a{margin:0.3rem 0.15rem}.content-outer{position:absolute;display:grid;place-items:center;align-content:center;inset:0;width:100vw;height:100vh;overflow-y:scroll}.content{text-align:center}@media screen and (width < 900px){.content{padding-inline:2rem}main{}}@media screen and (width < 700px){.section-head{font-size:2rem}.carousel-cell{width:70vw}}@media screen and (width < 600px){section{padding-inline:0;height:100svh}.hero{height:100svh}}