/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.accordion{padding:40px 0 32px}@media(min-width:1024px){.accordion{padding:56px 0}}.accordion__wrapper{display:flex;flex-direction:column}@media(min-width:1024px){.accordion__wrapper{flex-direction:row;gap:60px}}.accordion__title{width:100%;max-width:300px}.accordion__title .heading{color:#004551;font-size:24px;font-weight:700;line-height:32px;margin-bottom:24px;padding:0 24px;border-left:2.45px solid #1bedc4}.accordion__list{width:100%}.accordion__item{border-top:1px solid rgba(0,0,0,0)}.accordion__item:first-of-type .accordion__item-title{margin-top:0}.accordion__item-title{display:flex;padding-top:20px;margin-top:20px;border-top:1px solid rgba(0,0,0,.1);cursor:pointer;width:100%}.accordion__item-title .accordion-title{position:relative;width:100%}.accordion__item-title .accordion-title h3,.accordion__item-title .accordion-title-heading{color:#004551;font-size:14px;font-weight:600;line-height:24px;text-align:left;max-width:calc(100% - 20px);margin-bottom:0}@media(min-width:1024px){.accordion__item-title .accordion-title h3,.accordion__item-title .accordion-title-heading{font-size:16px;line-height:26px}}.accordion__item-title .icon-chevron svg{transform:translateY(-50%);transition:all .2s linear;height:17px;width:17px;position:absolute;right:0;top:50%}.accordion__item-title .accordion-count{display:flex;text-align:center;justify-content:center;margin-right:20px;width:32px;height:32px;align-items:center;border-radius:50%;background-color:#000;color:#fff;font-size:18px;font-style:normal;font-weight:350;line-height:28px;align-self:center}.accordion__item-content{max-height:0;opacity:0;transition:max-height .3s ease-out,opacity .2s ease-out;overflow:hidden;font-size:14px;font-weight:400;line-height:29px;letter-spacing:.36px;max-width:calc(100% - 20px)}.accordion__item-content .download:last-child{margin-bottom:0}.accordion__item-content .download-wrapper{max-width:100%}.accordion__item-content>p{margin-bottom:0}.accordion__item-content>.accordion__item>.accordion__item-title{padding:12px 0;padding-left:30px}.accordion__item-content>.accordion__item>.accordion__item-title .accordion-title h3{font-size:16px}.accordion__item-content>.accordion__item>.accordion__item-title .accordion-count{background-color:#fff;color:#535c5e}.accordion__item-content>.accordion__item>.accordion__item-content{padding-left:30px}.accordion__item-content>.accordion__item>.accordion__item-content>.accordion__item>.accordion__item-title{padding:12px 0;padding-left:52px}.accordion__item-content>.accordion__item>.accordion__item-content>.accordion__item>.accordion__item-title .accordion-title h3{font-size:16px}.accordion__item-content>.accordion__item>.accordion__item-content>.accordion__item>.accordion__item-title .accordion-count{background-color:#fff;color:#535c5e}.accordion__item-content>.accordion__item>.accordion__item-content>.accordion__item>.accordion__item-content{padding-left:52px}.accordion__item-content .content-block.padding-default{padding:0 0 1rem}.accordion__item-content .text-long ol:has(>:nth-child(n+10)) li{margin-left:9px}.accordion__item-content .text-long ol li>ol{list-style-type:lower-alpha}.accordion__item.is-active{border-top:0}.accordion__item.is-active>.accordion__item-title .icon-chevron svg{transform:translateY(-50%) rotate(180deg)}.accordion__item.is-active>.accordion__item-content{max-height:2000px;opacity:1;padding-top:1rem}
.alert-modal{position:fixed;top:0;bottom:0;right:0;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:100%;padding:0;background-color:#004551;opacity:1;visibility:hidden;transform:translateX(100%);transition:visibility 0s .3s,transform .3s ease;z-index:10}body.gin--vertical-toolbar .alert-modal{top:84px}@media(min-width:1024px){.alert-modal{top:24px;right:20px;height:calc(100vh - 45px);max-width:555px;padding:32px 40px;opacity:0;transform:scale(0.3);transform-origin:top right;transition:visibility 0s .3s,opacity .3s ease,transform .3s ease;z-index:1000}}.alert-modal.active{visibility:visible;transform:translateX(0);transition:visibility 0s,transform .3s ease}@media(min-width:1024px){.alert-modal.active{opacity:1;transform:scale(1);transition:visibility 0s,opacity .3s ease,transform .3s ease}}.alert-modal__close-desktop{display:none}@media(min-width:1024px){.alert-modal__close-desktop{display:block;position:absolute;top:0;right:0;z-index:10;width:80px;height:80px}.alert-modal__close-desktop .button{width:100%;height:100%;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.alert-modal__close-desktop .button:hover{opacity:.7}}.alert-modal .mobile-alert-modal__navigation{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 24px 0;background-color:#004551}@media(min-width:1024px){.alert-modal .mobile-alert-modal__navigation{display:none}}.alert-modal__logo{max-width:155px;width:100%}.alert-modal__logo .logo__image,.alert-modal__logo .logo-mobile__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.alert-modal__actions{display:flex;align-items:center}.alert-modal__previous,.alert-modal__close{width:64px;height:64px}.alert-modal__previous .button,.alert-modal__close .button{width:100%;height:100%}.alert-modal__previous{border-right:1px solid hsla(0,0%,100%,.1)}.alert-modal__content{flex:1;display:flex;flex-direction:column;overflow:auto;padding:20px 24px}@media(min-width:1024px){.alert-modal__content{padding-top:0;padding-left:0}}.alert-modal__content .content-header{display:flex;align-items:center;justify-content:start;gap:16px;margin-bottom:24px}@media(min-width:1024px){.alert-modal__content .content-header{margin-bottom:32px}}.alert-modal__content .content-header .icon-info{max-height:24px}.alert-modal__content .content-header .icon-info svg{display:inline-block;width:24px;height:24px;flex-shrink:0}.alert-modal__content .content-header .heading{color:#fff;font-size:24px;font-weight:700;line-height:32px;margin:0}.alert-modal__alerts{flex:1;padding-right:10px;margin-right:-10px}@media(min-width:1024px){.alert-modal__alerts{flex:none;min-height:auto;max-height:610px}}.alert-modal__alerts::-webkit-scrollbar{width:8px}.alert-modal__alerts::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.alert-modal__alerts::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}.alert-modal__alerts::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.alert-modal__alerts .alert-list{display:flex;flex-direction:column;list-style:none;margin:0}.alert-modal__alerts .alert-list .alert-item{display:flex;flex-direction:column;width:100%;height:100%;gap:4px;padding:12px 0 20px;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(min-width:1024px){.alert-modal__alerts .alert-list .alert-item{padding:16px 0 20px}}.alert-modal__alerts .alert-list .alert-item--empty{border-bottom:none;text-align:center;padding:40px 0}.alert-modal__alerts .alert-list .alert-item--empty .alert-title{color:hsla(0,0%,100%,.6);font-style:italic}.alert-modal__alerts .alert-list .alert-item>a:hover>p{text-decoration:underline}.alert-modal__alerts .alert-list .alert-item .alert-header{display:flex;align-items:center;justify-content:space-between}.alert-modal__alerts .alert-list .alert-item .alert-header__date{color:#1bedc4;font-size:12px;font-weight:400;line-height:20px}.alert-modal__alerts .alert-list .alert-item .alert-header__label{color:#fcfbf5;font-size:11px;font-weight:600;line-height:20px;border-radius:20px;border:1px solid var(--Monochrome-10-White,rgba(255,255,255,0.1));background:var(--Shades-Black-Panel-Shading,rgba(2,8,10,0.5));padding:5px 12px}.alert-modal__alerts .alert-list .alert-item .alert-title{color:#fcfbf5;font-size:14px;font-weight:600;line-height:24px;margin:0}@media(min-width:1024px){.alert-modal__alerts .alert-list .alert-item .alert-title{font-size:16px;line-height:26px}}.alert-modal__alerts .alert-list .alert-item>a{text-decoration:none}.alert-modal__cta{padding:20px 24px}.alert-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:visibility 0s .3s,opacity .3s ease;z-index:9}@media(min-width:1024px){.alert-modal__overlay{z-index:999}}.alert-modal__overlay.active{opacity:1;visibility:visible;transition:visibility 0s,opacity .3s ease}
.download{display:flex;justify-content:center;margin-bottom:24px}@media(min-width:1024px){.download{margin-bottom:32px}}.download-wrapper{display:block;background:#fff;border:1.5px solid rgba(0,0,0,.2);border-radius:8px;padding:8px;width:100%;max-width:810px;text-decoration:none;color:inherit;transition:transform .3s ease}.download-wrapper:hover{transform:translateY(-4px)}.download-label{color:#007d81;font-size:12px;font-weight:700;line-height:20px;margin-bottom:8px}@media(min-width:1024px){.download-label{margin-bottom:12px}}.download-content{display:flex;justify-content:space-between;align-items:stretch;gap:16px}.download-info{flex:1;padding:16px 24px}.download-title{color:#004551;font-size:14px;font-weight:700;line-height:24px;margin-bottom:8px}@media(min-width:1024px){.download-title{font-size:18px;line-height:26px;margin-bottom:12px}}.download-meta{display:flex;flex-direction:column}.download-filename,.download-size{color:#535c5e;font-size:12px;font-weight:600;line-height:20px}.download-size{font-weight:400;text-transform:uppercase}.download-icon{width:56px;display:flex;align-items:center;justify-content:center;background:#f2efe9;border-radius:6px}.download-icon svg{width:24px;height:24px}
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatintent=mouse] *,[data-whatintent=mouse] *:focus,[data-whatintent=touch] *,[data-whatintent=touch] *:focus,[data-whatinput=mouse] *,[data-whatinput=mouse] *:focus,[data-whatinput=touch] *,[data-whatinput=touch] *:focus{outline:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:"Plus Jakarta Sans",serif;font-weight:350;line-height:1.5;color:#535c5e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;-webkit-appearance:none;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);font-family:inherit;font-size:1rem;font-weight:350;line-height:1.5;color:#000;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;appearance:none}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#fff;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=submit],[type=button]{-webkit-appearance:none;appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}:-ms-input-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type=file],[type=checkbox],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:bold;line-height:1.8;color:#000}label.middle{margin:0 0 1rem;line-height:1.5;padding:.5625rem 0}.help-text{margin-top:-0.5rem;font-size:.8125rem;font-style:italic;color:#000}.input-group{display:flex;width:100%;margin-bottom:1rem;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0 0 0 0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 0 0 0}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label,.input-group-button,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#000;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fff;font-family:inherit;font-size:1rem;font-weight:350;line-height:1.5;color:#000;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:1px solid #8a8a8a;background-color:#fff;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#f15b60;background-color:rgb(253.6,238.6,239.1)}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#f15b60}.is-invalid-input:not(:focus)::placeholder{color:#f15b60}.is-invalid-label{color:#f15b60}.form-error{display:none;margin-top:-0.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:400;color:#f15b60}.form-error.is-visible{display:block}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:400;line-height:inherit}small{font-size:80%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Plus Jakarta Sans",serif;font-style:normal;font-weight:400;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#cacaca}h1,.h1{font-size:1.5rem;line-height:1.3;margin-top:0;margin-bottom:1.5rem}h2,.h2{font-size:1.25rem;line-height:1.3;margin-top:0;margin-bottom:1.5rem}h3,.h3{font-size:1.1875rem;line-height:1.3;margin-top:0;margin-bottom:1.5rem}h4,.h4{font-size:1.125rem;line-height:1.3;margin-top:0;margin-bottom:1.5rem}h5,.h5{font-size:1.0625rem;line-height:1.3;margin-top:0;margin-bottom:1.5rem}h6,.h6{font-size:1rem;line-height:1.3;margin-top:0;margin-bottom:1.5rem}@media print,screen and (min-width:40em){h1,.h1{font-size:3rem}h2,.h2{font-size:2.5rem}h3,.h3{font-size:1.9375rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}a{line-height:inherit;color:#535c5e;text-decoration:underline;cursor:pointer}a:hover,a:focus{color:rgb(71.38,79.12,80.84);text-decoration:none}a img{border:0}hr{clear:both;max-width:1330px;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}ul,ol,dl{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ul ol,ol ul,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:400}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#000}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:350;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:350;color:#000;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:350;color:#000;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:rgba(0,0,0,0) !important;color:#000 !important;-webkit-print-color-adjust:economy;print-color-adjust:economy;box-shadow:none !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.grid-container{padding-right:1rem;padding-left:1rem;max-width:1330px;margin-left:auto;margin-right:auto}@media print,screen and (min-width:40em){.grid-container{padding-right:1.5rem;padding-left:1.5rem}}.grid-container.fluid{padding-right:1rem;padding-left:1rem;max-width:100%;margin-left:auto;margin-right:auto}@media print,screen and (min-width:40em){.grid-container.fluid{padding-right:1.5rem;padding-left:1.5rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell.shrink{flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{flex-basis:auto}}.grid-x>.small-12,.grid-x>.small-11,.grid-x>.small-10,.grid-x>.small-9,.grid-x>.small-8,.grid-x>.small-7,.grid-x>.small-6,.grid-x>.small-5,.grid-x>.small-4,.grid-x>.small-3,.grid-x>.small-2,.grid-x>.small-1{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-12,.grid-x>.medium-11,.grid-x>.medium-10,.grid-x>.medium-9,.grid-x>.medium-8,.grid-x>.medium-7,.grid-x>.medium-6,.grid-x>.medium-5,.grid-x>.medium-4,.grid-x>.medium-3,.grid-x>.medium-2,.grid-x>.medium-1,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-12,.grid-x>.large-11,.grid-x>.large-10,.grid-x>.large-9,.grid-x>.large-8,.grid-x>.large-7,.grid-x>.large-6,.grid-x>.large-5,.grid-x>.large-4,.grid-x>.large-3,.grid-x>.large-2,.grid-x>.large-1,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-1rem;margin-right:-1rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:-1.5rem;margin-right:-1.5rem}}.grid-margin-x>.cell{width:calc(100% - 2rem);margin-left:1rem;margin-right:1rem}@media print,screen and (min-width:40em){.grid-margin-x>.cell{width:calc(100% - 3rem);margin-left:1.5rem;margin-right:1.5rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 2rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 2rem)}.grid-margin-x>.small-3{width:calc(25% - 2rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 2rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 2rem)}.grid-margin-x>.small-6{width:calc(50% - 2rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 2rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 2rem)}.grid-margin-x>.small-9{width:calc(75% - 2rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 2rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 2rem)}.grid-margin-x>.small-12{width:calc(100% - 2rem)}@media print,screen and (min-width:40em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 3rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 3rem)}.grid-margin-x>.small-3{width:calc(25% - 3rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 3rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 3rem)}.grid-margin-x>.small-6{width:calc(50% - 3rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 3rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 3rem)}.grid-margin-x>.small-9{width:calc(75% - 3rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 3rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 3rem)}.grid-margin-x>.small-12{width:calc(100% - 3rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 3rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 3rem)}.grid-margin-x>.medium-3{width:calc(25% - 3rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 3rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 3rem)}.grid-margin-x>.medium-6{width:calc(50% - 3rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 3rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 3rem)}.grid-margin-x>.medium-9{width:calc(75% - 3rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 3rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 3rem)}.grid-margin-x>.medium-12{width:calc(100% - 3rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.3333333333% - 3rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 3rem)}.grid-margin-x>.large-3{width:calc(25% - 3rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 3rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 3rem)}.grid-margin-x>.large-6{width:calc(50% - 3rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 3rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 3rem)}.grid-margin-x>.large-9{width:calc(75% - 3rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 3rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 3rem)}.grid-margin-x>.large-12{width:calc(100% - 3rem)}}.grid-padding-x .grid-padding-x{margin-right:-1rem;margin-left:-1rem}@media print,screen and (min-width:40em){.grid-padding-x .grid-padding-x{margin-right:-1.5rem;margin-left:-1.5rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-1rem;margin-left:-1rem}@media print,screen and (min-width:40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-1.5rem;margin-left:-1.5rem}}.grid-padding-x>.cell{padding-right:1rem;padding-left:1rem}@media print,screen and (min-width:40em){.grid-padding-x>.cell{padding-right:1.5rem;padding-left:1.5rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 2rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 2rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 2rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 2rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 2rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 2rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 2rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 2rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 3rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 3rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 3rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 3rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 3rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 3rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 3rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 3rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 3rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 3rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 3rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 3rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 3rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 3rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 3rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 3rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 3rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 3rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 3rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 3rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 3rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 3rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 3rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 3rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:40em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:40em){.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:40em){.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + 2rem / 2)}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.3333333333% + 2rem / 2)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6666666667% + 2rem / 2)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 2rem / 2)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333333333% + 2rem / 2)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6666666667% + 2rem / 2)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 2rem / 2)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333333333% + 2rem / 2)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6666666667% + 2rem / 2)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 2rem / 2)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333333333% + 2rem / 2)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6666666667% + 2rem / 2)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + 3rem / 2)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 3rem / 2)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 3rem / 2)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 3rem / 2)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 3rem / 2)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 3rem / 2)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 3rem / 2)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 3rem / 2)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 3rem / 2)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 3rem / 2)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 3rem / 2)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 3rem / 2)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 3rem / 2)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 3rem / 2)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 3rem / 2)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 3rem / 2)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 3rem / 2)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 3rem / 2)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 3rem / 2)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 3rem / 2)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 3rem / 2)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 3rem / 2)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 3rem / 2)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 3rem / 2)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{flex-basis:auto}}.grid-y>.small-12,.grid-y>.small-11,.grid-y>.small-10,.grid-y>.small-9,.grid-y>.small-8,.grid-y>.small-7,.grid-y>.small-6,.grid-y>.small-5,.grid-y>.small-4,.grid-y>.small-3,.grid-y>.small-2,.grid-y>.small-1{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-12,.grid-y>.medium-11,.grid-y>.medium-10,.grid-y>.medium-9,.grid-y>.medium-8,.grid-y>.medium-7,.grid-y>.medium-6,.grid-y>.medium-5,.grid-y>.medium-4,.grid-y>.medium-3,.grid-y>.medium-2,.grid-y>.medium-1,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-12,.grid-y>.large-11,.grid-y>.large-10,.grid-y>.large-9,.grid-y>.large-8,.grid-y>.large-7,.grid-y>.large-6,.grid-y>.large-5,.grid-y>.large-4,.grid-y>.large-3,.grid-y>.large-2,.grid-y>.large-1,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-1rem;margin-bottom:-1rem}@media print,screen and (min-width:40em){.grid-padding-y .grid-padding-y{margin-top:-1.5rem;margin-bottom:-1.5rem}}.grid-padding-y>.cell{padding-top:1rem;padding-bottom:1rem}@media print,screen and (min-width:40em){.grid-padding-y>.cell{padding-top:1.5rem;padding-bottom:1.5rem}}.grid-margin-y{margin-top:-1rem;margin-bottom:-1rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-top:-1.5rem;margin-bottom:-1.5rem}}.grid-margin-y>.cell{height:calc(100% - 2rem);margin-top:1rem;margin-bottom:1rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 3rem);margin-top:1.5rem;margin-bottom:1.5rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 2rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 2rem)}.grid-margin-y>.small-3{height:calc(25% - 2rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 2rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 2rem)}.grid-margin-y>.small-6{height:calc(50% - 2rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 2rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 2rem)}.grid-margin-y>.small-9{height:calc(75% - 2rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 2rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 2rem)}.grid-margin-y>.small-12{height:calc(100% - 2rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 3rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 3rem)}.grid-margin-y>.small-3{height:calc(25% - 3rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 3rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 3rem)}.grid-margin-y>.small-6{height:calc(50% - 3rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 3rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 3rem)}.grid-margin-y>.small-9{height:calc(75% - 3rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 3rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 3rem)}.grid-margin-y>.small-12{height:calc(100% - 3rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 3rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 3rem)}.grid-margin-y>.medium-3{height:calc(25% - 3rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 3rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 3rem)}.grid-margin-y>.medium-6{height:calc(50% - 3rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 3rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 3rem)}.grid-margin-y>.medium-9{height:calc(75% - 3rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 3rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 3rem)}.grid-margin-y>.medium-12{height:calc(100% - 3rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 3rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 3rem)}.grid-margin-y>.large-3{height:calc(25% - 3rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 3rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 3rem)}.grid-margin-y>.large-6{height:calc(50% - 3rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 3rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 3rem)}.grid-margin-y>.large-9{height:calc(75% - 3rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 3rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 3rem)}.grid-margin-y>.large-12{height:calc(100% - 3rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width:40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-top:-1rem;margin-bottom:-1rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-top:-1.5rem;margin-bottom:-1.5rem}}.grid-margin-y>.cell{height:calc(100% - 2rem);margin-top:1rem;margin-bottom:1rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 3rem);margin-top:1.5rem;margin-bottom:1.5rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 2rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 2rem)}.grid-margin-y>.small-3{height:calc(25% - 2rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 2rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 2rem)}.grid-margin-y>.small-6{height:calc(50% - 2rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 2rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 2rem)}.grid-margin-y>.small-9{height:calc(75% - 2rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 2rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 2rem)}.grid-margin-y>.small-12{height:calc(100% - 2rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 3rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 3rem)}.grid-margin-y>.small-3{height:calc(25% - 3rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 3rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 3rem)}.grid-margin-y>.small-6{height:calc(50% - 3rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 3rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 3rem)}.grid-margin-y>.small-9{height:calc(75% - 3rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 3rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 3rem)}.grid-margin-y>.small-12{height:calc(100% - 3rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 3rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 3rem)}.grid-margin-y>.medium-3{height:calc(25% - 3rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 3rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 3rem)}.grid-margin-y>.medium-6{height:calc(50% - 3rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 3rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 3rem)}.grid-margin-y>.medium-9{height:calc(75% - 3rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 3rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 3rem)}.grid-margin-y>.medium-12{height:calc(100% - 3rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 3rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 3rem)}.grid-margin-y>.large-3{height:calc(25% - 3rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 3rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 3rem)}.grid-margin-y>.large-6{height:calc(50% - 3rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 3rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 3rem)}.grid-margin-y>.large-9{height:calc(75% - 3rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 3rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 3rem)}.grid-margin-y>.large-12{height:calc(100% - 3rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 2rem)}@media print,screen and (min-width:40em){.grid-frame.grid-margin-y{height:calc(100vh + 3rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 3rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 3rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 3rem)}}.float-left{float:left !important}.float-right{float:right !important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::before,.clearfix::after{display:table;content:" ";flex-basis:0;order:1}.clearfix::after{clear:both}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width:40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width:64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width:40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}.hide{display:none !important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:39.99875em){.hide-for-small-only{display:none !important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none !important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none !important}}@media screen and (max-width:39.99875em){.show-for-medium{display:none !important}}@media print,screen and (min-width:40em)and (max-width:63.99875em){.hide-for-medium-only{display:none !important}}@media screen and (max-width:39.99875em),screen and (min-width:64em){.show-for-medium-only{display:none !important}}@media print,screen and (min-width:64em){.hide-for-large{display:none !important}}@media screen and (max-width:63.99875em){.show-for-large{display:none !important}}@media print,screen and (min-width:64em)and (max-width:74.99875em){.hide-for-large-only{display:none !important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto !important;height:auto !important;overflow:visible !important;clip:auto !important;white-space:normal !important}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation:landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation:portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block !important}.hide-for-dark-mode{display:none !important}}.show-for-ie{display:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.show-for-ie{display:block !important}.hide-for-ie{display:none !important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}.grid-container{width:100%;max-width:1410px}.grid-container--xs{max-width:65.625rem}.grid-container--small{max-width:73.125rem}.grid-container--full{max-width:120rem;padding:0}@font-face{font-family:Gotham;src:url(/themes/custom/hydrotasmania/fonts/Gotham-Bold.woff2) format("woff2"),url(/themes/custom/hydrotasmania/fonts/Gotham-Bold.woff) format("woff"),url(/themes/custom/hydrotasmania/fonts/Gotham-Bold.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/themes/custom/hydrotasmania/fonts/Gotham-Medium.woff2) format("woff2"),url(/themes/custom/hydrotasmania/fonts/Gotham-Medium.woff) format("woff"),url(/themes/custom/hydrotasmania/fonts/Gotham-Medium.ttf) format("truetype");font-weight:350;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/themes/custom/hydrotasmania/fonts/Gotham-Book.woff2) format("woff2"),url(/themes/custom/hydrotasmania/fonts/Gotham-Book.woff) format("woff"),url(/themes/custom/hydrotasmania/fonts/Gotham-Book.ttf) format("truetype");font-weight:325;font-style:normal;font-display:swap}@font-face{font-family:Moranga;src:url(/themes/custom/hydrotasmania/fonts/Latinotype-Moranga-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Moranga;src:url(/themes/custom/hydrotasmania/fonts/Latinotype-Moranga-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Moranga;src:url(/themes/custom/hydrotasmania/fonts/Latinotype-Moranga-Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Plus Jakarta Sans";src:url(/themes/custom/hydrotasmania/fonts/PlusJakartaSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Plus Jakarta Sans";src:url(/themes/custom/hydrotasmania/fonts/PlusJakartaSans-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Plus Jakarta Sans";src:url(/themes/custom/hydrotasmania/fonts/PlusJakartaSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}h1,h2,h3,h4,h5,h6{color:#000}strong{color:#2e3233}span[style*=color] strong{color:inherit}p[style*=color] strong{color:inherit}html{scroll-behavior:smooth;scroll-padding-top:9.375rem;box-sizing:border-box}body{top:0 !important}*,*::after,*::before{box-sizing:inherit}.overflow-hidden{overflow:hidden}.visually-hidden{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}a{color:#007d81;text-decoration:none}a:hover{color:#007d81;text-decoration:underline}.table-responsive{overflow:hidden;max-width:100%}.table-responsive .table-wrapper{overflow-x:auto}.table-responsive .table-wrapper table{min-width:640px}@media screen and (width >= 1024px){.layout-container--background-color-grey{background-color:#f5f6f6}}.layout-container--background-color-grey .content-banner{z-index:0}@media screen and (width >= 1024px){.layout-container--background-color-grey .content-banner{padding-bottom:100px}}.margin-top-100{margin-top:100px}.margin-bottom-100{margin-bottom:100px}.padding-top-100{padding-top:100px}.padding-bottom-100{padding-bottom:100px}.layout-container{overflow:hidden}.main-content{width:100%}.main-content p,.main-content ul li,.main-content ol li{font-size:16px;color:#535c5e;font-weight:325;line-height:26px;letter-spacing:-0.16px}.main-content li>ul{margin-bottom:0}.padding-default{padding-top:20px;padding-bottom:20px}@media screen and (width >= 1024px){.padding-default{padding-top:40px;padding-bottom:40px}}.padding-top-default{padding-top:20px}@media screen and (width >= 1024px){.padding-top-default{padding-top:40px}}.padding-bottom-default{padding-bottom:20px}@media screen and (width >= 1024px){.padding-bottom-default{padding-bottom:40px}}.content-block .align-left{margin-right:1rem;margin-bottom:1rem}.content-block .align-right{margin-left:1rem;margin-bottom:1rem}.content-block .align-center{margin-top:1rem;margin-bottom:1rem}.content-block .align-center img{margin:0 auto}.content-block .align-center figcaption{margin:.5rem auto;display:block;max-width:-moz-fit-content;max-width:fit-content}.content-block figure figcaption{color:#535c5e;font-size:12px;font-style:normal;font-weight:325;line-height:20px;margin:.5rem auto}.page-not-found{display:flex;width:100%;max-width:850px;background-color:#fff;padding:40px;text-align:center;align-items:center;flex-direction:column;justify-content:center;margin:40px auto}@media screen and (width >= 1024px){.page-not-found{margin:80px auto;padding:80px}}.page-not-found h2{margin-bottom:28px}.page-not-found h1{margin-bottom:12px}.page-not-found>p{display:block;margin-bottom:40px;color:#535c5e}.content--with-separator>.field{margin-bottom:40px;padding-top:40px}.content--with-separator>.field:first-child{border-top:0;padding-top:0;margin-top:0}.content--with-separator>.field:last-child{margin-bottom:0}.content--with-separator>.field:not(.no-separator){border-top:1px solid rgba(0,0,0,.1)}.content--with-separator>.field:not(.no-separator):first-child{border-top:0}.field-separator{border-top:1px solid rgba(0,0,0,.1);padding-top:24px}.sidebar-and-content{display:flex;flex-direction:column;gap:32px;margin:0 auto;padding:120px 0 32px;max-width:1410px}@media(min-width:1024px){.sidebar-and-content{flex-direction:row;gap:75px;padding:220px 24px 48px}}.sidebar-and-content .sidebar{flex:0 0 100%}@media(min-width:1024px){.sidebar-and-content .sidebar{flex:0 0 285px}}.sidebar-and-content .content-with-sidebar{flex:1;width:100%;max-width:810px;padding:0 24px;margin:0 auto}@media(min-width:1024px){.sidebar-and-content .content-with-sidebar{padding:0;margin:0}}.sidebar-and-content .content-with-sidebar .grid-container{padding:0}.sidebar-and-content .content-with-sidebar .grid-container .body-content{padding-top:0}.sidebar-and-content--no-anchor{gap:0;padding:65px 0 32px}@media(min-width:1024px){.sidebar-and-content--no-anchor{gap:75px;padding:220px 24px 48px}}.body-content{padding:0}.body-content iframe{width:100%;max-width:100%;aspect-ratio:16/9;height:auto}.body-content-item--only .body-content{padding:32px 0}@media(min-width:1024px){.body-content-item--only .body-content{padding:48px 0}}.body-content-item--first .body-content{padding-top:32px}@media(min-width:1024px){.body-content-item--first .body-content{padding-top:48px}}.body-content-item--last .body-content{padding-bottom:32px}@media(min-width:1024px){.body-content-item--last .body-content{padding-bottom:48px}}.article-page{display:flex;flex-direction:row;justify-content:end;background-color:#f2efe9}.article-page__main{display:flex;justify-content:end;width:100%;padding:120px 24px 32px;background-color:#fff}@media(min-width:1024px){.article-page__main{border-radius:0 0 80px 0;overflow:visible;padding:220px clamp(80px,10vw,150px) 72px 24px;position:relative;gap:24px}}.article-page__main .article-social-menu{display:none}@media(min-width:1024px){.article-page__main .article-social-menu{display:flex;justify-content:center;width:100%;max-width:50px;margin:50vh auto 0;position:sticky;top:150px;align-self:flex-start}}.article-page__main .article-social-menu .share-article{position:relative}.article-page__main .node-content{width:100%}@media(min-width:1024px){.article-page__main .node-content{max-width:690px}}.article-page__sidebar{display:none}@media(min-width:1024px){.article-page__sidebar{display:flex;flex-direction:column;flex:0 0 36.5%;max-width:705px}}.article-page__sidebar .article-sidebar__portrait{border-radius:0 0 0 120px;overflow:hidden}.article-page__sidebar .article-sidebar__portrait .picture{display:block;height:880px}.article-page__sidebar .article-sidebar__portrait .picture>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-page__sidebar .article-sidebar__content{padding:0 24px 0 60px;flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;justify-content:space-around}.article-page__sidebar .article-sidebar__related-content .related-content-title{color:#007d81;font-size:14px;font-weight:700;line-height:24px;margin:0 0 24px;display:flex;flex-direction:column;gap:24px}.article-page__sidebar .article-sidebar__related-content .related-content-title::after{content:"";position:relative;width:40px;height:3px;background-color:#007d81;border-radius:50px}.article-page__sidebar .article-sidebar__related-content .card-featured{min-height:unset}@media(min-width:1024px){.article-page.no-image{background:#fff}.article-page.no-image .article-page__main{width:-moz-fit-content;width:fit-content;margin:0 auto}.article-page.no-image .article-page__main .article-social-menu{margin:50vh 60px 0 auto}.article-page.no-image .article-page__main .node-content{max-width:1410px}.article-page.no-image .article-page__main .node-content .article-hero{max-width:100%}}.paragraph-item .archive-alert{margin-bottom:0}#google_translate_element{height:0;overflow:hidden;visibility:hidden;width:0}.skiptranslate{display:none !important}.removeTransform{transform:none !important}#block-hydrotasmania-mainpagecontent .search-form{padding-left:2rem;padding-right:2rem;max-width:1396px}.ui-autocomplete .ui-menu-item{background-color:#fff}#block-hydrotasmania-tabs{display:none;position:fixed;right:0;top:35%;transform:translateY(-50%);background:#b5f166;color:#004551;padding:.5rem;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;flex-direction:column;gap:0;z-index:50;box-shadow:0 4px 4px 0 #004551}#block-hydrotasmania-tabs button{display:none}@media(width >= 768px){#block-hydrotasmania-tabs{display:flex}}#block-hydrotasmania-tabs li{list-style:none;margin:0;padding:0;border-bottom:1px solid #004551}#block-hydrotasmania-tabs li:last-child{border-bottom:0}#block-hydrotasmania-tabs a{color:#004551;display:block;padding:.5rem;text-decoration:none;font-weight:bold}#block-hydrotasmania-tabs a:hover{text-decoration:underline}.search-no-results{color:#007d81;font-size:14px;font-weight:400;line-height:24px;padding:40px 0 32px;border-top:1px solid rgba(0,0,0,.2)}@media(width >= 1024px){.search-no-results{padding:80px 0;border-top:0}}.user-profile{padding:90px 0 16px}@media(width >= 1024px){.user-profile{padding:130px 0 24px}}.alert-block{padding:90px 0 16px;position:relative;z-index:2;overflow:auto}@media(width >= 1024px){.alert-block{padding:130px 0 24px}}#tfa-entry-form{margin:115px 75px 45px}#tfa-entry-form .form-actions{margin-top:15px}@media(width >= 1024px){#tfa-entry-form{margin:145px 115px 45px}}.button{display:inline-flex;inline-size:-moz-fit-content;inline-size:fit-content;justify-content:center;align-items:center;padding:18px 20px 20px 20px;gap:8px;border-radius:14px;border:none;cursor:pointer;text-decoration:none;text-align:center;font-family:"Plus Jakarta Sans",serif;font-size:14px;font-weight:600;line-height:24px;position:relative;width:max-content;text-shadow:0 0 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.6);color:#b5f166;background-color:#004551}.button:focus{color:#b5f166;text-shadow:0 0 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.6)}.button:hover{color:#b5f166;background:linear-gradient(0deg,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%),#004551;text-decoration:none;text-shadow:0 0 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.6)}.button--secondary{background:linear-gradient(0deg,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%),#004551}.button--secondary:hover{background-color:#005b6b}.button--arrow-right::after{content:"";width:14px;height:14px;background:url(/themes/custom/hydrotasmania/icons/arrow-right.svg) center no-repeat;background-size:contain;flex-shrink:0}.button--arrow-down::after{transform:rotate(90deg)}.button--baloon::after{content:"";background:url(/themes/custom/hydrotasmania/icons/baloon-small.svg) center no-repeat;width:14px;height:14px;flex-shrink:0}.button--check-circle::after{content:"";background:url(/themes/custom/hydrotasmania/icons/check-circle.svg) center no-repeat;width:14px;height:14px;flex-shrink:0}.button--round-search{width:72px;height:72px;padding:20px 20px;border-radius:100px}.button--round-search::after{content:"";background:url(/themes/custom/hydrotasmania/icons/search.svg) center no-repeat;width:20px;height:20px;flex-shrink:0}.button--search::after{content:"";background:url(/themes/custom/hydrotasmania/icons/search.svg) center no-repeat;background-size:contain;width:14px;height:14px;flex-shrink:0}@media screen and (min-width:64em){.button--search::after{width:20px;height:20px}}.button--search-modal{padding:24px;border-radius:0}.button--search-modal::after{content:"";background:url(/themes/custom/hydrotasmania/icons/search.svg) center no-repeat;width:20px;height:20px;flex-shrink:0}.button--info-modal{padding:22px;border-radius:0}.button--info-modal::after{content:"";background:url(/themes/custom/hydrotasmania/icons/info.svg) center no-repeat;width:24px;height:24px;flex-shrink:0}.button--hamburger{padding:20px;border-radius:0}.button--hamburger::after{content:"";background:url(/themes/custom/hydrotasmania/icons/hamburger.svg) center no-repeat;width:28px;height:28px;flex-shrink:0}.button--close{padding:20px;border-radius:0}.button--close::after{content:"";background:url(/themes/custom/hydrotasmania/icons/close.svg) center no-repeat;width:28px;height:28px;flex-shrink:0}.button--previous{padding:23px;border-radius:0}.button--previous::after{content:"";background:url(/themes/custom/hydrotasmania/icons/arrow-left-large.svg) center no-repeat;width:22px;height:22px;flex-shrink:0}.button--next{padding:23px;border-radius:0}.button--next::after{content:"";background:url(/themes/custom/hydrotasmania/icons/arrow-left-large.svg) center no-repeat;width:22px;height:22px;flex-shrink:0;transform:rotate(180deg)}label.button,.form-item label.button{display:inline-flex;inline-size:-moz-fit-content;inline-size:fit-content;justify-content:center;align-items:center;padding:18px 20px 20px 20px;gap:8px;border-radius:14px;border:none;cursor:pointer;text-decoration:none;text-align:center;font-family:"Plus Jakarta Sans",serif;font-size:14px;font-weight:600;line-height:24px;position:relative;width:max-content;text-shadow:0 0 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.6);color:#b5f166;background-color:#004551}label.button:focus,.form-item label.button:focus{color:#b5f166;text-shadow:0 0 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.6)}label.button:hover,.form-item label.button:hover{color:#b5f166;background:linear-gradient(0deg,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%),#004551;text-decoration:none;text-shadow:0 0 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.6)}.paragraph--type--form-webform{margin:32px auto}@media screen and (min-width:64em){.paragraph--type--form-webform{margin:56px auto}}form[id*=form],form[class*=form]{max-width:1330px}@media(min-width:1024px){form[id*=form] p,form[id*=form] ul li,form[id*=form] span,form[class*=form] p,form[class*=form] ul li,form[class*=form] span{color:#535c5e}form[id*=form] a,form[class*=form] a{color:#535c5e;text-decoration:underline}}.user-login{display:flex;justify-content:center}.user-login .user-login-form{display:flex;flex-direction:column;gap:1rem;padding-top:150px;margin-bottom:56px}@media(min-width:1024px){.user-login .user-login-form{padding-top:170px}}.user-login .user-login-form label{display:block;color:#535c5e;font-size:16px;font-weight:600;line-height:20px;margin-bottom:8px}.webform-type-textfield,.webform-type-tel,.webform-type-email,.webform-type-select,.webform-type-textarea,.webform-type-number,.webform-type-url,.webform-type-date,.webform-type-webform-document-file,.webform-type-managed-file,.js-webform-type-checkbox{margin-bottom:20px;color:#000;max-width:100%}@media(min-width:1024px){.webform-type-textfield,.webform-type-tel,.webform-type-email,.webform-type-select,.webform-type-textarea,.webform-type-number,.webform-type-url,.webform-type-date,.webform-type-webform-document-file,.webform-type-managed-file,.js-webform-type-checkbox{max-width:32em}}.webform-type-textfield label,.webform-type-textfield .form-item__label,.webform-type-tel label,.webform-type-tel .form-item__label,.webform-type-email label,.webform-type-email .form-item__label,.webform-type-select label,.webform-type-select .form-item__label,.webform-type-textarea label,.webform-type-textarea .form-item__label,.webform-type-number label,.webform-type-number .form-item__label,.webform-type-url label,.webform-type-url .form-item__label,.webform-type-date label,.webform-type-date .form-item__label,.webform-type-webform-document-file label,.webform-type-webform-document-file .form-item__label,.webform-type-managed-file label,.webform-type-managed-file .form-item__label,.js-webform-type-checkbox label,.js-webform-type-checkbox .form-item__label{display:block;color:#535c5e;font-size:16px;font-weight:600;line-height:20px;margin-bottom:8px}@media(max-width:639px){.webform-type-textfield label,.webform-type-textfield .form-item__label,.webform-type-tel label,.webform-type-tel .form-item__label,.webform-type-email label,.webform-type-email .form-item__label,.webform-type-select label,.webform-type-select .form-item__label,.webform-type-textarea label,.webform-type-textarea .form-item__label,.webform-type-number label,.webform-type-number .form-item__label,.webform-type-url label,.webform-type-url .form-item__label,.webform-type-date label,.webform-type-date .form-item__label,.webform-type-webform-document-file label,.webform-type-webform-document-file .form-item__label,.webform-type-managed-file label,.webform-type-managed-file .form-item__label,.js-webform-type-checkbox label,.js-webform-type-checkbox .form-item__label{padding:12px 0}}.webform-type-textfield label.option,.webform-type-textfield .form-item__label.option,.webform-type-tel label.option,.webform-type-tel .form-item__label.option,.webform-type-email label.option,.webform-type-email .form-item__label.option,.webform-type-select label.option,.webform-type-select .form-item__label.option,.webform-type-textarea label.option,.webform-type-textarea .form-item__label.option,.webform-type-number label.option,.webform-type-number .form-item__label.option,.webform-type-url label.option,.webform-type-url .form-item__label.option,.webform-type-date label.option,.webform-type-date .form-item__label.option,.webform-type-webform-document-file label.option,.webform-type-webform-document-file .form-item__label.option,.webform-type-managed-file label.option,.webform-type-managed-file .form-item__label.option,.js-webform-type-checkbox label.option,.js-webform-type-checkbox .form-item__label.option{display:inline-block;font-weight:350;line-height:24px;margin-bottom:0;padding:0}.webform-type-textfield label.form-required::after,.webform-type-textfield label.js-form-required::after,.webform-type-textfield .form-item__label.form-required::after,.webform-type-textfield .form-item__label.js-form-required::after,.webform-type-tel label.form-required::after,.webform-type-tel label.js-form-required::after,.webform-type-tel .form-item__label.form-required::after,.webform-type-tel .form-item__label.js-form-required::after,.webform-type-email label.form-required::after,.webform-type-email label.js-form-required::after,.webform-type-email .form-item__label.form-required::after,.webform-type-email .form-item__label.js-form-required::after,.webform-type-select label.form-required::after,.webform-type-select label.js-form-required::after,.webform-type-select .form-item__label.form-required::after,.webform-type-select .form-item__label.js-form-required::after,.webform-type-textarea label.form-required::after,.webform-type-textarea label.js-form-required::after,.webform-type-textarea .form-item__label.form-required::after,.webform-type-textarea .form-item__label.js-form-required::after,.webform-type-number label.form-required::after,.webform-type-number label.js-form-required::after,.webform-type-number .form-item__label.form-required::after,.webform-type-number .form-item__label.js-form-required::after,.webform-type-url label.form-required::after,.webform-type-url label.js-form-required::after,.webform-type-url .form-item__label.form-required::after,.webform-type-url .form-item__label.js-form-required::after,.webform-type-date label.form-required::after,.webform-type-date label.js-form-required::after,.webform-type-date .form-item__label.form-required::after,.webform-type-date .form-item__label.js-form-required::after,.webform-type-webform-document-file label.form-required::after,.webform-type-webform-document-file label.js-form-required::after,.webform-type-webform-document-file .form-item__label.form-required::after,.webform-type-webform-document-file .form-item__label.js-form-required::after,.webform-type-managed-file label.form-required::after,.webform-type-managed-file label.js-form-required::after,.webform-type-managed-file .form-item__label.form-required::after,.webform-type-managed-file .form-item__label.js-form-required::after,.js-webform-type-checkbox label.form-required::after,.js-webform-type-checkbox label.js-form-required::after,.js-webform-type-checkbox .form-item__label.form-required::after,.js-webform-type-checkbox .form-item__label.js-form-required::after{content:" *";color:#db161e}.webform-type-textfield .form-item__description,.webform-type-textfield .description,.webform-type-tel .form-item__description,.webform-type-tel .description,.webform-type-email .form-item__description,.webform-type-email .description,.webform-type-select .form-item__description,.webform-type-select .description,.webform-type-textarea .form-item__description,.webform-type-textarea .description,.webform-type-number .form-item__description,.webform-type-number .description,.webform-type-url .form-item__description,.webform-type-url .description,.webform-type-date .form-item__description,.webform-type-date .description,.webform-type-webform-document-file .form-item__description,.webform-type-webform-document-file .description,.webform-type-managed-file .form-item__description,.webform-type-managed-file .description,.js-webform-type-checkbox .form-item__description,.js-webform-type-checkbox .description{padding:12px 0;margin-top:.3em;color:#535c5e;font-size:12px;font-weight:350;line-height:20px}.webform-type-textfield .form-item__description span,.webform-type-textfield .description span,.webform-type-tel .form-item__description span,.webform-type-tel .description span,.webform-type-email .form-item__description span,.webform-type-email .description span,.webform-type-select .form-item__description span,.webform-type-select .description span,.webform-type-textarea .form-item__description span,.webform-type-textarea .description span,.webform-type-number .form-item__description span,.webform-type-number .description span,.webform-type-url .form-item__description span,.webform-type-url .description span,.webform-type-date .form-item__description span,.webform-type-date .description span,.webform-type-webform-document-file .form-item__description span,.webform-type-webform-document-file .description span,.webform-type-managed-file .form-item__description span,.webform-type-managed-file .description span,.js-webform-type-checkbox .form-item__description span,.js-webform-type-checkbox .description span{color:#535c5e;font-size:12px;font-weight:350;line-height:20px}.webform-type-textfield .form-item--error-message,.webform-type-tel .form-item--error-message,.webform-type-email .form-item--error-message,.webform-type-select .form-item--error-message,.webform-type-textarea .form-item--error-message,.webform-type-number .form-item--error-message,.webform-type-url .form-item--error-message,.webform-type-date .form-item--error-message,.webform-type-webform-document-file .form-item--error-message,.webform-type-managed-file .form-item--error-message,.js-webform-type-checkbox .form-item--error-message{color:#db161e;font-size:12px;font-weight:350;line-height:20px;margin-top:8px}.form-type-processed-text{max-width:100%}.captcha__element{flex-direction:column !important;gap:1rem !important;margin-bottom:20px}.captcha__element label{color:#535c5e;font-size:16px;font-weight:600;line-height:20px;margin-bottom:8px}.captcha__image-wrapper{flex:0 !important}.form-fieldset,fieldset{border:none;padding:0}.form-fieldset .form-required::after,.form-fieldset .js-form-required::after,fieldset .form-required::after,fieldset .js-form-required::after{content:" *";color:#db161e}.form-fieldset .form-item,fieldset .form-item{max-width:32em}.form-fieldset legend,fieldset legend{display:block;color:#535c5e;font-size:16px;font-weight:600;line-height:20px;margin-bottom:16px;padding:0}.form-fieldset.webform-composite-hidden-title,fieldset.webform-composite-hidden-title{margin:0}.webform-type-radio,.webform-type-radios,.webform-type-checkbox{display:flex;align-items:start;margin-bottom:12px}@media screen and (min-width:64em){.webform-type-radio,.webform-type-radios,.webform-type-checkbox{align-items:center;max-width:100%}}.webform-type-radio input[type=radio],.webform-type-radio input[type=checkbox],.webform-type-radios input[type=radio],.webform-type-radios input[type=checkbox],.webform-type-checkbox input[type=radio],.webform-type-checkbox input[type=checkbox]{margin:5px 0 0 0}@media screen and (min-width:64em){.webform-type-radio input[type=radio],.webform-type-radio input[type=checkbox],.webform-type-radios input[type=radio],.webform-type-radios input[type=checkbox],.webform-type-checkbox input[type=radio],.webform-type-checkbox input[type=checkbox]{margin:0}}.webform-type-radio .field-suffix,.webform-type-radios .field-suffix,.webform-type-checkbox .field-suffix{margin-left:.5rem;margin-right:1rem}.webform-type-radio label.option,.webform-type-radios label.option,.webform-type-checkbox label.option{flex:1 1 auto;word-wrap:break-word;overflow-wrap:break-word}.webform-type-radio .description,.webform-type-radio .form-item__description,.webform-type-radios .description,.webform-type-radios .form-item__description,.webform-type-checkbox .description,.webform-type-checkbox .form-item__description{flex-basis:100%;margin:0}.form-field-alert{display:none}.form-field-alert.active{display:flex;align-items:center;color:#db161e !important;font-size:12px;font-weight:325;line-height:20px;margin-top:8px}.form-field-alert.active::before{content:"";display:inline-block;margin-right:6px;width:16px;height:16px}.form-field-alert.active span{color:#db161e !important;font-size:12px;font-weight:325;line-height:20px}.form-type-number input,.js-form-type-number input{max-width:10em}.hubspot-form-container{background-color:#004551}.checkbox-container__item{margin-bottom:24px}.checkbox-field__label{display:flex;align-items:flex-start;color:#535c5e;font-size:16px;font-weight:325;line-height:30px;letter-spacing:-0.16px;margin-bottom:8px;cursor:pointer}.checkbox,.form-item--checkboxes,.form-checkboxes{list-style:none;margin:0;padding:0}.checkbox--checkboxes,.form-item--checkboxes,.form-checkboxes{list-style:none;margin:0}.checkbox--checkboxes .form-item--checkbox__item,.form-item--checkboxes .form-item--checkbox__item,.form-checkboxes .form-item--checkbox__item{margin-bottom:16px}.checkbox--checkboxes .form-item--checkbox__item:last-child,.form-item--checkboxes .form-item--checkbox__item:last-child,.form-checkboxes .form-item--checkbox__item:last-child{margin-bottom:0}.checkbox--checkboxes .form-item--checkbox__item label,.form-item--checkboxes .form-item--checkbox__item label,.form-checkboxes .form-item--checkbox__item label{display:flex;align-items:flex-start;color:#535c5e;font-size:14px;font-weight:600;line-height:24px;margin-bottom:0;cursor:pointer}.checkbox--checkboxes .form-item--checkbox__item input[type=checkbox],.form-item--checkboxes .form-item--checkbox__item input[type=checkbox],.form-checkboxes .form-item--checkbox__item input[type=checkbox]{-webkit-appearance:none;appearance:none;width:28px;height:28px;border-radius:4px;outline:1px solid #f5f5f5;background:#f5f5f5;margin:0;margin-right:16px;flex-shrink:0;cursor:pointer}.checkbox--checkboxes .form-item--checkbox__item input[type=checkbox]:checked,.form-item--checkboxes .form-item--checkbox__item input[type=checkbox]:checked,.form-checkboxes .form-item--checkbox__item input[type=checkbox]:checked{background:#1bedc4;background-image:url(/themes/custom/hydrotasmania/icons/check-mark.svg);background-repeat:no-repeat;background-position:center;background-size:12px 12px}.checkbox--checkboxes .form-item--checkbox__item input[type=checkbox]:disabled,.form-item--checkboxes .form-item--checkbox__item input[type=checkbox]:disabled,.form-checkboxes .form-item--checkbox__item input[type=checkbox]:disabled{background:#d4d6db;border-color:#e6e9e6;outline:1px solid #ccc;opacity:.8;cursor:not-allowed}.checkbox--checkboxes .form-item--checkbox__item input[type=checkbox]:focus,.form-item--checkboxes .form-item--checkbox__item input[type=checkbox]:focus,.form-checkboxes .form-item--checkbox__item input[type=checkbox]:focus{outline:2px solid #1bedc4}.checkboxes--wrapper .form-item{text-wrap:nowrap}.form-item__textfield.form-checkbox,.sidebar-navigation .facets-widget-checkbox .checkbox-container__item ul li.facet-item input[type=checkbox]{-webkit-appearance:none;appearance:none;vertical-align:middle;display:inline-block;width:26px;height:26px;border-radius:4px;outline:1px solid #000;margin-right:16px;margin-left:2px;padding:0}.form-item__textfield.form-checkbox:checked,.sidebar-navigation .facets-widget-checkbox .checkbox-container__item ul li.facet-item input[type=checkbox]:checked{background:#535c5e}.form-item__textfield.form-checkbox:checked:-ms-input-placeholder,.sidebar-navigation .facets-widget-checkbox .checkbox-container__item ul li.facet-item input[type=checkbox]:checked:-ms-input-placeholder{color:#000}.form-item__textfield.form-checkbox:checked::placeholder,.sidebar-navigation .facets-widget-checkbox .checkbox-container__item ul li.facet-item input[type=checkbox]:checked::placeholder{color:#000}.form-item__textfield.form-checkbox:disabled,.sidebar-navigation .facets-widget-checkbox .checkbox-container__item ul li.facet-item input[type=checkbox]:disabled{background:#d4d6db;border-color:#e6e9e6;outline:1px solid #ccc;opacity:.8}.form-item__textfield.form-checkbox:focus,.sidebar-navigation .facets-widget-checkbox .checkbox-container__item ul li.facet-item input[type=checkbox]:focus{outline:2px solid #db161e}.form-item__textfield.form-checkbox+label,.sidebar-navigation .facets-widget-checkbox .checkbox-container__item ul li.facet-item input[type=checkbox]+label{display:inline-block;vertical-align:middle;color:#535c5e;font-size:16px;font-style:normal;font-weight:325;line-height:26px;letter-spacing:-0.16px;max-width:25em;text-wrap:wrap}.form-item__textfield.form-checkbox.required.active,.sidebar-navigation .facets-widget-checkbox .checkbox-container__item ul li.facet-item input[type=checkbox].required.active{border:2px solid #db161e}.input-container__item .input-field__label{display:block;color:#535c5e;font-size:16px;font-weight:350;line-height:24px;letter-spacing:-0.14px}.input-container__item .input-field__field{position:relative}.input-container__item .input-field__field svg{position:absolute;right:20px;display:inline-block;margin-left:6px;width:16px;height:16px;top:50%;transform:translateY(-50%)}.input-container__item .input-field__field-textfield{border-bottom:1px solid rgba(0,0,0,.12);padding:0 0 16px;font-size:18px;font-weight:400;font-family:"Plus Jakarta Sans",serif;color:#535c5e;letter-spacing:.36px;line-height:1.6111;box-shadow:none;height:45px}.input-container__item .input-field__field-textfield:focus-visible,.input-container__item .input-field__field-textfield:focus{outline:unset}.input-container__item .input-field__field-textfield:-ms-input-placeholder{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}.input-container__item .input-field__field-textfield::placeholder{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}.input-container__item .input-field__description{padding:12px 0}.input-container__item .input-field__description span{color:#535c5e;font-size:12px;font-weight:350;line-height:20px}.form-item--radio,.form-radios{list-style:none;margin:0;padding:0}.form-item--radios{list-style:none;margin:0}.form-item--radios .form-item--radio__item{margin-bottom:16px}.form-item--radios .form-item--radio__item:last-child{margin-bottom:0}.form-item--radios .form-item--radio__item label{display:flex;align-items:flex-start;color:#535c5e;font-size:14px;font-weight:600;line-height:24px;margin-bottom:0;cursor:pointer}.form-item--radios .form-item--radio__item input[type=radio]{-webkit-appearance:none;appearance:none;width:28px;height:28px;border-radius:50%;border:3px solid #fff;outline:2px solid #e6e9e6;margin:0;margin-right:16px;flex-shrink:0;cursor:pointer}.form-item--radios .form-item--radio__item input[type=radio]:checked{background-color:#004551;outline:2px solid #1bedc4;border:6px solid #1bedc4}.form-item--radios .form-item--radio__item input[type=radio]:disabled{background-color:#e6e9e6;border-color:#d4d6db;outline:1px solid #d4d6db;cursor:not-allowed}.form-item--radios .form-item--radio__item input[type=radio]:focus{outline:2px solid #1bedc4}.radios--wrapper .form-item{display:flex;align-items:center;text-wrap:nowrap}.radios--wrapper .form-item input{margin-bottom:0}.radios--wrapper .form-item label{margin-bottom:0}.form-item__textfield.form-radio{-webkit-appearance:none;appearance:none;vertical-align:middle;width:26px;height:26px;border-radius:50%;border:7px solid #fff;outline:1px solid #000;margin-right:16px;padding:0}.form-item__textfield.form-radio:checked{background-color:#000}.form-item__textfield.form-radio:checked:-ms-input-placeholder{color:#000}.form-item__textfield.form-radio:checked::placeholder{color:#000}.form-item__textfield.form-radio:disabled{background-color:#e6e9e6;border-color:#d4d6db;outline:1px solid #d4d6db}.form-item__textfield.form-radio:focus{outline:2px solid #db161e}.form-item__textfield.form-radio+label{display:inline-block;vertical-align:middle;color:#535c5e;font-size:16px;font-style:normal;font-weight:325;line-height:26px;letter-spacing:-0.16px;max-width:25em;text-wrap:wrap}.form-item__dropdown{position:relative;width:100%;border:0;display:block}.form-item__select,.form-select,select{background:#fff;background-image:url(/themes/custom/hydrotasmania/icons/icon-chevron-down.svg);background-repeat:no-repeat;background-position:right 1em center;background-size:16px 16px;border-radius:8px;border:1.5px solid rgba(0,0,0,.2);height:56px;padding:.6em 2.5em .5em .8em;margin:0;width:100%;-webkit-appearance:none;appearance:none;outline:none;color:#535c5e;font-size:16px;font-weight:325;line-height:26px;letter-spacing:-0.16px}.form-item__select:focus,.form-select:focus,select:focus{outline:none;border-color:#007d81;border-width:2px}.form-item__select:disabled,.form-select:disabled,select:disabled{border:1px solid rgba(0,0,0,.1);background:#d4d6db;opacity:.5}.form-item__textfield,.form-text,.form-email,.form-number,.form-tel,.form-url,.form-search,input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],input[type=search],input[type=date]{border-radius:8px;border:1.5px solid rgba(0,0,0,.2);box-shadow:none;height:56px;padding:0 20px;margin:0;width:100%;color:#535c5e;caret-color:#007d81;font-size:14px;font-weight:400;line-height:24px;background:#fff}.form-item__textfield:-ms-input-placeholder,.form-text:-ms-input-placeholder,.form-email:-ms-input-placeholder,.form-number:-ms-input-placeholder,.form-tel:-ms-input-placeholder,.form-url:-ms-input-placeholder,.form-search:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}.form-item__textfield::placeholder,.form-text::placeholder,.form-email::placeholder,.form-number::placeholder,.form-tel::placeholder,.form-url::placeholder,.form-search::placeholder,input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,input[type=tel]::placeholder,input[type=url]::placeholder,input[type=search]::placeholder,input[type=date]::placeholder{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}.form-item__textfield:focus,.form-item__textfield:focus-visible,.form-text:focus,.form-text:focus-visible,.form-email:focus,.form-email:focus-visible,.form-number:focus,.form-number:focus-visible,.form-tel:focus,.form-tel:focus-visible,.form-url:focus,.form-url:focus-visible,.form-search:focus,.form-search:focus-visible,input[type=text]:focus,input[type=text]:focus-visible,input[type=email]:focus,input[type=email]:focus-visible,input[type=password]:focus,input[type=password]:focus-visible,input[type=number]:focus,input[type=number]:focus-visible,input[type=tel]:focus,input[type=tel]:focus-visible,input[type=url]:focus,input[type=url]:focus-visible,input[type=search]:focus,input[type=search]:focus-visible,input[type=date]:focus,input[type=date]:focus-visible{outline:unset;border:2px solid #007d81}.form-item__textfield:disabled,.form-text:disabled,.form-email:disabled,.form-number:disabled,.form-tel:disabled,.form-url:disabled,.form-search:disabled,input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=number]:disabled,input[type=tel]:disabled,input[type=url]:disabled,input[type=search]:disabled,input[type=date]:disabled{border-bottom:1px solid rgba(0,0,0,.1);background:#d4d6db;opacity:.5}input[type=search]::-webkit-search-cancel-button{filter:brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg);opacity:.7;cursor:pointer}input[type=search]::-webkit-search-cancel-button:hover{opacity:1}.form-item__textarea,.form-textarea,textarea{border-radius:8px;border:1.5px solid rgba(0,0,0,.2);box-shadow:none;padding:14px 20px;margin:0;width:100%;color:#535c5e;caret-color:#007d81;font-size:14px;font-weight:400;line-height:24px;background:#fff;resize:vertical;min-height:100px}.form-item__textarea:-ms-input-placeholder,.form-textarea:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}.form-item__textarea::placeholder,.form-textarea::placeholder,textarea::placeholder{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}.form-item__textarea:focus,.form-item__textarea:focus-visible,.form-textarea:focus,.form-textarea:focus-visible,textarea:focus,textarea:focus-visible{outline:unset;border:2px solid #007d81}.form-item__textarea:disabled,.form-textarea:disabled,textarea:disabled{border-bottom:1px solid rgba(0,0,0,.1);background:#d4d6db;opacity:.5}img,picture{display:block;height:auto;max-width:100%}figure{margin:0}.figure__caption{font-style:italic}.link{font-family:inherit;font-weight:325;text-decoration:none;line-height:26px;letter-spacing:-0.16px;cursor:pointer;color:#004551}.link:hover{text-decoration:underline;color:#007d81}.link:focus{color:#007d81}.link--arrow-right{display:flex;align-items:center;gap:8px}.link--arrow-right::after{content:"";width:12px;height:12px;background:url(/themes/custom/hydrotasmania/icons/arrow-down-small.svg) center no-repeat;background-size:contain;flex-shrink:0;transform:rotate(-90deg)}.link--back{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;line-height:24px}.link--back::before{content:"";width:12px;height:12px;background:url(/themes/custom/hydrotasmania/icons/arrow-down-small.svg) center no-repeat;background-size:contain;flex-shrink:0;transform:rotate(90deg)}.link--external-link::after{content:"";display:inline-block;margin-left:6px;width:16px;height:16px}.map-container{background:#f2efe9;padding:0}@media screen and (min-width:64em){.map-container{padding:40px 0}}.map-container .grid-container{padding:0}@media screen and (min-width:64em){.map-container .grid-container{padding:0 1.5rem}}.map-container .map{height:560px;width:100%;border-radius:8px;border:1px solid #ddd;background:#fff}@media screen and (min-width:64em){.map-container .map{height:720px}}table,.table{width:100%;border-collapse:collapse;margin-bottom:0;display:table}table::-webkit-scrollbar,.table::-webkit-scrollbar{height:10px;border-radius:40px}table::-webkit-scrollbar-track,.table::-webkit-scrollbar-track{background:#d9d9d9}table::-webkit-scrollbar-thumb,.table::-webkit-scrollbar-thumb{width:100px;border-radius:40px;cursor:grab}table thead,.table thead{display:table-header-group}table tbody tr,.table tbody tr{display:table-row}table th,table td,.table th,.table td{display:table-cell;padding:.75rem;text-align:left;border-bottom:1px solid #dee2e6;color:inherit;font-size:14px;font-weight:325;line-height:20px}table th ul,table td ul,.table th ul,.table td ul{margin-left:.75rem;margin-bottom:.75rem}table th ul li,table td ul li,.table th ul li,.table td ul li{font-size:14px;font-weight:350;line-height:20px}table th a,table td a,.table th a,.table td a{font-size:14px;font-weight:350;line-height:20px;text-align:inherit}table th,.table th{font-weight:600;border-bottom-width:2px;background-color:#fff}table tbody th,table thead th:first-child,.table tbody th,.table thead th:first-child{left:0;z-index:1}table tr:nth-child(odd),.table tr:nth-child(odd){background-color:#fff}table tr:nth-child(even),.table tr:nth-child(even){background-color:#f5f6f6}@media screen and (min-width:30em){table th,table td,.table th,.table td{padding:.5rem;font-size:13px}}.table-responsive{margin-bottom:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table{min-width:100%;width:auto}.text-long h1,.field--type-text-long h1{color:#535c5e;font-weight:400;font-style:normal;font-size:3rem;line-height:1.4;margin:0 0 .5em;width:auto}.text-long h1__link,.field--type-text-long h1__link{color:inherit}.text-long h1__link:hover,.field--type-text-long h1__link:hover{color:inherit}.text-long h2,.field--type-text-long h2{color:#535c5e;font-weight:400;font-style:normal;font-size:2rem;line-height:1.4;margin:0 0 .5em;width:auto}.text-long h2__link,.field--type-text-long h2__link{color:inherit}.text-long h2__link:hover,.field--type-text-long h2__link:hover{color:inherit}.text-long h3,.field--type-text-long h3{color:#535c5e;font-weight:400;font-style:normal;font-size:1.25rem;line-height:1.6;margin:0 0 .5em;width:auto}.text-long h3__link,.field--type-text-long h3__link{color:inherit}.text-long h3__link:hover,.field--type-text-long h3__link:hover{color:inherit}.text-long h4,.field--type-text-long h4{color:#535c5e;font-weight:400;font-style:normal;font-size:1rem;line-height:1.6;margin:0 0 .5em;width:auto}.text-long h4__link,.field--type-text-long h4__link{color:inherit}.text-long h4__link:hover,.field--type-text-long h4__link:hover{color:inherit}.text-long h5,.text-long h6,.field--type-text-long h5,.field--type-text-long h6{color:#535c5e;font-weight:400;font-style:normal;font-size:1rem;line-height:1.6;margin:0 0 .5em;width:auto}.text-long h5__link,.text-long h6__link,.field--type-text-long h5__link,.field--type-text-long h6__link{color:inherit}.text-long h5__link:hover,.text-long h6__link:hover,.field--type-text-long h5__link:hover,.field--type-text-long h6__link:hover{color:inherit}.heading-title{padding-bottom:32px;text-align:center}@media screen and (min-width:64em){.heading-title{text-align:left}}.heading-title h2{font-size:2rem;font-style:normal;font-weight:350;line-height:36px;letter-spacing:-0.28px;margin-bottom:0}strong,b{font-weight:700;line-height:inherit}.blockquote,.text-long blockquote{margin:0;padding:0;width:100%;text-align:center;border:0}@media screen and (min-width:64em){.blockquote,.text-long blockquote{max-width:690px;text-align:justify}}.blockquote__content{border-top:solid 2px #1bedc4;font-family:"Moranga",sans-serif;color:#004551;font-size:24px;font-weight:500;line-height:32px;padding:24px 16px 0}@media screen and (min-width:64em){.blockquote__content{border-top:0;border-left:solid 2px #1bedc4;font-size:40px;line-height:44px;padding:0 64px 0 38px}}.blockquote__footer{display:block;margin-top:24px;padding:0 16px}@media screen and (min-width:64em){.blockquote__footer{padding:0 40px}}.blockquote__author{display:block;color:#007d81;font-size:12px;font-weight:600;line-height:20px;font-style:normal}.blockquote__author::before{content:""}@media screen and (min-width:64em){.blockquote__author{font-size:14px;font-weight:700;line-height:24px}}.blockquote__credentials{display:block;color:#007d81;font-size:12px;font-weight:400;line-height:20px}@media screen and (min-width:64em){.blockquote__credentials{font-size:14px;line-height:24px}}@media screen and (min-width:64em){.blockquote--small{max-width:390px}}@media screen and (min-width:64em){.blockquote--small .blockquote__content{font-size:24px;line-height:32px;padding:0 0 0 38px}}@media screen and (min-width:64em){.blockquote--small .blockquote__author{font-size:12px;line-height:20px}}@media screen and (min-width:64em){.blockquote--small .blockquote__credentials{font-size:12px;line-height:20px}}.hr,.text-long hr{border-style:solid;border-width:1px 0 0;color:currentColor}.text-long p{color:#e6e9e6;font-family:"Plus Jakarta Sans",serif;margin-bottom:.5em}pre{margin:0;background-color:#535c5e}@font-face{font-family:"Satoshi Variable";font-display:swap;src:local("Satoshi Variable"),url(/themes/custom/hydrotasmania/components/styles/fonts/Satoshi-Variable.ttf) format("truetype");font-weight:300 900;font-style:normal}@font-face{font-family:"Satoshi Variable";font-display:swap;src:local("Satoshi Variable"),url(/themes/custom/hydrotasmania/components/styles/fonts/Satoshi-VariableItalic.ttf) format("truetype");font-weight:300 900;font-style:italic}@font-face{font-family:"Ivy Presto";src:local("Ivy Presto"),url(/themes/custom/hydrotasmania/components/styles/fonts/IvyPresto-Text.otf) format("opentype");font-weight:300 400;font-style:normal;font-display:swap}@font-face{font-family:"Ivy Presto";src:local("Ivy Presto"),url(/themes/custom/hydrotasmania/components/styles/fonts/IvyPrestoText-Italic.otf) format("opentype");font-weight:300 400;font-style:italic;font-display:swap}
.banner-image-and-text{background-color:#fff;padding:0;overflow:hidden}.banner-image-and-text--foam{background-color:#fcfbf5}@media(min-width:1024px){.banner-image-and-text{padding:56px 0}}.banner-image-and-text .grid-container{padding:0}@media(min-width:1024px){.banner-image-and-text .grid-container{padding-right:1rem;padding-left:1rem}}.banner-image-and-text .container-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse;gap:1rem;width:100%}@media(min-width:1024px){.banner-image-and-text .container-wrapper{justify-content:space-between}}@media(min-width:1024px){.banner-image-and-text .container-wrapper--image-right{flex-direction:row}}@media(min-width:1024px){.banner-image-and-text .container-wrapper--image-left{flex-direction:row-reverse}}@media(min-width:1024px){.banner-image-and-text .container-wrapper--image-left .banner-image-and-text__image-wrapper picture,.banner-image-and-text .container-wrapper--image-left .banner-image-and-text__image-wrapper img{border-radius:0 0 120px 0}}@media(min-width:1024px){.banner-image-and-text .container-wrapper--image-left .banner-image-and-text__image-wrapper .watermark--bottom-right{bottom:0%}}@media(min-width:1024px){.banner-image-and-text .container-wrapper--image-left .banner-image-and-text__image-wrapper .watermark--bottom-right picture,.banner-image-and-text .container-wrapper--image-left .banner-image-and-text__image-wrapper .watermark--bottom-right img{border-radius:0}}.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper{height:240px;max-width:100%}@media(min-width:1024px){.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper{height:480px;max-width:720px}}.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper picture,.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper img{max-width:100%;max-height:240px}@media(min-width:1024px){.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper picture,.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper img{max-width:720px;max-height:480px}}.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper .watermark--top-left{bottom:auto;top:-5%}.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper .watermark--top-right{bottom:auto;top:-5%}.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper .watermark--bottom-left{bottom:-5%}@media(min-width:1024px){.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper .watermark--bottom-left{bottom:10%;left:-20%}}.banner-image-and-text .container-wrapper--image-landscape .banner-image-and-text__image-wrapper .watermark--bottom-right{bottom:-5%}.banner-image-and-text__text-wrapper{max-width:450px;padding:40px 24px 32px 24px;position:relative;z-index:2}@media(min-width:1024px){.banner-image-and-text__text-wrapper{padding:0}}.banner-image-and-text__text-wrapper .top-icon{width:100%;height:100%;max-width:72px;max-height:72px;margin-bottom:24px}@media(min-width:1024px){.banner-image-and-text__text-wrapper .top-icon{max-width:80px;max-height:80px}}.banner-image-and-text__text-wrapper .top-icon__image{width:72px;height:72px;-o-object-fit:contain;object-fit:contain}@media(min-width:1024px){.banner-image-and-text__text-wrapper .top-icon__image{width:80px;height:80px}}.banner-image-and-text__text-wrapper .strapline{color:#007d81;font-size:12px;font-weight:700;line-height:20px;margin-bottom:24px;display:block}@media(min-width:1024px){.banner-image-and-text__text-wrapper .strapline{font-size:14px;line-height:24px}}.banner-image-and-text__text-wrapper h2{color:#004551;font-size:24px;font-weight:700;line-height:32px;margin-bottom:24px}@media(min-width:1024px){.banner-image-and-text__text-wrapper h2{font-size:40px;font-weight:700;line-height:44px;margin-bottom:20px}}.banner-image-and-text__text-wrapper .description{color:#535c5e;font-size:14px;font-weight:400;line-height:24px;margin-bottom:24px;text-shadow:0 0 1px hsla(0,0%,100%,.8),0 0 2px hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.1);backdrop-filter:blur(1px)}@media(min-width:1024px){.banner-image-and-text__text-wrapper .description{font-size:16px}}.banner-image-and-text__text-wrapper .button{margin:0 auto}.banner-image-and-text__image-wrapper{height:520px;width:100%;max-width:480px;position:relative;overflow:hidden}@media(min-width:1024px){.banner-image-and-text__image-wrapper{height:640px;overflow:visible}}.banner-image-and-text__image-wrapper picture,.banner-image-and-text__image-wrapper img{height:100%;width:100%;max-width:480px;max-height:640px;-o-object-fit:cover;object-fit:cover;display:block;border-radius:0 0 80px 0}@media(min-width:1024px){.banner-image-and-text__image-wrapper picture,.banner-image-and-text__image-wrapper img{border-radius:0 0 0 120px}}.banner-image-and-text__image-wrapper .watermark{position:absolute;width:200px;height:200px;z-index:1}@media(min-width:1024px){.banner-image-and-text__image-wrapper .watermark{width:240px;height:240px}}.banner-image-and-text__image-wrapper .watermark--top-left{bottom:10%;left:-7%}@media(min-width:1024px){.banner-image-and-text__image-wrapper .watermark--top-left{bottom:50%;left:-10%}}@media(min-width:1100px){.banner-image-and-text__image-wrapper .watermark--top-left{left:-20%}}.banner-image-and-text__image-wrapper .watermark--top-right{bottom:10%;right:-7%}@media(min-width:1024px){.banner-image-and-text__image-wrapper .watermark--top-right{bottom:50%;right:-10%}}@media(min-width:1100px){.banner-image-and-text__image-wrapper .watermark--top-right{right:-20%}}.banner-image-and-text__image-wrapper .watermark--bottom-left{bottom:10%;left:-6%}@media(min-width:1024px){.banner-image-and-text__image-wrapper .watermark--bottom-left{bottom:10%;left:-10%}}@media(min-width:1100px){.banner-image-and-text__image-wrapper .watermark--bottom-left{left:-28%}}.banner-image-and-text__image-wrapper .watermark--bottom-right{bottom:50%;right:-7%}@media(min-width:1024px){.banner-image-and-text__image-wrapper .watermark--bottom-right{bottom:20%;right:-10%}}@media(min-width:1100px){.banner-image-and-text__image-wrapper .watermark--bottom-right{right:-20%}}.banner-image-and-text__image-wrapper .watermark picture,.banner-image-and-text__image-wrapper .watermark img{border-radius:0 !important;-o-object-fit:contain;object-fit:contain}
.in-content-promo{position:relative;overflow:hidden;margin:16px 0}@media(min-width:1024px){.in-content-promo{margin:32px 0;padding:0 32px;height:560px;border-radius:0 0 120px 0}}.in-content-promo__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.in-content-promo__background::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent);z-index:1;pointer-events:none}.in-content-promo__background .picture,.in-content-promo__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.in-content-promo .grid-container{position:relative;z-index:2;height:100%}@media(min-width:1024px){.in-content-promo .grid-container{padding:0}}.in-content-promo--content{display:flex;flex-direction:column;align-items:center;justify-content:end;height:100%}@media(min-width:1024px){.in-content-promo--content{flex-direction:row;align-items:end}}.in-content-promo--content .primary-content{position:relative;display:flex;flex-direction:column;justify-content:end;width:100%;height:100%;min-height:230px;overflow:hidden}@media(min-width:1024px){.in-content-promo--content .primary-content{flex:1}}.in-content-promo--content .primary-content__text{position:relative;z-index:2;padding:32px}@media(min-width:1024px){.in-content-promo--content .primary-content__text{padding:64px 32px;padding-left:120px}}.in-content-promo--content .primary-content__text .strapline{display:block;margin-bottom:32px;color:#1bedc4;font-size:12px;font-weight:700;line-height:20px}@media(min-width:1024px){.in-content-promo--content .primary-content__text .strapline{margin-bottom:24px;font-size:14px;line-height:24px}}.in-content-promo--content .primary-content__text .heading{margin:0;color:#fcfbf5;font-size:24px;font-weight:700;line-height:32px}@media(min-width:1024px){.in-content-promo--content .primary-content__text .heading{font-size:48px;line-height:52px}}.in-content-promo--content .secondary-content{display:flex;align-items:center;width:100%;height:auto;background:#1bedc4;border-radius:0 0 56px 0}@media(min-width:1024px){.in-content-promo--content .secondary-content{align-items:end;width:auto;height:100%;border-radius:0 0 120px 0}}.in-content-promo--content .secondary-content--grass{background:#b5f166}.in-content-promo--content .secondary-content--grass .content{color:#004551}.in-content-promo--content .secondary-content--leaf{background:#1bedc4}.in-content-promo--content .secondary-content--leaf .content{color:#004551}.in-content-promo--content .secondary-content--mountain{background:#004551}.in-content-promo--content .secondary-content--mountain .content{color:#fcfbf5}.in-content-promo--content .secondary-content .content{max-width:100%;margin:32px}@media(min-width:1024px){.in-content-promo--content .secondary-content .content{max-width:250px;margin:80px}}.in-content-promo--content .secondary-content .content .top-icon{width:100%;height:100%;max-width:72px;max-height:72px;margin-bottom:16px}@media(min-width:1024px){.in-content-promo--content .secondary-content .content .top-icon{max-width:80px;max-height:80px;margin-bottom:20px}}.in-content-promo--content .secondary-content .content .text{font-size:14px;font-weight:600;line-height:24px;margin-bottom:24px}@media(min-width:1024px){.in-content-promo--content .secondary-content .content .text{font-size:16px;line-height:26px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:9;overflow:hidden}}.in-content-promo--content .secondary-content .content .text p,.in-content-promo--content .secondary-content .content .text span{margin:0}
.list-text{padding:40px 0 32px}@media(min-width:1024px){.list-text{padding:56px 0}}.list-text--sand{background-color:#f2efe9}.list-text--foam{background-color:#fcfbf5}.list-text--white{background-color:#fff}.list-text__wrapper{display:flex;flex-direction:column;gap:32px}@media(min-width:1024px){.list-text__wrapper{gap:60px;flex-direction:row}}.list-text__title-column{width:100%}@media(min-width:1024px){.list-text__title-column{width:300px}}.list-text__title-column .heading{margin:0;padding-left:32px;border-left:2.45px solid #1bedc4;color:#004551;font-size:24px;font-weight:700;line-height:32px}.list-text__content-column{width:100%;max-width:690px;display:flex;flex-direction:column;gap:24px}@media(min-width:1024px){.list-text__content-column{gap:32px}}.list-text__content-column .content-title{color:#007d81;font-size:14px;font-weight:600;line-height:24px;margin:0}@media(min-width:1024px){.list-text__content-column .content-title{font-size:16px;line-height:26px}}.list-text__content-column .content-text{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}@media(min-width:1024px){.list-text__content-column .content-text{font-size:16px}}
body.menu-open{overflow:hidden}.mega-menu-container{background-color:rgba(0,0,0,0);position:relative;display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap}.mega-menu-container .navigation-wrapper{display:flex;align-items:center;flex:1;gap:0;position:relative;z-index:10;transition:transform .3s ease-in-out}@media(min-width:1024px){.mega-menu-container .navigation-wrapper{margin-top:24px;margin-left:24px}}.mega-menu-container .navigation-wrapper .logo-container{display:flex;align-items:center;padding:0;width:100%;max-width:155px}@media(min-width:1024px){.mega-menu-container .navigation-wrapper .logo-container{max-width:193px;cursor:pointer}}.mega-menu-container .navigation-wrapper .logo-container .logo__image,.mega-menu-container .navigation-wrapper .logo-container .logo-mobile__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mega-menu-container .navigation-wrapper .mega-menu{display:none;height:100%;max-width:-moz-fit-content;max-width:fit-content;background-color:#f5f5f5;flex:1}@media(min-width:1024px){.mega-menu-container .navigation-wrapper .mega-menu{display:block;border-radius:38px 0 0 0;overflow:hidden}}.mega-menu-container .navigation-wrapper .mega-menu ul.menu{list-style-type:none;display:flex;flex-direction:row;margin:0;padding:0;height:100%}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1{padding:0 12px;height:100%;max-width:-moz-fit-content;max-width:fit-content;display:flex;justify-content:center;align-items:center;gap:4px}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1:first-child{padding-left:40px}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1:last-child{padding-right:40px}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1:has(.button){padding:0}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1__link{color:#004551;font-size:15px;font-weight:500;line-height:24px}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1__link:hover{color:#007d81;text-decoration:none}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1.active .menu-item-level-1__link{color:#007d81}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1.active .button--hamburger{background-color:#007d81}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1.active .button--hamburger::after{background-image:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h20M4 14h20M4 21h20' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.mega-menu-container .navigation-wrapper .mega-menu .menu-item-level-1.dropdown{margin-bottom:0;background-color:unset;position:unset}.mega-menu-container .navigation-wrapper .mega-menu .desktop-menu-toggle .button--hamburger,.mega-menu-container .navigation-wrapper .mega-menu .desktop-menu-toggle .button--close{width:80px;height:100%;padding:24px;background:rgba(0,0,0,0)}.mega-menu-container .navigation-wrapper .mega-menu .desktop-menu-toggle .button--hamburger:hover,.mega-menu-container .navigation-wrapper .mega-menu .desktop-menu-toggle .button--close:hover{background:#007d81}.mega-menu-container .navigation-wrapper .mega-menu .desktop-menu-toggle .button--hamburger::after{background-image:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h20M4 14h20M4 21h20' stroke='%23004551' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.mega-menu-container .navigation-wrapper .mega-menu .desktop-menu-toggle .button--hamburger:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h20M4 14h20M4 21h20' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.mega-menu-container .navigation-wrapper .mega-menu .desktop-menu-toggle .button--close::after{background-image:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L22 22M22 6L6 22' stroke='%23004551' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.mega-menu-container .action-links-container{position:relative;z-index:10;transition:transform .3s ease-in-out}@media(min-width:1024px){.mega-menu-container .action-links-container{margin-top:24px;margin-right:20px}}.mega-menu-container .action-links-container>ul{padding:0;margin:0;list-style-type:none;height:100%;display:flex;align-items:center}.mega-menu-container .action-links-container>ul li{width:64px;height:64px}@media(min-width:1024px){.mega-menu-container .action-links-container>ul li{width:80px;height:80px}}.mega-menu-container .action-links-container>ul li:not(:first-child){border-left:1px solid var(--Monochrome-10-White,rgba(255,255,255,0.1))}.mega-menu-container .action-links-container>ul li.search{display:flex}.mega-menu-container .action-links-container>ul li.search.hidden{display:none !important}.mega-menu-container .action-links-container>ul li.button-info{display:none}@media(min-width:1024px){.mega-menu-container .action-links-container>ul li.button-info{display:flex}}.mega-menu-container .action-links-container>ul li.button-info.has-alerts .button--info-modal::before{content:"";position:absolute;top:25px;right:25px;width:12px;height:12px;background-color:#1bedc4;border-radius:50%;z-index:1;border:2px solid #004551}.mega-menu-container .action-links-container>ul li.menu-button{display:flex}@media(min-width:1024px){.mega-menu-container .action-links-container>ul li.menu-button{display:none}}.mega-menu-container .action-links-container>ul li.previous-button{display:none}@media(min-width:1024px){.mega-menu-container .action-links-container>ul li.previous-button{display:none !important}}.mega-menu-container .action-links-container>ul li.previous-button.visible{display:flex !important}.mega-menu-container .action-links-container>ul li .button{width:100%;height:100%}.mega-menu-container .submenu-container{position:absolute;width:100%;min-height:600px;top:0;left:0;z-index:5;background-color:#fff;display:none;flex-direction:row;justify-content:end;transition:transform .3s ease-in-out}@media(min-width:1024px){.mega-menu-container .submenu-container{display:flex;gap:68px;min-height:600px;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transform:translateY(-20px);transition:opacity .4s ease,transform .4s ease,max-height .4s ease,visibility 0s .4s}.mega-menu-container .submenu-container.active{opacity:1;visibility:visible;max-height:1000px;transform:translateY(0);transition:opacity .4s ease,transform .4s ease,max-height .4s ease,visibility 0s}}.mega-menu-container .submenu-container .submenu-primary-container{display:flex;flex-direction:column;justify-content:space-between;margin-left:24px;margin-top:160px;max-width:330px;width:100%}.mega-menu-container .submenu-container .submenu-primary-container .main-navigation .submenu-header{padding:0;margin-bottom:32px}.mega-menu-container .submenu-container .submenu-primary-container .main-navigation .submenu-header__title{margin:0;color:#004551;font-size:40px;font-weight:700;line-height:44px}.mega-menu-container .submenu-container .submenu-primary-container .main-navigation .submenu-primary{display:flex;flex-direction:column;margin:0;padding:0;list-style-type:none}.mega-menu-container .submenu-container .submenu-primary-container .main-navigation .submenu-primary .menu-item-level-2{padding:15px 20px 15px 0}.mega-menu-container .submenu-container .submenu-primary-container .main-navigation .submenu-primary .menu-item-level-2__link{color:#333;text-decoration:none;font-size:16px;font-weight:600;line-height:24px;opacity:.6}.mega-menu-container .submenu-container .submenu-primary-container .main-navigation .submenu-primary .menu-item-level-2__link:hover{color:#007d81;opacity:1}.mega-menu-container .submenu-container .submenu-primary-container .main-navigation .submenu-primary .menu-item-level-2.active .menu-item-level-2__link{color:#007d81;opacity:1}.mega-menu-container .submenu-container .submenu-primary-container .parent-link{padding:15px 0}.mega-menu-container .submenu-container .submenu-primary-container .parent-link .link{font-size:14px;font-weight:700;line-height:24px}.mega-menu-container .submenu-container .submenu-secondary-container{display:flex;flex-direction:column;justify-content:space-between;flex:1 1 auto;margin-top:160px;padding-left:60px;border-left:1px solid rgba(0,0,0,.12);max-width:555px}.mega-menu-container .submenu-container .submenu-secondary-container .submenu-secondary{display:none;flex-direction:column;margin:0;list-style-type:none;padding:0}.mega-menu-container .submenu-container .submenu-secondary-container .submenu-secondary.active{display:flex}.mega-menu-container .submenu-container .submenu-secondary-container .submenu-secondary .menu-item-level-3{margin-bottom:12px}.mega-menu-container .submenu-container .submenu-secondary-container .submenu-secondary .menu-item-level-3__link{color:#333;text-decoration:none;font-size:16px;font-weight:400;display:block;white-space:nowrap}.mega-menu-container .submenu-container .submenu-secondary-container .submenu-secondary .menu-item-level-3__link:hover{color:#007d81}.mega-menu-container .submenu-container .submenu-secondary-container .parent-link{padding:20px 0;display:none}.mega-menu-container .submenu-container .submenu-secondary-container .parent-link.active{display:block}.mega-menu-container .submenu-container .submenu-secondary-container .parent-link .link{font-size:14px;font-weight:700;line-height:24px}.mega-menu-container .submenu-container .submenu-tertiary-container{padding:160px 80px 48px 75px;background-color:#f2efe9;width:100%;max-width:660px}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card{background-color:rgba(0,0,0,0);max-width:320px;display:none}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card.active{display:block}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .image-container{position:relative;max-height:200px;margin-bottom:24px}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .image-container img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;display:block}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .image-container .button--next{position:absolute;right:-30px;top:35%;width:56px;height:56px}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .image-container .button--next span::after{width:20px;height:20px}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card p{color:#004551;font-size:16px;font-weight:600;line-height:26px;margin-bottom:24px;min-height:80px}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .category{display:flex;font-size:14px;gap:4px;color:#535c5e}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .category span{color:#007d81;font-size:12px;font-weight:400;line-height:20px}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .category span:first-child{font-weight:600}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .category .icon-droplet{max-height:18px}.mega-menu-container .submenu-container .submenu-tertiary-container .container-card .category .icon-droplet svg{display:inline-block;width:18px;height:18px;flex-shrink:0}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;z-index:9;visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s ease}@media(min-width:1024px){.mobile-menu{display:none}}.mobile-menu.active{visibility:visible;opacity:1;transition:visibility 0s,opacity .3s ease}.mobile-menu.active .mobile-menu__content{transform:translateX(0)}.mobile-menu__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);cursor:pointer}.mobile-menu__content{position:absolute;top:0;right:0;bottom:0;width:100%;background-color:#fff;transform:translateX(100%);transition:transform .3s ease;overflow:hidden}body.gin--vertical-toolbar .mobile-menu__content{top:87px}.mobile-menu__level{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:translateX(100%);overflow-y:auto}.mobile-menu__level.active{opacity:1;visibility:visible;transform:translateX(0)}.mobile-menu__level.slide-left{transform:translateX(-30%);opacity:0}.mobile-menu__level.slide-right{transform:translateX(100%);opacity:0}.mobile-menu__level.slide-from-right{animation:slideFromRight .3s ease forwards}.mobile-menu__level.slide-from-left{animation:slideFromLeft .3s ease forwards}.mobile-menu__header{padding:24px}.mobile-menu__title{margin:0;color:#004551;font-size:24px;font-weight:600;line-height:32px}.mobile-menu__nav{display:flex;flex-direction:column;justify-content:space-between;padding-top:100px}.mobile-menu__nav .mobile-button-info{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 32px;background-color:#004551;cursor:pointer}.mobile-menu__nav .mobile-button-info__header{display:flex;align-items:center;gap:16px}.mobile-menu__nav .mobile-button-info__header .icon-info{width:24px;height:24px}.mobile-menu__nav .mobile-button-info__header>span{color:#fcfbf5;font-size:16px;font-weight:600;line-height:26px}.mobile-menu__nav .mobile-button-info__counter{display:flex;align-items:center;justify-content:center;border-radius:2200px;background-color:#1bedc4;width:40px;height:40px;color:#004551;font-size:14px;font-weight:700;line-height:24px}.mobile-menu__list{list-style:none;margin:0;padding:0 24px}.mobile-menu__link{display:flex;justify-content:space-between;align-items:center;padding:12px 0;color:#333;text-decoration:none;font-size:16px;font-weight:500;line-height:24px;position:relative}.mobile-menu__link::after{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23007D81' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;flex-shrink:0}.mobile-menu__link:hover,.mobile-menu__link:focus{color:#007d81}.mobile-menu__parent-link{padding:24px 24px 32px;background-color:#f5f5f5}.mobile-menu__parent-link .link{font-size:14px;font-weight:700;line-height:24px}@keyframes slideFromRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideFromLeft{from{transform:translateX(-30%);opacity:0}to{transform:translateX(0);opacity:1}}
.search-modal{position:fixed;top:0;bottom:0;right:0;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:100%;padding:0;background-color:#004551;opacity:1;visibility:hidden;transform:translateX(100%);transition:visibility 0s .3s,transform .3s ease;z-index:10}body.gin--vertical-toolbar .search-modal{top:84px}@media(min-width:1024px){.search-modal{top:24px;right:20px;height:calc(100vh - 45px);max-width:555px;padding:32px 40px;opacity:0;transform:scale(0.3);transform-origin:top right;transition:visibility 0s .3s,opacity .3s ease,transform .3s ease}}.search-modal.active{visibility:visible;transform:translateX(0);transition:visibility 0s,transform .3s ease}@media(min-width:1024px){.search-modal.active{opacity:1;transform:scale(1);transition:visibility 0s,opacity .3s ease,transform .3s ease}}.search-modal__close-desktop{display:none}@media(min-width:1024px){.search-modal__close-desktop{display:block;position:absolute;top:0;right:0;z-index:10;width:80px;height:80px}.search-modal__close-desktop .button{width:100%;height:100%;background-color:rgba(0,0,0,0);border:none;cursor:pointer}.search-modal__close-desktop .button:hover{opacity:.7}}.search-modal .mobile-search-modal__navigation{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 24px 0;background-color:#004551}@media(min-width:1024px){.search-modal .mobile-search-modal__navigation{display:none}}.search-modal__logo{max-width:155px;width:100%}.search-modal__logo .logo__image,.search-modal__logo .logo-mobile__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.search-modal__actions{display:flex;align-items:center}.search-modal__previous,.search-modal__close{width:64px;height:64px}.search-modal__previous .button,.search-modal__close .button{width:100%;height:100%}.search-modal__previous{border-right:1px solid hsla(0,0%,100%,.1)}.search-modal__content{flex:1;display:flex;flex-direction:column;overflow:auto;padding:20px 24px}@media(min-width:1024px){.search-modal__content{padding-top:0;padding-left:0}}.search-modal__content .content-header{flex-shrink:0;display:flex;align-items:center;justify-content:start;gap:16px;margin-bottom:48px}@media(min-width:1024px){.search-modal__content .content-header{margin-bottom:60px}}.search-modal__content .content-header .icon-info{max-height:24px}.search-modal__content .content-header .icon-info svg{display:inline-block;width:24px;height:24px;flex-shrink:0}.search-modal__content .content-header .heading{color:#fff;font-size:24px;font-weight:700;line-height:32px;margin:0}.search-modal__content .list-title{color:#1bedc4;font-size:12px;font-weight:400;line-height:20px;flex-shrink:0;margin-bottom:40px}.search-modal__search{flex-shrink:0;margin-bottom:40px}@media(min-width:1024px){.search-modal__search{margin-bottom:60px}}.search-modal__form{display:flex;flex-direction:column;align-items:center;gap:16px}@media(min-width:1024px){.search-modal__form{flex-direction:row;gap:20px}}.search-modal__form .button{width:100%}@media(min-width:1024px){.search-modal__form .button{width:-moz-fit-content;width:fit-content}}.search-modal__input{border-radius:8px;border:none;padding:16px 20px;background-color:#fff;color:#535c5e;font-size:14px;font-weight:400;line-height:24px;height:56px}.search-modal__input:-ms-input-placeholder{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}.search-modal__input::placeholder{color:#535c5e;font-size:14px;font-weight:400;line-height:24px}.search-modal__input:focus,.search-modal__input:focus-visible{outline:2px solid #007d81;outline-offset:2px}.search-modal__searches{flex:1;padding-right:10px;margin-right:-10px}@media(min-width:1024px){.search-modal__searches{flex:none;min-height:auto;max-height:490px}}.search-modal__searches::-webkit-scrollbar{width:8px}.search-modal__searches::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.search-modal__searches::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}.search-modal__searches::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.search-modal__searches .search-list{display:flex;flex-direction:column;list-style:none;margin:0}.search-modal__searches .search-list .search-item{display:flex;flex-direction:column;width:100%;height:100%;gap:4px;padding:12px 0 20px;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(min-width:1024px){.search-modal__searches .search-list .search-item{padding:16px 0 20px}}.search-modal__searches .search-list .search-item:first-child{padding-top:0}.search-modal__searches .search-list .search-item--empty{border-bottom:none;text-align:center;padding:40px 0}.search-modal__searches .search-list .search-item--empty .search-title{color:hsla(0,0%,100%,.6);font-style:italic}.search-modal__searches .search-list .search-item .item-container{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:10px}.search-modal__searches .search-list .search-item .item-container:hover>p{text-decoration:underline}.search-modal__searches .search-list .search-item .item-container svg{flex-shrink:0;width:12px;height:12px}.search-modal__searches .search-list .search-item .search-title{color:#fcfbf5;font-size:14px;font-weight:600;line-height:24px;margin:0}@media(min-width:1024px){.search-modal__searches .search-list .search-item .search-title{font-size:16px;line-height:26px}}.search-modal__searches .search-list .search-item>a{text-decoration:none}.search-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:visibility 0s .3s,opacity .3s ease;z-index:9}.search-modal__overlay.active{opacity:1;visibility:visible;transition:visibility 0s,opacity .3s ease}
.footer{background:#004551;padding:56px 0}.footer__wrapper{display:flex;flex-direction:column}@media(min-width:1024px){.footer__wrapper{flex-direction:row;justify-content:space-between}}.footer__wrapper-left{display:flex;flex-direction:column;gap:30px;width:100%}@media(min-width:1024px){.footer__wrapper-left{flex-direction:row}}.footer__wrapper-left .footer-logo{width:100%;max-width:210px}.footer__wrapper-left .footer-sitemap{display:flex;flex-direction:column;width:100%}@media(min-width:1024px){.footer__wrapper-left .footer-sitemap{flex-direction:row;gap:30px}}.footer__wrapper-left .footer-sitemap .sitemap-column{width:100%}@media(min-width:1024px){.footer__wrapper-left .footer-sitemap .sitemap-column{max-width:210px}}.footer__wrapper-left .footer-sitemap .sitemap-column .heading{color:#1bedc4;font-size:14px;font-weight:700;line-height:24px;margin-bottom:8px;margin-top:24px;border-top:1px solid #005b6b;padding-top:24px}@media(min-width:1024px){.footer__wrapper-left .footer-sitemap .sitemap-column .heading{border-top:none;padding-top:0;margin-top:20px;margin-bottom:20px}.footer__wrapper-left .footer-sitemap .sitemap-column .heading:first-child{margin-top:0}}.footer__wrapper-left .footer-sitemap .sitemap-column .heading--no-list{margin-bottom:12px}@media(min-width:1024px){.footer__wrapper-left .footer-sitemap .sitemap-column .heading--no-list{margin-bottom:20px}}.footer__wrapper-left .footer-sitemap .sitemap-column .heading--no-list:not(:first-child){border-top:none;padding-top:0;margin-top:0}.footer__wrapper-left .footer-sitemap .sitemap-column .heading--no-list:last-child{margin-bottom:0}.footer__wrapper-left .footer-sitemap .sitemap-column .heading>.link{color:#1bedc4;font-size:14px;font-weight:700;line-height:24px}.footer__wrapper-left .footer-sitemap .sitemap-column .heading>.link:hover{text-decoration:underline}.footer__wrapper-left .footer-sitemap .sitemap-column:first-child .heading:first-child{border-top:none;padding-top:0;margin-top:0}.footer__wrapper-left .footer-sitemap .sitemap-column__list{list-style:none;margin:0}.footer__wrapper-left .footer-sitemap .sitemap-column__item{margin-bottom:8px}@media(min-width:1024px){.footer__wrapper-left .footer-sitemap .sitemap-column__item{margin-bottom:10px}.footer__wrapper-left .footer-sitemap .sitemap-column__item:last-child{margin-bottom:0}}.footer__wrapper-left .footer-sitemap .sitemap-column__link{color:#fcfbf5;font-size:14px;font-weight:400;line-height:24px;text-decoration:none}.footer__wrapper-left .footer-sitemap .sitemap-column__link:hover{text-decoration:underline}.footer__wrapper-right{display:flex;flex-direction:column;width:100%;margin-top:24px;border-top:1px solid #005b6b;padding-top:24px}@media(min-width:1024px){.footer__wrapper-right{max-width:245px;margin-top:0;border-top:none;padding-top:0}}.footer__wrapper-right .footer-legal{text-align:left}@media(min-width:1024px){.footer__wrapper-right .footer-legal{text-align:right}}.footer__wrapper-right .footer-legal__links{display:flex;flex-direction:row;margin:24px 0}@media(min-width:1024px){.footer__wrapper-right .footer-legal__links{flex-direction:column;text-align:right;margin:0}}.footer__wrapper-right .footer-legal__link{margin-right:32px;color:#fcfbf5;font-size:12px;font-weight:400;line-height:20px}.footer__wrapper-right .footer-legal__link:hover{text-decoration:underline}@media(min-width:1024px){.footer__wrapper-right .footer-legal__link{margin-right:0;margin-bottom:16px}}.footer__wrapper-right .footer-legal__copyright{color:#fcfbf5;font-size:12px;font-weight:400;line-height:20px;opacity:.7}
.header{position:fixed;width:100%;background-color:rgba(0,0,0,0);z-index:3;left:0;right:0}@media(min-width:1024px){.header.isadmin{width:calc(100vw - 66px);left:66px;right:0}}.header__inner{display:flex;flex-flow:column nowrap}@media(min-width:1024px){.header__inner{border:none;min-height:80px}}.header-shadow{height:80px;width:100%;z-index:0;position:relative;display:block}
.logo{width:100%}.logo__image{display:none}@media(min-width:1024px){.logo__image{display:block}}.logo-mobile__image{display:block}@media(min-width:1024px){.logo-mobile__image{display:none}}.logo--header{max-width:20rem}.logo--footer{max-width:10rem}.logo--footer .logo__image{display:block}
.footer-social{width:100%}@media(min-width:1024px){.footer-social{flex:1 0 30%}}@media(min-width:1024px){.footer-social .social-menu{border-bottom:initial;border-top:0}}.footer-social .social-menu ul{list-style:none;margin:0;padding:0;display:flex;justify-content:start;flex-wrap:wrap}@media(min-width:1024px){.footer-social .social-menu ul{justify-content:end}}.footer-social .social-menu ul li{display:inline-block;margin:0 12px}.footer-social .social-menu ul li:first-child{margin-left:0}.footer-social .social-menu ul li:last-child{margin-right:0}.footer-social .social-menu ul li>a{display:block;width:24px;height:24px}
.text-and-navigation{position:relative;background-color:#004551;overflow:hidden}.text-and-navigation .watermark{position:absolute;top:0;right:-45px;z-index:1}@media(min-width:1024px){.text-and-navigation .watermark{top:-100px;right:-100px}}.text-and-navigation .watermark__image{width:170px;height:170px}@media(min-width:1024px){.text-and-navigation .watermark__image{width:400px;height:400px}}.text-and-navigation__content{position:relative;display:flex;flex-direction:column;align-items:start;justify-content:end;gap:32px;height:100%;padding:200px 0 32px;overflow:hidden;z-index:2}@media(min-width:1024px){.text-and-navigation__content{flex-direction:row;align-items:end;justify-content:space-between;min-height:400px;padding:130px 0 40px 0}}.text-and-navigation__content .title-container .strapline{display:block;color:#1bedc4;font-size:14px;font-weight:700;line-height:24px;margin-bottom:24px}@media(min-width:1024px){.text-and-navigation__content .title-container .strapline{margin-bottom:40px}}.text-and-navigation__content .title-container .heading{margin:0;color:#fcfbf5;font-size:48px;font-weight:700;line-height:52px}@media(min-width:1024px){.text-and-navigation__content .title-container .heading{font-size:72px;line-height:80px;letter-spacing:-0.72px}}.text-and-navigation__content .text-container{width:100%}@media(min-width:1024px){.text-and-navigation__content .text-container{max-width:330px}}.text-and-navigation__content .text-container>span{color:#fcfbf5;font-size:14px;font-weight:600;line-height:24px;width:100%}@media(min-width:1024px){.text-and-navigation__content .text-container>span{font-size:16px;line-height:26px;max-width:330px}}.text-and-navigation__in-navigation{display:none}@media(min-width:1024px){.text-and-navigation__in-navigation{display:flex;justify-content:center}}.text-and-navigation__out-navigation{display:flex;justify-content:center;background-color:#fff}@media(min-width:1024px){.text-and-navigation__in-navigation,.text-and-navigation__out-navigation{padding:0 24px}}.text-and-navigation__in-navigation .navigation-table,.text-and-navigation__out-navigation .navigation-table{table-layout:fixed;width:100%;max-width:1360px}.text-and-navigation__in-navigation .navigation-table .mobile-only,.text-and-navigation__out-navigation .navigation-table .mobile-only{display:table-row;background-color:#f2efe9}@media(min-width:1024px){.text-and-navigation__in-navigation .navigation-table .mobile-only,.text-and-navigation__out-navigation .navigation-table .mobile-only{display:none}}.text-and-navigation__in-navigation .navigation-table .mobile-only td,.text-and-navigation__out-navigation .navigation-table .mobile-only td{display:block !important;width:100%}.text-and-navigation__in-navigation .navigation-table .mobile-only td.empty-cell,.text-and-navigation__out-navigation .navigation-table .mobile-only td.empty-cell{display:none !important}@media(min-width:1024px){.text-and-navigation__in-navigation .navigation-table .mobile-only td,.text-and-navigation__out-navigation .navigation-table .mobile-only td{display:table-cell !important;width:25%}.text-and-navigation__in-navigation .navigation-table .mobile-only td.empty-cell,.text-and-navigation__out-navigation .navigation-table .mobile-only td.empty-cell{display:table-cell !important}}.text-and-navigation__in-navigation .navigation-table .desktop-only,.text-and-navigation__out-navigation .navigation-table .desktop-only{display:none !important;background-color:#f2efe9}@media(min-width:1024px){.text-and-navigation__in-navigation .navigation-table .desktop-only,.text-and-navigation__out-navigation .navigation-table .desktop-only{display:table-row !important}}.text-and-navigation__in-navigation .navigation-table tr,.text-and-navigation__out-navigation .navigation-table tr{background-color:#f2efe9}.text-and-navigation__in-navigation .navigation-table td,.text-and-navigation__out-navigation .navigation-table td{width:25%;padding:20px 24px;border-top:1px solid rgba(0,0,0,.1);border-bottom:none}@media(min-width:1024px){.text-and-navigation__in-navigation .navigation-table td,.text-and-navigation__out-navigation .navigation-table td{padding:28px 40px 32px;border-right:1px solid rgba(0,0,0,.1)}.text-and-navigation__in-navigation .navigation-table td:first-child,.text-and-navigation__out-navigation .navigation-table td:first-child{padding-left:64px;border-left:none}.text-and-navigation__in-navigation .navigation-table td:last-child,.text-and-navigation__out-navigation .navigation-table td:last-child{padding-right:64px;border-right:none}}.text-and-navigation__in-navigation .navigation-table td .cell-content,.text-and-navigation__out-navigation .navigation-table td .cell-content{display:flex;align-items:center;justify-content:space-between;gap:8px;color:inherit;text-decoration:none}.text-and-navigation__in-navigation .navigation-table td .cell-content:hover,.text-and-navigation__out-navigation .navigation-table td .cell-content:hover{text-decoration:underline}.text-and-navigation__in-navigation .navigation-table td .cell-content>span,.text-and-navigation__out-navigation .navigation-table td .cell-content>span{color:#004551;font-size:16px;font-weight:700;line-height:24px}.text-and-navigation__in-navigation .navigation-table td .cell-content img,.text-and-navigation__in-navigation .navigation-table td .cell-content picture img,.text-and-navigation__out-navigation .navigation-table td .cell-content img,.text-and-navigation__out-navigation .navigation-table td .cell-content picture img{transform:rotate(-90deg)}.text-and-navigation__in-navigation .navigation-table td .cell-content--anchor img,.text-and-navigation__in-navigation .navigation-table td .cell-content--anchor picture img,.text-and-navigation__out-navigation .navigation-table td .cell-content--anchor img,.text-and-navigation__out-navigation .navigation-table td .cell-content--anchor picture img{transform:rotate(0deg)}
