
:root{--base-font:'Gilroy',sans-serif;--base-font-color:#000;--font-size-h1:2.5rem;--font-size-h2:calc(var(--font-size-h1) * .85);--font-size-h3:calc(var(--font-size-h1) * .75);--main-layout-gap:2.5rem;--container-width:70.75rem;--container-padding:1rem;--header-height:4.6875rem;--spacer:5rem;--sidebar-width:20rem;--content-small-width:calc(100% - var(--sidebar-width) - 2rem);--map-height:41.25rem;--section-gap:3.5rem;--border-color:#eee;--input-border-color:#e3e3e3;--form-item-gap:1.25rem;--input-height:3rem;--input-padding:1.25rem;--input-checker-width:20px;--border-radius:3px;--button-height:3.25rem;--button-padding:1.5rem;--modal-block-width:30rem;--base-color:#105b63;--base-color-hover:#146f7e;--base-color-light:#F6F8FA;--base-color-dark:#000;--color-white:#fff;--color-gray:#878787;--color-gray-light:#CBCBCB;--color-success:#00B53B;--color-success-hover:#009631;--color-success-light:#c3e4ac;--color-success-border:#b8dca0;--color-warning:#EF9328;--color-danger:#ff465c;--color-danger-light:#ffe8ec;--color-disabled:#ccc;}@media screen and (max-width:576px){:root{--font-size-h1:1.75rem;--map-height:24rem;--section-gap:1.5rem;}}
*,*:before,*:after{box-sizing:border-box;}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0;}ul,ol{margin:0;padding:0;list-style:none;}html:focus-within{scroll-behavior:smooth;}body{text-rendering:optimizeSpeed;}a:not([class]){text-decoration-skip-ink:auto;}img,picture{display:block;max-width:100%;height:auto;}picture img{width:100%;}input,button,textarea,select{font:inherit;outline:none;resize:none;-webkit-appearance:none;}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto;}*,*:before,*:after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important;}}
.visually-hidden{display:none !important;}
@keyframes fadeIn{from{visibility:hidden;transition:all 300ms cubic-bezier(.2,0,.2,1);opacity:0;}to{visibility:visible;opacity:1;}}@keyframes loader{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
html{height:100%;font-size:16px;}body{height:100%;line-height:1.4;font-family:var(--base-font);color:var(--base-font-color);}.container{width:100%;max-width:var(--container-width);padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto;}.dialog-off-canvas-main-canvas{min-height:100%;display:flex;flex-direction:column;overflow:hidden;}.main-layout{margin-top:var(--main-layout-gap);margin-bottom:auto;}.main-layout.has-banner{margin-top:0;}.bottom-content{margin-top:5rem;}@media screen and (max-width:576px){.bottom-content{margin-top:3.5rem;}}
.ajax-progress-throbber{position:absolute;top:50%;left:50%;width:3rem;height:3px;margin:-1.5rem 0 0 -1.5rem;font-size:0;z-index:99;}.ajax-progress-throbber:after{content:'';display:block;width:1.25rem;height:1.25rem;margin:0.875rem;border-radius:50%;border:2px solid var(--base-color);border-color:var(--base-color) var(--base-color) transparent;animation:loader .8s linear infinite;}
div[data-drupal-messages]{width:100%;}.messages{padding:1.1rem;margin-bottom:2rem;border-radius:var(--border-radius);background-color:var(--color-success-light);border:1px solid var(--color-success-border);color:var(--base-font-color);font-size:0.94rem;}.messages--error{background-color:var(--color-danger-light);border-color:var(--color-danger-light);}.messages ul{margin:0 0 0 1em;padding:0;}.messages ul li{margin-bottom:0.375rem;}.messages ul li:empty{display:none;}.messages ul li:last-child{margin-bottom:0;}
.button{display:inline-flex;justify-content:center;align-items:center;width:auto;height:var(--button-height);line-height:var(--button-height);font-family:var(--base-font);background-color:var(--base-color);padding:0 var(--button-padding);border:none;border-radius:var(--border-radius);font-weight:600;white-space:nowrap;color:var(--color-white);font-size:0.9375rem;cursor:pointer;transition:.2s ease;}.button::selection{background-color:transparent;}.button:hover{background-color:var(--base-color-hover);color:var(--color-white);}.button:focus{box-shadow:none;}.button[disabled],.button[disabled]:hover{background-color:var(--color-disabled);box-shadow:none;cursor:default;transition:background-color .2s ease;}.button--flat,input.button--flat{color:var(--base-color);border:1px solid var(--base-color);background-color:transparent;}.button--flat:hover{background-color:var(--base-color);color:var(--color-white);}.button--small{font-size:0.875rem;height:calc(var(--button-height) * 0.75);line-height:calc(var(--button-height) * 0.75);padding:0 calc(var(--button-padding) * .5);}.button--extra{background-color:var(--color-success);box-shadow:none;}.button--extra:hover{background-color:var(--color-success-hover);}.button--light{background-color:var(--base-color-light);color:var(--base-color);}.button--light:hover{background-color:var(--base-color);color:var(--color-white);}.button-wrap{display:flex;flex-wrap:wrap;justify-content:center;}
.contact-form .form-item--error-message,.contact-form .messages--error{display:none;}.form-item{margin-bottom:var(--form-item-gap);}.form-item label{display:block;margin-bottom:.5rem;font-size:0.9375rem;}.form-item .description{margin-top:.5rem;font-size:0.825rem;color:var(--color-gray);}input,textarea,select,.filefield label{display:block;width:100%;margin:0;font-family:var(--base-font);height:var(--input-height);line-height:var(--input-height);border:1px solid var(--input-border-color);color:var(--base-font-color);background-color:var(--color-white);padding:0 var(--input-padding);border-radius:var(--border-radius);font-size:0.875rem;transition:.2s ease;}textarea{padding:var(--input-padding);height:10rem;line-height:1.4;}input::placeholder,textarea::placeholder{color:var(--color-gray);}input:hover,textarea:hover,select:hover{border-color:var(--base-color);}input:focus,textarea:focus,select:focus{border-color:var(--base-color);box-shadow:0 0 0 4px var(--base-color-light);}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}input[type=number]{-moz-appearance:textfield;}.js-form-type-radio,.js-form-type-checkbox{position:relative;padding-left:2rem;}input[type="radio"]{position:absolute;top:0;left:0;padding:0;width:var(--input-checker-width);height:var(--input-checker-width);border-radius:50%;transition:none;}input[type="checkbox"]{position:absolute;top:0;left:0;width:var(--input-checker-width);height:var(--input-checker-width);padding:0;border:1px solid var(--input-border-color);}input[type="radio"]:checked,input[type="checkbox"]:checked{transition:none;background-position:center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L3.52632 5L1 2.6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-color:var(--base-color);border-color:var(--base-color);}input[type="file"] ~ .button{margin-top:1rem;}.agreement-field .form-item{padding-left:2.25rem;}.agreement-field label{position:relative;display:block;font-size:0.9375rem;line-height:1.4;transition:opacity .2s ease;}.agreement-field input{cursor:pointer;top:1px;}details summary{margin-bottom:1rem;}fieldset{border:none;padding:0;margin:0;}input.error,textarea.error,select.error{border-color:var(--color-danger);}form .container{padding:0;}
a{color:var(--base-font-color);text-decoration:none;outline:none;transition:.2s ease;cursor:pointer;}a:hover,a.is-active{color:var(--base-color);}.highlight-links a,.highlight-links .link,.body-field a:not(.button){color:var(--base-color);}.highlight-links a:hover,.highlight-links .link:hover,.body-field a:not(.button):hover{color:var(--base-color-hover);cursor:pointer;}.block-link{position:absolute;top:0;left:0;width:100%;height:100%;font-size:0;z-index:5;}
@font-face{font-family:'Gilroy';src:url(/themes/custom/north_theme/assets/fonts/subset-Gilroy-Regular.woff2) format('woff2'),url(/themes/custom/north_theme/assets/fonts/subset-Gilroy-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Gilroy';src:url(/themes/custom/north_theme/assets/fonts/subset-Gilroy-SemiBold.woff2) format('woff2'),url(/themes/custom/north_theme/assets/fonts/subset-Gilroy-SemiBold.woff) format('woff');font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:'Gilroy';src:url(/themes/custom/north_theme/assets/fonts/subset-Gilroy-Bold.woff2) format('woff2'),url(/themes/custom/north_theme/assets/fonts/subset-Gilroy-Bold.woff) format('woff');font-weight:600;font-style:normal;font-display:swap;}h1,h2,h3{font-weight:400;line-height:1.3;}h1{font-size:var(--font-size-h1);margin-bottom:3.5rem;}h2{font-size:var(--font-size-h2);margin-bottom:2.5rem;}.is-front h2{font-size:1.6875rem;}h3{font-size:var(--font-size-h3);margin-bottom:0.75rem}.body-field{font-weight:400;font-size:1rem;line-height:1.7;}.body-field h2{margin-bottom:1.5rem;}.body-field p{margin-bottom:1rem;}.body-field p:last-child{margin-bottom:0;}.body-field ul,.body-field ol{margin-left:1.25rem;margin-bottom:1rem;}.body-field li{line-height:1.5;margin-bottom:.6rem;}.body-field li:last-child{margin-bottom:0;}.body-field strong{font-weight:600;}.body-field blockquote{margin-bottom:1.25rem;padding:2.5rem 7.5rem;}.body-field blockquote p{font-weight:400;font-size:1.25rem;}.text-align-center{text-align:center;}.text-align-left{text-align:left;}.text-align-right{text-align:right;}@media screen and (max-width:576px){h1,h2{margin-bottom:2rem;}}
.toolbar-fixed .header.is-fixed{top:39px;}.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .header.is-fixed{top:79px;}.header{position:relative;z-index:8;background-color:var(--color-white);box-shadow:0 0 20px rgb(63 63 63 / 20%);}.is-front .header{background-color:var(--base-color-dark);}.header.is-fixed{position:fixed;top:0;left:0;width:100%;z-index:9;}.header__content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;height:var(--header-height);}.header-menu .menu{display:flex;align-content:center;}.header-menu .menu > li > a{display:block;padding:.5rem .75rem;}.header-menu .menu > li:last-child > a{padding-right:0;}.is-front .header-menu .menu > li > a{color:var(--color-white);}.is-front .header-menu .menu > li > a:hover,.is-front .header-menu .menu > li > a.is-active{color:var(--base-color);}.header-menu__toggler{display:none;}@media screen and (max-width:1000px){.header-menu{position:fixed;top:var(--header-height);left:-110%;width:50%;height:calc(100% - var(--header-height));margin:0;padding:var(--container-padding);background-color:var(--base-color);transition:left .4s ease-in-out;z-index:10;}.toolbar-fixed .header-menu{top:calc(39px + var(--header-height));}.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .header-menu{top:calc(79px + var(--header-height));}.header-menu__toggler.is-active + .header-menu{left:0;}.header-menu .menu{display:block;height:100%;}.header-menu .menu > li{margin:0 0 1rem 0;}.header-menu .menu > li:last-child{margin-bottom:0;}.header-menu .menu > li > a{font-size:1.0625rem;color:var(--color-white);}.header-menu .menu > li > a:hover,.header-menu .menu > li > a.is-active{color:var(--color-white) !important;opacity:.75;}.header-menu__toggler{position:relative;display:block;width:2.5rem;height:2rem;cursor:pointer;}.header-menu__toggler i{position:absolute;left:6px;height:2px;background-color:var(--base-color);border-radius:var(--border-radius);transition:.3s ease;}.is-front .header-menu__toggler i{background-color:var(--color-white);}.header-menu__toggler i:first-child{width:1.5rem;top:12px;}.header-menu__toggler i:last-child{width:2rem;top:18px;}.header-menu__toggler.is-active i{width:1.5rem;}.header-menu__toggler.is-active i:first-child{top:14px;transform:rotate(-45deg);}.header-menu__toggler.is-active i:last-child{top:14px;transform:rotate(-135deg);}}@media screen and (max-width:576px){.header-menu{width:100%;}}
.footer{margin-top:5rem;padding:1.5rem 0 2rem;border-top:1px solid var(--base-color);background-color:var(--color-white);}.bottom-content + .footer{margin-top:0;}.footer__content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;}.footer .heading{font-weight:500;font-size:1.1875rem;}.footer nav > .menu{margin-top:1.5rem;line-height:1.2;}.footer nav > .menu a{font-size:0.875rem;color:var(--base-color);text-decoration:underline;}.footer nav > .menu a:hover,.footer nav > .menu a.is-active{color:var(--base-color-hover);}.footer-phone .phone-number{padding-top:.25rem;}.footer-phone .phone-number__phone a{position:relative;display:block;font-weight:500;font-size:1.1875rem;padding-left:2rem;}.footer-phone .phone-number__phone a:before{content:'';position:absolute;top:50%;left:0;width:20px;height:21px;margin-top:-11px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OTM2QTBBQkRCODAxMUVEQjREM0VFNjEwMjNDNDREMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OTM2QTBBQ0RCODAxMUVEQjREM0VFNjEwMjNDNDREMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5MzZBMEE5REI4MDExRURCNEQzRUU2MTAyM0M0NEQwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5MzZBMEFBREI4MDExRURCNEQzRUU2MTAyM0M0NEQwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+x+MkyAAAAYpJREFUeNqk1UsoBVEcx/G5DxRCZIVifQtdRckrWVhYIAtFiWvjsfTYiQULEsXiioVkQ7KRhIXXlo2tIlnJErnJ6/vX/9bpmjuY+69PM/ecmd/MOXNmrsfqCFlaAYwhiEX1bv1Sn+srP9r8uq3HKgr097z2zVouyosSrBmB0ZpEpdvQUeTZ9KVgAqluQqsd+hvQ6Cb0zqFf+h7chG7btN9jBnU4cxO6gVujLYJ2jODa7YOSIYaNNlmbz1YC5dWtLPQL3U/Tu0xKNPQJQzp0qRYMJhoqdYxx3fdhGt2/nJ/r6ezNcQqVmtO3K/oKL6AnTmA+drBPcKtT6Cv6jGUm87uMKaTHHDuMCpRhk+AwMqTDY3ylzMrGEtqMthOdHpmmKuzZXOgIIZ9VHLQLfdGhyUnl3xe3rEK9SBMGkGVzXhFK44VKvcl84UaHmIlk/Zo5fWQiTqHRusSuhgZsnoNZH+j3/nHpXaELzTjQUcTWowTyT7Dl/+e6ljs+RI2+ILU6gnNZjgSeykFfAgwA+TRM/zcTSV8AAAAASUVORK5CYII=');background-repeat:no-repeat;}.footer-phone .phone-number__sign{margin-top:.25rem;font-size:0.875rem;line-height:1.2;}@media screen and (max-width:1000px){.footer__content{grid-template-columns:repeat(2,1fr);}}@media screen and (max-width:576px){.footer__content{grid-gap:1rem;}.footer .heading{font-size:1rem;}.footer nav > .menu{margin-top:.5rem;}.footer-phone{grid-row:span 1 / -1;grid-column:1 / -1;}.footer-phone .heading{display:none;}}
.paragraph--section-promo-block{background-color:var(--base-color);color:var(--color-white);padding:5rem 0;}.section-promo-block-title-field{font-size:2rem;}.section-promo-block-text-field{margin-top:1.5rem;font-size:1.25rem;}@media screen and (max-width:576px){.paragraph--section-promo-block{padding:2.5rem 0;}.section-promo-block-title-field{font-size:1.35rem;}.section-promo-block-text-field{margin-top:1rem;font-size:1rem;}}
.pager{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;}.pager__items{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:2.5rem;}.pager__item{display:block;margin:0 0.25rem;font-size:0.875rem;color:var(--color-gray);}.pager__item:first-child{margin-left:0;}.pager__item:last-child{margin-right:0;}.pager__item a{display:block;width:2.5rem;height:2.5rem;line-height:2.5rem;border-radius:50%;text-align:center;background-color:transparent;color:var(--color-gray);}.pager__item a:hover{color:var(--color-white);background-color:var(--base-color);}.pager__item.is-active a{background-color:var(--base-color);color:var(--color-white);}
.sections .section:not(:last-child){margin-bottom:var(--section-gap);}
.page-banner + .local-tasks{margin-top:var(--main-layout-gap);}.breadcrumbs{margin-bottom:1.5rem;}.breadcrumbs ol{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;}.breadcrumbs ol li{display:flex;flex-direction:row;align-items:center;color:var(--color-gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:37.5rem;}.breadcrumbs ol li:after{content:'';display:inline-flex;width:9px;height:1px;background-color:var(--color-gray);margin:0 0.3125rem;}.breadcrumbs ol li:last-child:after{display:none;}.breadcrumbs ol li a{color:var(--color-gray);}.breadcrumbs ol li a:hover{color:var(--base-color);}
.news-teaser{position:relative;}.news-image-field{margin-bottom:0.875rem;}.news-teaser__title{font-weight:500;font-size:1.1875rem;margin-bottom:0;}.news-teaser:hover .news-teaser__title a{color:var(--base-color);}.news-teaser__published{display:block;margin-top:.5rem;font-size:0.875rem;}
.news-items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3.875rem 2rem;}.news-items + .news-items{margin-top:3.875rem;}@media screen and (max-width:960px){.news-items{grid-template-columns:repeat(3,1fr);}}@media screen and (max-width:767px){.news-items{grid-template-columns:repeat(2,1fr);}}@media screen and (max-width:576px){.news-items{grid-template-columns:1fr;grid-gap:2rem;}.news-items + .news-items{margin-top:2rem;}}
