.recent-news{--recent-news-item-border: 2px solid var(--app-badge-color);--recent-news-item-link-font-size: 14px;--recent-news-item-border: 1px solid var(--green-4);--recent-news-item-link-font-size: 16px}.recent-news{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}.recent-news .publication-date{margin-bottom:10px;line-height:20px}.recent-news .title{font-weight:600;margin-bottom:10px;cursor:pointer}.recent-news .recent-news__item{line-height:24px;padding-bottom:20px;border-bottom:var(--recent-news-item-border);width:360px}.recent-news .news-item-link a{font-size:var(--recent-news-item-link-font-size);line-height:20px}.recent-news .news-item-link__icon{transform:rotate(180deg);margin-inline-start:9px}.recent-news .description{font-size:14px;margin-bottom:10px}.base-button{--button-primary-bg-color: var(--deep-blue-1);--button-primary-font-color: var(--white);--button-primary-hover-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .21);--button-primary-hover-bg-color: var(--deep-blue-1);--button-primary-hover-font-color: var(--white);--button-primary-active-bg-color: var(--ultramarine-1);--button-primary-disabled-bg-color: var(--deep-blue-2);--button-primary-disabled-font-color: var(--white);--button-secondary-bg-color: var(--green-1);--button-secondary-font-color: var(--white);--button-secondary-hover-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .21);--button-secondary-hover-bg-color: var(--green-1);--button-secondary-hover-font-color: var(--white);--button-secondary-active-bg-color: var(--ultramarine-1);--button-secondary-disabled-bg-color: var(--deep-blue-2);--button-secondary-disabled-font-color: var(--white);--button-tertiary-bg-color: var(--black-5);--button-tertiary-font-color: var(--black-1);--button-tertiary-hover-shadow: none;--button-tertiary-hover-bg-color: var(--black-4);--button-tertiary-hover-font-color: var(--black-1);--button-tertiary-active-bg-color: var(--deep-blue-3);--button-tertiary-disabled-bg-color: var(--deep-blue-2);--button-tertiary-disabled-font-color: var(--black-4);--button-additional-bg-color: var(--azure-1);--button-additional-font-color: var(--black-1);--button-additional-hover-shadow: 0px 6px 12px 0px rgba(0, 0, 0, .21);--button-additional-hover-bg-color: var(--azure-1);--button-additional-hover-font-color: var(--black-1);--button-additional-active-bg-color: var(--deep-blue-2);--button-additional-disabled-bg-color: var(--deep-blue-2);--button-additional-disabled-font-color: var(--black-4);--app-white-button-color: var(--black-1);--app-white-button-bg-color: var(--black-5)}a.base-button,button.base-button{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--app-border-radius);border:none;text-transform:unset;font-weight:400;padding:8px 16px;text-decoration:none;white-space:nowrap;min-width:120px}a.base-button:focus,a.base-button:focus-visible,button.base-button:focus,button.base-button:focus-visible{outline:none}a.base-button:disabled,button.base-button:disabled{opacity:initial;cursor:default;box-shadow:unset!important}a.base-button:disabled:has(.dots),button.base-button:disabled:has(.dots){opacity:unset}a.base-button--primary,button.base-button--primary{background:var(--button-primary-bg-color);color:var(--button-primary-font-color)}@media (hover: hover){a.base-button--primary:hover,button.base-button--primary:hover{box-shadow:var(--button-primary-hover-shadow);background:var(--button-primary-hover-bg-color);color:var(--button-primary-hover-font-color)}}a.base-button--primary:active,button.base-button--primary:active{background:var(--button-primary-active-bg-color)}a.base-button--primary:disabled,button.base-button--primary:disabled{background:var(--button-primary-disabled-bg-color);color:var(--button-primary-disabled-font-color)}a.base-button--secondary,button.base-button--secondary{background:var(--button-secondary-bg-color);color:var(--button-secondary-font-color);border:none!important}@media (hover: hover){a.base-button--secondary:hover,button.base-button--secondary:hover{box-shadow:var(--button-secondary-hover-shadow);background:var(--button-secondary-hover-bg-color);color:var(--button-secondary-hover-font-color)}}a.base-button--secondary:active,button.base-button--secondary:active{background:var(--button-secondary-active-bg-color)}a.base-button--secondary:disabled,button.base-button--secondary:disabled{background:var(--button-secondary-disabled-bg-color);color:var(--button-secondary-disabled-font-color)}a.base-button--secondary svg,button.base-button--secondary svg{color:inherit}a.base-button--tertiary,button.base-button--tertiary{background:var(--button-tertiary-bg-color);color:var(--button-tertiary-font-color)}@media (hover: hover){a.base-button--tertiary:hover,button.base-button--tertiary:hover{box-shadow:var(--button-tertiary-hover-shadow);background:var(--button-tertiary-hover-bg-color);color:var(--button-tertiary-hover-font-color)}}a.base-button--tertiary:active,button.base-button--tertiary:active{background:var(--button-tertiary-active-bg-color)}a.base-button--tertiary:disabled,button.base-button--tertiary:disabled{background:var(--button-tertiary-disabled-bg-color);color:var(--button-tertiary-disabled-font-color)}a.base-button--tertiary svg,button.base-button--tertiary svg{color:inherit}a.base-button--white,button.base-button--white{color:var(--app-white-button-color);background:var(--app-white-button-bg-color);font-weight:400;text-transform:initial}a.base-button--additional,button.base-button--additional{background:var(--button-additional-bg-color);color:var(--button-additional-font-color)}@media (hover: hover){a.base-button--additional:hover,button.base-button--additional:hover{box-shadow:var(--button-additional-hover-shadow);background:var(--button-additional-hover-bg-color);color:var(--button-additional-hover-font-color)}}a.base-button--additional:active,button.base-button--additional:active{background:var(--button-additional-active-bg-color)}a.base-button--additional:disabled,button.base-button--additional:disabled{background:var(--button-additional-disabled-bg-color);color:var(--button-additional-disabled-font-color)}a.base-button--additional svg,button.base-button--additional svg{color:inherit}a.base-button--block,button.base-button--block{width:100%;min-width:auto}a.base-button--big,button.base-button--big{height:50px}a.base-button--medium,button.base-button--medium{font-size:16px;height:40px}a.base-button--small,button.base-button--small{font-size:14px;height:30px;padding:0 16px}a.base-button--link,button.base-button--link{background:none;text-transform:none;white-space:nowrap;min-width:auto}.news-item-page .text-primary,.static-page .text-primary,.home-page__static-content .text-primary{color:var(--deep-blue-1)!important}.news-item-page .text-secondary,.static-page .text-secondary,.home-page__static-content .text-secondary{color:var(--sea-blue-1)!important}.news-item-page .text-success,.static-page .text-success,.home-page__static-content .text-success{color:var(--system-green-1)!important}.news-item-page .text-danger,.static-page .text-danger,.home-page__static-content .text-danger{color:var(--system-red-1)!important}.news-item-page .text-warning,.static-page .text-warning,.home-page__static-content .text-warning{color:var(--system-yellow-1)!important}.news-item-page .text-info,.static-page .text-info,.home-page__static-content .text-info{color:var(--black-2)!important}html{--app-scroll-padding-default: 140px;--app-scroll-padding: var(--app-scroll-padding-default);scroll-padding-block-start:var(--app-scroll-padding)}body{color:var(--black-1)!important}.news-item-page,.static-page,.home-page__static-content{--static-divider-background: var(--teal-5);--static-note-border: 4px solid var(--app-primary-color);--static-overlay-color-boundary-bg: var(--teal-5);--static-overlay-color-boundary-border: 2px solid var(--teal-4);--static-table-bordered-full-th-border-edge: 2px solid var(--teal-5);--static-table-border-rounded-td-border: solid 2px var(--teal-4);--static-table-cell-light-primary-bg: var(--teal-5);--static-table-cell-section-name-bg: var(--teal-5);--static-quote-border: 4px solid var(--teal-4);--static-divider-background: var(--green-4);--static-note-border: 1px solid var(--app-primary-color);--static-note-font-style: italic;--static-lead-font-weight: 600;--static-lead-font-style: unset;--static-overlay-color-boundary-bg: var(--app-light-gray);--static-overlay-color-boundary-border: 2px solid var(--app-light-gray);--static-table-bordered-full-th-border-edge: 1px solid var(--green-4);--static-table-border-rounded-td-border: solid 1px var(--green-4);--static-table-cell-light-primary-bg: var(--app-light-gray);--static-table-cell-section-name-bg: var(--green-5);--static-table-cell-warning-bg: var(--app-warning-color);--static-quote-border: 1px solid var(--app-light-gray)}.news-item-page h1,.static-page h1,.home-page__static-content h1{font-weight:600;padding-top:40px;margin-block:0 20px}.news-item-page h1,.static-page h1,.home-page__static-content h1{padding-top:40px;margin-block:0 20px}.news-item-page h2,.static-page h2,.home-page__static-content h2{font-weight:600;padding-top:30px;margin-block:0 10px}.news-item-page h3,.static-page h3,.home-page__static-content h3{font-weight:600;padding-top:20px;margin-block:0 10px}.news-item-page h4,.static-page h4,.home-page__static-content h4{font-weight:600;padding-top:10px;margin-block:0 10px}.news-item-page p,.static-page p,.home-page__static-content p{margin-block-end:10px}.news-item-page .divider,.static-page .divider,.home-page__static-content .divider{display:block;height:2px;background-color:var(--static-divider-background)!important;opacity:1;margin:20px 0}.news-item-page .lead-text,.static-page .lead-text,.home-page__static-content .lead-text{font-weight:var(--static-lead-font-weight);font-size:20px;line-height:24px;font-style:var(--static-lead-font-style)}.news-item-page .note,.static-page .note,.home-page__static-content .note{margin:0 10px 0 0;padding-inline-start:32px;border-inline-start:var(--static-note-border);font-style:var(--static-note-font-style)}.news-item-page .overlay,.static-page .overlay,.home-page__static-content .overlay{display:flex;flex-direction:column;padding:15px 16px;border-radius:var(--app-border-radius);margin:0 10px 0 0}.news-item-page .overlay--color-boundary,.static-page .overlay--color-boundary,.home-page__static-content .overlay--color-boundary{background:var(--static-overlay-color-boundary-bg);border:var(--static-overlay-color-boundary-border)}.news-item-page .overlay h1:first-child,.news-item-page .overlay h2:first-child,.news-item-page .overlay h3:first-child,.news-item-page .overlay h4:first-child,.news-item-page .overlay h5:first-child,.static-page .overlay h1:first-child,.static-page .overlay h2:first-child,.static-page .overlay h3:first-child,.static-page .overlay h4:first-child,.static-page .overlay h5:first-child,.home-page__static-content .overlay h1:first-child,.home-page__static-content .overlay h2:first-child,.home-page__static-content .overlay h3:first-child,.home-page__static-content .overlay h4:first-child,.home-page__static-content .overlay h5:first-child{padding-top:0}.news-item-page .overlay p:last-child,.static-page .overlay p:last-child,.home-page__static-content .overlay p:last-child{margin-bottom:0}.news-item-page ol,.static-page ol,.home-page__static-content ol{margin-inline:0;padding:0;counter-reset:li}.news-item-page ol>li,.static-page ol>li,.home-page__static-content ol>li{counter-increment:li;padding-inline-start:4px;margin-inline-start:24px;margin-bottom:10px}.news-item-page ol>li::marker,.static-page ol>li::marker,.home-page__static-content ol>li::marker{content:counters(li,".") ". "}.news-item-page ol .sub-list,.static-page ol .sub-list,.home-page__static-content ol .sub-list{margin-top:10px}.news-item-page ol ol>li,.static-page ol ol>li,.home-page__static-content ol ol>li{padding-inline-start:8px}.news-item-page ol ol>li::marker,.static-page ol ol>li::marker,.home-page__static-content ol ol>li::marker{content:counters(li,".")}.news-item-page .columns-2,.static-page .columns-2,.home-page__static-content .columns-2{columns:2;gap:0 24px}.news-item-page .columns-3,.static-page .columns-3,.home-page__static-content .columns-3{columns:3;gap:0 24px}.news-item-page .ul-list,.static-page .ul-list,.home-page__static-content .ul-list{margin-inline:0;padding:0}.news-item-page .ul-list>li,.static-page .ul-list>li,.home-page__static-content .ul-list>li{margin-inline-start:11px;padding-inline-start:17px;margin-bottom:10px}.news-item-page .ul-list>li::marker,.static-page .ul-list>li::marker,.home-page__static-content .ul-list>li::marker{content:url("data:image/svg+xml,%3Csvg width='6' height='17' viewBox='0 -2 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='3' fill='%2300AAA5'/%3E%3C/svg%3E ")}.news-item-page .table,.static-page .table,.home-page__static-content .table{margin:10px 0;width:100%;table-layout:fixed;overflow:hidden;line-height:20px}.news-item-page .table td,.static-page .table td,.home-page__static-content .table td{padding-left:16px!important;padding-right:16px!important}.news-item-page .table--type-3,.static-page .table--type-3,.home-page__static-content .table--type-3{border:var(--app-border);border-radius:var(--app-border-radius);background:#FFF;border-collapse:separate;border-spacing:0;font-size:16px}.news-item-page .table--type-3 td,.static-page .table--type-3 td,.home-page__static-content .table--type-3 td{padding:10px 16px;border-top:var(--app-border)}.news-item-page .table--type-3 th,.static-page .table--type-3 th,.home-page__static-content .table--type-3 th{padding:10px 16px!important;text-align:left!important;font-weight:400!important;line-height:20px}.news-item-page .table--type-3 th:not(:first-of-type),.static-page .table--type-3 th:not(:first-of-type),.home-page__static-content .table--type-3 th:not(:first-of-type){border-left:2px solid var(--white)}.news-item-page .table--type-3 td:not(:first-of-type),.static-page .table--type-3 td:not(:first-of-type),.home-page__static-content .table--type-3 td:not(:first-of-type){border-left:var(--app-border)}.news-item-page .table--type-4,.static-page .table--type-4,.home-page__static-content .table--type-4{border:var(--app-border-type-4);border-radius:var(--app-border-radius);background:var(--app-border-type-4-color);border-collapse:collapse;border-spacing:0;font-size:16px}.news-item-page .table--type-4 td,.static-page .table--type-4 td,.home-page__static-content .table--type-4 td{padding:10px 16px}.news-item-page .table--type-4 th,.static-page .table--type-4 th,.home-page__static-content .table--type-4 th{padding:10px 16px!important;text-align:left!important;font-weight:400!important;line-height:20px}.news-item-page .table--type-4 thead,.news-item-page .table--type-4 tbody,.news-item-page .table--type-4 tfoot,.news-item-page .table--type-4 tr,.news-item-page .table--type-4 td,.news-item-page .table--type-4 th,.static-page .table--type-4 thead,.static-page .table--type-4 tbody,.static-page .table--type-4 tfoot,.static-page .table--type-4 tr,.static-page .table--type-4 td,.static-page .table--type-4 th,.home-page__static-content .table--type-4 thead,.home-page__static-content .table--type-4 tbody,.home-page__static-content .table--type-4 tfoot,.home-page__static-content .table--type-4 tr,.home-page__static-content .table--type-4 td,.home-page__static-content .table--type-4 th{border-color:inherit;border-style:solid;border-width:var(--app-border-width-type-4)}.news-item-page .table--type-4 tbody,.static-page .table--type-4 tbody,.home-page__static-content .table--type-4 tbody{background-color:var(--white)}.news-item-page .table--props,.static-page .table--props,.home-page__static-content .table--props{border:1px solid var(--black-3);background:var(--app-border-type-4-color);border-spacing:0;font-size:16px}.news-item-page .table--props td,.static-page .table--props td,.home-page__static-content .table--props td{padding:10px 16px}.news-item-page .table--props th,.static-page .table--props th,.home-page__static-content .table--props th{padding:10px 16px!important;text-align:left!important;font-weight:400!important;line-height:20px}.news-item-page .table--props thead,.news-item-page .table--props tbody,.news-item-page .table--props tfoot,.news-item-page .table--props tr,.news-item-page .table--props td,.news-item-page .table--props th,.static-page .table--props thead,.static-page .table--props tbody,.static-page .table--props tfoot,.static-page .table--props tr,.static-page .table--props td,.static-page .table--props th,.home-page__static-content .table--props thead,.home-page__static-content .table--props tbody,.home-page__static-content .table--props tfoot,.home-page__static-content .table--props tr,.home-page__static-content .table--props td,.home-page__static-content .table--props th{border:1px dashed var(--black-3)}.news-item-page .table--props tbody,.static-page .table--props tbody,.home-page__static-content .table--props tbody{background-color:var(--white)}.news-item-page .table--bordered-horizontal tr,.static-page .table--bordered-horizontal tr,.home-page__static-content .table--bordered-horizontal tr{border-bottom:var(--app-border)}.news-item-page .table--bordered-horizontal td,.static-page .table--bordered-horizontal td,.home-page__static-content .table--bordered-horizontal td{padding:10px 0}.news-item-page .table--bordered-horizontal td:not(:first-of-type),.static-page .table--bordered-horizontal td:not(:first-of-type),.home-page__static-content .table--bordered-horizontal td:not(:first-of-type){padding-left:16px}.news-item-page .table--bordered-full,.static-page .table--bordered-full,.home-page__static-content .table--bordered-full{border-radius:var(--app-border-radius);background:#FFF}.news-item-page .table--bordered-full td,.static-page .table--bordered-full td,.home-page__static-content .table--bordered-full td{padding:10px 0;border-top:var(--app-border)}.news-item-page .table--bordered-full th,.static-page .table--bordered-full th,.home-page__static-content .table--bordered-full th{padding:10px 0;text-align:center;border-left:var(--static-table-bordered-full-th-border-edge);border-top:var(--static-table-bordered-full-th-border-edge);border-bottom:var(--static-table-bordered-full-th-border-edge);font-weight:600}.news-item-page .table--bordered-full tr:last-of-type,.static-page .table--bordered-full tr:last-of-type,.home-page__static-content .table--bordered-full tr:last-of-type{border-bottom:var(--static-table-bordered-full-th-border-edge)}.news-item-page .table--bordered-full th:last-of-type,.static-page .table--bordered-full th:last-of-type,.home-page__static-content .table--bordered-full th:last-of-type{border-right:var(--static-table-bordered-full-th-border-edge)}.news-item-page .table--bordered-full td:first-of-type,.static-page .table--bordered-full td:first-of-type,.home-page__static-content .table--bordered-full td:first-of-type{border-left:var(--app-border)}.news-item-page .table--bordered-full td:last-of-type,.static-page .table--bordered-full td:last-of-type,.home-page__static-content .table--bordered-full td:last-of-type{border-right:var(--app-border)}.news-item-page .table--bordered-full td:not(:first-of-type),.static-page .table--bordered-full td:not(:first-of-type),.home-page__static-content .table--bordered-full td:not(:first-of-type){border-left:var(--app-border)}.news-item-page .table--bordered-full thead tr+tr:last-of-type th,.static-page .table--bordered-full thead tr+tr:last-of-type th,.home-page__static-content .table--bordered-full thead tr+tr:last-of-type th{border-top:none}.news-item-page .table--bordered-full thead tr+tr:last-of-type th:last-of-type,.static-page .table--bordered-full thead tr+tr:last-of-type th:last-of-type,.home-page__static-content .table--bordered-full thead tr+tr:last-of-type th:last-of-type{border-right:none}.news-item-page .table--border-rounded,.static-page .table--border-rounded,.home-page__static-content .table--border-rounded{border-collapse:separate;border-spacing:0;border-radius:var(--app-border-radius);background:#FFF}.news-item-page .table--border-rounded thead tr:first-child th:first-child,.static-page .table--border-rounded thead tr:first-child th:first-child,.home-page__static-content .table--border-rounded thead tr:first-child th:first-child{border-top-left-radius:var(--app-border-radius)}.news-item-page .table--border-rounded thead tr:first-child th:last-child,.static-page .table--border-rounded thead tr:first-child th:last-child,.home-page__static-content .table--border-rounded thead tr:first-child th:last-child{border-top-right-radius:var(--app-border-radius)}.news-item-page .table--border-rounded thead+tbody tr:first-child td:first-child,.static-page .table--border-rounded thead+tbody tr:first-child td:first-child,.home-page__static-content .table--border-rounded thead+tbody tr:first-child td:first-child{border-top-left-radius:0}.news-item-page .table--border-rounded thead+tbody tr:first-child td:last-child,.static-page .table--border-rounded thead+tbody tr:first-child td:last-child,.home-page__static-content .table--border-rounded thead+tbody tr:first-child td:last-child{border-top-right-radius:0}.news-item-page .table--border-rounded td,.static-page .table--border-rounded td,.home-page__static-content .table--border-rounded td{border:var(--static-table-border-rounded-td-border);border-style:none solid solid none;padding:10px}.news-item-page .table--border-rounded td:not(:first-of-type),.static-page .table--border-rounded td:not(:first-of-type),.home-page__static-content .table--border-rounded td:not(:first-of-type){border-left:none}.news-item-page .table--border-rounded tr:first-child td:first-child,.static-page .table--border-rounded tr:first-child td:first-child,.home-page__static-content .table--border-rounded tr:first-child td:first-child{border-top-left-radius:var(--app-border-radius)}.news-item-page .table--border-rounded tr:first-child td:last-child,.static-page .table--border-rounded tr:first-child td:last-child,.home-page__static-content .table--border-rounded tr:first-child td:last-child{border-top-right-radius:var(--app-border-radius)}.news-item-page .table--border-rounded tr:last-child td:first-child,.static-page .table--border-rounded tr:last-child td:first-child,.home-page__static-content .table--border-rounded tr:last-child td:first-child{border-bottom-left-radius:var(--app-border-radius)}.news-item-page .table--border-rounded tr:last-child td:last-child,.static-page .table--border-rounded tr:last-child td:last-child,.home-page__static-content .table--border-rounded tr:last-child td:last-child{border-bottom-right-radius:var(--app-border-radius)}.news-item-page .table--border-rounded tr:first-child td,.static-page .table--border-rounded tr:first-child td,.home-page__static-content .table--border-rounded tr:first-child td{border-top-style:solid}.news-item-page .table--border-rounded tr td:first-child,.static-page .table--border-rounded tr td:first-child,.home-page__static-content .table--border-rounded tr td:first-child{border-left-style:solid}.news-item-page .table-cell--color-primary,.static-page .table-cell--color-primary,.home-page__static-content .table-cell--color-primary{color:var(--app-primary-color)}.news-item-page .table-cell--bg-light-primary,.static-page .table-cell--bg-light-primary,.home-page__static-content .table-cell--bg-light-primary{background-color:var(--static-table-cell-light-primary-bg)}.news-item-page .table-cell--centered,.static-page .table-cell--centered,.home-page__static-content .table-cell--centered{text-align:center}.news-item-page .table-cell--color-white,.static-page .table-cell--color-white,.home-page__static-content .table-cell--color-white{color:#fff}.news-item-page .table-cell--bg-primary,.static-page .table-cell--bg-primary,.home-page__static-content .table-cell--bg-primary{background-color:var(--app-primary-color)}.news-item-page .table-cell--section-name,.static-page .table-cell--section-name,.home-page__static-content .table-cell--section-name{background-color:var(--static-table-cell-section-name-bg)}.news-item-page .table-cell--warning,.static-page .table-cell--warning,.home-page__static-content .table-cell--warning{background-color:var(--app-warning-color)}.news-item-page .table-title,.static-page .table-title,.home-page__static-content .table-title{color:var(--black-2)}.news-item-page .quote,.static-page .quote,.home-page__static-content .quote{margin:0 10px 0 0;padding-left:32px;border-left:var(--static-quote-border)}.news-item-page a.base-button.base-button,.static-page a.base-button.base-button,.home-page__static-content a.base-button.base-button{margin-bottom:10px}.news-item-page .image,.news-item-page .images,.static-page .image,.static-page .images,.home-page__static-content .image,.home-page__static-content .images{padding:10px 0}.news-item-page .banner-group,.static-page .banner-group,.home-page__static-content .banner-group{display:flex;flex-wrap:wrap;flex-direction:row;column-gap:24px}.news-item-page .details::marker,.static-page .details::marker,.home-page__static-content .details::marker{content:""}.news-item-page .details:not([open])>summary:after,.static-page .details:not([open])>summary:after,.home-page__static-content .details:not([open])>summary:after{content:attr(data-open)}.news-item-page .details[open]>summary:after,.static-page .details[open]>summary:after,.home-page__static-content .details[open]>summary:after{content:attr(data-close)}.news-item-page .banner-layout,.static-page .banner-layout,.home-page__static-content .banner-layout{margin:20px 0;display:flex;gap:24px}.news-item-page .banner-layout--column,.static-page .banner-layout--column,.home-page__static-content .banner-layout--column{flex-flow:column}.news-item-page .banner-layout>.banner,.news-item-page .banner-layout>.banner-layout,.static-page .banner-layout>.banner,.static-page .banner-layout>.banner-layout,.home-page__static-content .banner-layout>.banner,.home-page__static-content .banner-layout>.banner-layout{margin:unset}.news-item-page .banner-layout>.banner-layout,.static-page .banner-layout>.banner-layout,.home-page__static-content .banner-layout>.banner-layout{flex-grow:1}.news-item-page .w-min-content,.static-page .w-min-content,.home-page__static-content .w-min-content{width:min-content}.news-item-page .w-fit-content,.static-page .w-fit-content,.home-page__static-content .w-fit-content{width:fit-content}.news-item-page .mt-30,.static-page .mt-30,.home-page__static-content .mt-30{margin-block-start:30px}.news-item-page .mt-20,.static-page .mt-20,.home-page__static-content .mt-20{margin-block-start:20px}.news-item-page .transition-duration-150,.static-page .transition-duration-150,.home-page__static-content .transition-duration-150{transition:all 1.5s}.news-item-page .hover-scale-120:hover,.static-page .hover-scale-120:hover,.home-page__static-content .hover-scale-120:hover{transform:scale(1.2)}.news-item-page .scroll-snap-type-x-mandatory,.static-page .scroll-snap-type-x-mandatory,.home-page__static-content .scroll-snap-type-x-mandatory{scroll-snap-type:x mandatory}.news-item-page .scroll-snap-align-center,.static-page .scroll-snap-align-center,.home-page__static-content .scroll-snap-align-center{scroll-snap-align:center}.news-item-page .scroll-snap-align-start,.static-page .scroll-snap-align-start,.home-page__static-content .scroll-snap-align-start{scroll-snap-align:start}.news-item-page .hide-scrollbar,.static-page .hide-scrollbar,.home-page__static-content .hide-scrollbar{scrollbar-width:none}.news-item-page .hide-scrollbar::-webkit-scrollbar,.static-page .hide-scrollbar::-webkit-scrollbar,.home-page__static-content .hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.news-item-page .text-pacific-blue,.static-page .text-pacific-blue,.home-page__static-content .text-pacific-blue{color:#00abb9}.news-item-page .text-dark-red,.static-page .text-dark-red,.home-page__static-content .text-dark-red{color:#901e2a}.news-item-page .content-block>*:first-child,.static-page .content-block>*:first-child,.home-page__static-content .content-block>*:first-child{padding-top:0;margin-top:0}.news-item-page .content-block>*:last-child,.static-page .content-block>*:last-child,.home-page__static-content .content-block>*:last-child{padding-bottom:0;margin-bottom:0}.news-item-page{--news-item-content-border: 2px solid var(--app-badge-color);--news-item-page-margin-top: 0;--nip-content-margin-block: 14px 20px;--nip-publication-date-color: inherit;--nip-publication-date-margin-bottom: 20px;--nip-content-html-background: unset;--nip-content-html-padding: 0 0 20px 0;--nip-content-html-border-radius: 0;--news-item-recent-title-font-size: 20px;--news-item-content-border: 1px solid var(--green-4);--news-item-recent-title-line-height: 24px}.news-item-page{margin-top:var(--news-item-page-margin-top)}.back-link__icon{position:relative;top:-1px;margin-inline-end:11px}.news-item-content{margin-block:var(--nip-content-margin-block)}.news-item-content .publication-date{margin-bottom:var(--nip-publication-date-margin-bottom);color:var(--nip-publication-date-color);display:flex}.news-item-content .news-item-img{margin-bottom:20px}.news-item-content .news-item-img img{border-radius:var(--app-border-radius);max-width:100%}.news-item-content .news-item-content__html{border-bottom:var(--news-item-content-border);background:var(--nip-content-html-background);border-radius:var(--nip-content-html-border-radius);padding:var(--nip-content-html-padding)}.news-item-content__title{margin-bottom:10px}.news-item-page__recent-news-title{font-size:var(--news-item-recent-title-font-size);font-weight:600;margin-bottom:20px;line-height:var(--news-item-recent-title-line-height)}.news-item-page__pin-icon{margin-inline-start:8px}
