.messageContainer{z-index:1000;width:100%;color:var(--white);font-size:1rem;position:absolute;top:0}.messageContainer .message{justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.messageStrip.success,.messageStrip.info{background-color:var(--greeny-blue)}.messageStrip.error{background-color:var(--red)}.messageContainer svg{stroke:var(--white);width:1rem;height:1rem}.message-enter{opacity:.01}.message-enter.message-enter-active{opacity:1;transition:opacity .5s ease-in}.message-leave{opacity:1}.message-leave.message-leave-active{opacity:.01;transition:opacity .3s ease-in}.messageStrip.infoWithCheck{background-color:var(--greeny-blue);text-align:center}.messageStrip.infoWithCheck span{width:100%}.messageStrip.infoWithCheck span:before{content:url(/static/Message/check-mark.svg);width:20px;margin-right:10px}
:root{--white:#fff;--light-white:#fafafa;--white-two:#f6f6f6;--white-three:#e9e9e9;--white-four:#ebebeb;--white-five:#e8e8e8;--white-six:#fafafa;--white-seven:#f7f7f7;--white-eight:#f2f2f2;--white-nine:#f6f6f6;--white-border:#ededed;--black:#000;--pinkish-grey:#beb7ad;--pinkish-grey-border:#c8c8c8;--brownish-grey:#666;--dark-grey:#333;--dark-grey2:#343a40;--dark-grey3:#212529;--dark-grey4:#ddd;--dark-grey5:#545454;--dark-grey6:#36363c;--dark-grey7:#b1b1b1;--warm-grey:#999;--greyish:#a09b92;--greyish-two:#a9a9a9;--greyish-three:gray;--mid-grey:#ccc;--footer-grey:#c6bfb7;--light-grey1:#f5f5f5;--light-grey:#aeaeae;--light-grey2:#eaeaea;--light-grey3:#868e96;--light-grey4:#adb5bd;--light-grey5:#e9ecef;--light-grey6:#d7d7d7;--light-grey7:#f8f8f8;--light-grey8:#e0e0e0;--light-grey9:#e5e5e5;--light-grey10:#dfdfdf;--light-grey11:#d9d9d9;--light-grey12:#e0e0e0;--light-grey13:#f0f0f0;--light-grey14:#e8e8e8;--light-grey15:#c7c7c7;--light-grey16:#e7e7e7;--light-grey17:#a2a3a2;--light-grey18:#a3a3a3;--light-grey19:#b5b5b5;--light-grey20:#eaeaea;--light-grey21:#fbfbfb;--background-grey:#c4c4c4;--light-blue-grey:#d0e0ec;--stone:#7d7e7f;--denim-blue:#3b5998;--blue:#cee3ff;--light-blue:#3a99d9;--dark-sky-blue:#3498db;--very-light-blue:#e2eeff;--dropdown-blue-1:#007eff14;--dropdown-blue-2:#007eff0a;--green:#87c81c;--greeny-blue:#47bf9d;--greeny-blue-light:#e5f6f5;--greeny-blue-dark:#16a085;--greenny:#53c3a3;--light-green:#4dbf9d;--dark-seafoam-green:#38a989;--soft-green:#6c6;--red:#c51111;--red-2:#ff2e2e;--red-3:#bd081c;--red-4:#e85f5f;--cocoa:#7c5e43;--dirt-brown:#5f4731;--beige:#c1b289;--brown:#686868;--brown-two:#41bd99;--brown-3:#7d5d46;--brown-4:#856751;--brown-5:#5e4731;--price-brown:#7d5d46;--purply-pink:#f47cc3;--butterscotch:#ffd140;--brownish-orange:#bd961d;--orange:#eca942;--rose-gold:#f27bc2;--like-count:#ff634c;--brownish-yellow:#c89a16;--yellow:#ffcf3b;--yellow2:#e4b628;--yellow3:#ffdc6d;--yellow4:#f7a71b;--yellow5:#ffeaa6;--yellow6:#ffd140;--cloudy-blue:#c3cddc}
@font-face{font-family:Open Sans Light;font-weight:300;src:local(Open Sans Light),url(/static/fonts/open-sans/opensans-light.woff2)format("woff2"),url(/static/fonts/open-sans/opensans-light.woff)format("woff");font-display:swap}@font-face{font-family:Open Sans;src:local(Open Sans),url(/static/fonts/open-sans/opensans-regular.woff2)format("woff2"),url(/static/fonts/open-sans/opensans-regular.woff)format("woff");font-display:swap}@font-face{font-family:Open Sans Bold;src:local(Open Sans Bold),url(/static/fonts/open-sans/opensans-bold.woff2)format("woff2"),url(/static/fonts/open-sans/opensans-bold.woff)format("woff");font-display:swap}@font-face{font-family:Open Sans Medium;src:local(Open Sans Medium),url(/static/fonts/open-sans/OpenSans-Medium.woff)format("woff"),url(/static/fonts/open-sans/OpenSans-Medium.ttf)format("truetype");font-display:swap}@font-face{font-family:Open Sans SemiBold;src:local(Open Sans SemiBold),url(/static/fonts/open-sans/OpenSans-SemiBold.woff)format("woff"),url(/static/fonts/open-sans/OpenSans-SemiBold.ttf)format("truetype");font-display:swap}:root{--gutter-width:1rem;--outer-margin:2rem;--gutter-compensation:calc((var(--gutter-width) * .5) * -1);--half-gutter-width:calc((var(--gutter-width) * .5));--xs-min:30rem;--sm-min:48rem;--md-min:64rem;--lg-min:75rem;--screen-xs-min:var(--xs-min)em;--screen-sm-min:var(--sm-min)em;--screen-md-min:var(--md-min)em;--screen-lg-min:var(--lg-min)em;--container-sm:calc(var(--sm-min) + var(--gutter-width));--container-md:calc(var(--md-min) + var(--gutter-width));--container-lg:calc(var(--lg-min) + var(--gutter-width))}.container,.container-fluid{margin-left:auto;margin-right:auto}.container-fluid{padding-right:var(--outer-margin,2rem);padding-left:var(--outer-margin,2rem)}.row{box-sizing:border-box;margin-right:var(--gutter-compensation,-.5rem);margin-left:var(--gutter-compensation,-.5rem);flex-flow:wrap;flex:0 auto;display:flex}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.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-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;padding-right:var(--half-gutter-width,.5rem);padding-left:var(--half-gutter-width,.5rem);flex:none}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.33333%;max-width:8.33333%}.col-xs-2{flex-basis:16.6667%;max-width:16.6667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.3333%;max-width:33.3333%}.col-xs-5{flex-basis:41.6667%;max-width:41.6667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.3333%;max-width:58.3333%}.col-xs-8{flex-basis:66.6667%;max-width:66.6667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.3333%;max-width:83.3333%}.col-xs-11{flex-basis:91.6667%;max-width:91.6667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333%}.col-xs-offset-2{margin-left:16.6667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333%}.col-xs-offset-5{margin-left:41.6667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333%}.col-xs-offset-8{margin-left:66.6667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333%}.col-xs-offset-11{margin-left:91.6667%}.start-xs{text-align:start;justify-content:flex-start}.center-xs{text-align:center;justify-content:center}.end-xs{text-align:end;justify-content:flex-end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.container{width:var(--container-sm,46rem)}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;padding-right:var(--half-gutter-width,.5rem);padding-left:var(--half-gutter-width,.5rem);flex:none}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.33333%;max-width:8.33333%}.col-sm-2{flex-basis:16.6667%;max-width:16.6667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.3333%;max-width:33.3333%}.col-sm-5{flex-basis:41.6667%;max-width:41.6667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.3333%;max-width:58.3333%}.col-sm-8{flex-basis:66.6667%;max-width:66.6667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.3333%;max-width:83.3333%}.col-sm-11{flex-basis:91.6667%;max-width:91.6667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333%}.col-sm-offset-2{margin-left:16.6667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333%}.col-sm-offset-5{margin-left:41.6667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333%}.col-sm-offset-8{margin-left:66.6667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333%}.col-sm-offset-11{margin-left:91.6667%}.start-sm{text-align:start;justify-content:flex-start}.center-sm{text-align:center;justify-content:center}.end-sm{text-align:end;justify-content:flex-end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:64em){.container{width:var(--container-md,61rem)}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;padding-right:var(--half-gutter-width,.5rem);padding-left:var(--half-gutter-width,.5rem);flex:none}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.33333%;max-width:8.33333%}.col-md-2{flex-basis:16.6667%;max-width:16.6667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.3333%;max-width:33.3333%}.col-md-5{flex-basis:41.6667%;max-width:41.6667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.3333%;max-width:58.3333%}.col-md-8{flex-basis:66.6667%;max-width:66.6667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.3333%;max-width:83.3333%}.col-md-11{flex-basis:91.6667%;max-width:91.6667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333%}.col-md-offset-2{margin-left:16.6667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333%}.col-md-offset-5{margin-left:41.6667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333%}.col-md-offset-8{margin-left:66.6667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333%}.col-md-offset-11{margin-left:91.6667%}.start-md{text-align:start;justify-content:flex-start}.center-md{text-align:center;justify-content:center}.end-md{text-align:end;justify-content:flex-end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.container{width:var(--container-lg,71rem)}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;padding-right:var(--half-gutter-width,.5rem);padding-left:var(--half-gutter-width,.5rem);flex:none}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.33333%;max-width:8.33333%}.col-lg-2{flex-basis:16.6667%;max-width:16.6667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.3333%;max-width:33.3333%}.col-lg-5{flex-basis:41.6667%;max-width:41.6667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.3333%;max-width:58.3333%}.col-lg-8{flex-basis:66.6667%;max-width:66.6667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.3333%;max-width:83.3333%}.col-lg-11{flex-basis:91.6667%;max-width:91.6667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333%}.col-lg-offset-2{margin-left:16.6667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333%}.col-lg-offset-5{margin-left:41.6667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333%}.col-lg-offset-8{margin-left:66.6667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333%}.col-lg-offset-11{margin-left:91.6667%}.start-lg{text-align:start;justify-content:flex-start}.center-lg{text-align:center;justify-content:center}.end-lg{text-align:end;justify-content:flex-end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}*{box-sizing:border-box;font-display:swap;outline:none}html{background-color:var(--white-two);font-size:75%}body{color:var(--greyish);background-color:#fff;margin:0;font-family:Open Sans,san-serif;transition:opacity 1s,visibility 1s;visibility:visible!important;opacity:1!important}a{color:var(--greeny-blue);cursor:pointer;font-family:Open Sans Bold;text-decoration:none}h1,h2,h3,h4,h5{font-family:Open Sans Bold;font-weight:400}a.path{margin-left:10px}form{margin:0}b{font-family:Open Sans Bold;font-weight:700}strong{color:var(--brownish-grey);font-family:Open Sans;font-size:16px}h2>strong{font-family:Open Sans Bold;font-size:24px}@media screen and (max-width:64em){strong{font-size:12px}h2>strong{font-size:18px}}.root{flex-direction:column;min-height:100vh;display:flex}.stickyHeader .header.frontPageHeader{color:var(--pinkish-grey);border-bottom:1px solid var(--pinkish-grey-border);background:#fff;position:fixed;top:0;box-shadow:0 -.5px #e8e8e8}.root:not(.stickyHeader) .header.frontPageHeader{box-shadow:none}.root:not(.stickyHeader) .header.frontPageHeader .iconButton .logo,.root:not(.stickyHeader) .header.frontPageHeader .search svg{fill:var(--white)}.root:not(.stickyHeader) .header.frontPageHeader .search svg line{stroke:var(--white)}.root:not(.stickyHeader) .header.frontPageHeader .mobileNav .menu span{background-color:var(--white)}.activePopup{height:100vh;position:fixed;inset:0;overflow:hidden}.mobile{display:block}.desktop{display:none}.mobileCenter,.mobileCenterRight{text-align:center;justify-content:center}.maxWidth{width:100%;max-width:100%;margin-left:auto;margin-right:auto;padding:0;overflow-x:hidden}.headerAdjust{padding:0 1rem}.mobileDogCard{width:100%;padding:0 0 1rem}.mobileBackground{background-color:var(--white-two)}.popUpContent{flex-direction:column;justify-content:space-between;width:100vw;min-height:90vh;margin:0;display:flex}.alertContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 3rem 2rem;display:flex}.hide{display:none}.noselect{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.dogList{min-height:27.875rem}.siteContent{flex:1;padding-bottom:5.5rem}.siteContent.frontPage{padding-bottom:0}.siteContent.frontPage .front{overflow:visible}@media (min-width:992px){.root:not(.stickyHeader) .header.frontPageHeader .help-link,.root:not(.stickyHeader) .header.frontPageHeader .user-name,.root:not(.stickyHeader) .header.frontPageHeader .Dropdown-root:not(.is-open) .Dropdown-placeholder,.root:not(.stickyHeader) .header.frontPageHeader .loginBtn{color:var(--white)}.root:not(.stickyHeader) .header.frontPageHeader .loginBtn{background-color:#0000}.root:not(.stickyHeader) .header.frontPageHeader .desktopNav nav .userInfo a.user-name:before,.root:not(.stickyHeader) .header.frontPageHeader .Dropdown-root:not(.is-open) .Dropdown-arrow{border-top-color:var(--white)}.root:not(.stickyHeader) .header.frontPageHeader .topBar .help-link svg use{fill:#fff}}@media (min-width:48em){html{font-size:87.5%}.mobile{display:none}.desktop{display:block}.mobileCenter{text-align:left;justify-content:flex-start}.mobileCenterRight{text-align:right;justify-content:flex-end}.maxWidth{width:100%;max-width:1220px;margin-left:auto;margin-right:auto;padding:0 1rem;overflow:visible}.headerAdjust{padding:0}.mobileDogCard{width:100%}.mobileBackground{background-color:var(--white)}.popUpContent{width:30rem;margin:auto;display:block}.popUpContent.my-story{width:45rem}.popUpContent.fullheight{min-height:auto}.alertContainer{height:auto}}@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:48em),only screen and (min--moz-device-pixel-ratio:2) and (min-width:48em),only screen and (-o-min-device-pixel-ratio:2) and (min-width:48em),only screen and (min-device-pixel-ratio:2) and (min-width:48em),only screen and (min-resolution:192dpi) and (min-width:48em),only screen and (min-resolution:2x) and (min-width:48em){html{font-size:75%}}@media (min-width:64em){html{font-size:100%}}@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:64em),only screen and (min--moz-device-pixel-ratio:2) and (min-width:64em),only screen and (-o-min-device-pixel-ratio:2) and (min-width:64em),only screen and (min-device-pixel-ratio:2) and (min-width:64em),only screen and (min-resolution:192dpi) and (min-width:64em),only screen and (min-resolution:2x) and (min-width:64em){html{font-size:87.5%}}@media (min-width:75em){html{font-size:100%}}@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:75em),only screen and (min--moz-device-pixel-ratio:2) and (min-width:75em),only screen and (-o-min-device-pixel-ratio:2) and (min-width:75em),only screen and (min-device-pixel-ratio:2) and (min-width:75em),only screen and (min-resolution:192dpi) and (min-width:75em),only screen and (min-resolution:2x) and (min-width:75em){html{font-size:100%}}@media (max-width:767px){.stickyHeader .headerContainer{height:3.4rem}}.slick-loading .slick-list{background:#fff url(/static/ajax-loader.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;font-display:swap;src:url(/static/fonts/slick.eot);src:url(/static/fonts/slick.eot?#iefix)format("embedded-opentype"),url(/static/fonts/slick.woff)format("woff"),url(/static/fonts/slick.ttf)format("truetype"),url(/static/fonts/slick.svg#slick)format("svg")}.slick-prev,.slick-next{cursor:pointer;color:#0000;background:0 0;border:none;outline:none;width:20px;height:20px;padding:0;font-size:0;line-height:0;display:block;position:absolute;top:50%;transform:translateY(-50%)}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{opacity:.75;color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:slick;font-size:20px;line-height:1}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{text-align:center;width:100%;margin:0;padding:0;list-style:none;display:block;position:absolute;bottom:-25px}.slick-dots li{cursor:pointer;width:20px;height:20px;margin:0 5px;padding:0;display:inline-block;position:relative}.slick-dots li button{cursor:pointer;color:#0000;background:0 0;border:0;outline:none;width:20px;height:20px;padding:5px;font-size:0;line-height:0;display:block}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{content:"•";text-align:center;opacity:.25;width:20px;height:20px;color:var(--greeny-blue);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0}.slick-dots li.slick-active button:before{opacity:.75;color:var(--greeny-blue)}.slick-slider{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;display:block;position:relative}.slick-list{margin:0;padding:0;display:block;position:relative;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate(0,0)}.slick-track{margin-left:auto;margin-right:auto;display:block;position:relative;top:0;left:0}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;height:auto;display:block}.slick-arrow.slick-hidden{display:none}.slick-dots{position:absolute;bottom:1rem}.slick-dots li button:before{color:var(--greeny-blue);opacity:.3;font-size:9px}.slick-dots li.slick-active button:before{color:var(--greeny-blue);opacity:1;font-size:12.5px}.not-found-page{text-align:center;margin-top:10%}
