/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.article-teaser{position:relative;color:#666;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2509803922);box-shadow:0 0 4px 0 rgba(0,0,0,.2509803922);overflow:hidden;-webkit-transform:box-shadow .3s ease-in-out;transform:box-shadow .3s ease-in-out;background:#fff;border-radius:.25rem}.article-teaser:has(.article-teaser__view):hover{-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.2);box-shadow:0 0 12px 0 rgba(0,0,0,.2)}.article-teaser:has(.article-teaser__view):hover img{-webkit-transform:scale(1.03);transform:scale(1.03);border-radius:.25rem .25rem 0 0}.article-teaser hr{margin:.75rem 0;border-color:#d6d6d6}.article-teaser__body{padding:1rem}@media screen and (min-width:992px){.article-teaser__body{padding:1.5rem}}.article-teaser__date{display:inline-block;padding:.5rem;background:#fff;color:#009cde;font-size:.875rem;font-weight:600;white-space:nowrap;position:absolute;top:0;right:0;border-radius:0 .25rem 0 .25rem;z-index:2}@media screen and (min-width:992px){.article-teaser__date{padding:1rem}}html[dir=rtl] .article-teaser__date{right:auto;left:0;border-radius:.25rem 0 .25rem 0}.article-teaser__image{aspect-ratio:65/34;background:#f5f5f5;overflow:hidden}.article-teaser__image img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.article-teaser__title{color:#4e4e4e}h3.article-teaser__title{font-size:1.25rem}h1.article-teaser__title{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h1.article-teaser__title{font-size:1.75rem}}.article-teaser__description{margin-bottom:.5rem}.article-teaser__comment-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:.875rem}.article-teaser__comment-count::before{font-family:golems-icon;content:"\ea0f";font-size:1.25rem}.article-teaser__comment-count .count{color:#4e4e4e;font-weight:600}.article-teaser__categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.article-teaser__categories:not(:has(a)){text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:600}.article-teaser__categories a{display:inline-block;text-align:center;color:#4e4e4e!important;background:#ececec;padding:.5rem 1rem;border-radius:.25rem;font-weight:600;font-size:.875rem;line-height:1;text-decoration:none;-webkit-transition:all .3s ease-in-out!important;transition:all .3s ease-in-out!important;position:relative;z-index:5}.article-teaser__categories a:focus,.article-teaser__categories a:hover{color:#fff!important;background-color:#009cde}.article-teaser__view a{display:block;width:100%;height:100%;position:absolute;top:0;left:0;text-indent:624.9375rem;white-space:nowrap;overflow:hidden;z-index:3}@media screen and (min-width:992px){.article-teaser--horizontal{display:grid;grid-template-columns:40% 60%}.article-teaser--horizontal .article-teaser__image{width:100%;height:100%}.article-teaser--horizontal .article-teaser__image img{height:100%;aspect-ratio:revert}.article-teaser--horizontal .article-teaser__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.article-teaser--horizontal .article-teaser__body .article-teaser__comment-count{margin-top:auto}}
.block-social-links{--social-bg-color:#fff;--social-text-color:#009cde}@media screen and (max-width:991px){.block-social-links{margin-top:auto}}body.page-nav-mobile .block-social-links{margin-top:auto}@media screen and (min-width:992px){body:not(.page-nav-mobile) .block-social-links{position:fixed;top:50%;right:.625rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width:1200px){body:not(.page-nav-mobile) .block-social-links{right:1.25rem}}.block-social-links ul:not(.contextual-links){display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;list-style:none;margin:0;padding:0}@media screen and (max-width:991px){.block-social-links ul:not(.contextual-links){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}body.page-nav-mobile .block-social-links ul:not(.contextual-links){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:992px){body:not(.page-nav-mobile) .block-social-links ul:not(.contextual-links){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.block-social-links ul:not(.contextual-links) li{-webkit-filter:0 0 4px 0 rgba(0,0,0,.2509803922);filter:0 0 4px 0 rgba(0,0,0,.2509803922);-webkit-transition:-webkit-filter .3s ease-in-out;transition:-webkit-filter .3s ease-in-out;transition:filter .3s ease-in-out;transition:filter .3s ease-in-out,-webkit-filter .3s ease-in-out}.block-social-links ul:not(.contextual-links) li:has(a:focus),.block-social-links ul:not(.contextual-links) li:has(a:hover){-webkit-filter:drop-shadow(0 0 4px rgba(255,255,255,.4));filter:drop-shadow(0 0 4px rgba(255,255,255,.4))}.block-social-links ul:not(.contextual-links) a{--hexagon-size:3.75rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:var(--hexagon-size);height:var(--hexagon-size);background:var(--social-text-color,#009cde);-webkit-mask:url(/themes/amptheme/golems_amp/img/hexagon.svg) center/contain no-repeat;mask:url(/themes/amptheme/golems_amp/img/hexagon.svg) center/contain no-repeat;-webkit-mask-clip:border-box;mask-clip:border-box;color:var(--social-text-color,#009cde);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden;text-decoration:none}.block-social-links ul:not(.contextual-links) a::before{content:"";display:block;width:100%;height:100%;position:absolute;background:var(--social-bg-color,#fff);-webkit-mask:url(/themes/amptheme/golems_amp/img/hexagon.svg) center/contain no-repeat;mask:url(/themes/amptheme/golems_amp/img/hexagon.svg) center/contain no-repeat;-webkit-mask-clip:border-box;mask-clip:border-box;top:0;left:0;-webkit-transform:scale(.94);transform:scale(.94);z-index:-1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.block-social-links ul:not(.contextual-links) a:focus,.block-social-links ul:not(.contextual-links) a:hover{background:var(--social-bg-color,#fff);color:var(--social-bg-color,#fff)}.block-social-links ul:not(.contextual-links) a:focus::before,.block-social-links ul:not(.contextual-links) a:hover::before{background:var(--social-text-color,#009cde)}.block-social-links .fab{font-family:golems-icon;font-style:normal}.block-social-links .fab:before{display:block;font-size:1.25rem;line-height:1}.block-social-links .fa-facebook-f:before{content:"\ea10"}.block-social-links .fa-twitter:before{content:"\ea1d"}.block-social-links .fa-google-plus-g:before{content:"\ea13"}.block-social-links .fa-linkedin-in:before{content:"\ea14"}.block-social-links .fa-github:before{content:"\ea12"}html[dir=rtl] body:not(.page-nav-mobile) .block-social-links{right:auto;left:.625rem}@media screen and (min-width:1200px){html[dir=rtl] body:not(.page-nav-mobile) .block-social-links{left:1.25rem}}
.block-page-title .title-wrapper,.block-page-title h1{font-size:calc(1.375rem + 1.5vw);font-weight:700;color:var(--header-color);line-height:1.2}@media (min-width:1200px){.block-page-title .title-wrapper,.block-page-title h1{font-size:2.5rem}}
.comments-section{color:var(--text-color)}.comments-section .comments-title{color:var(--text-header);text-align:center}.comments-section .comment-form{max-width:51.25rem;margin:0 auto 2.5rem}.comments-section .comment-form .form-item{margin-top:.5rem}.comments-section .comment-form .form-actions{margin-top:1.25rem;text-align:center}.comments-section .comment-item{-webkit-box-shadow:0 2px 8px 0 rgba(94,96,97,.16);box-shadow:0 2px 8px 0 rgba(94,96,97,.16);border-radius:4;padding:1rem;margin-bottom:1.5rem}.comments-section .comment-item .field-comment-body{word-break:break-word}.comments-section .comment-form .comment-info,.comments-section .comment-item .comment-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:1rem}.comments-section .comment-form .user-icon-name,.comments-section .comment-item .user-icon-name{font-size:calc(1.2875rem + .45vw);display:-webkit-box;display:-ms-flexbox;display:flex;width:2.5rem;height:2.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;text-transform:uppercase;text-align:center;color:#05509b;background:rgba(5,80,155,.2);font-weight:600}@media (min-width:1200px){.comments-section .comment-form .user-icon-name,.comments-section .comment-item .user-icon-name{font-size:1.625rem}}@media screen and (min-width:992px){.comments-section .comment-form .user-icon-name,.comments-section .comment-item .user-icon-name{width:3rem;height:3rem}}.comments-section .comment-form .user-name,.comments-section .comment-item .user-name{font-width:600}.comments-section .comment-form .comment-created,.comments-section .comment-item .comment-created{margin-left:auto}.comments-section .comment-item .comment-content{margin-top:.5rem;font-size:1rem;line-height:1.75rem}.comments-section .comment-item .comment-title{margin:0;font-size:inherit;line-height:inherit}.comments-section .comment-item .comment-title a{color:#666;text-decoration:none;font-size:inherit;font-weight:700}.comments-section .comment-item .links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;list-style:none;padding:0}.comments-section .comment-item .links li:not(:last-child){margin-right:.625rem}html[dir=rtl] .comments-section .user-icon-name{margin-right:0;margin-left:1rem}html[dir=rtl] .links li:not(:last-child){margin-left:.625rem;margin-right:0}
body{--text-color:#666666;--header-color:#4e4e4e;--link-color:#009cde;--link-color-hover:#05509B}body .main-section{max-width:90rem}body .node-base-content .article-teaser{margin-bottom:2.5rem}body .node-base-content .field-body{border-bottom:1px solid #d6d6d6;padding-bottom:2.5rem;margin-bottom:2.5rem}
.block-related-blog{margin-top:3.75rem}@media screen and (min-width:992px){.block-related-blog{margin-top:5rem}}.block-related-blog h2{font-size:calc(1.3rem + .6vw);font-weight:600;margin-bottom:1.25rem;color:var(--header-color);text-align:center}@media (min-width:1200px){.block-related-blog h2{font-size:1.75rem}}@media screen and (min-width:992px){.block-related-blog h2{margin-bottom:2.5rem}}
.views-view__empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:50rem;gap:1.875rem;margin:0 auto}@media screen and (max-width:1199px){.views-view__empty{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.views-view__empty::before{font-family:golems-icon;content:"\ea18";font-size:calc(2.05rem + 9.6vw);color:#009cde;text-align:center}@media (min-width:1200px){.views-view__empty::before{font-size:9.25rem}}
body .main-wrapper{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.views-exposed-form{width:100%;margin:0 auto}@media screen and (min-width:992px){.views-exposed-form{max-width:51.25rem}}.views-exposed-form form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.25rem;margin:0 0 2rem;border-radius:.25rem;-webkit-box-shadow:var(--input-shadow);box-shadow:var(--input-shadow);background-color:var(--input-bg-color);-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out}@media screen and (min-width:992px){.views-exposed-form form{padding:.5rem;margin:0 0 4rem}}.views-exposed-form form::before{font-family:golems-icon;content:"\ea1b";position:absolute;top:50%;left:.625rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:var(--input-placeholder-color);font-size:1.375rem;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media screen and (min-width:992px){.views-exposed-form form::before{left:1.25rem}}.views-exposed-form form:has(input:not(:disabled):focus){-webkit-box-shadow:var(--input-shadow-hover);box-shadow:var(--input-shadow-hover)}.views-exposed-form form:has(input:not(:disabled):focus)::before{color:var(--input-color)}.views-exposed-form form .form-item-search-api-fulltext{width:100%;margin:0}.views-exposed-form form .form-item-search-api-fulltext label{display:none}.views-exposed-form form .form-item-search-api-fulltext input{--input-shadow:none;--input-shadow-hover:none;-webkit-padding-start:2rem;padding-inline-start:2rem}@media screen and (min-width:992px){.views-exposed-form form .form-item-search-api-fulltext input{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}}.views-exposed-form form .btn{-webkit-box-shadow:none!important;box-shadow:none!important}@media screen and (max-width:991px){.views-exposed-form form .btn{padding-left:1.125rem;padding-right:1.125rem}}html[dir=rtl] .views-exposed-form form::before{right:.625rem;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:992px){html[dir=rtl] .views-exposed-form form::before{right:1.25rem}}.blog-page .views-view__content{display:grid;gap:2rem}@media screen and (min-width:768px){.blog-page .views-view__content{grid-template-columns:repeat(2,1fr);gap:1.5rem}}
.btn{display:inline-block;height:var(--btn-height);padding:var(--btn-padding);border-radius:.125rem;line-height:1;font-weight:600;font-size:var(--btn-font-size);letter-spacing:.06em;text-align:center;border:.125rem solid var(--btn-border-color);background:var(--btn-bg-color);color:var(--btn-text-color);text-decoration:none;-webkit-transition:border .3s ease-in-out,background .3s ease-in-out,color .3s ease-in-out;transition:border .3s ease-in-out,background .3s ease-in-out,color .3s ease-in-out;cursor:pointer;outline:0;white-space:nowrap;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2509803922);box-shadow:0 0 4px 0 rgba(0,0,0,.2509803922);--btn-height:2.75rem;--btn-padding:0.8125rem 1.5rem;--btn-font-size:0.875rem}.btn:focus:not(:disabled),.btn:hover:not(:disabled){-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,.2);box-shadow:0 0 12px 0 rgba(0,0,0,.2)}.btn:disabled{opacity:.5}@media screen and (min-width:992px){.btn{--btn-height:3.5rem;--btn-padding:1.125rem 2rem;--btn-font-size:1rem}}.btn-primary{--btn-bg-color:#fff;--btn-text-color:#009cde;--btn-border-color:#009cde}.btn-primary:focus:not(:disabled),.btn-primary:hover:not(:disabled){--btn-bg-color:#009cde;--btn-text-color:#fff;--btn-border-color:#fff}.btn-secondary{--btn-bg-color:#009cde;--btn-text-color:#fff;--btn-border-color:#fff}.btn-secondary:focus:not(:disabled),.btn-secondary:hover:not(:disabled){--btn-bg-color:#fff;--btn-text-color:#009cde;--btn-border-color:#009cde}.btn-arrow{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-arrow::after{font-family:golems-icon;content:"\ea03";display:block;font-size:.825em;line-height:1}html[dir=rtl] .btn-arrow::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.btn-read-more{background:0 0;border:0 none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-indent:-999px;white-space:nowrap;padding:0;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-read-more::before{font-family:golems-icon;content:"\ea19";display:block;text-indent:0;font-size:.625rem}
:root{--list-marker-color:#009cde}h1{font-size:calc(1.375rem + 1.5vw);margin:0 0 .4125em}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw);margin:0 0 .4125em}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw);margin:0 0 .4125em}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw);margin:0 0 .4125em}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem;margin:0 0 .4125em}h6{font-size:1rem;margin:0 0 .4125em}h1:has(strong),h2:has(strong){font-weight:400}h1:has(strong) strong,h2:has(strong) strong{font-size:32;font-weight:700}.ck-content h1,.ck-content h2,.ck-content h3,.ck-content h4,.ck-content h5,.ck-content h6,.field h1,.field h2,.field h3,.field h4,.field h5,.field h6{color:var(--header-color,#4e4e4e)}.ck-content h1+p,.ck-content h2+p,.ck-content h3+p,.ck-content h4+p,.ck-content h5+p,.ck-content h6+p,.field h1+p,.field h2+p,.field h3+p,.field h4+p,.field h5+p,.field h6+p{margin-top:0}.ck-content p,.field p{color:var(--text-color,#666)}.ck-content p:last-child,.field p:last-child{margin-bottom:.0625rem}.ck-content a:not(.btn),.field a:not(.btn){color:var(--link-color,#009cde);font-weight:600;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.ck-content a:not(.btn):hover,.field a:not(.btn):hover{color:var(--link-color-hover,#05509b)}.ck-content ul.checkmark,.field ul.checkmark{list-style:none}.ck-content ul.checkmark li,.field ul.checkmark li{position:relative;color:var(--text-color)}.ck-content ul.checkmark li::before,.field ul.checkmark li::before{font-family:golems-icon;content:"\ea07";position:absolute;top:.2em;left:-1.625rem;font-size:.75em;color:var(--list-marker-color)}.ck-content ul:not([class]),.field ul:not([class]){list-style:none}.ck-content ul:not([class]) li,.field ul:not([class]) li{position:relative;color:var(--text-color)}.ck-content ul:not([class]) li:before,.field ul:not([class]) li:before{content:"";display:block;width:.625rem;height:.625rem;-webkit-mask:url(/themes/amptheme/golems_amp/img/hexagon.svg) center/contain no-repeat;mask:url(/themes/amptheme/golems_amp/img/hexagon.svg) center/contain no-repeat;-webkit-mask-clip:border-box;mask-clip:border-box;position:absolute;top:.25em;left:-1.25rem;background:var(--list-marker-color)}.ck-content ol li,.field ol li{color:var(--text-color)}html[dir=rtl] ul.checkmark li::before{left:auto;right:-1.625rem}html[dir=rtl] ul:not([class]) li:before{right:-1.25rem;left:auto}
@font-face{font-family:'golems-icon';font-display:swap;src:url(/themes/amptheme/golems_amp/fonts/golems-icons/golems-icon.woff?t=1772011151) format('woff'),url(/themes/amptheme/golems_amp/fonts/golems-icons/golems-icon.woff2?t=1772011151) format('woff2');font-weight:normal;font-style:normal;}
@-webkit-keyframes dash{from{stroke-dasharray:0 100}}@keyframes dash{from{stroke-dasharray:0 100}}:root{--container-gap:1.25rem;--header-height:4.25rem;--footer-height:4.25rem;--text-color:#333333;--header-color:#4e4e4e;--link-color:#009cde;--link-color-hover:#05509B;--main-py:2rem}@media screen and (min-width:992px){:root{--container-gap:5rem;--header-height:5.5rem;--main-py:4rem}}@media screen and (min-width:1200px){:root{--container-gap:7.5rem}}*{-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-off-canvas-main-canvas a:not(.btn){color:var(--link-color);outline:0;text-underline-offset:.25rem}.dialog-off-canvas-main-canvas a:not(.btn):hover{color:var(--link-color-hover)}cite{font-style:normal}body{position:relative;background:-webkit-gradient(linear,left top,left bottom,from(#05509b),to(#009cde));background:linear-gradient(180deg,#05509b 0,#009cde 100%);color:var(--text-color);font-size:1rem;font-optical-sizing:auto;font-weight:400;line-height:1.4;font-family:"Source Sans 3",sans-serif;margin:0}body a{color:#fff}img{display:inline-block;max-width:100%;height:auto}.lcp-img img{pointer-events:none;position:absolute;top:0;left:0;width:99%;height:99%;max-width:99%;max-height:99%;z-index:-1}.c.u.f.i .hide,.c.u.f.i .visually-hidden{display:none}.c.u.f.i .show{display:block}.c.u.f.i .height-auto{max-height:initial;-webkit-line-clamp:initial}.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}.row{margin-right:-1rem;margin-left:0}.row:after,.row:before{display:table;content:" "}.row:after{clear:both}.btn-link{background:0 0;border:none;outline:0;cursor:pointer}p{margin-top:0;margin-bottom:1rem}article ol li,article ul li{margin-bottom:.25rem}article ol li{margin-top:1rem}.text-align-center{text-align:center}table{border-color:#fff}hr{border-width:0;border-bottom:1px solid}details{padding:1rem 0;border-bottom:.0625rem solid #d6d6d6}details[open] summary{margin-bottom:1rem;color:#009cde}details[open] summary::after{font-family:golems-icon;content:"\ea09"}details summary{font-size:1.125rem;font-weight:600;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media screen and (min-width:992px){details summary{font-size:1.25rem}}details summary::after{font-family:golems-icon;content:"\ea0a";font-size:.875rem}@media screen and (min-width:992px){details summary::after{font-size:1rem}}html[dir=rtl] details:not([dir=ltr])[open] summary::after{font-family:golems-icon;content:"\ea0a"}html[dir=rtl] details:not([dir=ltr]) summary::after{font-family:golems-icon;content:"\ea09"}@media screen and (min-width:1921px){html{font-size:1.125rem}}@media screen and (min-width:1921px){html{font-size:1.375rem}}@media screen and (min-width:2560px){html{font-size:1.75rem}}@media screen and (min-width:3840px){html{font-size:2.375rem}}form{--input-color:#666666;--input-border-color:#d6d6d6;--input-placeholder-color:#a7a6a6;--input-bg-color:#fff;--input-shadow:none;--input-color-hover:var(--input-color);--input-border-color-hover:#009cde;--input-shadow-hover:0 0 12px 0 rgba(0,0,0,0.2);--checkbox-border-color:#ececec;--checkbox-bg-active-color:#fff;--checkbox-marker-color:#009cde}form fieldset{border-color:#fff}form label,form legend{color:#fff}form .form-select,form .input{color:var(--input-color);border-color:var(--input-border-color);background-color:var(--input-bg-color);-webkit-box-shadow:var(--input-shadow);box-shadow:var(--input-shadow)}form .form-select::-webkit-input-placeholder,form .input::-webkit-input-placeholder{color:var(--input-placeholder-color)}form .form-select::-moz-placeholder,form .input::-moz-placeholder{color:var(--input-placeholder-color)}form .form-select:-ms-input-placeholder,form .input:-ms-input-placeholder{color:var(--input-placeholder-color)}form .form-select::-ms-input-placeholder,form .input::-ms-input-placeholder{color:var(--input-placeholder-color)}form .form-select::placeholder,form .input::placeholder{color:var(--input-placeholder-color)}form .form-select:focus:not(:disabled),form .form-select:hover:not(:disabled),form .input:focus:not(:disabled),form .input:hover:not(:disabled){color:var(--input-color-hover);border-color:var(--input-border-color-hover);-webkit-box-shadow:var(--input-shadow-hover);box-shadow:var(--input-shadow-hover)}form.white-form{--input-shadow:0 0 4px 0 rgba(0,0,0,0.2509803922);--input-border-color:rgba(0,0,0,0);--input-border-color-hover:rgba(0,0,0,0);--checkbox-border-color:#d6d6d6;--checkbox-bg-active-color:#009cde;--checkbox-marker-color:#fff;background:#fff}form.white-form fieldset{border-color:#05509b}form.white-form .description,form.white-form label{color:#666}form.white-form legend{color:#05509b}form input+.description,form textarea+.description{font-size:.75rem;line-height:1.3;margin-top:.25rem}.text-count-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:.5rem}.captcha,.form-item{margin-bottom:.5rem}@media screen and (max-width:767px){.captcha{-webkit-transform:scale(.9) translateX(-5.5%);transform:scale(.9) translateX(-5.5%)}}label{color:#666;display:inline-block;margin-bottom:.5rem;font-size:.75rem;font-weight:600}@media screen and (min-width:992px){label{font-size:.875rem}}label.form-required span::after{content:"*";color:#f25151;margin:0 .25rem}.input-wrap{position:relative}.input-wrap .input{padding-right:1.875rem}.input-wrap .input.user-valid+div:before{content:"\ea06";color:#7cbc48}.input-wrap .input.user-invalid+div:before{content:"\ea0e";color:#f25151}.c.u.f.i .input-wrap .input.user-valid{border-color:#7cbc48}.c.u.f.i .input-wrap .input.user-invalid{border-color:#f25151}.input-validator{position:absolute;width:1rem;height:1rem;top:.75rem;right:.75rem}.input-validator:before{display:block;font-family:golems-icon;font-weight:700;line-height:1}.input{height:2.875rem;border-radius:.25rem;font-size:1rem;line-height:1.2;padding:.75rem 1rem;border:.125rem solid;color:#666;background:#fff;outline:0;width:100%;-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.2509803922);box-shadow:0 0 4px 0 rgba(0,0,0,.2509803922)}@media screen and (min-width:992px){.input{height:3.5rem}}.input.form-textarea{display:block;height:auto;resize:none;font-family:"Source Sans 3",sans-serif}.input:disabled{opacity:.5}.form-type-checkbox{position:relative}.input-cx-rd{display:block;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;width:1.75rem;height:1.75rem;opacity:0}.input-cx-rd+label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:.5rem;margin:0;font-size:1rem;font-weight:400;cursor:pointer}.input-cx-rd+label::before{-webkit-transition:.5s;transition:.5s;content:"";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.75rem;height:1.75rem;-webkit-box-flex:0;-ms-flex:0 0 1.75rem;flex:0 0 1.75rem;border:.0625rem solid var(--checkbox-border-color);border-radius:.25rem;color:var(--checkbox-marker-color)}.input-cx-rd.form-checkbox:checked+label::before{background:var(--checkbox-bg-active-color);border-color:var(--checkbox-bg-active-color)}.input-cx-rd.form-radio+label:before{border-radius:50%}.input-cx-rd:checked.form-checkbox+label::before{font-family:golems-icon;content:"\ea07"}.input-cx-rd:disabled+label{opacity:.5}.input-pass{position:relative}.input-pass input{padding-right:9.0625rem}.input-pass a{font-size:.75rem;position:absolute;right:.9375rem;top:45%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}html[dir=rtl] .input-cx-rd{display:none}html[dir=rtl] .input-cx-rd+label{padding-right:2.25rem;padding-left:0}html[dir=rtl] .input-cx-rd+label:before{right:0;left:auto}html[dir=rtl] .input-cx-rd:checked.form-radio+label:after{left:auto;right:.3125rem}html[dir=rtl] .input-cx-rd:checked.form-checkbox+label:after{left:auto;right:.125rem}html[dir=rtl] .input-switcher+label{padding-left:0;padding-right:4rem}html[dir=rtl] .input-switcher+label:before{right:0;left:auto}html[dir=rtl] .input-switcher+label:after{left:0;right:.125rem}html[dir=rtl] .input-switcher:checked+label:after{left:auto;right:1.8125rem}html[dir=rtl] .input-pass input{padding-left:9.0625rem;padding-right:1rem}html[dir=rtl] .input-pass a{right:auto;left:.9375rem}@media screen and (max-width:991px){.navbar .menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.main-header .language-switcher a::before,.main-header .main-menu a::before{content:"";width:0;height:.125rem;background:0 0;position:absolute;left:0;bottom:0;-webkit-transition:.5s;transition:.5s}.main-header .language-switcher a:hover,.main-header .main-menu a:hover{opacity:1}.main-header .language-switcher a:hover::before,.main-header .main-menu a:hover::before{width:100%;background:#fff}.main-header .language-switcher li.active a,.main-header .main-menu li.active a{opacity:1}.main-header .language-switcher li.active a::before,.main-header .main-menu li.active a::before{width:100%;background:#fff}.main-header .language-switcher li>span,.main-header .main-menu li>span{position:relative;opacity:1}.main-header .language-switcher li>span::before,.main-header .main-menu li>span::before{content:"";width:0;height:.125rem;background:0 0;position:absolute;left:0;bottom:0;-webkit-transition:.5s;transition:.5s}.main-header .language-switcher li>span:hover,.main-header .main-menu li>span:hover{opacity:1}.main-header .language-switcher li>span:hover::before,.main-header .main-menu li>span:hover::before{width:100%;background:#fff}.main-header .language-switcher li>span::before,.main-header .main-menu li>span::before{width:100%;background:#fff}.menu ul{margin:0;padding:0}.menu li{list-style:none}.menu.inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.navbar .main-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:991px){.navbar .main-menu ul{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin:2rem 0}}@media screen and (min-width:992px){body:not(.page-nav-mobile) .navbar .main-menu ul{gap:var(--nav-gap)}}body.page-nav-mobile .navbar .main-menu ul{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin:2rem 0}article.node .field-body h2,article.node .field-body h3{margin:1em 0 .5em}article.node .field-body img{display:block;margin:1.25rem auto}.item-wrapper{display:inline-block;width:100%}.item-wrapper .item{float:left;width:50%}@media screen and (max-width:991px){.item-wrapper .item{width:100%}}.feed-wrapper{width:100%;text-align:center}.feed-wrapper .feed-link{margin:0 auto}#block-golems-amp-local-tasks ul:not(.contextual-links){padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.25rem}#block-golems-amp-local-tasks ul:not(.contextual-links) li{list-style:none}.scroll-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}.scroll-info::after,.scroll-info::before{opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.scroll-info.scrollUp::before{opacity:1}.scroll-info.scrollDown::after{opacity:1}.scroll-info::before{font-family:golems-icon;content:"\ea05"}.scroll-info::after{font-family:golems-icon;content:"\ea01"}.alert--status{background:#e9f7ef;color:#17663a}.alert--status a,.alert--status button{color:#17663a}.alert--status .alert__icon::before{font-family:golems-icon;content:"\ea0d"}.alert--error{background:#fdeaea;color:#8a1c1c}.alert--error a,.alert--error button{color:#8a1c1c}.alert--error .alert__icon::before{font-family:golems-icon;content:"\ea0c"}.alert--warning{background:#fff4db;color:#7a5200}.alert--warning a,.alert--warning button{color:#7a5200}.alert--warning .alert__icon::before{font-family:golems-icon;content:"\ea1c"}.alert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;border-radius:.25rem;padding:.75rem 1rem;max-width:30rem;line-height:1.4}.alert ul{margin:0}.alert a{text-decoration:underline}.alert__icon{line-height:1}.alert__close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0 none;margin-right:-.625rem}.alert__close::before{font-family:golems-icon;content:"\ea0e"}
body{--header-color:#fff;--text-color:#fff;--link-color:#fff;--link-color-hover:#e6e6e6}body .dialog-off-canvas-main-canvas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;min-height:100vh}body .main-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:991px){body[class*=toolbar] .navbar{height:calc(100vh - var(--drupal-displace-offset-top))}}.main-header{--nav-gap:1.5rem;--text-color:#fff;--link-color:#fff;--link-color-hover:#e6e6e6;height:var(--header-height);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--nav-gap);position:relative;width:100%;z-index:100;padding:.75rem var(--container-gap);background:0 0}@media screen and (min-width:992px){.main-header{--nav-gap:2.5rem;padding-top:1.5rem;padding-bottom:1.5rem}}@media screen and (min-width:1200px){.main-header{--nav-gap:3.5rem}}.main-header a{position:relative;text-decoration:none}.main-header .menu>ul a,.main-header .menu>ul span{padding:.1875rem 0;line-height:1;color:var(--link-color)}.main-header #target-language{margin-left:auto}.main-header #target-language .language-switcher>ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--nav-gap)}@media screen and (max-width:991px){.main-header #target-language .language-switcher>ul a,.main-header #target-language .language-switcher>ul span{font-size:.875rem}}.block--system-message{position:absolute;top:calc(100% + .5rem);right:var(--container-gap)}.brand{width:100%;max-width:5.25rem}@media screen and (min-width:992px){.brand{max-width:6.875rem}}.brand a{display:block;padding:0}.brand img{display:block;width:100%;height:auto}@media screen and (max-width:991px){.navbar{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:var(--drupal-displace-offset-top,0);left:0;height:100vh;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(#05509b),to(#009cde));background:linear-gradient(180deg,#05509b 0,#009cde 100%);overflow:auto;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;will-change:transform;z-index:100;padding:var(--container-gap)}.navbar.navbar--open{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}html[dir=rtl] .navbar{right:0;left:auto;-webkit-transform:translateX(100%);transform:translateX(100%)}}body.page-nav-mobile .navbar{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:var(--drupal-displace-offset-top,0);left:0;height:100vh;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(#05509b),to(#009cde));background:linear-gradient(180deg,#05509b 0,#009cde 100%);overflow:auto;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;will-change:transform;z-index:100;padding:var(--container-gap)}body.page-nav-mobile .navbar.navbar--open{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}html[dir=rtl] body.page-nav-mobile .navbar{right:0;left:auto;-webkit-transform:translateX(100%);transform:translateX(100%)}@media screen and (min-width:992px){body:not(.page-nav-mobile) .navbar{width:calc(100% - 3rem);display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--nav-gap);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body:not(.page-nav-mobile) .navbar .navbar-header{display:none}}@media screen and (min-width:992px){.page-nav-mobile .main-header{max-width:50vw}.page-nav-mobile .main-header,.page-nav-mobile .navbar-header{padding-right:1.875rem}.page-nav-mobile .navbar{max-width:50vw}}.navbar-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.75rem var(--container-gap);margin:calc(var(--container-gap) * -1);margin-bottom:0;border-bottom:.0625rem solid #fff}.menu-icon{padding:0}@media screen and (min-width:992px){body:not(.page-nav-mobile) .menu-icon{display:none}}.menu-icon:before{font-family:golems-icon;content:"\ea17";font-size:1.375rem;color:#fff}.close-menu{padding:0}.close-menu::before{font-family:golems-icon;content:"\ea0e";font-size:1.375rem;color:#fff}.content-bottom,.main-container{display:grid;grid-gap:1.875rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 auto;padding-left:var(--container-gap);padding-right:var(--container-gap)}@media screen and (min-width:992px){.content-bottom,.main-container{grid-gap:3.75rem}}@media screen and (min-width:992px){.content-bottom.has-aside,.main-container.has-aside{grid-template-columns:repeat(2,minmax(0,1fr))}}.content-bottom{min-height:auto}.content-bottom>div{width:100%}aside,main{width:100%;position:relative;z-index:10}@media screen and (min-width:992px){main{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:992px){.aside-primary,.aside-secondary{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}footer.footer{--text-color:#fff;--link-color:#fff;--link-color-hover:#e6e6e6;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:var(--footer-height);padding:1rem var(--container-gap);text-align:center;font-size:.875rem;position:relative;z-index:10}@media screen and (min-width:768px){footer.footer{text-align:left}}footer.footer div,footer.footer p{display:inline-block;margin-bottom:0!important}footer.footer>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media screen and (min-width:992px){footer.footer>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}html[dir=rtl] .block--system-message{right:auto;left:var(--container-gap)}html[dir=rtl] #target-language{margin-left:0;margin-right:auto}@media screen and (min-width:992px){html[dir=rtl] .page-nav-mobile .main-header,html[dir=rtl] .page-nav-mobile .navbar-header{padding-right:var(--container-gap);padding-left:1.875rem}}@media screen and (min-width:768px){html[dir=rtl] footer.footer{text-align:left}}
body.c{background:#fff;--text-color:#666666;--header-color:#4e4e4e;--link-color:#009cde;--link-color-hover:#05509B}body.c header.main-header{background:-webkit-gradient(linear,left top,left bottom,from(#05509b),to(#009cde));background:linear-gradient(180deg,#05509b 0,#009cde 100%)}body.c .main-section{margin:var(--main-py) auto}body.c .main-container{background:#fff}body.c footer.footer{background:-webkit-gradient(linear,left top,left bottom,from(#05509b),to(#009cde));background:linear-gradient(180deg,#05509b 0,#009cde 100%)}@media screen and (min-width:992px){body.c .block-social-links{--social-bg-color:#009cde;--social-text-color:#fff}}
