.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.header{font-size:16px;background-color:#f8f7f6}.header .main-container-inner{display:grid;align-items:center;justify-content:space-between;color:#161616}.header .header-area-logo{grid-area:logo;display:flex;max-height:100%}.header .header-area-logo a img{max-height:100%;max-width:100%}.header a{text-decoration:none}.header #searchIcon{cursor:pointer}.header #searchIcon svg{stroke:#161616;display:flex;justify-content:center;align-items:center}.header #searchIcon:hover{color:#ce2f76}.header #searchIcon:hover svg{stroke:#ce2f76}.header #searchBlock{display:none;align-items:center}.header .search-form{position:relative;width:100%;max-width:700px;margin-left:auto}.header .search-form input[type=text]{width:100%;font-size:16px;padding:4px 8px;border:none;border-bottom:1px solid #ccc;outline:none;background:rgba(0,0,0,0)}.header .search-close-button{margin-left:10px;cursor:pointer;font-size:18px}.header .search-suggestions{position:absolute;top:40px;left:0;width:100%;background:#fff;border:1px solid #ccc;max-height:300px;overflow-y:auto;display:none;z-index:9999}.header .search-suggestion-item{padding:8px;cursor:pointer}.header .search-suggestion-item:hover{background:#eee}.header .header-area-menu-items{grid-area:menu-items;justify-content:flex-end}.header .header-area-menu-items .menu-item{display:flex;align-items:center}.header .search-block{grid-area:search-block}.header .header-area-menu-buttons{grid-area:menu-buttons;display:flex;gap:1em;justify-content:flex-end;position:relative}.header .header-area-menu-buttons a{text-decoration:none}.header .header-area-menu-buttons .menu-button{display:flex;justify-content:center;align-items:center;gap:10px}.header .header-area-menu-buttons .menu-button svg{stroke:#161616}.header .header-area-menu-buttons .menu-button:hover{color:#ce2f76;cursor:pointer}.header .header-area-menu-buttons .menu-button:hover svg{stroke:#ce2f76}.header .header-area-menu-buttons .lang-button.lang-button-disabled{visibility:hidden}.header .header-area-menu-buttons .burger-button{display:block;width:20px;height:20px;position:relative}.header .header-area-menu-buttons .burger-button .line{position:absolute;background-color:#161616;box-sizing:content-box;transform-origin:50% 50%;transition:all .5s ease}.header .header-area-menu-buttons .burger-button .line:nth-child(1){top:1px;right:0;width:20px;height:2px}.header .header-area-menu-buttons .burger-button .line:nth-child(2){top:10px;right:0;width:10px;height:2px}.header .header-area-menu-buttons .burger-button .line:nth-child(3){bottom:0;right:0;width:16px;height:2px}.header .header-area-menu-buttons .settings-icon-button{position:absolute;top:0;right:-120px}.header .menu-overlay{display:none}.header .hidden{display:none !important}@media only screen and (min-width : 768px){body.overlay{overflow-y:visible}.header .main-container-inner{padding-top:1rem;padding-bottom:1rem;grid-template-areas:"logo menu-items menu-buttons";grid-template-columns:max-content 1fr max-content;column-gap:3em}.header .main-container-inner.search-active{grid-template-areas:"logo search-block menu-buttons"}.header .header-area-menu-items{display:flex;column-gap:3em}.header .header-area-menu-buttons .menu-button{height:3em;padding:1em;border:1px solid #d3d3d3;border-radius:10px}.header .header-area-menu-buttons .burger-button{display:none}.header .header-area-menu-buttons .lang-button{width:53px}.header .header-area-menu-buttons .settings-icon-button{border-style:dashed}}@media only screen and (max-width : 767px){body.overlay{overflow-y:hidden}.header .main-container.header-border{border-bottom:1px solid rgba(0,0,0,.2)}.header .main-container-inner{grid-template-areas:"logo menu-buttons";grid-template-columns:1fr max-content;padding-top:1em;padding-bottom:1em;column-gap:3rem}.header .main-container-inner.search-active{grid-template-areas:"search-block";grid-template-columns:1fr;column-gap:0}.header .main-container-inner.search-active .header-area-menu-buttons .burger-button,.header .main-container-inner.search-active .header-area-logo{display:none}.header .header-area-logo a img{max-height:42px}.header .header-area-menu-items{display:none}.header .header-area-menu-buttons{gap:1.5em}.header .header-area-menu-buttons .login-button{display:none}.header .header-area-menu-buttons .burger-button{z-index:100}.header .header-area-menu-buttons .burger-button.open .line:nth-child(1){transform:rotate(45deg);width:100%;background:#fff;top:50%}.header .header-area-menu-buttons .burger-button.open .line:nth-child(3){transform:rotate(-45deg);width:100%;background:#fff;top:50%}.header .header-area-menu-buttons .burger-button.open .line:nth-child(2){opacity:0}.header .header-area-menu-buttons .settings-icon-button{display:none}.header .menu-overlay{display:block;width:100%;height:0;overflow-y:hidden;position:fixed;z-index:99;left:0;top:0;bottom:0;transition:.5s}.header .menu-overlay.active{height:100%}.header .menu-overlay-content{height:100%;width:100%;background-color:#000;color:#fff;position:relative;display:flex;flex-direction:column}.header .menu-overlay-content .main-container{display:flex;flex-direction:column;gap:1em;box-sizing:border-box;width:100%}.header .menu-overlay-content .overlay-header{border-bottom:1px solid hsla(0,0%,100%,.2);display:grid;grid-template-areas:"overlay-logo overlay-hidden-menu-buttons";grid-template-columns:1fr max-content;padding-top:1em;padding-bottom:1em;column-gap:3rem;align-items:center;justify-content:space-between}.header .menu-overlay-content .overlay-header .overlay-logo-area{grid-area:overlay-logo;display:flex;max-height:100%}.header .menu-overlay-content .overlay-header .overlay-logo-area img{max-height:42px;max-width:100%}.header .menu-overlay-content .overlay-header .overlay-menu-hidden-buttons-area{grid-area:overlay-hidden-menu-buttons;visibility:hidden}.header .menu-overlay-content .overlay-menu-area{flex:1;margin-top:1em}.header .menu-overlay-content .overlay-menu-items{display:flex;flex-direction:column;gap:1.5em;flex:1;padding-top:1em}.header .menu-overlay-content a{color:#fff}.header .menu-overlay-content .overlay-menu-buttons{display:flex;flex-direction:column;align-self:stretch;padding-bottom:1.5em}.header .menu-overlay-content .overlay-menu-buttons .menu-button{display:flex;justify-content:center;align-items:center;gap:10px;padding-top:1em;padding-bottom:1em;border:1px solid #494949;border-radius:8px}.header .menu-overlay-content .overlay-menu-buttons .menu-button svg{stroke:#fff}.header .menu-overlay-content .overlay-menu-buttons .menu-button:hover{color:#ce2f76;cursor:pointer}.header .menu-overlay-content .overlay-menu-buttons .menu-button:hover svg{stroke:#ce2f76}}.footer{background-color:#000;display:block}.footer .main-container-inner{font-size:16px;color:#ccc;line-height:26px;display:grid;background-color:#000}.footer .menu-items{display:flex;flex-direction:column;line-height:16px;row-gap:1.5em}.footer .menu-items .menu-item{display:flex;align-items:center;column-gap:5px;text-transform:uppercase}.footer .menu-items a{color:#ccc;stroke:#ccc;text-decoration:none}.footer .menu-items a:hover{color:#ce2f76;stroke:#ce2f76;cursor:pointer}.footer .footer-area-logo{grid-area:logo}.footer .footer-area-logo .logo img{width:100%;height:100%}.footer .footer-area-menu{grid-area:menu}.footer .footer-area-mobile{grid-area:mobile}.footer .footer-area-copyright{border-top:1px solid hsla(0,0%,100%,.2);grid-area:copyright;color:#777}@media only screen and (min-width : 768px){.footer .main-container-inner{grid-template-columns:max-content 1fr max-content;grid-template-areas:"logo menu mobile" ". copyright copyright";row-gap:40px;column-gap:50px;padding-bottom:100px;padding-top:100px}.footer .footer-area-copyright{padding-top:40px}.footer .footer-area-mobile .mobile-links{display:none}}@media only screen and (max-width : 767px){.footer .main-container-inner{grid-template-columns:1fr;grid-template-areas:"menu" "mobile" "copyright";row-gap:20px;column-gap:50px;padding-bottom:20px;padding-top:40px}.footer .footer-area-logo{display:none}.footer .footer-area-mobile{padding-top:1em;border-top:1px solid hsla(0,0%,100%,.2)}.footer .footer-area-mobile:not(:has(*)){display:none}.footer .footer-area-mobile .mobile-qr{display:none}.footer .footer-area-mobile .mobile-links{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:1em}.footer .footer-area-mobile .mobile-links>div{height:48px;display:flex;justify-content:center;align-items:center;border:1px solid #4d4a4a;border-radius:13.09px}.footer .footer-area-copyright{padding-top:1em}}.promo{display:grid;grid-template-columns:1fr}.promo a{text-decoration:none}.promo .promo-title a{display:flex;column-gap:17px}.promo .promo-title svg{stroke:#ce2f76}@media only screen and (min-width : 768px){.promo .promo-list{font-size:40px;line-height:50px;color:#000}.promo .promo-blocks-desktop{margin-top:40px;display:flex;flex-direction:column;gap:40px}.promo .promo-block-row{display:flex;gap:40px;justify-content:space-between}.promo .promo-blocks-mobile{display:none}.promo .promo-block{flex-basis:100%;justify-content:flex-start;padding:24px;border:1px solid #d9d8d8;border-radius:24px;color:#161616}.promo .promo-icon{width:96px;height:96px;display:flex;align-items:stretch;justify-content:stretch}.promo .promo-icon-container{background-color:#ecf6ff;display:flex;flex:1;border-radius:48px;justify-content:center;align-items:center}.promo .promo-icon-container img{max-width:56px;max-height:56px}.promo .promo-title{margin-top:68px;line-height:40px;font-size:32px;font-weight:600}.promo .promo-subtitle{line-height:28px;font-size:20px}}@media only screen and (max-width : 767px){.promo .promo-blocks-desktop{display:none}.promo .promo-blocks-mobile{margin-top:24px;display:block}.promo .promo-list{font-size:22px;line-height:28px;color:#000}.promo .promo-block{padding:24px 24px 52px 24px;color:#161616}.promo .promo-icon{width:96px;height:96px;display:flex;align-items:stretch;justify-content:stretch}.promo .promo-icon-container{background-color:#ecf6ff;display:flex;flex:1;border-radius:48px;justify-content:center;align-items:center}.promo .promo-icon-container img{max-width:56px;max-height:56px}.promo .promo-title{margin-top:24px;line-height:28px;font-size:20px;font-weight:600}.promo .promo-subtitle{line-height:28px;font-size:20px}.promo .promo-block-container{border:1px solid #d9d8d8;border-radius:24px;width:100%}.promo .promo-slide{align-self:stretch;height:auto;display:flex;align-items:stretch;padding-right:1px;padding-left:1px}.promo .promo-indicators{display:flex;justify-content:center;gap:8px;margin-top:12px}.promo .promo-indicator{height:8px;width:8px;border-radius:4px;background-color:#d9d9d9}.promo .promo-indicator.glide__bullet--active{background-color:#000}}.not-found{margin-top:250px;margin-bottom:150px;display:flex;flex-direction:row;gap:60px}.not-found a{color:#ce2f76;text-decoration:none}.not-found .code{font-family:Spectral;font-size:350px;font-weight:600;line-height:255px}.not-found .text{font-size:20px;line-height:32px}@media only screen and (min-width : 768px){.not-found{align-items:flex-start}}@media only screen and (max-width : 767px){.not-found{margin-top:60px;flex-direction:column;gap:30px}.not-found .code{font-size:130px;line-height:130px}.not-found .text{font-size:16px}}.widget{color:#000;text-align:center}.widget .widget-menu{width:100%}.widget .widget-menu ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-direction:row;gap:50px}.widget .widget-menu ul li a{text-decoration:none;color:#000}.widget .widget-menu ul li:last-child{margin-left:auto}.widget .widget-menu ul li:last-child a{color:#d00062}.widget .widget-title{font-size:40px;margin-bottom:20px;text-align:left}.widget .widget-container{display:flex;justify-content:space-between;gap:10px}.widget .text-container{text-align:left;font-size:20px}.widget .text-container .subtitle{font-size:16px;color:#9b9b9b;font-weight:normal;margin-top:20px;margin-bottom:8px}.widget .text-container .p{font-size:20px;color:#161616;margin:0 0 10px}.widget .widget-box{font-size:16px;flex:1;padding:10px;border-radius:10px;display:flex;justify-content:center;align-items:center;border:1px solid #d9d9d9;aspect-ratio:10/4}.widget .widget-box-big{flex:1;padding:20px;border-radius:20px;display:flex;justify-content:space-between;align-items:stretch;border:1px solid #d9d9d9;gap:40px}.widget .widget-box-big .block{display:flex;flex-direction:column;gap:10px}.widget .widget-box-big .block .title{font-family:"Graphik",sans-serif;font-weight:600;font-size:32px;text-align:left}.widget .widget-box-big .block .text{font-size:20px;text-align:left}.widget .widget-box-big .platform-icons-title{display:flex;justify-content:center;flex-direction:column}.widget .widget-box-big .platform-icons-title .title{font-size:20px;max-width:300px;text-align:left}.widget .widget-box-big .platform-icons-title .platform-icons{display:flex;gap:10px;justify-content:left;align-items:center;margin-top:10px;object-fit:contain}.widget .widget-box-big .platform-icons-title .platform-icons img{width:48px;height:48px}.widget .widget-box-big .platform-icons-title .platform-mobile-icons{display:flex;justify-content:space-between;align-items:center;margin-top:10px;object-fit:contain}.widget .widget-box-big .platform-icons-title .platform-mobile-icons img{width:85px;height:48px}.widget .widget-box-big .qr-code{width:160px;height:160px;margin-left:auto}.widget .widget-box img{width:auto;height:auto;max-width:70%;max-height:70%;filter:grayscale(100%)}.widget .title-gray{color:#ccc}.widget .widget-modal{gap:32px}.widget .widget-modal .widget-modal-title{font-weight:600}.widget .widget-modal .widget-modal-text{max-height:calc(100vh - 320px);overflow-y:auto;padding-right:16px}.widget .widget-modal .widget-modal-text a{text-decoration:none;color:#ce2f76}.widget .widget-modal .widget-modal-text a:hover{text-decoration:underline}.widget .widget-modal .widget-modal-buttons .widget-modal-button{gap:100px;padding:1.25rem;background-color:#ce2f76;color:#fff;cursor:pointer}.widget .widget-modal .widget-modal-buttons .widget-modal-button svg{stroke:#fff}.warning-popup-body{padding:2rem}@media only screen and (min-width : 768px){.widget .widget-box-big .platform-icons-title .platform-mobile-icons{display:none}.widget .widget-content .desktop-hide{display:none !important}}@media only screen and (max-width : 767px){.widget .widget-container{flex-direction:column;align-items:center}.widget .text-container{font-size:16px}.widget .text-container .subtitle{font-size:12px;margin-top:12px;margin-bottom:0px}.widget .text-container .p{font-size:16px}.widget .widget-box{width:100%;height:100%;aspect-ratio:100/35;object-fit:contain}.widget .widget-title{font-size:22px;margin-bottom:20px;text-align:left}.widget .widget-box-big{flex-direction:column;gap:10px;width:100%}.widget .widget-box-big .block .title{font-size:22px}.widget .widget-box-big .block .text{font-size:20px}.widget .widget-box-big .platform-icons-title .platform-icons{display:none}.widget .widget-box-big .platform-icons-title .title{display:none}.widget .widget-box-big .qr-code{display:none}.widget .widget-content .title-gray{font-size:20px}.widget .widget-content .mobile-hide{display:none !important}}.catalog .title{font-size:40px;margin-bottom:20px;display:flex;gap:16px}.catalog .documents{margin-bottom:50px}.catalog .documents .documents-table tbody tr{position:relative}.catalog .documents .documents-table tbody tr td:last-child::after{content:"";position:absolute;left:43px;bottom:0;width:95%;border-bottom:1px solid #ccc}.catalog .documents .documents-table{width:100%;border-collapse:collapse;table-layout:fixed}.catalog .documents .documents-table thead th{font-size:16px;color:#9b9b9b;font-weight:normal;text-align:left;padding:8px;vertical-align:middle}.catalog .documents .documents-table tbody{position:relative}.catalog .documents .documents-table tbody tr{position:relative;vertical-align:middle}.catalog .documents .documents-table tbody tr td:nth-child(1){width:auto;padding-right:0px;padding-left:0px}.catalog .documents .documents-table tbody tr:last-child::after{display:none}.catalog .documents .documents-table tbody tr td:nth-child(5),.catalog .documents .documents-table tbody tr td:nth-child(6){padding-left:0px;padding-right:0px;text-align:right}.catalog .documents .documents-table tbody tr td{vertical-align:top;text-align:left;padding:15px;white-space:normal;word-wrap:break-word;font-size:20px;color:#161616}.catalog .documents .documents-table tbody tr .description-cell{align-items:center;height:100%}.catalog .documents .documents-table tbody tr .description-cell .subtitle{color:#9b9b9b;font-size:20px}.catalog .documents .documents-table tbody tr .description-cell img{width:auto;margin-right:3%}.catalog .documents .documents-table tbody tr .description-cell a,.catalog .documents .documents-table tbody tr .description-cell span{color:#161616;text-decoration:none}.catalog .documents .documents-table tbody tr .description-cell a:hover{text-decoration:underline}.catalog .documents .documents-table tbody tr .actual-cell{position:relative}.catalog .documents .documents-table tbody tr .actual-cell a{float:right}.catalog .documents .add-new-document{padding-top:24px}.catalog .documents .add-new-document a{font-size:20px;color:#161616;text-decoration:none}.catalog .documents .add-new-document a:hover{text-decoration:underline}.catalog .documents .add-new-document a span{margin-left:15px}.catalog .folders{margin-bottom:0px}.catalog .folders .folders-list{list-style:none;margin:0;padding:0;position:relative}.catalog .folders .folders-list li{position:relative;font-size:20px;color:#161616;display:flex;align-items:center;padding:15px 0}.catalog .folders .folders-list li .icon{margin-right:15px;flex-shrink:0}.catalog .folders .folders-list li a{color:#161616;text-decoration:none}.catalog .folders .folders-list li a:hover{text-decoration:underline}.catalog .folders .folders-list li+li::before{content:"";position:absolute;top:0;left:43px;right:0;height:1px;background-color:#ccc;display:block}.catalog .folders .folders-list li:last-child::after{display:none}@media only screen and (min-width : 768px){.catalog .documents table th:nth-child(2){font-size:0}.catalog .documents .documents-table thead tr{position:sticky;top:0;background-color:#fff;z-index:10}.catalog .documents .documents-table tbody tr .description-cell .mobile{display:none}}@media only screen and (max-width : 767px){.catalog{margin-top:40px;font-size:16px}.catalog .title{font-size:22px}.catalog .documents{margin-bottom:40px}.catalog .documents .documents-table tbody tr td:last-child::after{left:0%;width:100%}.catalog .documents .documents-table tbody tr:first-child{position:relative}.catalog .documents .documents-table tbody tr:first-child::before{content:"";position:absolute;top:0;left:0;width:100%;border-top:1px solid #ccc}.catalog .documents .documents-table{width:100%;border-collapse:collapse;table-layout:fixed}.catalog .documents .documents-table thead{display:none}.catalog .documents .documents-table tbody tr{display:block;position:relative;padding:4px 0}.catalog .documents .documents-table tbody tr td:nth-child(1){width:auto}.catalog .documents .documents-table tbody tr td:nth-child(2){width:94%;max-width:calc(100% - 35px);padding-left:10px}.catalog .documents .documents-table tbody tr td:nth-child(1),.catalog .documents .documents-table tbody tr td:nth-child(2){display:inline-flex;vertical-align:top}.catalog .documents .documents-table tbody tr td:nth-child(3){margin-left:40px}.catalog .documents .documents-table tbody tr td:nth-child(3),.catalog .documents .documents-table tbody tr td:nth-child(4){display:inline-block;vertical-align:top;white-space:normal;word-wrap:break-word;overflow-wrap:anywhere}.catalog .documents .documents-table tbody tr td:nth-child(3){max-width:33%}.catalog .documents .documents-table tbody tr td:nth-child(4){max-width:53%;padding-left:0px}.catalog .documents .documents-table tbody tr td:last-child{height:0px;padding:2px 0}.catalog .documents .documents-table tbody tr:last-child::after{left:0%}.catalog .documents .documents-table tbody tr .description-cell{align-items:baseline;height:100%;width:100%;display:flex}.catalog .documents .documents-table tbody tr .description-cell .subtitle{display:none}.catalog .documents .documents-table tbody tr .description-cell img{padding-left:15px;margin-right:0px}.catalog .documents .documents-table tbody tr .description-cell .mobile{margin-left:auto;width:auto;display:flex}.catalog .documents .documents-table tbody tr .description-cell .mobile a img{width:auto}.catalog .documents .documents-table tbody tr td{display:block;width:100%;font-size:16px;position:relative;padding:8px 0;vertical-align:top;white-space:normal;word-wrap:break-word}.catalog .documents .documents-table tbody tr td .non-mobile{display:none}.catalog .documents .documents-table tbody tr td:nth-child(3)::before{content:"Опубликован";display:block;font-size:12px;color:#9b9b9b;font-weight:normal;margin-bottom:4px}.catalog .documents .documents-table tbody tr td:nth-child(4)::before{content:"Актуален";display:block;font-size:12px;color:#9b9b9b;font-weight:normal;margin-bottom:4px}.catalog .add-new-document a{font-size:16px}.catalog .add-new-document a img{margin-left:0}.catalog .folders{margin-bottom:0px}.catalog .folders .folders-list li:first-child{position:relative}.catalog .folders .folders-list li:first-child::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:#ccc}.catalog .folders .folders-list li{font-size:16px}.catalog .folders .folders-list li .icon{margin-left:0px;margin-right:16px}.catalog .folders .folders-list li+li::before{left:0%}.catalog .folders .folders-list li:last-child::after{left:0%}}.page-container{display:flex;flex-direction:column;row-gap:40px}.page-container .page-content{display:flex;flex-direction:column}.page-container .page-block{display:flex;flex-direction:column;row-gap:.5em}.page-container .page-block-label{color:rgba(22,22,22,.5)}.page-container .page-block-image{padding-top:4px;padding-bottom:2px}.page-container .page-block-image img{max-width:100%;height:auto}.page-container .map{width:100%;height:300px;margin-bottom:10px;border-radius:10px;overflow:hidden;filter:grayscale(100%)}.page-container .ymaps-2-1-79-gototech{display:none !important}@media only screen and (min-width : 768px){.page-container{margin-top:100px;margin-bottom:200px}.page-container .page-content{row-gap:1.5em}.page-container .title{font-size:70px;line-height:70px;font-weight:500;font-family:"Spectral"}.page-container .page-block-label{font-size:16px;line-height:24px}.page-container .page-block-text{font-size:20px;line-height:28px}.page-container .hide-desktop{display:none}}@media only screen and (max-width : 767px){.page-container{margin-top:20px;margin-bottom:40px}.page-container .page-content{row-gap:1em}.page-container .title{font-size:38px;line-height:40px;font-weight:500;font-family:"Spectral"}.page-container .page-block-label{font-size:12px;line-height:16px}.page-container .page-block-text{font-size:16px;line-height:24px}.page-container .hide-mobile{display:none}.page-container .map{margin-bottom:10px}}.breadcrumb{font-size:24px;color:#9b9b9b}.breadcrumb .breadcrumb-item:last-child::after{content:" /";color:#9b9b9b}.breadcrumb .breadcrumb-item+.breadcrumb-item::before{color:#9b9b9b}.breadcrumb a,.breadcrumb span{color:#9b9b9b;text-decoration:none}.breadcrumb a:hover{color:#9b9b9b;text-decoration:underline}@media only screen and (max-width : 767px){.breadcrumb{font-size:12px}}.search-page .search-top-bg{width:100%;background-color:#f8f7f6;padding-top:40px;padding-bottom:20px}.search-page .search-container{width:760px;margin:0 auto}.search-page .search-title{font-family:"Spectral",serif;font-size:70px;font-weight:500;line-height:70px;letter-spacing:-0.04em;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin-bottom:40px;color:#000}.search-page .search-form{margin-bottom:40px}.search-page .search-form form{display:flex;flex-wrap:wrap;align-items:center;width:100%}.search-page .search-form form .search-input-container{position:relative;width:100%}.search-page .search-form form .search-input-container .search-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px}.search-page .search-form form .search-input-container .search-clear{position:absolute;right:0;top:50%;transform:translateY(-50%);width:14px;height:14px;cursor:pointer}.search-page .search-form form .search-input-container .search-input{width:100%;background:rgba(0,0,0,0);border:none;border-bottom:1px solid #161616;padding-left:30px;padding-right:30px;font-size:20px;height:40px;color:#000;font-weight:400}.search-page .search-form form .search-input-container .search-input:focus{outline:none}.search-page .search-info{margin-top:80px;margin-bottom:40px}.search-page .search-info p{font-family:"Graphik LCG",sans-serif;font-size:40px;font-weight:400;line-height:50px;letter-spacing:-0.02em;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin:0}.search-page .search-results{margin-bottom:40px}.search-page .search-results .search-result-item{margin-bottom:40px}.search-page .search-results .search-result-item .result-title a{font-family:"Graphik LCG",sans-serif;font-size:24px;font-weight:500;line-height:32px;letter-spacing:-0.02em;text-align:left;text-decoration-skip-ink:none;color:#161616;text-decoration:none}.search-page .search-results .search-result-item .result-title a:hover{text-decoration:underline}.search-page .search-results .search-result-item .result-date{margin-top:5px;font-family:"Graphik LCG",sans-serif;font-size:14px;font-weight:400;line-height:20px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#6f736f}.search-page .search-results .search-result-item .result-description{margin-top:10px;font-family:"Graphik LCG",sans-serif;font-size:20px;font-weight:400;line-height:34px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#000}.search-page .search-results .search-result-item .result-description .search-highlight{font-weight:400;color:#ce2f76;background-color:rgba(0,0,0,0)}.search-page .search-results .search-result-item .result-subtitle{font-family:"Graphik LCG",sans-serif;font-weight:400;font-size:20px;line-height:28px;color:#9b9b9b;margin-top:4px}.search-page .pagination{margin-bottom:40px;display:flex;align-items:center}.search-page .pagination .arrow-left{padding-right:20px}.search-page .pagination .arrow-left img{transform:scaleX(-1)}.search-page .pagination .page-arrow{display:inline-flex;align-items:center;margin:0 10px}.search-page .pagination .page-arrow img{width:20px;height:20px}.search-page .pagination .page-number,.search-page .pagination .page-dots{font-family:"Graphik LCG",sans-serif;font-size:20px;font-weight:400;line-height:34px;text-align:left;text-decoration-skip-ink:none;margin-right:30px;color:#000;text-decoration:none}.search-page .pagination .page-number.active,.search-page .pagination .page-dots.active{color:#ce2f76}.search-page .search-no-results,.search-page .search-hint{margin-top:40px;margin-bottom:40px;font-size:18px}.search-page .search-no-results{color:#888}.search-page .search-hint{color:#666}@media only screen and (max-width : 767px){.search-page .search-top-bg{max-width:100%;background-color:#fff;padding-top:25px;padding-bottom:0px}.search-page .search-container{width:100%;padding-left:10vw;padding-right:10vw;margin:0 auto}.search-page .search-title{font-size:38px;line-height:40px;margin-bottom:20px}.search-page .search-form{margin-bottom:30px}.search-page .search-info{margin-top:0px;margin-bottom:5px}.search-page .search-info p{font-family:"Graphik LCG",sans-serif;font-size:22px;font-weight:400;line-height:50px;letter-spacing:-0.02em;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;margin:0}.search-page .search-results{margin-bottom:25px}.search-page .search-results .search-result-item{margin-bottom:15px}.search-page .search-results .search-result-item .result-title a{font-size:16px;line-height:32px}.search-page .search-results .search-result-item .result-date{margin-top:5px;font-size:14px;line-height:20px}.search-page .search-results .search-result-item .result-date .result-type{display:none}.search-page .search-results .search-result-item .result-description{margin-top:5px;font-size:16px;line-height:34px}.search-page .search-results .search-result-item .result-subtitle{display:none}.search-page .pagination{margin-bottom:0px;display:flex;align-items:center;width:100%;justify-content:space-between}.search-page .pagination .page-arrow .page-number,.search-page .pagination .page-arrow .page-dots{font-size:20px;font-weight:400;line-height:34px;margin-right:10px}.search-page .pagination .search-no-results,.search-page .pagination .search-hint{margin-top:40px;margin-bottom:40px;font-size:18px}}.doc-context-menu-wrapper{position:relative;display:inline-block}.doc-context-menu{display:none;position:absolute;font-size:16px;font-weight:500;top:45px;right:0;left:auto;min-width:186px;background-color:#fff;border-radius:4px;z-index:9999;box-shadow:0px 4px 8px 0px rgba(0,0,0,.2509803922)}.doc-context-menu ul{list-style:none;margin:0;padding:0}.doc-context-menu li a{padding:8px 10px;white-space:nowrap;display:flex;justify-content:space-between;align-items:center;text-decoration:none}.doc-context-menu li a img{margin-left:18px}.doc-context-menu li a:hover{background-color:#f1f1f1;color:#000;text-decoration:none !important}.doc-context-menu .doc-context-menu-edit-doc{border-top:1px solid #d7d7d7}@media only screen and (max-width : 767px){.doc-context-menu{top:35px}}.app-container{display:flex;flex-direction:column;align-items:flex-start;gap:40px;padding:40px 0px}.app-container .app-title{font-family:"Spectral",sans-serif;font-weight:500;font-size:70px;margin-bottom:12px;line-height:40px;color:#000;letter-spacing:-0.04em}.app-container .app-description{font-size:20px;font-weight:400;line-height:32px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none}.app-container .app-icons{display:flex;gap:32px}.app-container .app-icons a{display:inline-block}.app-container .app-icons a img{width:48px;height:48px}@media only screen and (min-width : 768px){.app-container .mobile{display:none}}@media only screen and (max-width : 767px){.app-container{gap:40px;padding:40px 0px}.app-container .desktop{display:none}.app-container .app-title{font-size:38px}.app-container .app-description{font-size:20px}.app-container .app-icons{gap:16px;margin:0px auto}.app-container .app-icons a img{height:48px;width:auto}}.main-banner{position:relative;margin:0 auto;padding-left:0vw;padding-right:0vw;padding-bottom:0px;box-sizing:content-box;text-align:left}.main-banner.main-banner-dark .title .title-inner{color:#fff}.main-banner.main-banner-bottom{margin-top:100px;margin-bottom:-100px}.main-banner .overlay{position:absolute;top:5%;left:10vw;right:10vw;margin:0 auto;box-sizing:border-box}.main-banner .overlay .overlay-inner{max-width:1160px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start}.main-banner .title{position:absolute;top:35%;left:10vw;right:10vw;margin:0 auto;box-sizing:border-box}.main-banner .title .title-inner{max-width:1160px;margin:0 auto;font-size:70px;color:#000;font-family:"Spectral",sans-serif;font-weight:500;letter-spacing:-0.04em;line-height:70px;word-wrap:break-word;overflow-wrap:break-word}.main-banner .title .title-inner .subtitle{font-size:32px;color:#000;font-family:"Graphik",sans-serif;letter-spacing:normal;font-weight:500;padding-top:50px;line-height:40px}.main-banner .title .title-inner .subtitle .font-pink{color:#d00062}.main-banner .image-container{position:relative;width:100%;max-height:600px;margin:0 auto}.main-banner .image-container .full-width-image{width:100%;max-height:600px;object-fit:cover}.main-banner .mobile-links{display:none}.main-letter .main-letter-title{font-size:32px;font-weight:600}.main-letter .main-letter-content{font-size:20px;line-height:28px;max-width:760px;margin-top:16px;margin-bottom:20px;padding-left:20px;border-left:1px solid #d9d8d8}.main-letter .main-letter-author-name{font-size:20px;line-height:28px;font-weight:600}.main-letter .main-letter-author-position{font-size:20px;line-height:28px}@media only screen and (max-width : 767px){.main-banner{padding-left:0vw;padding-right:0vw}.main-banner .overlay{display:none}.main-banner .title{position:absolute;left:0;top:0%;margin-left:5vw;margin-right:5vw;max-width:100%;height:40vh}.main-banner .title .title-inner{font-size:38px;line-height:40px;display:flex;flex-direction:column;justify-content:center;row-gap:20px;padding:5vh 0px}.main-banner .title .title-inner .subtitle{padding-top:0px;font-size:22px;color:#000;line-height:28px}.main-banner .image-container{position:relative;width:100%;height:40vh;overflow:hidden}.main-banner .image-container img.full-width-image{position:absolute;top:0;left:0;min-width:100%;height:100%;object-fit:cover}.main-banner .mobile-links{display:flex}.main-banner .mobile-links .widget-menu{width:100%;padding:0 5vw}.main-banner .mobile-links .widget-menu ul{list-style:none;margin-left:0;padding:0;display:flex;flex-direction:column;gap:0}.main-banner .mobile-links .widget-menu ul li{width:100%;border-bottom:1px solid #e0e0e0;margin:0}.main-banner .mobile-links .widget-menu ul li a{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:16px;color:#000;text-decoration:none;position:relative}.main-banner .mobile-links .widget-menu ul li a::after{content:"";display:inline-block;width:14px;height:14px;background-image:url(../52e4c56f7d1213c6c830.png);background-size:contain;background-repeat:no-repeat;margin-left:10px}.main-banner .mobile-links .widget-menu ul li:last-child{border-bottom:none}.main-banner .mobile-links .widget-menu ul li:last-child a{color:#d00062}.main-banner::after{content:"";display:block;width:100%;height:1px;background-color:#e0e0e0}}.lead-overlay-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:999}.lead-right-panel{display:flex !important;flex-wrap:nowrap;position:fixed;top:0;right:0;width:720px;height:100vh;background-color:rgba(0,0,0,0);z-index:1000;display:none;overflow-y:auto;transition:transform .4s ease-in-out;transform:translateX(100%)}.lead-right-panel.active{transform:translateX(0)}.lead-panel-close{position:relative;width:110px;height:100%}.lead-button-close{position:absolute;width:50px;height:50px;left:50%;top:140px;cursor:pointer;transform:translateX(-50%)}.lead-button-close img{width:100%;height:100%}.lead-panel-content{width:610px;min-height:fit-content;background-color:#fff;padding:64px 100px}.lead-panel-content h1{font-family:"Spectral",serif;font-weight:600;font-size:60px;line-height:60px;color:#000;margin-bottom:40px}.lead-panel-content form .lead-input-block{margin-bottom:30px}.lead-panel-content form .lead-input-block input{width:100%;height:51px;border:none;border-bottom:1px solid #828282;background:rgba(0,0,0,0);color:#000;font-size:16px}.lead-panel-content form .lead-input-block input::placeholder{color:#bdbdbd}.lead-panel-content form .lead-input-block input:focus{outline:none}.lead-panel-content form .lead-input-block .error-message{margin-top:5px;font-size:14px;color:#ce2f76}.lead-panel-content form .lead-consent-block{margin-top:55px;margin-bottom:35px}.lead-panel-content form .lead-consent-block label{display:flex;font-size:16px;gap:10px}.lead-panel-content form .lead-consent-block label input[type=checkbox]{width:20px;height:20px;flex-shrink:0;margin-bottom:50px}.lead-panel-content form .lead-consent-block .error-message{margin-top:5px;font-size:14px;color:#ce2f76}.lead-panel-content form .lead-privacy-link{margin-bottom:30px}.lead-panel-content form .lead-privacy-link a{text-decoration:underline;color:#000}.lead-panel-content form #leadFormSubmitBtn{display:flex;margin-top:10vh;height:60px;background-color:#ce2f76;color:#fff;border:none;cursor:pointer;font-size:20px;display:inline-flex;align-items:center;justify-content:space-between;padding:0px 20px}.lead-panel-content form #leadFormSubmitBtn span{margin-right:100px}.lead-panel-content form #leadFormSubmitBtn img{width:17px;height:17px;flex-shrink:0}.lead-panel-content form #leadFormSubmitBtn:hover{opacity:.8}.lead-panel-content form #leadFormSubmitBtn:disabled{cursor:not-allowed;opacity:.5}@media only screen and (max-width : 767px){.lead-right-panel{flex-direction:column;width:100%}.lead-panel-close{width:100%;height:90px;flex-shrink:0}.lead-button-close{position:absolute;width:30px;height:30px;left:auto;right:30px;top:50%;max-height:100%;transform:translateY(-50%)}.lead-panel-content{width:100%;padding:24px 20px;flex:1;overflow:auto}.lead-panel-content h1{font-size:38px;line-height:38px}.lead-panel-content form #leadFormSubmitBtn{width:100%;margin-top:5vh}.lead-panel-content form #leadFormSubmitBtn span{margin-right:0}}@font-face{font-family:"Graphik";src:url(../b13af6f19edb2e0ba512.woff2) format("woff2"),url(../45c128491ffe51afcec1.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Graphik";src:url(../95eac7f989de6b5a95df.woff2) format("woff2"),url(../873278412c81fc0b0caf.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Spectral";src:url(../36c4d5036cd1a11e4e17.woff2) format("woff2"),url(../c6ec697b452f00a5e6e5.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Spectral";src:url(../9f49bc8b80ac24b27881.woff2) format("woff2"),url(../1ba758f3ca82d3370bbe.woff) format("woff");font-weight:600;font-style:normal}html,body{height:100%}body{margin:0;font-family:Graphik,"Helvetica Neue",sans-serif;font-size:16px}.overlay{overflow:hidden}a{color:#000;text-decoration:underline;text-underline-offset:3px}a:hover{color:#ce2f76}.svg-icon{display:inline-flex;line-height:1}.layout{height:100%}.main-container{max-width:1160px;margin:0 auto;padding-left:10vw;padding-right:10vw;box-sizing:content-box}.main-container .section{display:flex;flex-direction:column}.content{min-height:calc(100vh - 90px)}.content .content-container{display:flex;flex-direction:column;flex-basis:100%}@media only screen and (min-width : 768px){.main-container .section{gap:40px}.content{padding-top:0px;padding-bottom:100px}.content .content-container{padding-top:70px;row-gap:100px}}@media only screen and (max-width : 767px){.main-container{padding-left:5vw;padding-right:5vw}.main-container .section{gap:1.5em}.content{padding-top:0px;padding-bottom:40px}.content .content-container{row-gap:40px;padding-top:20px}}
