@charset "UTF-8";

.owl-carousel.owl-rtl,
.ui-datepicker-rtl {
    direction: rtl
}

.inap__breadcrumb__list,
.ui-helper-reset,
.ui-menu {
    list-style: none
}

.dropzone,
.dropzone *,
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item,
html,
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cmp-map,
.cmp-video {
    aspect-ratio: 16/9
}

.card-list-new__title,
.card-news__subtitle {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-autocomplete,
.ui-menu .ui-menu {
    position: absolute
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-button,
.ui-controlgroup {
    display: inline-block;
    vertical-align: middle
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content,
abbr[title] {
    border-bottom: none
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
    bottom: 0
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    -ms-filter: "alpha(opacity=25)";
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 2em .2em .4em;
    vertical-align: middle
}

.ui-widget-content a,
.ui-widget-header,
.ui-widget-header a {
    color: #333
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.dropzone.dz-clickable,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    font-weight: 700
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.dropzone .dz-preview .dz-remove:hover,
a:focus-visible,
a:hover,
abbr[title] {
    text-decoration: underline
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    -ms-filter: "alpha(opacity=35)";
    background-image: none
}

.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    -ms-filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {

    0%,
    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {

    0%,
    20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.dropzone {
    min-height: 150px;
    border: 1px solid rgba(0, 0, 0, .8);
    border-radius: 5px;
    padding: 20px
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-preview.dz-file-preview .dz-details,
.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-message .dz-button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px;
    fill: #fff
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15%;
    right: 15%;
    border: 3px solid rgba(0, 0, 0, .8);
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #fff;
    display: block;
    position: relative;
    height: 100%;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    border-radius: 17px
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.cmp-chips__button--active,
.dropzone .dz-preview .dz-error-message,
.header__search__icon.disabled,
.inap__carousel .owl-dots .owl-dot.active,
.inap__carousel .owl-nav button.disabled,
.inap__datepicker--disabled,
.inap__pagination__item--current,
.inap__pagination__item--disabled,
.inap__pagination__item--hidden {
    pointer-events: none
}

.dropzone .dz-preview .dz-error-message {
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #b10606;
    padding: .5em 1em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #b10606
}

.inap__carousel .owl-nav {
    margin-top: 0
}

.inap__carousel .owl-nav button.owl-next,
.inap__carousel .owl-nav button.owl-prev {
    position: absolute;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
    background-color: rgba(0, 0, 0, .5);
    border-radius: .5rem;
    margin: 0;
    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;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.inap__carousel .owl-nav button.owl-next span,
.inap__carousel .owl-nav button.owl-prev span {
    font-size: 0;
    width: 2.25rem;
    height: 2.25rem;
    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
}

.inap__carousel .owl-nav button.owl-next span:before,
.inap__carousel .owl-nav button.owl-prev span:before {
    font-family: inap-icons;
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
    text-shadow: #fff 1px 0 0, #fff .54px .84px 0, #fff -.42px .91px 0, #fff -.99px .14px 0, #fff -.65px -.76px 0, #fff .28px -.96px 0, #fff .96px -.28px 0
}

.inap__carousel .owl-nav button.owl-next:hover,
.inap__carousel .owl-nav button.owl-prev:hover {
    background-color: rgba(0, 0, 0, .7)
}

.inap__carousel .owl-nav button.owl-prev {
    left: .375rem
}

.inap__carousel .owl-nav button.owl-prev span:before {
    content: ""
}

.inap__carousel .owl-nav button.owl-next {
    right: .375rem
}

.inap__carousel .owl-nav button.owl-next span:before {
    content: ""
}

.inap__carousel .owl-dots {
    position: absolute;
    width: calc(100% - 9.5rem);
    bottom: 1.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 3
}

.inap__carousel .owl-dots .owl-dot {
    -webkit-box-shadow: none;
    box-shadow: none
}

.inap__carousel .owl-dots .owl-dot span {
    margin: .3125rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: .0625rem solid #243848;
    -webkit-box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .25);
    box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, .25);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.inap__carousel .owl-dots .owl-dot:focus-visible span,
.inap__carousel .owl-dots .owl-dot:hover span {
    background-color: #d3dbdf
}

.inap__carousel .owl-dots .owl-dot.active span {
    border-color: #037cc2;
    background-color: #037cc2;
    width: 1.875rem
}

.inap__carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inap__carousel .owl-stage .owl-item>* {
    height: 100%
}

.inap__carousel.gallery-main__wrapper .owl-nav button.owl-next,
.inap__carousel.gallery-main__wrapper .owl-nav button.owl-prev {
    bottom: auto;
    top: 6rem;
    width: 3rem;
    height: 3rem
}

.inap__carousel.gallery-main__wrapper .owl-nav button.owl-next span,
.inap__carousel.gallery-main__wrapper .owl-nav button.owl-prev span {
    width: 1.625rem;
    height: 1.625rem
}

.inap__carousel.gallery-main__wrapper .owl-nav button.owl-next span:before,
.inap__carousel.gallery-main__wrapper .owl-nav button.owl-prev span:before {
    font-size: 1.625rem
}

.inap__carousel.gallery-main__wrapper .owl-nav button.owl-prev {
    left: 1rem
}

.inap__carousel.gallery-main__wrapper .owl-nav button.owl-next {
    right: 1rem
}

.inap__carousel.gallery-main__wrapper .owl-dots {
    width: calc(100% - 2rem);
    bottom: 2.5rem
}

box-shado .inap__carousel.gallery-main__wrapper .owl-dots .owl-dot.active span {
    width: 1.5rem
}

@media (min-width:768px) {

    .inap__carousel .owl-nav button.owl-next,
    .inap__carousel .owl-nav button.owl-prev {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        bottom: 50%;
        width: 2.25rem;
        height: 2.25rem;
        background-color: transparent;
        border-radius: 50%
    }

    .inap__carousel .owl-nav button.owl-next span,
    .inap__carousel .owl-nav button.owl-prev span {
        width: 1.125rem;
        height: 1.125rem
    }

    .inap__carousel .owl-nav button.owl-next span:before,
    .inap__carousel .owl-nav button.owl-prev span:before {
        font-size: 1.125rem
    }

    .inap__carousel .owl-nav button.owl-prev {
        left: 0
    }

    .inap__carousel .owl-nav button.owl-next {
        right: 0
    }

    .inap__carousel .owl-nav button:hover {
        background-color: rgba(0, 0, 0, .5)
    }

    .inap__carousel .owl-dots {
        width: 37.375rem
    }

    .banner-carousel__wrapper--sede .inap__carousel .owl-nav button.owl-next span:before,
    .banner-carousel__wrapper--sede .inap__carousel .owl-nav button.owl-prev span:before {
        color: #037cc2;
        text-shadow: #037cc2 1px 0 0, #037cc2 .54px .84px 0, #037cc2 -.42px .91px 0, #037cc2 -.99px .14px 0, #037cc2 -.65px -.76px 0, #037cc2 .28px -.96px 0, #037cc2 .96px -.28px 0
    }

    .banner-carousel__wrapper--sede .inap__carousel .owl-nav button:hover {
        background-color: rgba(3, 124, 194, .7)
    }

    .banner-carousel__wrapper--sede .inap__carousel .owl-nav button:hover span:before {
        color: #fff;
        text-shadow: #fff 1px 0 0, #fff .54px .84px 0, #fff -.42px .91px 0, #fff -.99px .14px 0, #fff -.65px -.76px 0, #fff .28px -.96px 0, #fff .96px -.28px 0
    }

    .banner-carousel__wrapper--sede .inap__carousel .owl-dots {
        bottom: 1.3125rem
    }
}

@media (min-width:992px) {
    .inap__carousel .owl-dots {
        width: 51.875rem
    }
}

@media (min-width:1200px) {

    .inap__carousel .owl-nav button.owl-next,
    .inap__carousel .owl-nav button.owl-prev {
        width: 3.75rem;
        height: 3.75rem
    }

    .inap__carousel .owl-nav button.owl-next span,
    .inap__carousel .owl-nav button.owl-prev span {
        width: 2.25rem;
        height: 2.25rem
    }

    .inap__carousel .owl-nav button.owl-next span:before,
    .inap__carousel .owl-nav button.owl-prev span:before {
        font-size: 2.25rem
    }

    .inap__carousel .owl-dots {
        width: 63.125rem
    }
}

@media (min-width:1280px) {
    .inap__carousel .owl-dots {
        width: 68.125rem
    }
}

@media (min-width:1440px) {

    .inap__carousel .owl-nav button.owl-next,
    .inap__carousel .owl-nav button.owl-prev {
        width: 5.625rem;
        height: 5.625rem
    }

    .inap__carousel .owl-nav button.owl-next span,
    .inap__carousel .owl-nav button.owl-prev span {
        width: 3.125rem;
        height: 3.125rem
    }

    .inap__carousel .owl-nav button.owl-next span:before,
    .inap__carousel .owl-nav button.owl-prev span:before {
        font-size: 3.125rem
    }

    .inap__carousel .owl-nav button.owl-prev {
        left: .75rem
    }

    .inap__carousel .owl-nav button.owl-next {
        right: .75rem
    }

    .inap__carousel .owl-dots {
        width: 74.875rem
    }
}

.banner-carousel__wrapper .inap__carousel {
    position: static
}

.inap__datepicker {
    display: none
}

@media (min-width:992px) {
    .inap__datepicker {
        display: block;
        width: 100%
    }
}

@media (min-width:1200px) {
    .inap__datepicker {
        width: 20.3125rem
    }
}

.ui-datepicker {
    border-radius: .5rem;
    border: none !important;
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    color: #243848;
    padding: 1.5rem 1.25rem 1.25rem;
    width: 100%;
    max-width: 20.3125rem;
    z-index: 7 !important
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding: 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.footer__links__column-icon.open,
.header__dropdown__button.open .header__dropdown__button--angle,
.header__navigation__level1.open .header__navigation__level1-icon,
.inap__btn.js-btn-show-more.open .inap__btn__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-prev:before {
    font-family: inap-icons;
    font-size: 1rem;
    color: #037cc2
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    background-color: transparent;
    border: none;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-prev:before {
    content: ""
}

.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
    left: .125rem
}

.ui-datepicker .ui-datepicker-next:before {
    content: ""
}

.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
    right: .125rem
}

.ui-datepicker .ui-datepicker-title {
    margin-left: auto;
    margin-right: auto;
    font-size: .875rem;
    line-height: 1;
    color: #243848;
    font-family: "IBM Plex Sans Bold"
}

.ui-datepicker .ui-datepicker-calendar {
    margin-bottom: 0;
    margin-top: 1.5rem
}

.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar th {
    padding: 0
}

.ui-datepicker .ui-datepicker-calendar th span {
    width: 1.875rem;
    margin: 0 .25rem 1.125rem;
    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;
    font-size: .75rem;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #6a6a6a;
    font-weight: 400
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #243848;
    background-color: transparent;
    width: 1.875rem;
    height: 1.875rem;
    margin: .25rem;
    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
}

.inap__datepicker--disabled .ui-datepicker-next,
.inap__datepicker--disabled .ui-datepicker-prev,
[hidden],
template {
    display: none
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default {
    border-radius: 50%;
    color: #fff
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default {
    background-color: #243848
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default {
    background-color: #037cc2
}

details,
img,
main {
    display: block
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

sub,
sup {
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

@font-face {
    font-family: "IBM Plex Sans Regular";
    src: url(fonts/IBMPlexSans-Regular.eot);
    src: url(fonts/IBMPlexSans-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/IBMPlexSans-Regular.woff2) format("woff2"), url(fonts/IBMPlexSans-Regular.woff) format("woff"), url(fonts/IBMPlexSans-Regular.ttf) format("truetype"), url(fonts/IBMPlexSans-Regular.svg#IBMPlexSans-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "IBM Plex Sans Bold";
    src: url(fonts/IBMPlexSans-Bold.eot);
    src: url(fonts/IBMPlexSans-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/IBMPlexSans-Bold.woff2) format("woff2"), url(fonts/IBMPlexSans-Bold.woff) format("woff"), url(fonts/IBMPlexSans-Bold.ttf) format("truetype"), url(fonts/IBMPlexSans-Bold.svg#IBMPlexSans-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "IBM Plex Sans SemiBold";
    src: url(fonts/IBMPlexSans-SemiBold.eot);
    src: url(fonts/IBMPlexSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(fonts/IBMPlexSans-SemiBold.woff2) format("woff2"), url(fonts/IBMPlexSans-SemiBold.woff) format("woff"), url(fonts/IBMPlexSans-SemiBold.ttf) format("truetype"), url(fonts/IBMPlexSans-SemiBold.svg#IBMPlexSans-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: inap-icons;
    src: url(fonts/inap-icons.eot?reyckd);
    src: url(fonts/inap-icons.eot?reyckd#iefix) format("embedded-opentype"), url(fonts/inap-icons.ttf?reyckd) format("truetype"), url(fonts/inap-icons.woff?reyckd) format("woff"), url(fonts/inap-icons.svg?reyckd#inap-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" inap-icon__"],
[class^=inap-icon__] {
    font-family: inap-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.inap-icon__AddressBook:before {
    content: ""
}

.inap-icon__Alarm:before {
    content: ""
}

.inap-icon__AngleDown:before {
    content: ""
}

.inap-icon__AngleLeft:before {
    content: ""
}

.inap-icon__AngleRight:before {
    content: ""
}

.inap-icon__AngleUp:before {
    content: ""
}

.inap-icon__ArrowDown:before {
    content: ""
}

.inap-icon__ArrowLeft:before {
    content: ""
}

.inap-icon__ArrowRight:before {
    content: ""
}

.inap-icon__ArrowUp:before {
    content: ""
}

.inap-icon__Article:before {
    content: ""
}

.inap-icon__Book:before {
    content: ""
}

.inap-icon__BookBookmark:before {
    content: ""
}

.inap-icon__Bookmark:before {
    content: ""
}

.inap-icon__BookOpen:before {
    content: ""
}

.inap-icon__BookOpenFill:before {
    content: ""
}

.inap-icon__BookOpenText:before {
    content: ""
}

.inap-icon__Books:before {
    content: ""
}

.inap-icon__Briefcase:before {
    content: ""
}

.inap-icon__BriefcaseLens:before {
    content: ""
}

.inap-icon__Calendar:before {
    content: ""
}

.inap-icon__CalendarClear:before {
    content: ""
}

.inap-icon__ChalkboardTeacher:before {
    content: ""
}

.inap-icon__Check:before {
    content: ""
}

.inap-icon__Circuitry:before {
    content: ""
}

.inap-icon__ClipboardText:before {
    content: ""
}

.header__toggle-menu.open .header__toggle-menu__icon:before,
.inap-icon__Close:before {
    content: ""
}

.inap-icon__CloseCircle .path1:before {
    content: "";
    color: #000
}

.inap-icon__CloseCircle .path2:before {
    content: "";
    margin-left: -1em;
    color: #fff
}

a,
body {
    color: #243848
}

.inap-icon__Download:before {
    content: ""
}

.inap-icon__EnvelopeOpen:before {
    content: ""
}

.inap-icon__External:before {
    content: ""
}

.inap-icon__Facebook:before {
    content: ""
}

.inap-icon__FileArrowUp:before {
    content: ""
}

.inap-icon__FileDoc:before {
    content: ""
}

.inap-icon__FilePdf:before {
    content: ""
}

.inap-icon__FilePpt:before {
    content: ""
}

.inap-icon__FileXls:before {
    content: ""
}

.inap-icon__Filter:before {
    content: ""
}

.inap-icon__Globe:before {
    content: ""
}

.inap-icon__GlobeMidFill:before {
    content: ""
}

.inap-icon__GraduationCap:before {
    content: ""
}

.inap-icon__GridFour:before {
    content: ""
}

.inap-icon__Inap:before {
    content: ""
}

.inap-icon__Info:before {
    content: ""
}

.inap-icon__Lens:before {
    content: ""
}

.inap-icon__Link:before {
    content: ""
}

.inap-icon__Linkedin:before {
    content: ""
}

.inap-icon__Location:before {
    content: ""
}

.inap-icon__Menu:before {
    content: ""
}

.inap-icon__Minus:before {
    content: ""
}

.inap-icon__Newspaper:before {
    content: ""
}

.inap-icon__NewspaperClipping:before {
    content: ""
}

.inap-icon__Note:before {
    content: ""
}

.inap-icon__Notebook:before {
    content: ""
}

.inap-icon__Paperclip:before {
    content: ""
}

.inap-icon__Pause:before {
    content: ""
}

.inap-icon__Person:before {
    content: ""
}

.inap-icon__PersonArmsSpread:before {
    content: ""
}

.inap-icon__PersonSimpleWalk:before {
    content: ""
}

.inap-icon__Play:before {
    content: ""
}

.inap-icon__Plus:before {
    content: ""
}

.inap-icon__Quotes:before {
    content: ""
}

.inap-icon__ReadCvLogo:before {
    content: ""
}

.inap-icon__ReadCvLogo-1:before {
    content: ""
}

.inap-icon__Rss:before {
    content: ""
}

.inap-icon__Scroll:before {
    content: ""
}

.inap-icon__Sections:before {
    content: ""
}

.inap-icon__Star:before {
    content: ""
}

.inap-icon__Student:before {
    content: ""
}

.inap-icon__Student-1:before {
    content: ""
}

.inap-icon__Telegram:before {
    content: ""
}

.inap-icon__Trash:before {
    content: ""
}

.inap-icon__UserList:before {
    content: ""
}

.inap-icon__Users:before {
    content: ""
}

.inap-icon__UsersFour:before {
    content: ""
}

.inap-icon__UsersThree:before {
    content: ""
}

.inap-icon__WhatsApp:before {
    content: ""
}

.inap-icon__X:before {
    content: ""
}

.inap-icon__Youtube:before {
    content: ""
}

.inap__btn:before,
.inap__category:before {
    content: ""
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    vertical-align: baseline
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -.022em;
    font-family: "IBM Plex Sans Regular";
    min-height: 100vh;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

body.not-scroll {
    height: 100%;
    overflow: hidden
}

option,
select {
    font: -moz-pull-down-menu
}

h1,
h2,
h3,
h4 {
    letter-spacing: -.02em;
    line-height: 130%
}

.cmp-no-results__title,
.cmp-results__word,
.inap__category,
b,
h1,
h2,
h3,
h4,
h5,
strong {
    font-family: "IBM Plex Sans Bold"
}

b,
strong {
    font-weight: 400
}

em,
i {
    font-style: italic
}

img {
    width: auto;
    max-width: 100%
}

sub,
sup {
    color: initial
}

a {
    background-color: transparent
}

:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

h1 {
    font-size: 2.125rem
}

@media (min-width:992px) {
    body {
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body footer {
        margin-top: auto
    }

    h1 {
        font-size: 2.75rem
    }
}

h2 {
    font-size: 1.75rem
}

@media (min-width:992px) {
    h2 {
        font-size: 2.25rem
    }
}

h3 {
    font-size: 1.25rem
}

@media (min-width:992px) {
    h3 {
        font-size: 1.5rem
    }
}

h4 {
    font-size: 1.125rem
}

@media (min-width:992px) {
    h4 {
        font-size: 1.25rem
    }
}

h5 {
    font-size: 1rem;
    line-height: 150%
}

@media (min-width:992px) {
    h5 {
        font-size: 1.125rem
    }
}

button {
    color: inherit
}

figcaption {
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: .1px
}

.inactiveBox {
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out
}

.inactiveBox.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 3
}

.inap__wrapper>li,
.link-img__carousel__wrapper {
    position: relative
}

.header__logo:hover,
.link-img:hover {
    opacity: .8
}

.inap__no-btn {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
    cursor: pointer;
    padding: 0
}

.inap__category {
    padding: .3125rem .5rem;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-right: .75rem;
    margin-bottom: .625rem
}

.inap__category:before {
    width: .5625rem;
    height: .5625rem;
    border-radius: 50%;
    margin-right: .5rem
}

.inap__category--training:before {
    background-color: #75dfcc
}

.inap__category--process:before {
    background-color: #988ce0
}

.inap__category--knowledge:before {
    background-color: #8f2d56
}

.inap__category--grant:before {
    background-color: #fbb13c
}

.inap__category--international:before {
    background-color: #0da55c
}

.inap__category--official:before {
    background-color: #037cc2
}

.inap__category--professional-dev:before {
    background-color: #EFC326
}

.inap__category--aprendizaje_directivo:before {
    background-color: #F69055
}

.inap__category--eadp:before {
    background-color: #46C5DF
}

.inap__category--selectivos_y_piv:before {
    background-color: #56AC46
}

.inap__category--innovacion_docente:before {
    background-color: #B35EA5
}

.inap__category--f_local:before {
    background-color: #4F7DC0
}

.inap__category--internacional:before {
    background-color: #F58C75
}

.inap__category--subprograma_tic:before {
    background-color: #C4F575
}

.inap__category--desempeno_general:before {
    background-color: #F57595
}

.inap__category--extra01:before {
    background-color: #F5E675
}

.inap__category--extra02:before {
    background-color: #75F5C8
}

.inap__category--no-dot:before {
    display: none
}

.inap__category__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inap__category__wrapper .inap__category:last-child {
    margin-right: 0
}

.link-img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.cmp-description-text a,
.inap__richText a,
a.inap__info-icon {
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.link-img img {
    height: 3.4375rem
}

.link-img__carousel .link-img {
    margin-right: 1rem
}

.link-img__carousel .link-img img {
    height: auto;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.link-img__carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.link-img__carousel .owl-item {
    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
}

.link-img__carousel__wrapper .banner-carousel__play__container {
    bottom: 0
}

.link-img__carousel__wrapper .link-img__carousel {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next,
.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev {
    width: 2rem;
    height: 2rem;
    background-color: transparent
}

.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next span,
.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev span {
    width: 1.25rem;
    height: 1.25rem
}

.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next span:before,
.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev span:before {
    font-size: 1.25rem;
    color: #037cc2;
    text-shadow: #037cc2 1px 0 0, #037cc2 .54px .84px 0, #037cc2 -.42px .91px 0, #037cc2 -.99px .14px 0, #037cc2 -.65px -.76px 0, #037cc2 .28px -.96px 0, #037cc2 .96px -.28px 0
}

.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next:hover,
.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev:hover {
    background-color: rgba(3, 124, 194, .7)
}

.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next:hover span:before,
.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev:hover span:before {
    color: #fff;
    text-shadow: #fff 1px 0 0, #fff .54px .84px 0, #fff -.42px .91px 0, #fff -.99px .14px 0, #fff -.65px -.76px 0, #fff .28px -.96px 0, #fff .96px -.28px 0
}

.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev {
    left: 0
}

.link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next {
    right: 0
}

@media (min-width:768px) {
    .link-img__carousel__wrapper .link-img__carousel {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-bottom: 5rem
    }

    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next,
    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev {
        width: 2.25rem;
        height: 2.25rem
    }

    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next span,
    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev span {
        width: 1.125rem;
        height: 1.125rem
    }

    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next span:before,
    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev span:before {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    .link-img__carousel__wrapper .link-img__carousel {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }

    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next,
    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev {
        width: 3.75rem;
        height: 3.75rem
    }

    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next span,
    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev span {
        width: 2.25rem;
        height: 2.25rem
    }

    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-next span:before,
    .link-img__carousel__wrapper .link-img__carousel .owl-nav button.owl-prev span:before {
        font-size: 2.25rem
    }
}

.inap__btn-container {
    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
}

.inap__btn.js-btn-show-more .less,
.inap__btn.js-btn-show-more .minus {
    display: none
}

.inap__btn.js-btn-show-more.open .less,
.inap__btn.js-btn-show-more.open .minus {
    display: block
}

.inap__btn.js-btn-show-more.open .more,
.inap__btn.js-btn-show-more.open .plus,
.js-hidden {
    display: none
}

@media (min-width:768px) {
    .inap__btn-container--start {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .inap__btn-container--start .inap__btn {
        margin-right: 1.875rem
    }

    .inap__btn.js-btn-show-more {
        display: none
    }

    .js-hidden {
        display: initial
    }
}

.cmp-results--filters,
.cmp-results__word:not(.open) {
    display: none
}

.bgLightBlue {
    background-color: #eaf0f4
}

.bgDarkBlue {
    background-color: #243848
}

.bgDarkBlue .title__description,
.bgDarkBlue .title__section {
    color: #fff
}

.no-results {
    margin-top: 1.25rem;
    margin-bottom: .625rem;
    text-align: center
}

.cmp-image__caption,
.inap__richText blockquote p+p {
    margin-top: 1rem
}

.cmp-no-results {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem
}

.cmp-no-results__title {
    color: #000;
    letter-spacing: -.02em;
    line-height: 130%;
    font-size: 1.125rem
}

.cmp-no-results__subtitle {
    color: #405258;
    margin-top: 1rem
}

.cmp-results {
    color: #405258;
    margin-bottom: 1rem
}

.inap__breadcrumb,
.inap__breadcrumb__text,
.inap__info-icon {
    color: #185687
}

.cmp-image,
.cmp-video {
    margin-bottom: 2.5rem;
    width: 100%
}

.cmp-results__word {
    margin-left: .25rem
}

.cmp-results__word:before {
    content: "“"
}

.cmp-results__word:after {
    content: "”"
}

.inap__breadcrumb__item {
    display: inline
}

.inap__breadcrumb__item:not(:last-child) {
    margin-right: .375rem
}

.inap__breadcrumb__item:not(:last-child):after {
    content: "/";
    margin-left: .5rem
}

.inap__link-back {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #185687
}

.cmp-image {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cmp-image__img {
    width: 100%;
    border-radius: .5rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:992px) {
    .cmp-no-results__title {
        font-size: 1.25rem
    }

    .cmp-no-results__subtitle {
        font-size: 1.125rem;
        line-height: 150%
    }

    .cmp-image {
        margin-bottom: 4rem
    }
}

.cmp-map {
    width: 100%;
    margin-bottom: 2.5rem;
    border: none
}

.inap__info-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 150%
}

.inap__info-icon i {
    font-size: 1.25rem;
    margin-right: .5rem
}

a.inap__info-icon {
    text-decoration: none
}

a.inap__info-icon:hover {
    text-decoration: none;
    color: #037cc2
}

a.inap__info-icon:hover .inap__info-icon__text {
    text-decoration: underline
}

.inap__richText {
    padding-bottom: 1.5rem
}

.inap__richText h2,
.inap__richText h3,
.inap__richText h4,
.inap__richText h5,
.inap__richText h6,
.inap__richText li {
    margin-bottom: 1rem
}

.inap__richText blockquote,
.inap__richText img,
.inap__richText p {
    margin-bottom: 2rem
}

.inap__richText .process-block__img,
.inap__richText blockquote p {
    margin-bottom: 0
}

.inap__richText ul {
    list-style: disc
}

.inap__richText ul ul {
    list-style: circle;
    padding-top: 1rem
}

.inap__richText ol {
    list-style: decimal
}

.inap__richText ol ul {
    list-style: disc;
    padding-top: 1rem
}

.inap__richText ol ul ul {
    list-style: circle
}

.inap__richText ol,
.inap__richText ul {
    padding-bottom: 1.5rem;
    padding-left: 1.25rem
}

.inap__richText ol ol,
.inap__richText ol ul,
.inap__richText ul ol,
.inap__richText ul ul {
    padding-bottom: 0
}

.inap__richText img {
    display: block;
    max-width: 100%
}

.inap__richText blockquote {
    border-left: .1875rem solid #037cc2;
    padding-left: 1rem;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 150%
}

.inap__richText blockquote:after,
.inap__richText blockquote:before {
    display: none
}

.inap__richText a {
    color: #037cc2
}

.inap__richText a:hover {
    color: #185687
}

@media (min-width:992px) {
    .inap__info-icon {
        font-size: 1.125rem
    }

    .inap__richText .inap__btn {
        margin-top: 1.5rem
    }

    .cmp-description-text {
        font-size: 1.125rem;
        line-height: 150%
    }
}

.inap__btn+.inap__richText {
    margin-top: 2.5rem
}

.cmp-description-text {
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    border-left: .3125rem solid #037cc2
}

.cmp-description-text--mid {
    max-width: 54.125rem
}

.cmp-description-text h2,
.cmp-description-text h3,
.cmp-description-text h4,
.cmp-description-text h5,
.cmp-description-text h6,
.cmp-description-text li {
    margin-bottom: 1rem
}

.cmp-description-text blockquote,
.cmp-description-text img,
.cmp-description-text p {
    margin-bottom: 2.5rem
}

.cmp-description-text .process-block__img,
.cmp-description-text :last-child,
.cmp-description-text blockquote p,
.cmp-description-text ol:last-child li:last-child,
.cmp-description-text ul:last-child li:last-child {
    margin-bottom: 0
}

.cmp-description-text ul {
    list-style: disc
}

.cmp-description-text ul ul {
    list-style: circle;
    padding-top: 1rem
}

.cmp-description-text ol {
    list-style: decimal
}

.cmp-description-text ol ul {
    list-style: disc;
    padding-top: 1rem
}

.cmp-description-text ol ul ul {
    list-style: circle
}

.cmp-description-text ol,
.cmp-description-text ul {
    padding-bottom: 1.5rem;
    padding-left: 1.25rem
}

.cmp-description-text ol ol,
.cmp-description-text ol ul,
.cmp-description-text ol:last-child,
.cmp-description-text ul ol,
.cmp-description-text ul ul,
.cmp-description-text ul:last-child {
    padding-bottom: 0
}

.cmp-description-text img {
    display: block;
    max-width: 100%
}

.cmp-description-text blockquote {
    border-left: .1875rem solid #185687;
    padding-left: 1rem;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 150%
}

.result-key__info,
.result-key__title {
    font-family: "IBM Plex Sans Bold";
    line-height: 130%;
    letter-spacing: -.02em
}

.cmp-description-text blockquote:after,
.cmp-description-text blockquote:before {
    display: none
}

.cmp-description-text blockquote p+p {
    margin-top: 1rem
}

.cmp-description-text a {
    color: #037cc2
}

.cmp-description-text a:hover {
    color: #185687
}

.inap__separator {
    margin-bottom: 2.5rem;
    border-top: .0625rem solid #d3dbdf
}

@media (min-width:992px) {
    .inap__separator {
        margin-bottom: 4rem
    }
}

.result-key__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.result-key__title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem
}

@media (min-width:992px) {
    .result-key__title {
        font-size: 1.25rem
    }
}

.result-key__info {
    font-size: 1.75rem;
    color: #185687
}

.result-key__info:before {
    content: "“"
}

.result-key__info:after {
    content: "”"
}

@media (min-width:992px) {
    .result-key__info {
        font-size: 2.25rem
    }

    .result-key__sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .result-key__sort .inap-form__group {
        margin-bottom: 1rem;
        width: calc(40% - 1rem);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .result-key__sort .inap-form__group .inap-form__input {
        width: auto
    }

    .result-key__sort .inap-form__group .inap-form__label {
        margin-right: .75rem;
        margin-bottom: 0
    }

    .result-key__message {
        width: calc(60% - 1rem)
    }
}

.rspkr_dr_link {
    width: 2rem;
    height: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important
}

.rspkr_dr_link img {
    width: 1.5rem;
    padding: 0
}

.cmp-description-text .rspkr_dr_link,
.inap__richText .rspkr_dr_link {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem !important
}

.cmp-description-text .rspkr_dr_link img,
.inap__richText .rspkr_dr_link img {
    width: 1rem
}

.inap__container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:576px) {
    .inap__container {
        width: 33.75rem
    }
}

@media (min-width:768px) {
    .inap__container {
        width: 45rem
    }
}

@media (min-width:992px) {
    .inap__container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 60rem
    }
}

@media (min-width:1200px) {
    .inap__container {
        width: 71.25rem
    }
}

@media (min-width:1280px) {
    .inap__container {
        width: 76.25rem
    }
}

@media (min-width:1440px) {
    .inap__container {
        width: 83rem
    }
}

.inap__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.625rem;
    list-style: none
}

.inap__wrapper>* {
    width: calc(100% - 1.25rem);
    margin: 0 .625rem 1.25rem
}

.inap__wrapper>.cmp-link {
    margin-bottom: 1.5rem
}

.inap__wrapper--cols3-big>* {
    margin-bottom: 1rem
}

.inap__wrapper>li>* {
    height: 100%
}

.inap__wrapper--xs-cols2>* {
    width: calc(50% - 1.25rem)
}

@media (min-width:768px) {
    .inap__wrapper--cols1>* {
        width: calc(100% - 1.25rem)
    }

    .inap__wrapper--cols3>* {
        width: calc(33.33% - 1.25rem)
    }

    .inap__wrapper--cols3-big {
        margin: 0 -.9375rem -2.5rem
    }

    .inap__wrapper--cols3-big>* {
        width: calc(50% - 1.875rem);
        margin: 0 .9375rem 3.75rem
    }

    .inap__wrapper--cols1-2>:nth-child(2n+1) {
        width: calc(33.33% - 1.25rem)
    }

    .inap__wrapper--cols1-2>:nth-child(2n),
    .inap__wrapper--cols2-1>:nth-child(2n+1) {
        width: calc(66.67% - 1.25rem)
    }

    .inap__wrapper--cols2-1>:nth-child(2n) {
        width: calc(33.33% - 1.25rem)
    }

    .inap__wrapper--cols2>*,
    .inap__wrapper--cols4>*,
    .inap__wrapper--cols6>* {
        width: calc(50% - 1.25rem)
    }

    .inap__wrapper--cols2>.cmp-link,
    .inap__wrapper--cols4>.cmp-link,
    .inap__wrapper--cols6>.cmp-link {
        margin-bottom: 1rem
    }

    .inap__wrapper.block-inline-blockbloque-cajas-con-imagen {
        margin-bottom: ren(-40)
    }

    .inap__wrapper.block-inline-blockbloque-cajas-con-imagen>* {
        margin-bottom: 2.5rem
    }
}

@media (min-width:1024px) {
    .inap__wrapper--cols6>* {
        width: calc(33.33% - 1.25rem)
    }
}

@media (min-width:1200px) {
    .inap__wrapper--cols3-big>* {
        width: calc(33.33% - 1.875rem)
    }

    .inap__wrapper--cols4>* {
        width: calc(25% - 1.25rem)
    }

    .inap__wrapper--cols6>* {
        width: calc((100% / 6) - 1.25rem)
    }
}

.inap__autowrapper {
    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;
    margin-bottom: -1.875rem;
    list-style: none
}

.inap__autowrapper>* {
    margin-bottom: 1.875rem
}

@media (min-width:768px) {
    .inap__autowrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .inap__autowrapper>* {
        width: auto;
        margin-right: 1.5rem
    }

    .inap__autowrapper>:last-child {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .inap__autowrapper>* {
        margin-right: 2.5rem
    }
}

@media (min-width:1280px) {
    .inap__autowrapper>* {
        margin-right: 3.25rem
    }
}

.inap__content {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.inap__content>.title__wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.inap__content>.inap__block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.inap__content>.inap__block:not(.inap__wrapper) {
    width: 100%
}

.inap__content>.inap__block.card-news__wrapper,
.inap__content>.inap__block.inap__wrapper {
    width: calc(100% + 1.25rem)
}

.inap__content>.inap__block.card-category__wrapper {
    width: auto
}

.inap__content>.inap__btn {
    width: 100%;
    margin-top: 2.5rem;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.inap__content>.inap__btn-container {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.inap__content>.inap__btn-container .inap__btn {
    margin-top: 1.875rem
}

.inap__content>.inap__btn-container+.inap__block {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1.875rem
}

.inap__content>.inap__btn-container+.inap__block+.inap__btn-container {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media (min-width:768px) {
    .inap__content>.inap__btn-container+.inap__block {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .inap__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .inap__content--center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .inap__content>.title__wrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .inap__content>.inap__block {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .inap__content>.inap__btn {
        width: auto;
        margin-left: auto;
        margin-top: 0;
        margin-bottom: 1.5rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .inap__content.mb-32>.inap__btn,
    .inap__content.mb-32>.title__wrapper {
        margin-bottom: 2rem
    }
}

.inap__cols-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.inap__cols-wrapper .inap__container {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.inap__cols-wrapper .inap__container .inap__col-center {
    width: 100%
}

.inap__cols-wrapper .section {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:992px) {
    .inap__cols-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .inap__cols-wrapper .inap__col-left {
        width: 30%;
        padding-right: 1rem
    }

    .inap__cols-wrapper .inap__col-right {
        width: 66.67%
    }

    .inap__cols-wrapper--center .inap__col-center {
        width: 66.67%;
        margin-left: auto;
        margin-right: auto
    }

    .inap__cols-wrapper--center .inap__col-center-big {
        width: 83.33%;
        margin-left: auto;
        margin-right: auto
    }
}

.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: .0625rem solid #a7b8bf;
    height: 4rem;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: #fff
}

.header .inap__container {
    padding-left: .5rem;
    padding-right: .5rem
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__logo {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    display: block;
    margin-right: .3125rem
}

.header__search__clear,
.header__search__icon,
.header__search__list-item {
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.header__logo__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    max-width: calc(100% - 4rem)
}

.header__logo__img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left bottom;
    object-position: left bottom
}

.header__logo--ministerio {
    width: 7.03rem
}

.header__logo--inap {
    width: 3.03875rem
}

.header__logo--ue23 {
    width: 1.5475rem
}

.header__search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem 1rem
}

.header__search__button,
.header__search__close-desktop {
    display: none
}

.header__search__back {
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none
}

.header__search__back-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    line-height: 150%
}

.header__search__back-text:before {
    content: "";
    font-family: inap-icons;
    font-size: 1.25rem;
    margin-right: .25rem
}

.header__dropdown__menu-item--active,
.header__navigation__level1-text,
.header__search__content_title {
    font-family: "IBM Plex Sans Bold"
}

.header__search__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3rem;
    border-radius: .5rem;
    overflow: hidden;
    position: relative
}

.header__search__input-group input {
    background-color: #eff3f5;
    width: calc(100% - 3rem);
    border: .0625rem solid #d3dbdf;
    border-radius: .5rem 0 0 .5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .75rem 2.75rem .75rem .75rem;
    text-overflow: ellipsis;
    overflow: hidden
}

.header__search__input-group input::-webkit-input-placeholder {
    color: #405258;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 3rem)
}

.header__search__input-group input:-moz-placeholder {
    color: #405258;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 3rem)
}

.header__search__input-group input::-moz-placeholder {
    color: #405258;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 3rem)
}

.header__search__input-group input:-ms-input-placeholder {
    color: #405258;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 3rem)
}

.header__search__icon {
    background-color: #185687;
    border: .0625rem solid #185687;
    color: #fff;
    font-size: 1.5rem;
    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: 3rem;
    border-radius: 0 .5rem .5rem 0
}

.header__search__icon.disabled {
    color: #405258;
    background-color: #d3dbdf;
    border-color: #d3dbdf
}

.header__search__icon:hover {
    background-color: #037cc2;
    border-color: #037cc2
}

.header__search__clear {
    position: absolute;
    top: .875rem;
    right: 3.75rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #6b8893;
    color: #fff;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__search__clear:hover {
    background-color: #243848
}

.header__search__clear.view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__search__content {
    display: none;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.header__search__content_title {
    letter-spacing: -.02em;
    line-height: 130%;
    font-size: 1.25rem
}

@media (min-width:992px) {
    .header__search__content_title {
        font-size: 1.5rem
    }
}

.header__search__list {
    list-style: none;
    padding-top: .75rem
}

.header__search__list-item {
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: -.011em;
    text-decoration: none;
    border-bottom: .0625rem solid #d3dbdf
}

.header__search__list-item:hover {
    text-decoration: underline;
    background-color: #eff3f5;
    color: inherit
}

.header__menu__close:hover,
.header__toggle-menu:hover {
    color: #037cc2
}

.header__search__list li:last-child .header__search__list-item {
    border-bottom: none
}

.header__toggle-menu {
    width: 4rem;
    height: 4rem;
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    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;
    z-index: 3;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    padding: 0
}

.header__toggle-menu__icon {
    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;
    font-size: 1.5rem
}

.header__toggle-menu__text {
    font-size: .875rem;
    line-height: 1.1375rem;
    letter-spacing: -.022em
}

.header__toggle-menu.open {
    border-left: .0625rem solid #a7b8bf;
    border-bottom: .0625rem solid #fff
}

.header__toggle-menu.open .header__toggle-menu__icon {
    font-size: 2rem
}

.header__toggle-menu.open .header__toggle-menu__text {
    display: none
}

.header__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.header__menu__container {
    background-color: #fff;
    position: fixed;
    right: -100%;
    top: 4rem;
    width: 100%;
    max-height: calc(100% - 4.0625rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 4;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.header__menu__container.open {
    right: 0
}

.header__menu__close {
    font-size: 2rem;
    margin: .625rem 1.25rem .625rem auto;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.header__navigation__list {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: .0625rem solid #eaf0f4
}

.header__navigation__list li {
    border-bottom: .0625rem solid #eaf0f4
}

.header__navigation__level1 {
    padding: 1.375rem 1.5rem 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: background-color .5s ease-in-out, border-color .5s ease-in-out;
    transition: background-color .5s ease-in-out, border-color .5s ease-in-out;
    border-bottom: .25rem solid transparent
}

.header__navigation__block,
.header__navigation__submenu-list {
    padding-left: 1.625rem;
    padding-right: 1.625rem
}

.header__navigation__level1:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.header__navigation__level1-icon {
    font-size: 1.5rem;
    width: 2rem;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    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
}

.header__navigation__level1-text {
    width: calc(100% - 2.5rem);
    font-size: 1.25rem;
    line-height: 1.625rem
}

.header__navigation__level1:hover {
    background-color: #edf5fa
}

.header__navigation__level1.open {
    background-color: #edf5fa;
    border-color: #037cc2
}

.header__navigation__submenu {
    display: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.header__navigation__submenu-overlay {
    display: none
}

.header__navigation__submenu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.header__navigation__submenu-list {
    list-style: none
}

.header__navigation__submenu-item {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: -.011em;
    margin-top: .875rem;
    margin-bottom: .875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    color: #243848;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header__navigation__submenu-item:hover {
    color: #037cc2;
    text-decoration: none
}

.header__navigation__submenu-item:hover .header__navigation__submenu-text {
    text-decoration: underline
}

.header__navigation__submenu-icon {
    color: #037cc2;
    margin-left: .3125rem;
    font-size: 1.25rem;
    line-height: 1.6875rem
}

.header__navigation__block__img-container,
.header__navigation__block__text-description,
.header__navigation__block__text-title {
    display: none
}

.header__navigation__block__text-link {
    margin-top: 1rem;
    width: 100%
}

.header__actions {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    position: relative;
    min-height: 4.5rem
}

.header__button.inap__btn {
    font-size: .875rem;
    line-height: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    letter-spacing: -.022em;
    width: 8.75rem;
    min-height: auto;
    min-width: auto;
    position: absolute;
    top: 1rem
}

@media (min-width:360px) {
    .header__button.inap__btn {
        width: 10.625rem;
        font-size: 1rem
    }
}

.header__dropdown {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__dropdown__button {
    min-height: 2.5rem;
    min-width: 8rem;
    padding: .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .25rem;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    margin-left: auto;
    max-width: calc(100% - 10rem)
}

.header__dropdown__button--icon {
    font-size: 1.25rem;
    margin-right: .25rem
}

.header__dropdown__button--angle {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    font-size: 1.5rem;
    margin-left: auto
}

.header__dropdown__button--text {
    margin-right: .5rem
}

.header__dropdown__button.open {
    background-color: #eaf0f4
}

.header__dropdown__menu {
    list-style: none;
    display: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-left: -1rem;
    margin-right: -1rem
}

.header__dropdown__menu-item {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
    line-height: 150%;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    text-decoration: none
}

.header__dropdown__menu-item:hover {
    background-color: #eaf0f4;
    text-decoration: none
}

@media (min-width:360px) {
    .header__dropdown__button {
        max-width: calc(100% - 11.875rem);
        min-width: 9.25rem
    }

    .header__logo--ministerio {
        width: 7.3425rem
    }

    .header__logo--inap {
        width: 3.22625rem
    }

    .header__logo--ue23 {
        width: 1.735rem
    }
}

@media (min-width:390px) {
    .header__logo--ministerio {
        width: 8.1575rem
    }

    .header__logo--inap {
        width: 3.58438rem
    }

    .header__logo--ue23 {
        width: 1.92813rem
    }
}

@media (min-width:992px) {

    .header__menu__close,
    .header__menu__container::before,
    .header__toggle-menu {
        display: none
    }

    .header__search__button:hover,
    .header__search__close-desktop:hover {
        color: #037cc2
    }

    .header {
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
        height: auto
    }

    .header .inap__container {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .header__menu__container {
        background-color: transparent;
        position: initial;
        right: auto;
        top: auto;
        width: auto;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: none;
        transition: none;
        padding-bottom: 0;
        overflow: initial;
        max-height: none
    }

    .header__navigation {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        border-top: .0625rem solid #a7b8bf;
        -webkit-box-shadow: 0 .3125rem .625rem 0 rgba(0, 0, 0, .1);
        box-shadow: 0 .3125rem .625rem 0 rgba(0, 0, 0, .1);
        background-color: #fff
    }

    .header__navigation__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: .5rem;
        padding-right: .5rem;
        margin-left: auto;
        margin-right: auto
    }

    .header__navigation__list li {
        border-bottom: none
    }

    .header__navigation__level1 {
        padding: 1.25rem .375rem 1rem;
        width: auto;
        height: 100%
    }

    .header__navigation__level1-icon {
        font-size: 1rem;
        width: auto
    }

    .header__navigation__level1-text {
        width: auto;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-right: .125rem
    }

    .header__navigation__submenu {
        position: absolute;
        width: 100%;
        left: 0;
        top: calc(100% - .0625rem);
        padding-top: 0;
        padding-bottom: 0;
        margin-top: .0625rem
    }

    .header__navigation__submenu-overlay {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1
    }

    .header__navigation__submenu-container {
        background-color: #fff;
        width: 61rem;
        padding: 1rem 1.25rem 1.5rem;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 0 0 .5rem .5rem;
        border-bottom: .0625rem solid #dbdbdb;
        -webkit-box-shadow: 0 .25rem .625rem 0 rgba(0, 0, 0, .1);
        box-shadow: 0 .25rem .625rem 0 rgba(0, 0, 0, .1);
        position: relative;
        z-index: 2
    }

    .header__navigation__submenu-list {
        width: calc(100% - 25rem);
        padding: 0
    }

    .header__navigation__submenu-item {
        margin-top: 0
    }

    .header__navigation__submenu-icon {
        margin-left: .625rem
    }

    .header__navigation__block {
        width: 25rem;
        padding: 0 1.5rem 0 0
    }

    .header__navigation__block__img-container {
        display: block;
        width: 18.375rem;
        height: 12.8125rem;
        border-radius: .5rem;
        overflow: hidden;
        margin-bottom: .75rem
    }

    .header__navigation__block__img-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .header__navigation__block__text-description,
    .header__navigation__block__text-title {
        display: block;
        letter-spacing: -.019em;
        max-width: 20rem
    }

    .header__navigation__block__text-title {
        font-size: 1.5rem;
        line-height: 2.25rem;
        font-family: "IBM Plex Sans Bold";
        margin-bottom: .75rem
    }

    .header__navigation__block__text-link {
        margin-top: 2.25rem;
        width: auto
    }

    .header__navigation__block__text-link.inap__btn {
        min-height: 2.5625rem;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: -.022em
    }

    .header__actions {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0
    }

    .header__button.inap__btn {
        width: auto;
        min-height: 3.3125rem;
        margin-top: 0;
        position: relative;
        top: auto;
        min-width: 12.875rem
    }

    .header__dropdown {
        position: relative;
        margin-left: 1.5rem;
        width: auto
    }

    .header__dropdown__button {
        margin-left: 0;
        max-width: 100%
    }

    .header__dropdown__menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        width: 100%;
        margin: .625rem 0 0;
        background-color: #fff;
        -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
        box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
        border-radius: .5rem
    }

    .header__dropdown__menu li:not(:last-child) {
        border-bottom: .0625rem solid #d3dbdf
    }

    .header__dropdown__menu-item {
        padding: .625rem 1.5rem;
        font-size: 1rem
    }

    .header__logo {
        margin-right: .5rem
    }

    .header__logo--ministerio {
        width: 13.42437rem
    }

    .header__logo--inap {
        width: 5.89875rem
    }

    .header__logo--ue23 {
        width: 3.17313rem
    }

    .header__search {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0
    }

    .header__search__button {
        display: block;
        font-size: 1.625rem;
        margin-right: 1.5rem;
        -webkit-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out
    }

    .header__search__wrapper {
        display: none;
        position: absolute;
        top: calc(100% + .0625rem);
        left: 0;
        z-index: 2;
        width: 100%;
        background-color: #fff;
        padding: 2.5rem;
        -webkit-box-shadow: 0 .3125rem .625rem 0 rgba(0, 0, 0, .1);
        box-shadow: 0 .3125rem .625rem 0 rgba(0, 0, 0, .1)
    }

    .header__search__container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: 60rem;
        margin-left: auto;
        margin-right: auto;
        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;
        position: relative
    }

    .header__search__input-group {
        width: 39.75rem
    }

    .header__search__content {
        display: block;
        width: 39.75rem;
        padding-top: 3rem;
        padding-bottom: 0
    }

    .header__search__content-title {
        margin-bottom: 2rem
    }

    .header__search__list {
        margin: 0 -1.25rem -1rem
    }

    .header__search__list li {
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .header__search__list-item {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .header__search__list.list-2col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .header__search__close-desktop {
        position: absolute;
        top: .5rem;
        right: 1.25rem;
        display: block;
        font-size: 2rem;
        height: 2rem;
        -webkit-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out
    }

    .header.sticky .header__navigation {
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        opacity: 0
    }

    .header.sticky .header__navigation__level1 {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        padding-top: 0;
        padding-bottom: 0;
        height: 0;
        overflow: hidden
    }

    .header.nav-down .header__navigation {
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        opacity: 1
    }

    .header.nav-down .header__navigation__level1 {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        padding-top: 1.25rem;
        padding-bottom: 1rem;
        height: 100%;
        overflow: initial
    }
}

.footer__privacy-links__item,
.footer__social-networks__title {
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.011em
}

.cmp-filters__list-item--start,
.section-detail .inap__social-networks {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:1200px) {
    .header__navigation__list {
        width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .header__navigation__submenu-container {
        width: 73rem;
        padding: 1.75rem 1.25rem 2.5rem
    }

    .header__navigation__submenu-list li {
        width: 100%;
        padding: 0 .625rem
    }

    .header__navigation__submenu-list.list-2col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .header__search__container {
        width: 71.25rem
    }
}

@media (min-width:1280px) {
    .header__search__container {
        width: 76.25rem
    }

    .header__navigation__level1 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .header__navigation__level1-text {
        font-size: 1.125rem;
        margin-right: .25rem
    }
}

@media (min-width:1440px) {
    .header__navigation__list {
        width: 90rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }

    .header__navigation__submenu-container {
        width: 86.25rem;
        padding: 3.5rem 2.625rem 4.75rem
    }

    .header__navigation__submenu-list {
        width: calc(50% - .625rem)
    }

    .header__navigation__block {
        width: calc(50% - .625rem);
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__navigation__block__img-container {
        margin-bottom: 0;
        margin-right: 2.25rem
    }

    .header__navigation__block__text {
        width: calc(100% - 20.625rem)
    }

    .header__search__container {
        width: 87.5rem
    }
}

.header.header--sede {
    background: linear-gradient(163deg, #185687 50.01%, #037cc2 105.97%);
    height: 6.25rem
}

.header.header--sede .header__toggle-menu {
    height: 6.25rem
}

.header.header--sede .header__toggle-menu__icon,
.header.header--sede .header__toggle-menu__text {
    color: #fff
}

.header.header--sede .header__toggle-menu.open {
    border-bottom-color: transparent
}

.header.header--sede .header__logo {
    margin-right: .0625rem;
    height: 2rem;
    text-decoration: none
}

.header.header--sede .header__logo__text {
    color: #fff;
    font-family: "IBM Plex Sans Bold";
    font-size: 1.25rem;
    line-height: 133.5%
}

.header.header--sede .header__logo__text-small {
    display: none
}

@media (min-width:360px) {
    .header.header--sede .header__logo {
        height: ren(40)
    }

    .header.header--sede .header__logo__text {
        font-size: 1.625rem
    }
}

.header.header--sede .header__logo--inap,
.header.header--sede .header__logo--ministerio,
.header.header--sede .header__logo--ue23 {
    width: auto
}

.header.header--sede .header__logo--ministerio {
    margin-right: 0
}

.header.header--sede .header__logo--sede {
    height: auto;
    width: 100%;
    margin-top: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header.header--sede .header__date {
    width: 8.75rem;
    position: absolute;
    top: 1rem;
    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;
    font-size: .8125rem
}

.header.header--sede .header__date__title {
    font-family: "IBM Plex Sans Bold"
}

@media (min-width:360px) {
    .header.header--sede .header__date {
        width: 10.625rem;
        font-size: 1rem
    }
}

.header.header--sede .header__actions {
    min-height: 5rem
}

.header.header--sede .header__menu__container {
    top: 6.25rem;
    max-height: calc(100% - 6.3125rem)
}

@media (min-width:992px) {
    .header.header--sede {
        height: auto
    }

    .header.header--sede .header__navigation {
        background: linear-gradient(163deg, #185687 50.01%, #037cc2 105.97%);
        border-top-color: #fff
    }

    .header.header--sede .header__navigation__level1-icon,
    .header.header--sede .header__navigation__level1-text {
        color: #fff
    }

    .header.header--sede .header__navigation__level1.open .header__navigation__level1-icon,
    .header.header--sede .header__navigation__level1.open .header__navigation__level1-text,
    .header.header--sede .header__navigation__level1:hover .header__navigation__level1-icon,
    .header.header--sede .header__navigation__level1:hover .header__navigation__level1-text {
        color: #243848
    }

    .header.header--sede .header__date {
        position: relative;
        top: auto;
        color: #fff
    }

    .header.header--sede .header__dropdown {
        margin-left: 0;
        margin-right: .75rem
    }

    .header.header--sede .header__dropdown__button {
        color: #fff
    }

    .header.header--sede .header__dropdown__button.open {
        color: #243848
    }

    .header.header--sede .header__search__button {
        color: #fff;
        margin-right: .75rem
    }

    .header.header--sede .header__actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .header.header--sede .header__logo {
        margin-right: .5rem;
        height: auto
    }

    .header.header--sede .header__logo__text {
        font-size: 1.125rem
    }

    .header.header--sede .header__logo__text-small {
        display: block;
        font-size: .75rem;
        color: #fff
    }

    .header.header--sede .header__logo--ministerio {
        width: 9.375rem;
        margin-right: 0
    }

    .header.header--sede .header__logo--inap {
        width: 4rem
    }

    .header.header--sede .header__logo--ue23 {
        width: 1.75rem
    }

    .header.header--sede .header__logo--sede {
        margin-top: 0;
        width: auto
    }
}

@media (min-width:1200px) {
    .header.header--sede .header__logo--ministerio {
        width: 13.42437rem
    }

    .header.header--sede .header__logo--inap {
        width: 5.89875rem
    }

    .header.header--sede .header__logo--ue23 {
        width: 3.17313rem
    }

    .header.header--sede .header__logo--sede {
        margin-left: 1rem
    }

    .header.header--sede .header__logo__text {
        font-size: 1.25rem
    }

    .header.header--sede .header__logo__text-small {
        font-size: .875rem
    }
}

@media (min-width:1280px) {
    .header.header--sede .header__logo__text {
        font-size: 1.625rem
    }

    .header.header--sede .header__logo__text-small {
        font-size: 1rem
    }
}

@media (min-width:1440px) {
    .header.header--sede .header__dropdown {
        margin-left: 0;
        margin-right: 1.5rem
    }

    .header.header--sede .header__search__button {
        margin-right: 1.5rem
    }
}

.footer {
    background: linear-gradient(136deg, #243848 37.91%, #165a8d 112.19%)
}

.footer__main {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
    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
}

.footer__main__text {
    display: none
}

.footer__logo {
    width: 11.6875rem
}

.footer__logo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.footer__links__item,
.footer__privacy-links__item {
    text-decoration: none;
    color: #fff
}

.footer__links__item:hover,
.footer__privacy-links__item:hover {
    text-decoration: underline
}

.footer__links {
    border-top: .0625rem solid rgba(255, 255, 255, .3);
    border-bottom: .0625rem solid rgba(255, 255, 255, .3);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.footer__links__item {
    display: inline-block
}

.footer__links__item--main {
    font-family: "IBM Plex Sans Bold"
}

.footer__links__column {
    list-style: none
}

.footer__links__column:not(.hasSubmenu) {
    padding-bottom: 2.875rem
}

.footer__links__column.hasSubmenu {
    padding-bottom: 1rem
}

.footer__links__column li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

.footer__links__column-icon {
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.footer__links__column__main {
    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
}

.footer__links__column__main .footer__links__item {
    max-width: calc(100% - 2rem)
}

.footer__links__column.hasSubmenu li:not(.footer__links__column__main) {
    display: none
}

.footer__social {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__social-networks__title {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-bottom: 1rem;
    color: #fff;
    display: block
}

.footer__social-networks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.footer__social-networks__list li {
    margin-bottom: .875rem
}

.footer__social-networks__list li:not(:last-child) {
    margin-right: .875rem
}

.footer__social-networks__item {
    width: 2.25rem;
    height: 2.25rem;
    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;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none
}

.footer__social-networks__item i {
    font-size: 1.125rem;
    color: #185687;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.footer__social-networks__item:hover {
    text-decoration: none
}

.footer__social-networks__item:hover i {
    color: #037cc2
}

.footer__social-logo {
    margin-top: 1.625rem;
    width: 10.3125rem;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.footer__social-logo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.footer__social-logo:hover {
    opacity: .8
}

.footer__privacy-links {
    padding-bottom: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.footer__privacy-links__item {
    text-decoration: underline;
    margin-bottom: .875rem;
    margin-right: 2rem;
    display: block
}

.inap__btn,
.inap__btn:focus-visible,
.inap__btn:hover {
    text-decoration: none
}

.inap-form__legend,
.inap__btn {
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.02em
}

.footer__privacy-links__item:hover {
    color: #eaf0f4
}

@media (min-width:390px) {
    .footer__social-networks__item {
        width: 3rem;
        height: 3rem
    }

    .footer__social-networks__item i {
        font-size: 1.5rem
    }
}

@media (min-width:768px) {
    .footer__main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 4.375rem;
        padding-bottom: 1.875rem
    }

    .footer__main__text {
        display: block;
        color: #fff;
        font-size: 1.25rem;
        line-height: 1.875rem;
        font-family: "IBM Plex Sans Bold";
        letter-spacing: -.02em
    }

    .footer__logo {
        width: 8.9375rem
    }

    .footer__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__links__column {
        width: calc(50% - .625rem)
    }

    .footer__links__column.hasSubmenu {
        padding-bottom: 2.875rem
    }

    .footer__links__column li {
        margin-bottom: 1rem
    }

    .footer__links__column-icon {
        display: none
    }

    .footer__links__column__main .footer__links__item {
        max-width: 100%
    }

    .footer__links__column.hasSubmenu li:not(.footer__links__column__main) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__links__item--main {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }

    .footer__social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 1.25rem;
        padding-top: 2.1875rem
    }

    .footer__social-logo {
        margin-top: 0;
        margin-bottom: .875rem
    }

    .footer__privacy-links {
        padding-bottom: 1.125rem
    }
}

@media (min-width:992px) {
    .footer__social-networks__title {
        margin-bottom: 1.25rem
    }

    .footer__social-networks__item {
        width: 3.5rem;
        height: 3.5rem
    }

    .footer__social-networks__item i {
        font-size: 1.75rem
    }
}

@media (min-width:1280px) {
    .footer__links {
        padding-top: 4.125rem;
        padding-bottom: 0
    }

    .footer__links__column {
        width: 11.25rem
    }

    .footer__links__column.hasSubmenu,
    .footer__links__column:not(.hasSubmenu) {
        padding-bottom: 1.5rem
    }
}

@media (min-width:1440px) {
    .footer__links__column {
        width: 15rem
    }
}

.title__section {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title__section__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #037cc2;
    margin-right: .75rem
}

.title__description {
    line-height: 130%
}

.title__description p {
    margin-top: 1.5rem;
    line-height: inherit
}

.title__wrapper {
    margin-bottom: 2rem
}

.title__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%
}

.title__filters .cmp-filters__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.title__filters .title__wrapper {
    margin-bottom: 0
}

@media (min-width:992px) {
    .title__description {
        font-size: 1.125rem;
        line-height: 150%
    }

    .title__wrapper {
        margin-bottom: 1.5rem
    }

    .title__filters {
        margin-bottom: 2.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .title__filters .cmp-filters__button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
        min-width: 22.375rem
    }

    .title__filters .title__wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .title__filters .filters-chips__wrapper {
        width: 100%
    }
}

.section .inap__content .title__wrapper:last-child {
    margin-bottom: 0
}

.inap-form .title__wrapper,
.inap-form__fieldset {
    margin-bottom: 1.5rem
}

.section .inap__content+.inap__cols-wrapper {
    margin-top: 1.5rem
}

.inap__btn {
    min-width: 12.875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 1.5rem;
    border-radius: 6.1875rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
    min-height: 3.625rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .5s ease-in-out, color .5s ease-in-out, border-color .5s ease-in-out;
    transition: background-color .5s ease-in-out, color .5s ease-in-out, border-color .5s ease-in-out
}

.inap__btn>* {
    position: relative;
    z-index: 2;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.inap__btn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.inap__btn .inap__btn__icon {
    font-size: 2rem;
    margin-left: 1rem
}

.inap__btn:focus {
    outline: 0
}

.inap__btn:focus-visible::before,
.inap__btn:hover::before {
    opacity: 1
}

.inap__btn--primary {
    background-image: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    color: #fff;
    border: none
}

.inap__btn--primary:before {
    background-color: #185687
}

.inap__btn--primary>* {
    color: #fff
}

.inap__btn--secondary {
    border: .125rem solid #037cc2;
    background-color: #fff;
    color: #037cc2
}

.inap__btn--secondary:before {
    background-color: #037cc2
}

.inap__btn--secondary:focus,
.inap__btn--secondary:hover {
    background-color: #037cc2;
    color: #fff
}

.inap__btn--secondary:focus>*,
.inap__btn--secondary:hover>* {
    color: #fff
}

.inap__btn--tertiary {
    border: .125rem solid #fff;
    background-color: transparent;
    color: #fff
}

.inap__btn--tertiary:before {
    background-color: #037cc2
}

.inap__btn--tertiary:focus,
.inap__btn--tertiary:hover {
    background-color: #037cc2;
    border-color: #037cc2;
    color: #fff
}

.inap__btn--tertiary:focus>*,
.inap__btn--tertiary:hover>* {
    color: #fff
}

.inap-form {
    padding: 1rem 1rem 0;
    border-radius: .75rem;
    border: .0625rem solid #d3dbdf;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    width: 100%
}

.inap-form .title__description {
    font-size: 1rem
}

.inap-form .title__description p {
    margin-top: .75rem
}

.inap-form__fieldset {
    width: 100%
}

.inap-form__legend {
    line-height: 130%;
    font-size: 1.125rem;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .inap-form__legend {
        font-size: 1.25rem
    }
}

.inap-form__label {
    margin-bottom: .25rem;
    color: #405258
}

.inap-form__label sup {
    color: #037cc2;
    top: 0;
    margin-left: .25rem
}

.inap-form__label span {
    font-family: "IBM Plex Sans Regular"
}

.inap-form__label span:before {
    content: "-";
    margin-left: .125rem;
    margin-right: .125rem
}

.inap-form__input {
    width: 100%;
    border-radius: .25rem;
    height: 3rem;
    padding: .75rem;
    border: .0625rem solid #a7b8bf;
    color: #000;
    -webkit-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out
}

.inap-form__input::-webkit-input-placeholder {
    color: #6b8893
}

.inap-form__input:-moz-placeholder {
    color: #6b8893
}

.inap-form__input::-moz-placeholder {
    color: #6b8893
}

.inap-form__input:-ms-input-placeholder {
    color: #6b8893
}

.inap-form__input:disabled {
    color: #405258;
    background-color: #d3dbdf
}

.inap-form__input--dragdrop {
    border: .125rem dashed #a7b8bf;
    height: 4.5rem
}

.inap-form__input--dragdrop.dz-drag-hover {
    border-color: #52a0fc;
    background-color: rgba(128, 205, 255, .15)
}

.inap-form textarea.inap-form__input {
    height: 13.25rem;
    resize: none
}

.inap-form__help-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: .5rem
}

.inap-form__help-text__icon {
    width: 1rem;
    margin-right: .25rem
}

.inap-form__help-text__icon+.inap-form__help-text__info {
    width: calc(100% - 1.25rem)
}

.inap-form__help-text__info {
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: .1px
}

.inap-form__group {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem
}

.inap-form__group--error .inap-form__input {
    border-width: .125rem;
    border-color: #a00009
}

.inap-form__group--error .inap-form__help-text {
    color: #a00009
}

.inap-form__group-legend {
    font-family: "IBM Plex Sans Bold";
    margin-bottom: 1.5rem
}

.inap-form__group-legend sup {
    color: #037cc2;
    top: 0
}

.inap-form__custom-group {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem
}

.inap-form__custom-item {
    position: relative;
    margin-bottom: 1rem
}

.inap-form__custom-item input {
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    left: .125rem;
    top: .125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
    cursor: pointer
}

.inap-form__custom-item input+label {
    position: relative;
    padding-left: 1.875rem;
    z-index: 1;
    cursor: pointer
}

.inap-form__custom-item input+label:after,
.inap-form__custom-item input+label:before {
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.inap-form__custom-item input+label:before {
    content: "";
    border: .125rem solid #6b8893;
    width: 1.125rem;
    height: 1.125rem;
    left: .125rem;
    top: 0;
    background-color: #fff
}

.inap-form__custom-item input+label:after {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.inap-form__custom-item input:checked+label:before {
    border-color: #037cc2
}

.inap-form__custom-item input:checked+label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.inap-form__custom-item input:disabled {
    cursor: not-allowed
}

.inap-form__custom-item input:disabled+label {
    cursor: not-allowed;
    color: #a7b8bf
}

.inap-form__custom-item input:disabled+label:before {
    border-color: #a7b8bf
}

.inap-form__custom-item--radio input+label:after,
.inap-form__custom-item--radio input+label:before {
    border-radius: 50%
}

.inap-form__custom-item--radio input+label:after {
    content: "";
    width: .625rem;
    height: .625rem;
    left: .375rem;
    top: .25rem
}

.inap-form__custom-item--radio input:checked+label:after {
    background-color: #037cc2
}

.inap-form__custom-item--radio input:checked:disabled+label:after {
    background-color: #a7b8bf
}

.inap-form__custom-item--checkbox input+label:after,
.inap-form__custom-item--checkbox input+label:before {
    border-radius: .25rem
}

.inap-form__custom-item--checkbox input+label:after {
    font-family: inap-icons;
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    left: .125rem;
    top: -.0625rem;
    color: #fff;
    text-align: center;
    line-height: 1.25rem;
    font-size: 1rem
}

.inap-form__custom-item--checkbox input:checked+label:before {
    background-color: #037cc2
}

.inap-form__custom-item--checkbox input:disabled+label:before {
    background-color: #fff
}

.inap-form__custom-item--checkbox input:disabled+label:after {
    color: #a7b8bf
}

.inap-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inap-form__row .inap-form__group {
    width: calc(50% - .5rem)
}

@media (min-width:480px) {
    .inap-form {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {
    .inap-form {
        padding: 2rem 3rem 0
    }

    .inap-form__group {
        margin-bottom: 2rem
    }

    .inap-form__legend {
        font-size: 1.25rem;
        margin-bottom: 1.5rem
    }

    .inap-form__row .inap-form__group {
        width: calc(50% - .25rem)
    }
}

select:not(:disabled) {
    cursor: pointer
}

.inap-form__group--select {
    position: relative
}

.inap-form__group--select select.inap-form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2.5rem
}

.inap-form__group--select:after {
    font-family: inap-icons;
    content: "";
    position: absolute;
    right: .75rem;
    bottom: .875rem;
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    color: #037cc2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inap-form__group--select-disabled:after {
    color: #405258
}

.inap-form__group-date:after,
.inap-form__row-daterange .inap-form__group:after {
    font-family: inap-icons;
    content: "";
    color: #037cc2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem
}

.inap-form__row-daterange .inap-form__group {
    position: relative
}

.inap-form__row-daterange .inap-form__group:after {
    position: absolute;
    right: .75rem;
    bottom: .875rem;
    width: 1.25rem;
    height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.inap-form__row-daterange .inap-form__group .inap-form__input {
    padding-right: 2.5rem;
    cursor: pointer
}

.inap-form__row-daterange .inap-form__group.hide-calendar:after {
    display: none
}

.inap-form__group-date {
    position: relative
}

.inap-form__group-date:after,
.inap__datepicker-range__clear,
.inap__datepicker__clear {
    position: absolute;
    right: .75rem;
    bottom: .875rem;
    width: 1.25rem;
    height: 1.25rem;
    z-index: 2
}

.inap-form__group-date:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inap-form__group-date .inap-form__input {
    padding-right: 2.5rem;
    cursor: pointer
}

.inap-form__group-date.hide-calendar:after {
    display: none
}

.inap-form__group-date.hide-calendar .inap__datepicker__clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inap__datepicker-range__clear,
.inap__datepicker__clear {
    border-radius: 50%;
    background-color: #6b8893;
    color: #fff;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.inap__datepicker-range__clear:hover,
.inap__datepicker__clear:hover {
    background-color: #243848
}

.inap__datepicker-range__clear.view,
.inap__datepicker__clear.view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cmp-search__input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 3rem;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    background-color: #eff3f5;
    border: .0625rem solid #d3dbdf
}

.cmp-search__input-group input {
    background-color: transparent;
    width: calc(100% - 2.5rem);
    border: none;
    border-radius: 0 .5rem .5rem 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: .75rem 2.75rem .75rem .5rem;
    text-overflow: ellipsis;
    overflow: hidden
}

.cmp-search__input-group input::-webkit-input-placeholder {
    color: #405258;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 2.5rem)
}

.cmp-search__input-group input:-moz-placeholder {
    color: #405258;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 2.5rem)
}

.cmp-search__input-group input::-moz-placeholder {
    color: #405258;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 2.5rem)
}

.cmp-search__input-group input:-ms-input-placeholder {
    color: #405258;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 2.5rem)
}

.cmp-search__icon {
    color: #6b8893;
    font-size: 1.25rem;
    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: 2.5rem;
    border-radius: .5rem 0 0 .5rem
}

.cmp-search__clear {
    position: absolute;
    top: .875rem;
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #6b8893;
    color: #fff;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.cmp-search__clear:hover {
    background-color: #243848
}

.cmp-search__clear.view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cmp-filters__button {
    min-height: 3rem;
    width: 100%;
    border-radius: .25rem;
    padding: .5rem 1rem;
    border: .0625rem solid #d3dbdf;
    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;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer
}

.cmp-filters__button-icon {
    font-size: 2rem;
    margin-right: .75rem
}

.cmp-filters__button-text {
    font-size: 1.125rem;
    line-height: 150%
}

.cmp-filters__button-number {
    background-color: #243848;
    color: #fff;
    min-width: 1.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "IBM Plex Sans Bold";
    margin-left: .75rem;
    padding: .25rem;
    line-height: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cmp-filters__button-number.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cmp-filters__button:focus-visible,
.cmp-filters__button:hover {
    background-color: #243848;
    border-color: #243848;
    color: #fff
}

.cmp-filters__button:focus-visible .cmp-filters__button-number,
.cmp-filters__button:hover .cmp-filters__button-number {
    background-color: #fff;
    color: #243848
}

.cmp-filters__footer,
.cmp-filters__header {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2
}

.cmp-filters__header {
    padding: .625rem 1rem;
    border-bottom: .0625rem solid #a7b8bf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4rem;
    top: 0
}

.cmp-filters__header-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    line-height: 150%;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.cmp-filters__header-back:before {
    content: "";
    font-family: inap-icons;
    font-size: 1.25rem;
    margin-right: .75rem
}

.card-category__text:before,
.card-featured__img--video:before,
.card-list-new__text:before {
    content: "";
    top: 0
}

.cmp-filters__body {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6rem 1rem 7.25rem;
    z-index: 1
}

.cmp-filters__footer {
    margin-top: auto;
    padding: 1.5rem 1rem;
    bottom: 0;
    height: 5.75rem
}

.cmp-filters__footer-btn {
    width: 100%;
    min-height: 2.625rem;
    font-size: 1rem;
    line-height: 150%
}

.cmp-filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .25rem
}

.cmp-filters__list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #185687;
    border-radius: .25rem;
    padding: .25rem .5rem;
    color: #fff;
    margin-right: 1rem;
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 150%
}

.cmp-filters__list-item--finish {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.cmp-filters__list-item--search {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.cmp-filters__list-item--checkbox {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.cmp-filters__list-item button {
    font-size: 1.25rem;
    margin-left: .75rem;
    color: #fff
}

.cmp-filters__list-item.hidden-item {
    display: none
}

.cmp-filters__list-clear {
    text-decoration: underline;
    display: none;
    position: fixed;
    right: 1rem;
    top: .625rem;
    z-index: 7;
    font-size: 1.125rem;
    line-height: 150%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.card-category,
.card-category:focus-visible,
.card-category:hover,
.inap__pagination__link,
.inap__pagination__link:focus-visible,
.inap__pagination__link:hover,
.inap__social-networks__item {
    text-decoration: none
}

.cmp-filters__list-clear.open {
    display: block
}

.cmp-filters__form-box {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 6;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.cmp-filters__form-box.open {
    right: 0
}

@media (min-width:992px) {

    .cmp-filters__button,
    .cmp-filters__footer,
    .cmp-filters__header {
        display: none
    }

    .cmp-filters__form-box,
    .cmp-filters__list-clear {
        position: relative;
        right: auto;
        top: auto;
        z-index: auto
    }

    .cmp-filters__form-box {
        background-color: transparent;
        width: auto;
        height: auto
    }

    .cmp-filters__body {
        max-height: initial;
        padding: 0;
        margin-top: 2.5rem;
        overflow: visible
    }

    .cmp-filters__list-item.hidden-item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .cmp-filters__list-clear {
        padding-top: .25rem;
        padding-bottom: .25rem;
        margin-bottom: .75rem
    }
}

.cmp-search__block {
    margin-bottom: 1.5rem;
    width: 100%
}

@media (min-width:992px) {
    .cmp-search__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2.5rem
    }

    .cmp-search__block .header__search__input-group {
        width: 36.75rem
    }
}

.inap__pagination__list {
    margin-top: 1.25rem;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inap__pagination__item {
    height: 3rem;
    border-radius: .5rem;
    font-size: 1.125rem;
    line-height: 150%
}

.cmp-accordion__title,
.inap__social-networks__title {
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.02em;
    line-height: 130%
}

.inap__pagination__item:hover .inap__pagination__link {
    color: #037cc2
}

.inap__pagination__item--first,
.inap__pagination__item--last,
.inap__pagination__item--next,
.inap__pagination__item--previous {
    width: 3rem;
    background-color: #fff;
    border: .0625rem solid #d3dbdf;
    -webkit-box-shadow: 0 .375rem 1rem 0 rgba(55, 70, 73, .1);
    box-shadow: 0 .375rem 1rem 0 rgba(55, 70, 73, .1);
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.inap__pagination__item--first .inap__pagination__link,
.inap__pagination__item--last .inap__pagination__link,
.inap__pagination__item--next .inap__pagination__link,
.inap__pagination__item--previous .inap__pagination__link {
    color: #037cc2;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.inap__pagination__item--first:hover,
.inap__pagination__item--last:hover,
.inap__pagination__item--next:hover,
.inap__pagination__item--previous:hover {
    background-color: #037cc2;
    border-color: #037cc2
}

.inap__pagination__item--first:hover .inap__pagination__link,
.inap__pagination__item--last:hover .inap__pagination__link,
.inap__pagination__item--next:hover .inap__pagination__link,
.inap__pagination__item--previous:hover .inap__pagination__link {
    color: #fff
}

.inap__pagination__item--first,
.inap__pagination__item--last {
    display: none
}

.inap__pagination__item--current .inap__pagination__link {
    border-radius: 0;
    border-bottom: .125rem solid #037cc2
}

.inap__pagination__item--disabled {
    background-color: #eff3f5;
    border-color: #eff3f5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.inap__pagination__item--disabled .inap__pagination__link {
    color: #a7b8bf;
    pointer-events: none
}

.inap__pagination__link {
    padding: .625rem;
    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;
    height: 100%;
    border-radius: .5rem
}

.inap__pagination__link i {
    font-size: 1.5rem
}

.inap__social-networks__title {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .inap__pagination__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .inap__pagination__item {
        margin-left: .75rem;
        margin-right: .75rem
    }

    .inap__pagination__item--first,
    .inap__pagination__item--last {
        display: block
    }

    .inap__col-right .inap__pagination__list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .inap__social-networks__title {
        font-size: 1.5rem
    }
}

.inap__social-networks__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.5rem
}

.inap__social-networks__list li {
    margin-bottom: 1rem
}

.inap__social-networks__list li:not(:last-child) {
    margin-right: 1rem
}

.inap__social-networks__item {
    width: 2.5rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #185687;
    color: #fff;
    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;
    font-size: 1.5rem;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out
}

.inap__social-networks__item:hover {
    background-color: #243848;
    text-decoration: none;
    color: #fff
}

.cmp-accordion__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.cmp-accordion__item:not(:last-child) {
    border-bottom: .0625rem solid #d3dbdf
}

.cmp-accordion__title {
    font-size: 1.25rem;
    width: calc(100% - 2rem);
    color: #185687;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.cmp-accordion__icon {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.cmp-accordion__icon:after,
.cmp-accordion__icon:before {
    content: "";
    position: absolute;
    border-radius: .25rem;
    background-color: #037cc2
}

.cmp-accordion__icon:before {
    width: 1.125rem;
    height: .125rem;
    left: .1875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.cmp-accordion__icon:after {
    height: 1.125rem;
    width: .125rem;
    top: .1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cmp-accordion__header {
    cursor: pointer;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.cmp-accordion__header.open .cmp-accordion__icon {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.card-category:focus-visible .card-category__img,
.card-category:hover .card-category__img,
.card-list-new:focus-visible .card-list-new__img img,
.card-list-new:hover .card-list-new__img img,
.card-news:focus-visible .card-news__img img,
.card-news:hover .card-news__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.cmp-accordion__header.open .cmp-accordion__icon:before {
    opacity: 0
}

.cmp-accordion__header:hover .cmp-accordion__title {
    color: #037cc2
}

.cmp-accordion__body {
    display: none
}

.cmp-accordion__body blockquote,
.cmp-accordion__body img,
.cmp-accordion__body p {
    margin-bottom: 1.5rem
}

.cmp-accordion__body ol,
.cmp-accordion__body ul {
    padding-bottom: .5rem
}

.cmp-accordion__body .inap__wrapper>* {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .cmp-accordion__title {
        font-size: 1.5rem
    }

    .cmp-accordion__body li,
    .cmp-accordion__body p {
        font-size: 1.125rem;
        line-height: 150%
    }

    .cmp-accordion__body .inap__wrapper>* {
        margin-bottom: 1.5rem
    }
}

.card-category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 15rem;
    overflow: hidden
}

.card-category--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.card-category__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.card-category__text {
    width: 50%;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 1.625rem 2rem 1.625rem 1.25rem;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.card-category__text:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .9
}

.card-category__text>* {
    position: relative;
    z-index: 2
}

.card-category__text__title {
    text-shadow: 0 .25rem .375rem rgba(0, 0, 0, .15);
    margin-bottom: .25rem
}

.card-category__text__icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    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;
    font-size: 2.125rem;
    margin-bottom: 1rem;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.card-category__text__link {
    margin-top: auto;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    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: .09375rem solid #fff;
    font-size: 1.25rem
}

.card-category__text--blue:before {
    background: linear-gradient(163deg, #185687 50.01%, #037cc2 105.97%)
}

.card-category__text--coral:before {
    background: linear-gradient(171deg, #d73f24 34.78%, #e26650 126.69%)
}

.card-category__text--lavender:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40.46%, #5e5a57), color-stop(114.44%, #9d9895));
    background: linear-gradient(180deg, #5e5a57 40.46%, #9d9895 114.44%)
}

.card-category:focus-visible .card-category__text__title,
.card-category:hover .card-category__text__title {
    text-decoration: underline
}

.card-news,
.card-news:focus,
.card-news:hover {
    text-decoration: none
}

.card-category:focus-visible .card-category__text__icon,
.card-category:hover .card-category__text__icon {
    width: 4.375rem;
    height: 4.375rem;
    font-size: 2.625rem
}

.card-category__btn-container .inap__btn {
    min-height: 2.6875rem;
    min-width: auto
}

.card-category__btn-container .inap__btn .inap__btn__text {
    font-size: 1rem;
    line-height: 150%
}

.card-category__btn-container .inap__btn .inap__btn__icon {
    font-size: 1.5rem;
    margin-left: .75rem
}

@media (min-width:576px) {
    .card-category {
        border-radius: .625rem
    }
}

.card-featured,
.card-link,
.card-list-new,
.card-news {
    border-radius: .5rem;
    overflow: hidden
}

@media (min-width:1200px) {
    .card-category {
        min-height: 18.125rem
    }

    .card-category__text {
        padding-right: 2.75rem;
        padding-bottom: 1.875rem
    }

    .card-category__text__icon {
        width: 4.375rem;
        height: 4.375rem
    }

    .card-category:hover .card-category__text__icon {
        width: 5.25rem;
        height: 5.25rem
    }
}

.card-category__wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -.3125rem
}

.card-category__wrapper>* {
    margin: 0 0 .3125rem;
    width: 100%
}

.card-category__wrapper>* .title__wrapper {
    padding: 0 1rem 2.5rem
}

@media (min-width:576px) {
    .card-category__wrapper>* {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(100% - 2rem)
    }

    .card-category__wrapper>* .title__wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {
    .card-category__btn-container {
        display: none
    }

    .card-category__wrapper {
        margin: 0 -.375rem -.75rem
    }

    .card-category__wrapper>* {
        margin: 0 .375rem .75rem;
        width: calc(50% - .75rem)
    }

    .card-category__wrapper>:first-child {
        width: calc(100% - .75rem)
    }
}

@media (min-width:1200px) {
    .card-category__wrapper>* {
        width: calc(33.33% - .75rem)
    }

    .card-category__wrapper>:first-child {
        width: calc(33.33% - .75rem);
        padding-right: 5.3125rem
    }

    .card-category__wrapper>* .title__wrapper {
        padding-bottom: 0;
        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
    }
}

.card-news {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-news:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-news__img {
    width: 100%;
    height: 10.75rem;
    overflow: hidden;
    background-color: #405258
}

.card-news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.card-news__text {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.25rem 1.5rem
}

.card-news__categories {
    padding-bottom: .375rem
}

.card-news__subtitle,
.card-news__title {
    margin-bottom: 1.25rem;
    -webkit-transition: color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out;
    transition: color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out;
    transition: text-decoration .5s ease-in-out, color .5s ease-in-out;
    transition: text-decoration .5s ease-in-out, color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out
}

.card-news__subtitle {
    display: block;
    display: -webkit-box;
    max-height: 3rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.card-featured__title,
.card-list-new__title {
    line-height: 130%;
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.02em
}

.card-news__date {
    margin-bottom: 2rem
}

.card-news__link {
    margin-top: auto;
    font-size: 2rem;
    color: #037cc2
}

.card-news:focus-visible .card-news__subtitle,
.card-news:focus-visible .card-news__title,
.card-news:hover .card-news__subtitle,
.card-news:hover .card-news__title {
    text-decoration: underline;
    color: #037cc2
}

.card-list-new,
.card-list-new:focus,
.card-list-new:hover {
    text-decoration: none
}

.card-news:focus-visible .card-news__category,
.card-news:focus-visible .card-news__date,
.card-news:hover .card-news__category,
.card-news:hover .card-news__date {
    color: #243848
}

@media (min-width:992px) {
    .card-news {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        padding-left: 30%
    }

    .card-news__img {
        height: 100%;
        width: 30%;
        position: absolute;
        left: 0;
        top: 0
    }

    .card-news__text {
        width: 100%;
        padding: 2rem 2rem 2rem 1.25rem
    }

    .card-news__subtitle,
    .card-news__title {
        margin-bottom: 1.5rem
    }

    .card-news--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-left: 0;
        padding-right: 30%
    }

    .card-news--right .card-news__img {
        left: auto;
        right: 0
    }
}

@media (min-width:1200px) {
    .card-news {
        padding-left: 50%
    }

    .card-news__img {
        width: 50%
    }

    .card-news--right {
        padding-left: 0;
        padding-right: 50%
    }
}

.card-news__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -1.5rem
}

.card-news__wrapper li {
    margin-bottom: 1.5rem
}

.card-news__wrapper .card-news {
    width: 100%
}

@media (min-width:1200px) {
    .card-news__wrapper {
        margin: 0 -.625rem -1.25rem
    }

    .card-news__wrapper li {
        margin: 0 .625rem 1.25rem
    }

    .card-news__wrapper li:nth-child(5n - 3),
    .card-news__wrapper li:nth-child(5n) {
        width: calc(41.667% - 20px)
    }

    .card-news__wrapper li:nth-child(5n - 4) {
        width: calc(58.333% - 20px)
    }

    .card-news__wrapper li:nth-child(5n - 4) .card-news {
        padding-left: 19.25rem;
        padding-right: 0
    }

    .card-news__wrapper li:nth-child(5n - 4) .card-news__img {
        width: 19.25rem;
        left: 0;
        right: auto
    }

    .card-news__wrapper li:nth-child(5n - 4) .card-news__text {
        width: 100%
    }

    .card-news__wrapper li:nth-child(5n - 4) .card-news--right {
        padding-right: 19.25rem;
        padding-left: 0
    }

    .card-news__wrapper li:nth-child(5n - 4) .card-news--right .card-news__img {
        left: auto;
        right: 0
    }

    .card-news__wrapper li:nth-child(5n - 3) .card-news {
        padding-left: 14rem;
        padding-right: 0
    }

    .card-news__wrapper li:nth-child(5n - 3) .card-news__img {
        width: 14rem;
        left: 0;
        right: auto
    }

    .card-news__wrapper li:nth-child(5n - 3) .card-news__text {
        width: 100%
    }

    .card-news__wrapper li:nth-child(5n - 3) .card-news--right {
        padding-right: 14rem;
        padding-left: 0
    }

    .card-news__wrapper li:nth-child(5n - 3) .card-news--right .card-news__img {
        left: auto;
        right: 0
    }

    .card-news__wrapper li:nth-child(5n) .card-news {
        padding-left: 14.75rem;
        padding-right: 0
    }

    .card-news__wrapper li:nth-child(5n) .card-news__img {
        width: 14.75rem;
        left: 0;
        right: auto
    }

    .card-news__wrapper li:nth-child(5n) .card-news__text {
        width: 100%
    }

    .card-news__wrapper li:nth-child(5n) .card-news--right {
        padding-right: 14.75rem;
        padding-left: 0
    }

    .card-news__wrapper li:nth-child(5n) .card-news--right .card-news__img {
        left: auto;
        right: 0
    }

    .card-news__wrapper li:nth-child(5n - 1),
    .card-news__wrapper li:nth-child(5n - 2) {
        width: calc((58.333% / 2) - 20px)
    }

    .card-news__wrapper li:nth-child(5n - 1) .card-news,
    .card-news__wrapper li:nth-child(5n - 2) .card-news {
        padding: 0
    }

    .card-news__wrapper li:nth-child(5n - 1) .card-news__img,
    .card-news__wrapper li:nth-child(5n - 2) .card-news__img {
        display: none
    }

    .card-news__wrapper li:nth-child(5n - 1) .card-news__text,
    .card-news__wrapper li:nth-child(5n - 2) .card-news__text {
        width: 100%
    }
}

.card-featured__description p,
.card-featured__title {
    margin-bottom: .625rem
}

.card-list-new {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1)
}

.card-list-new:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-list-new__img {
    width: 100%;
    height: 10rem;
    overflow: hidden;
    position: relative
}

.card-list-new__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    position: relative;
    z-index: 1
}

.card-list-new__text {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem;
    position: relative
}

.card-list-new__text:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-list-new__text>* {
    position: relative;
    z-index: 2
}

.card-list-new__title {
    font-size: 1.25rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.875rem
}

.card-list-new__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: .375rem
}

.card-list-new__date {
    margin-top: 1rem
}

.card-list-new:focus-visible .card-list-new__date,
.card-list-new:focus-visible .card-list-new__title,
.card-list-new:hover .card-list-new__date,
.card-list-new:hover .card-list-new__title {
    color: #fff
}

.card-list-new:focus-visible .card-list-new__title,
.card-list-new:hover .card-list-new__title {
    text-decoration: underline
}

.card-featured,
.card-featured:focus,
.card-featured:hover {
    text-decoration: none
}

.card-list-new:focus-visible .card-list-new__text:before,
.card-list-new:hover .card-list-new__text:before {
    opacity: 1
}

@media (min-width:768px) {
    .card-list-new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .card-list-new__img {
        width: 13.625rem;
        height: auto
    }

    .card-list-new__text {
        padding: 1.5rem;
        width: calc(100% - 13.625rem)
    }
}

@media (min-width:992px) {
    .card-list-new__title {
        font-size: 1.5rem;
        max-height: 5.85rem
    }

    .card-list-new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.card-featured {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1)
}

.card-featured:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-featured__img {
    width: 100%;
    height: 13.1875rem;
    overflow: hidden;
    position: relative
}

.card-featured__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    position: relative;
    z-index: 1
}

.card-featured__img--video:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .5
}

.card-featured__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.75rem;
    z-index: 3
}

.card-featured__text:before,
.card-link:before {
    top: 0;
    width: 100%;
    content: "";
    left: 0
}

.card-featured__text {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.625rem 1.5rem 2rem;
    position: relative
}

.card-featured__text:before {
    position: absolute;
    height: 100%;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-featured__text>* {
    position: relative;
    z-index: 2
}

.card-featured__categories {
    padding-bottom: .375rem
}

.card-featured__title {
    font-size: 1.25rem;
    -webkit-transition: color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out;
    transition: color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out;
    transition: text-decoration .5s ease-in-out, color .5s ease-in-out;
    transition: text-decoration .5s ease-in-out, color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out
}

.card-featured__description,
.card-featured__link {
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

@media (min-width:992px) {
    .card-featured__title {
        font-size: 1.5rem
    }

    .card-featured__description {
        font-size: 1.125rem;
        line-height: 150%
    }
}

.card-featured__link {
    margin-top: auto;
    font-size: 2rem;
    color: #037cc2
}

.card-blue-border .card-featured .card-featured__text {
    padding-bottom: 2.375rem
}

.card-blue-border .card-featured .card-featured__text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .375rem;
    background: #037cc2
}

.card-featured:focus-visible .card-featured__img img,
.card-featured:hover .card-featured__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card-featured:focus-visible .card-featured__description,
.card-featured:focus-visible .card-featured__link,
.card-featured:focus-visible .card-featured__title,
.card-featured:hover .card-featured__description,
.card-featured:hover .card-featured__link,
.card-featured:hover .card-featured__title {
    color: #fff
}

.card-featured:focus-visible .card-featured__title,
.card-featured:hover .card-featured__title {
    text-decoration: underline
}

.card-link,
.card-link:focus,
.card-link:hover {
    text-decoration: none
}

.card-featured:focus-visible .card-featured__text:before,
.card-featured:hover .card-featured__text:before {
    opacity: 1
}

@media (min-width:768px) {
    .card-featured__text {
        height: calc(100% - 13.1875rem)
    }
}

@media (min-width:992px) {
    .card-featured {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 28.25rem
    }

    .card-featured__img {
        height: 16.0625rem
    }

    .card-featured__play {
        font-size: 3.3125rem
    }

    .card-featured__text {
        height: calc(100% - 16.0625rem);
        padding-left: 2rem;
        padding-right: 2rem
    }

    .card-featured__title {
        margin-bottom: .5rem
    }
}

.card-link {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    border: .0625rem solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 1.625rem 1.5rem;
    position: relative
}

.card-link:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-link:before {
    position: absolute;
    height: 100%;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-link__icon,
.card-link__link {
    color: #037cc2;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.card-link>* {
    position: relative;
    z-index: 2
}

.card-link__icon {
    font-size: 4rem;
    width: 4rem;
    margin-bottom: .75rem
}

.card-link__title {
    margin-bottom: .625rem;
    font-family: "IBM Plex Sans Bold";
    font-size: 1rem;
    line-height: 150%
}

@media (min-width:992px) {
    .card-link__title {
        font-size: 1.125rem
    }

    .card-link__icon {
        margin-bottom: 1.5rem
    }
}

.card-link__link {
    font-size: 1.5rem;
    margin-top: auto
}

.card-link:focus-visible:before,
.card-link:hover:before {
    opacity: 1
}

.card-link:focus-visible .card-link__title,
.card-link:hover .card-link__title {
    text-decoration: underline
}

.card-link-noIcon,
.card-link-noIcon:focus,
.card-link-noIcon:hover {
    text-decoration: none
}

.card-link:focus-visible .card-link__icon,
.card-link:focus-visible .card-link__link,
.card-link:focus-visible .card-link__title,
.card-link:hover .card-link__icon,
.card-link:hover .card-link__link,
.card-link:hover .card-link__title {
    color: #fff
}

.card-blue-border .card-link {
    padding-bottom: 1.875rem
}

.card-blue-border .card-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .375rem;
    background: #037cc2
}

.banner-carousel__description :last-child,
.banner-carousel__description blockquote p,
.banner-internal__description blockquote p {
    margin-bottom: 0
}

.card-link-noIcon {
    border-radius: .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    border: .0625rem solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    position: relative
}

.card-internal-link:before,
.card-link-noIcon:before {
    top: 0;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%)
}

.card-link-noIcon:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-link-noIcon:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-link-noIcon>* {
    position: relative;
    z-index: 2
}

.card-link-noIcon__title {
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.02em;
    line-height: 130%;
    font-size: 1.125rem;
    width: calc(100% - 3rem);
    color: #185687
}

@media (min-width:992px) {
    .card-link-noIcon__title {
        font-size: 1.25rem
    }
}

.card-link-noIcon__title-media {
    display: block;
    color: #6b8893;
    font-size: 1rem;
    font-family: "IBM Plex Sans Regular";
    margin-top: .5rem
}

.card-link-noIcon__link {
    width: 1.5rem;
    font-size: 1.5rem;
    color: #037cc2;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.card-link-noIcon:focus-visible:before,
.card-link-noIcon:hover:before {
    opacity: 1
}

.card-link-noIcon:focus-visible .card-link-noIcon__title,
.card-link-noIcon:hover .card-link-noIcon__title {
    text-decoration: underline
}

.card-link-noIcon:focus-visible .card-link-noIcon__link,
.card-link-noIcon:focus-visible .card-link-noIcon__title,
.card-link-noIcon:focus-visible .card-link-noIcon__title-media,
.card-link-noIcon:hover .card-link-noIcon__link,
.card-link-noIcon:hover .card-link-noIcon__title,
.card-link-noIcon:hover .card-link-noIcon__title-media {
    color: #fff
}

@media (min-width:992px) {
    .card-link-noIcon {
        padding: 1.5rem 1.5rem 1.5rem 1.875rem
    }

    .card-link-noIcon__title {
        width: calc(100% - 4rem)
    }

    .card-link-noIcon__link {
        width: 2rem;
        font-size: 2rem
    }
}

.cmp-link,
.cmp-link:hover {
    text-decoration: none
}

.cmp-link__text {
    display: inline;
    font-size: 1.125rem;
    line-height: 150%;
    font-family: "IBM Plex Sans Bold";
    color: #185687;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    text-decoration: underline
}

.card-internal-link,
.card-internal-link:focus-visible,
.card-internal-link:hover {
    text-decoration: none
}

.cmp-link__text:hover {
    color: #037cc2
}

.cmp-link--external:after {
    display: inline;
    font-family: inap-icons;
    content: "";
    font-size: 1.5rem;
    margin-left: 1rem;
    color: #037cc2
}

.card-event__month,
.card-event__number,
.card-internal-link__title {
    font-family: "IBM Plex Sans Bold"
}

.card-event:before,
.card-internal-link:before {
    content: "";
    left: 0;
    height: 100%
}

.card-internal-link {
    padding: 1rem;
    border-radius: .5rem;
    border: .0625rem solid #d3dbdf;
    position: relative;
    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
}

.card-internal-link:before {
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-internal-link__icon,
.card-internal-link__title {
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    position: relative;
    z-index: 2
}

.card-internal-link__title {
    letter-spacing: -.02em;
    line-height: 130%;
    font-size: 1.25rem
}

@media (min-width:992px) {
    .cmp-link__text {
        font-size: 1.25rem
    }

    .card-internal-link__title {
        font-size: 1.5rem
    }
}

.card-internal-link__icon {
    font-size: 2rem;
    width: 2rem;
    color: #037cc2;
    margin-top: .75rem
}

.card-internal-link:focus-visible:before,
.card-internal-link:hover:before {
    opacity: 1
}

.card-internal-link:focus-visible .card-internal-link__icon,
.card-internal-link:focus-visible .card-internal-link__title,
.card-internal-link:hover .card-internal-link__icon,
.card-internal-link:hover .card-internal-link__title {
    color: #fff
}

.card-internal-link:focus-visible .card-internal-link__title,
.card-internal-link:hover .card-internal-link__title {
    text-decoration: underline
}

.card-event,
.card-event:focus,
.card-event:hover {
    text-decoration: none
}

.card-link-noIcon.rspkr_dr_added {
    z-index: 1
}

.card-link-noIcon.rspkr_dr_added .card-link-noIcon__title {
    max-width: calc(100% - 4.5rem)
}

.card-link-noIcon.rspkr_dr_added+.rspkr_dr_link {
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3.5rem
}

@media (min-width:992px) {
    .card-internal-link {
        padding: 1.5rem 2rem;
        -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
    }

    .card-internal-link__title {
        width: calc(100% - 3.5rem)
    }

    .card-internal-link__icon {
        margin-top: 0;
        margin-left: 1.5rem
    }

    .card-link-noIcon.rspkr_dr_added .card-link-noIcon__title {
        max-width: calc(100% - 4.5rem)
    }

    .card-link-noIcon.rspkr_dr_added+.rspkr_dr_link {
        right: 4.5rem
    }
}

.card-event {
    border-radius: .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.card-event:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-event:before {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.banner-carousel__wrapper,
.card-event>* {
    position: relative
}

.banner-carousel__description a,
.card-event-current__link,
.card-event__description,
.card-event__title {
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.card-event>* {
    z-index: 2
}

.card-event__date {
    width: 5.5rem;
    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;
    text-align: center
}

.card-event__month {
    text-transform: uppercase
}

.card-event__day,
.card-event__month {
    font-size: .875rem;
    line-height: 150%;
    color: #737272;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.card-event__number {
    font-size: 1.5625rem;
    line-height: 150%
}

.card-event__text {
    width: calc(100% - 5.5rem);
    padding-left: 1.25rem
}

.card-event__categories {
    padding-bottom: .375rem
}

.card-event__description {
    display: none
}

.card-event:focus-visible:before,
.card-event:hover:before {
    opacity: 1
}

.card-event:focus-visible .card-event__title,
.card-event:hover .card-event__title {
    text-decoration: underline
}

.card-event:focus-visible .card-event__day,
.card-event:focus-visible .card-event__description,
.card-event:focus-visible .card-event__link,
.card-event:focus-visible .card-event__month,
.card-event:focus-visible .card-event__number,
.card-event:focus-visible .card-event__title,
.card-event:hover .card-event__day,
.card-event:hover .card-event__description,
.card-event:hover .card-event__link,
.card-event:hover .card-event__month,
.card-event:hover .card-event__number,
.card-event:hover .card-event__title {
    color: #fff
}

@media (min-width:992px) {
    .card-event {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .card-event__date {
        width: 6.25rem
    }

    .card-event__text {
        width: calc(100% - 6.25rem);
        padding-left: 1.5rem
    }

    .card-event__description {
        display: block
    }

    .card-event__description p {
        margin-top: .25rem
    }

    .card-event__day,
    .card-event__month {
        font-size: 1rem
    }

    .card-event__number {
        font-size: 2.1875rem
    }
}

.card-event-current {
    display: none
}

@media (min-width:992px) {

    .card-event-current,
    .card-event-current:focus,
    .card-event-current:hover {
        text-decoration: none
    }

    .card-event-current {
        display: block;
        border-radius: .5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
        box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
        overflow: hidden;
        width: 100%;
        padding: 1.375rem 1.5rem 2rem
    }

    .card-event-current:focus-visible {
        -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
        box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
    }
}

.card-event-current__list {
    list-style: none
}

.card-event-current__link {
    display: block;
    margin-top: 1.125rem;
    line-height: 1.3rem;
    color: #037cc2;
    text-decoration: underline
}

.banner-carousel__button,
.banner-carousel__description *+*,
.banner-carousel__description blockquote p+p {
    margin-top: 1rem
}

.banner-carousel__description,
.banner-carousel__title {
    line-height: 130%;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.02em
}

.card-event-current__link:hover {
    color: #243848
}

@media (min-width:1200px) {
    .card-event-current {
        width: 20.3125rem
    }
}

.banner-carousel__content {
    padding: 1.5rem 0 7.5rem
}

.banner-carousel__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-carousel__text {
    position: relative;
    z-index: 2;
    color: #fff
}

.banner-carousel__title {
    font-size: 2.125rem;
    display: -webkit-box;
    max-height: 8.2875rem;
    line-clamp: 3;
    -webkit-line-clamp: 3
}

@media (min-width:992px) {
    .banner-carousel__title {
        font-size: 2.25rem;
        max-height: 8.775rem
    }
}

.banner-carousel__title-container {
    padding: 1rem;
    background-color: rgba(0, 0, 0, .7)
}

.banner-carousel__description {
    font-size: 1.125rem;
    display: -webkit-box;
    max-height: 2.925rem;
    line-clamp: 2;
    -webkit-line-clamp: 2
}

.banner-carousel__description ul {
    list-style: disc
}

.banner-carousel__description ol {
    list-style: decimal
}

.banner-carousel__description ol,
.banner-carousel__description ul {
    padding-left: 1.25rem
}

.banner-carousel__description img {
    display: block;
    max-width: 100%
}

.banner-carousel__button__icon,
.banner-carousel__description blockquote:after,
.banner-carousel__description blockquote:before,
.banner-carousel__play {
    display: none
}

.banner-carousel__description blockquote {
    border-left: .1875rem solid #037cc2;
    padding-left: 1rem;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 150%
}

.banner-carousel__description a {
    text-decoration: underline;
    color: #fff
}

.banner-carousel__description a:hover {
    color: #eaf0f4
}

.banner-carousel__description-container {
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, .7);
    padding: 1rem
}

.banner-carousel__button {
    width: 100%
}

@media (min-width:768px) {
    .banner-carousel__play {
        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;
        background: #fff;
        width: 2.8125rem;
        height: 2.8125rem;
        border-radius: 50%;
        border: .09375rem solid #243848;
        color: #243848;
        cursor: pointer;
        -webkit-transition: background-color .5s ease-in-out;
        transition: background-color .5s ease-in-out;
        font-size: 1.25rem
    }

    .banner-carousel__play:focus-visible,
    .banner-carousel__play:hover {
        background-color: #d3dbdf
    }

    .banner-carousel__play__container {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: .625rem;
        z-index: 2
    }

    .banner-carousel__play.play:before {
        content: ""
    }

    .banner-carousel__wrapper--sede .banner-carousel__play__container {
        bottom: 1rem
    }
}

.card-advert:focus-visible .card-advert__img img,
.card-advert:hover .card-advert__img img,
.card-image:focus-visible .card-image__img img,
.card-image:hover .card-image__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.banner-figures__section:before,
.banner-internal__section:before,
.banner-main__section--bgImage:before,
.card-advert:before,
.card-blue-border .card-advert:after,
.card-blue-border .card-icon:after,
.card-icon:before,
.card-image__text:before {
    content: ""
}

.banner-carousel__section {
    position: relative
}

@media (min-width:992px) {
    .banner-carousel__description {
        font-size: 1.25rem;
        max-height: 3.25rem
    }

    .banner-carousel__content {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .banner-carousel__text {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .banner-carousel__description-container {
        margin-top: 1.125rem;
        max-width: 85%
    }

    .banner-carousel__button {
        width: auto
    }

    .banner-carousel__button__icon {
        display: block;
        font-size: 2rem;
        margin-left: 1rem
    }

    .banner-carousel__section {
        max-height: 70vh;
        min-height: 70vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1200px) {
    .banner-carousel__section {
        max-height: 50vh;
        min-height: 50vh
    }

    .banner-carousel__content {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

.banner-carousel__wrapper--sede .banner-carousel__section {
    background-color: #eaf0f4
}

.banner-carousel__wrapper--sede .banner-carousel__section .banner-carousel__img {
    display: none
}

.banner-carousel__wrapper--sede .banner-carousel__section .banner-carousel__text {
    color: #243848
}

.banner-carousel__wrapper--sede .banner-carousel__section .banner-carousel__description-container,
.banner-carousel__wrapper--sede .banner-carousel__section .banner-carousel__title-container {
    padding: 0;
    background-color: transparent
}

@media (min-width:992px) {
    .banner-carousel__wrapper--sede .banner-carousel__section {
        max-height: 65vh;
        min-height: 65vh
    }

    .banner-carousel__wrapper--sede .banner-carousel__section .banner-carousel__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 2.5rem;
        padding-bottom: 6rem
    }

    .banner-carousel__wrapper--sede .banner-carousel__section .banner-carousel__img {
        display: block;
        width: calc(41.67% - .625rem);
        position: relative;
        height: auto;
        left: auto;
        top: auto;
        border-radius: .5rem;
        aspect-ratio: 16/9
    }

    .banner-carousel__wrapper--sede .banner-carousel__section .banner-carousel__text {
        max-width: calc(58.33% - .625rem);
        width: calc(58.33% - .625rem)
    }
}

@media (min-width:1200px) {
    .banner-carousel__wrapper--sede .banner-carousel__section {
        max-height: 50vh;
        min-height: 50vh
    }
}

.owl-carousel.banner-carousel .banner-carousel__section--block-img .banner-carousel__img {
    display: none
}

@media (min-width:992px) {
    .owl-carousel.banner-carousel .banner-carousel__section--block-img .banner-carousel__img {
        display: block;
        width: calc(41.67% - .625rem)
    }
}

.banner-internal__section {
    position: relative;
    min-height: 30.875rem;
    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
}

.banner-internal__section:before {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .85
}

.banner-internal__section--blue::before {
    background: linear-gradient(332deg, #037cc2 1.03%, #243848 100%)
}

.banner-internal__section--coral::before {
    background: linear-gradient(332deg, #d73f24 1.03%, #d86851 100%)
}

.banner-internal__section--lavender::before {
    background: linear-gradient(332deg, #5e5a57 1.03%, #777471 100%)
}

.banner-internal__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-internal__text {
    position: relative;
    z-index: 3;
    padding: 2rem 0;
    color: #fff;
    text-align: center
}

.banner-internal__description blockquote,
.banner-internal__description h2,
.banner-internal__description h3,
.banner-internal__description h4,
.banner-internal__description h5,
.banner-internal__description h6,
.banner-internal__description img,
.banner-internal__description li,
.banner-internal__description p {
    margin-top: 2rem
}

.banner-internal__description ul {
    list-style: disc
}

.banner-internal__description ol {
    list-style: decimal
}

.banner-internal__description ol,
.banner-internal__description ul {
    padding-left: 1.25rem
}

.banner-internal__description img {
    display: block;
    max-width: 100%
}

.banner-internal__description blockquote {
    border-left: .1875rem solid #037cc2;
    padding-left: 1rem;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 150%
}

.banner-internal__description blockquote:after,
.banner-internal__description blockquote:before {
    display: none
}

.banner-internal__description blockquote p+p {
    margin-top: 1rem
}

.banner-internal__description a {
    text-decoration: underline;
    color: #fff;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.banner-internal__description a:hover {
    color: #eaf0f4
}

.banner-internal__button {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: -.02em
}

.banner-internal__button__icon {
    font-size: 1.25rem;
    margin-left: 1rem
}

@media (min-width:992px) {
    .banner-internal__section {
        min-height: 27.9375rem
    }

    .banner-internal__text {
        max-width: 54rem;
        margin-left: auto;
        margin-right: auto
    }

    .banner-internal__description {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        max-width: 41.375rem;
        margin-left: auto;
        margin-right: auto
    }

    .banner-internal__button {
        margin-top: 3rem
    }

    .banner-internal__button__icon {
        font-size: 2rem
    }
}

.banner-figures__section {
    position: relative;
    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
}

.banner-figures__img,
.banner-figures__section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.banner-figures__section:before {
    z-index: 2;
    opacity: .7;
    -webkit-backdrop-filter: blur(.5625rem);
    backdrop-filter: blur(.5625rem)
}

.banner-figures__section--blue::before {
    background: #04314b
}

.banner-figures__section--coral::before {
    background: linear-gradient(332deg, #d73f24 1.03%, #d86851 100%)
}

.banner-figures__section--lavender::before {
    background: linear-gradient(332deg, #5e5a57 1.03%, #777471 100%)
}

.banner-figures__img {
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.banner-figures__text {
    position: relative;
    z-index: 3;
    padding: 3.5rem 0;
    color: #fff;
    text-align: center
}

.banner-figures__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 3.625rem 0 .875rem;
    margin: 0 -.9375rem
}

.banner-figures__list__item {
    width: 9.375rem;
    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;
    text-align: center;
    margin: 0 .9375rem 3rem
}

.banner-figures__list__icon {
    width: 5.625rem;
    height: 5.625rem;
    font-size: 2.5rem;
    border-radius: 50%;
    margin-bottom: .9375rem;
    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;
    background-color: rgba(255, 255, 255, .2)
}

.banner-figures__list__number {
    font-size: 1.75rem
}

.banner-figures__list__number--symbol {
    color: #d73f24
}

.banner-figures__list__description {
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.1375rem;
    text-align: center
}

.banner-figures__list__description blockquote,
.banner-figures__list__description h2,
.banner-figures__list__description h3,
.banner-figures__list__description h4,
.banner-figures__list__description h5,
.banner-figures__list__description h6,
.banner-figures__list__description img,
.banner-figures__list__description li,
.banner-figures__list__description p {
    margin-bottom: 1rem
}

.banner-figures__list__description :last-child,
.banner-figures__list__description blockquote p {
    margin-bottom: 0
}

.banner-figures__list__description ul {
    list-style: disc
}

.banner-figures__list__description ol {
    list-style: decimal
}

.inap-sidebar__menu,
.inap-sidebar__submenu,
.inap-sidebar__submenu2,
.inap-sidebar__submenu3 {
    list-style: none
}

.banner-figures__list__description ol,
.banner-figures__list__description ul {
    padding-left: 1.25rem
}

.banner-figures__list__description img {
    display: block;
    max-width: 100%
}

.banner-figures__list__description blockquote {
    border-left: .1875rem solid #037cc2;
    padding-left: 1rem;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 150%
}

.banner-figures__list__description blockquote:after,
.banner-figures__list__description blockquote:before {
    display: none
}

.banner-figures__list__description blockquote p+p {
    margin-top: 1rem
}

.banner-figures__list__description a {
    text-decoration: underline;
    color: #fff;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.card-icon,
.card-icon:focus,
.card-icon:hover {
    text-decoration: none
}

.banner-figures__list__description a:hover {
    color: #eaf0f4
}

.banner-figures__notes {
    font-size: 1.125rem;
    font-family: "IBM Plex Sans Bold";
    line-height: 130%;
    letter-spacing: -.02em;
    margin-left: .9375rem;
    margin-right: .9375rem
}

.banner-figures__notes span {
    color: #d73f24
}

@media (min-width:768px) {
    .banner-figures__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -.625rem;
        margin-right: -.625rem
    }

    .banner-figures__list__item {
        margin-left: .625rem;
        margin-right: .625rem;
        width: 7.5rem
    }

    .banner-figures__list__number {
        margin-top: 7.8125rem
    }

    .banner-figures__list__icon+.banner-figures__list__number {
        margin-top: 0
    }

    .banner-figures__notes {
        text-align: left;
        margin-left: -.625rem;
        margin-right: -.625rem;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media (min-width:992px) {
    .banner-figures__section {
        min-height: 37.0625rem
    }

    .banner-figures__list {
        padding-top: 4rem;
        padding-bottom: 0
    }

    .banner-figures__list__item {
        margin-bottom: 1.625rem;
        width: 10.5rem
    }

    .banner-figures__list__number {
        font-size: 1.5rem
    }

    .banner-figures__list__icon {
        width: 6.875rem;
        height: 6.875rem;
        font-size: 3.4375rem
    }

    .banner-figures__list__description {
        font-size: 1rem;
        line-height: 1.3rem
    }
}

.banner-main__subtitle,
.banner-main__title,
.card-icon__title {
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.02em;
    line-height: 130%
}

@media (min-width:1200px) {
    .banner-figures__list {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .banner-figures__list__item {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 12.125rem
    }

    .banner-figures__notes {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:1440px) {
    .banner-figures__list {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .banner-figures__list__item {
        width: 12.8125rem;
        margin-left: 2rem;
        margin-right: 2rem
    }

    .banner-figures__notes {
        margin-left: -2rem;
        margin-right: -2rem;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.banner-main__section {
    border-radius: 0 0 1.5rem 1.5rem;
    overflow: hidden;
    padding: 1.5rem 1.5rem 2.5rem
}

.card-advert,
.card-icon {
    border-radius: .5rem;
    overflow: hidden
}

.banner-main__section+.banner-main__section {
    margin-top: 3rem
}

.banner-main__section--blue {
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%)
}

.banner-main__section--lightblue {
    background-color: #eaf0f4
}

.banner-main__section--bgImage {
    position: relative
}

.banner-main__section--bgImage:before {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%)
}

.banner-main__section--bgImage .banner-main__img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.banner-main__section--bgImage .banner-main__breadcrumb,
.banner-main__section--bgImage .banner-main__link-back,
.banner-main__section--bgImage .banner-main__text {
    position: relative;
    z-index: 3
}

.banner-main__section--bgImage,
.banner-main__section--bgImage .inap__breadcrumb,
.banner-main__section--bgImage .inap__breadcrumb__text,
.banner-main__section--bgImage .inap__link-back,
.banner-main__section--blue,
.banner-main__section--blue .inap__breadcrumb,
.banner-main__section--blue .inap__breadcrumb__text,
.banner-main__section--blue .inap__link-back {
    color: #fff
}

.banner-main__container {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.banner-main__breadcrumb {
    display: none
}

.banner-main__link-back {
    margin-bottom: 3rem
}

.banner-main__title {
    font-size: 2.125rem
}

@media (min-width:992px) {
    .banner-main__title {
        font-size: 2.75rem
    }
}

.banner-main__subtitle {
    margin-top: 1.5rem;
    font-size: 1.125rem
}

.banner-main__category {
    margin-right: 1rem
}

.banner-main__categories {
    padding-bottom: .375rem
}

@media (min-width:992px) {
    .banner-main__subtitle {
        font-size: 1.25rem;
        margin-top: 1rem
    }

    .banner-main__section {
        padding: 1.5rem 3rem;
        min-height: 11.25rem
    }

    .banner-main__breadcrumb {
        display: block;
        margin-bottom: 1.5rem
    }

    .banner-main__link-back {
        display: none
    }
}

@media (min-width:1200px) {
    .banner-main__section {
        padding-left: 8.33%;
        padding-right: 8.33%
    }
}

.card-icon {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    border: .0625rem solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem;
    position: relative
}

.card-icon:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-icon:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-icon__icon,
.card-icon__link {
    color: #037cc2;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.card-icon>* {
    position: relative;
    z-index: 2
}

.card-icon__icon {
    font-size: 3.5rem;
    margin-bottom: 1rem
}

.card-icon__title {
    margin-bottom: .5rem;
    font-size: 1.25rem
}

@media (min-width:992px) {
    .card-icon__title {
        font-size: 1.5rem
    }
}

.card-icon__description {
    margin-bottom: 1rem;
    font-size: .875rem;
    line-height: 150%
}

.card-advert__title,
.card-image__title {
    letter-spacing: -.02em;
    line-height: 130%;
    font-family: "IBM Plex Sans Bold"
}

@media (min-width:992px) {
    .card-icon__description {
        font-size: 1rem
    }
}

.card-icon__link {
    font-size: 2rem;
    margin-top: auto
}

.card-icon:focus-visible:before,
.card-icon:hover:before {
    opacity: 1
}

.card-icon:focus-visible .card-icon__title,
.card-icon:hover .card-icon__title {
    text-decoration: underline
}

.card-advert,
.card-advert:focus,
.card-advert:hover {
    text-decoration: none
}

.card-icon:focus-visible .card-icon__description,
.card-icon:focus-visible .card-icon__icon,
.card-icon:focus-visible .card-icon__link,
.card-icon:focus-visible .card-icon__title,
.card-icon:hover .card-icon__description,
.card-icon:hover .card-icon__icon,
.card-icon:hover .card-icon__link,
.card-icon:hover .card-icon__title {
    color: #fff
}

.card-blue-border .card-icon {
    padding-bottom: 1.375rem
}

.card-blue-border .card-icon:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .375rem;
    background: #037cc2
}

@media (min-width:992px) {
    .card-icon {
        padding: 2rem
    }

    .card-icon__title {
        margin-bottom: 1rem
    }

    .card-blue-border .card-icon {
        padding-bottom: 2.375rem
    }

    .inap__wrapper--cols4 .card-icon__title {
        margin-bottom: .5rem
    }

    .inap__wrapper--cols4 .card-icon__description {
        margin-bottom: 1.5rem
    }
}

.inap__wrapper--cols4 .card-icon {
    padding: 1.25rem 1.5rem
}

.inap__wrapper--cols4 .card-icon__icon {
    font-size: 2.5rem
}

.card-advert {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    border: .0625rem solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 17.5rem
}

.card-image,
.card-logo {
    border-radius: .5rem;
    overflow: hidden
}

.card-advert:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-advert:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-advert>* {
    position: relative;
    z-index: 2
}

.card-advert__title {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .card-advert__title {
        font-size: 1.5rem
    }
}

.card-advert__date {
    margin-bottom: 1.5rem
}

.card-advert__link {
    font-size: 2rem;
    margin-top: auto;
    color: #037cc2;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.card-advert__img img,
.card-image__img img {
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    z-index: 1;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-advert__text {
    padding: 2rem;
    height: calc(100% - 171px);
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.card-advert__img {
    width: 100%;
    height: 10.6875rem;
    overflow: hidden;
    position: relative
}

.card-advert__img img {
    height: 100%;
    position: relative
}

.card-advert:focus-visible:before,
.card-advert:hover:before {
    opacity: 1
}

.card-advert:focus-visible .card-advert__title,
.card-advert:hover .card-advert__title {
    text-decoration: underline
}

.card-image,
.card-image:focus,
.card-image:hover,
.card-image__title a {
    text-decoration: none
}

.card-advert:focus-visible .card-advert__date,
.card-advert:focus-visible .card-advert__link,
.card-advert:focus-visible .card-advert__title,
.card-advert:hover .card-advert__date,
.card-advert:hover .card-advert__link,
.card-advert:hover .card-advert__title {
    color: #fff
}

.card-blue-border .card-advert:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .375rem;
    background: #037cc2
}

.card-blue-border .card-advert .card-advert__text {
    padding-bottom: 2.375rem
}

.card-no-img .card-advert .card-advert__img {
    display: none
}

.card-no-img .card-advert .card-advert__text {
    height: 100%
}

.card-image {
    background-color: #fff;
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-image:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-book,
.card-logo {
    -webkit-box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem 1.25rem 0 rgba(0, 0, 0, .1)
}

.card-image__img {
    width: 100%;
    height: 10.6875rem;
    overflow: hidden;
    position: relative
}

.card-image__img img {
    height: 100%;
    position: relative
}

.card-image__text {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.25rem 1.5rem;
    position: relative
}

.card-image__text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-image__text>* {
    position: relative;
    z-index: 2
}

.card-image__title {
    font-size: 1.25rem;
    -webkit-transition: color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out;
    transition: color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out;
    transition: text-decoration .5s ease-in-out, color .5s ease-in-out;
    transition: text-decoration .5s ease-in-out, color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out
}

.card-image__description,
.card-logo__title {
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    line-height: 150%
}

@media (min-width:992px) {
    .card-image__title {
        font-size: 1.5rem
    }
}

.card-image__title a {
    color: inherit
}

.card-image:focus-visible .card-image__title,
.card-image:hover .card-image__title,
.card-image__title a:hover {
    text-decoration: underline
}

.card-image__description {
    font-size: .875rem
}

@media (min-width:992px) {
    .card-image__description {
        font-size: 1rem
    }
}

.card-image__description blockquote,
.card-image__description h2,
.card-image__description h3,
.card-image__description h4,
.card-image__description h5,
.card-image__description h6,
.card-image__description img,
.card-image__description li,
.card-image__description p {
    margin-bottom: 0;
    margin-top: .5rem
}

.card-image__description ol,
.card-image__description ul {
    padding-bottom: .5rem
}

.card-image__content {
    padding-bottom: 1.5rem
}

.card-image__link {
    margin-top: auto;
    font-size: 2rem;
    color: #037cc2
}

.card-image:focus-visible .card-image__description,
.card-image:focus-visible .card-image__link,
.card-image:focus-visible .card-image__title,
.card-image:focus-visible .card-image__title a,
.card-image:hover .card-image__description,
.card-image:hover .card-image__link,
.card-image:hover .card-image__title,
.card-image:hover .card-image__title a {
    color: #fff
}

.card-blue-border .card-image .card-image__text {
    padding-bottom: 1.875rem
}

.card-blue-border .card-image .card-image__text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .375rem;
    background: #037cc2
}

.card-book,
.card-book:focus,
.card-book:hover,
.card-book__title a,
.card-logo,
.card-logo:focus,
.card-logo:hover,
.inap-sidebar__menu a {
    text-decoration: none
}

.card-image:focus-visible .card-image__text:before,
.card-image:hover .card-image__text:before {
    opacity: 1
}

@media (min-width:768px) {
    .card-image__text {
        height: calc(100% - 10.6875rem)
    }

    .card-image--big .card-image__text {
        min-height: 11.8125rem
    }

    .inap__wrapper--cols4 .card-image__text,
    .inap__wrapper--cols6 .card-image__text {
        padding: .75rem 1rem
    }

    .inap__wrapper--cols4 .card-image__content,
    .inap__wrapper--cols6 .card-image__content {
        padding-bottom: 1rem
    }

    .inap__wrapper--cols6 .card-image__title {
        font-size: 1.25rem
    }

    .inap__wrapper--cols1.card-image--left .card-image__img,
    .inap__wrapper--cols1.card-image--left .card-image__text,
    .inap__wrapper--cols1.card-image--right .card-image__img,
    .inap__wrapper--cols1.card-image--right .card-image__text {
        height: auto;
        width: 50%
    }

    .inap__wrapper--cols1.card-image--left .card-image__img,
    .inap__wrapper--cols1.card-image--right .card-image__img {
        aspect-ratio: 16/9
    }

    .inap__wrapper--cols1.card-image--left .card-image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .inap__wrapper--cols1.card-image--right .card-image {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.card-logo {
    display: block;
    background-color: #fff;
    border: .0625rem solid #e6e6e6;
    padding: 1.5rem;
    position: relative
}

.card-logo:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-logo__img {
    height: 3rem;
    max-width: calc(100% - 2rem);
    margin-bottom: 1.5rem
}

.card-logo__link {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 1.5rem;
    color: #037cc2
}

.card-logo__title {
    max-width: 15.125rem;
    font-family: "IBM Plex Sans Bold";
    font-size: 1rem
}

.card-logo:focus-visible .card-logo__title,
.card-logo:hover .card-logo__title {
    color: #037cc2
}

@media (min-width:992px) {
    .card-logo__title {
        font-size: 1.125rem;
        max-width: 100%
    }
}

.gallery-thumbs__wrapper,
.gallery-thumbs__wrapper.owl-carousel {
    display: none
}

.gallery-main__img {
    width: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .25rem
}

.gallery-main__caption {
    margin-top: .5rem;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: .00625rem
}

@media (min-width:768px) {

    .gallery-thumbs__wrapper .owl-item.current,
    .gallery-thumbs__wrapper .owl-nav button.disabled {
        pointer-events: none
    }

    .gallery-thumbs__wrapper {
        display: block;
        margin: .75rem -.25rem -.25rem;
        padding-left: 5rem;
        padding-right: 5rem;
        width: 100%;
        position: relative
    }

    .no-nav .gallery-thumbs__wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .no-nav .gallery-thumbs__wrapper .owl-nav {
        display: none
    }

    .gallery-thumbs__wrapper.owl-carousel {
        display: block
    }

    .gallery-thumbs__wrapper .owl-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .25rem
    }

    .gallery-thumbs__wrapper .owl-item {
        padding: .25rem;
        margin-right: .75rem;
        border-radius: .25rem
    }

    .gallery-thumbs__wrapper .owl-nav {
        margin-top: 0
    }

    .gallery-thumbs__wrapper .owl-nav button.owl-next,
    .gallery-thumbs__wrapper .owl-nav button.owl-prev {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 4rem;
        height: 4rem;
        background-color: #037cc2;
        border-radius: .5rem;
        margin: 0;
        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;
        -webkit-transition: background-color .5s ease-in-out;
        transition: background-color .5s ease-in-out
    }

    .gallery-thumbs__wrapper .owl-nav button.owl-next span,
    .gallery-thumbs__wrapper .owl-nav button.owl-prev span {
        font-size: 0;
        width: 2.25rem;
        height: 2.25rem;
        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
    }

    .gallery-thumbs__wrapper .owl-nav button.owl-next span:before,
    .gallery-thumbs__wrapper .owl-nav button.owl-prev span:before {
        font-family: inap-icons;
        font-size: 2.25rem;
        font-weight: 700;
        color: #fff;
        text-shadow: #fff 1px 0 0, #fff .54px .84px 0, #fff -.42px .91px 0, #fff -.99px .14px 0, #fff -.65px -.76px 0, #fff .28px -.96px 0, #fff .96px -.28px 0
    }

    .gallery-thumbs__wrapper .owl-nav button.owl-next:hover,
    .gallery-thumbs__wrapper .owl-nav button.owl-prev:hover {
        background-color: rgba(0, 0, 0, .7)
    }

    .gallery-thumbs__wrapper .owl-nav button.owl-prev {
        left: 0
    }

    .gallery-thumbs__wrapper .owl-nav button.owl-prev span:before {
        content: ""
    }

    .gallery-thumbs__wrapper .owl-nav button.owl-next {
        right: 0
    }

    .gallery-thumbs__wrapper .owl-nav button.owl-next span:before {
        content: ""
    }

    .gallery-thumbs__item {
        width: 8.875rem;
        aspect-ratio: 16/9;
        border-radius: .25rem;
        padding: 0;
        overflow: hidden;
        border: none;
        cursor: pointer
    }

    .current .gallery-thumbs__item {
        -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #0053b4;
        box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #0053b4
    }

    .gallery-thumbs__img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .gallery-main__img {
        border-radius: .5rem
    }
}

.inap__gallery,
.sidebar__open {
    margin-bottom: 2.5rem
}

.card-book__title,
.inap-sidebar__link-text {
    font-family: "IBM Plex Sans Bold"
}

@media (min-width:1200px) {
    .gallery-thumbs__wrapper {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }
}

.bgDarkBlue .gallery-main__caption {
    color: #fff
}

.inap-sidebar__menu>.inap-sidebar__item {
    border-bottom: .0625rem solid #a7b8bf
}

.inap-sidebar__menu>.inap-sidebar__item:first-child {
    border-top: .0625rem solid #a7b8bf
}

.inap-sidebar__menu .js-sidebar__submenu {
    display: none
}

.inap-sidebar__item-button {
    width: 3.5rem;
    min-height: 3.5rem;
    color: #037cc2;
    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;
    font-size: 1.5rem;
    -webkit-transition: color .5s ease-in-out, background-color .5s ease-in-out;
    transition: color .5s ease-in-out, background-color .5s ease-in-out
}

.inap-sidebar__item-button i {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.inap-sidebar__item-button:hover {
    color: #185687
}

.inap-sidebar__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inap-sidebar__item-header.open>.inap-sidebar__item-button i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.inap-sidebar__link {
    padding: 1rem;
    width: calc(100% - 3.5rem);
    -webkit-transition: color .5s ease-in-out, background-color .5s ease-in-out;
    transition: color .5s ease-in-out, background-color .5s ease-in-out
}

.inap-sidebar__link-text {
    line-height: 1.3rem;
    display: inline
}

.inap-sidebar__link i {
    margin-left: .5rem;
    font-size: 1.25rem;
    color: #037cc2;
    display: inline;
    position: relative;
    bottom: -.125rem
}

.inap-sidebar__link--full {
    width: 100%
}

.inap-sidebar__link.active,
.inap-sidebar__link.active+.inap-sidebar__item-button {
    background-color: #eaf0f4
}

.inap-sidebar__link:not(.inap-sidebar__link--nolink):hover {
    color: #037cc2
}

.inap-sidebar__sublink-text {
    line-height: 1.3rem
}

.inap-sidebar__submenu .inap-sidebar__link {
    padding-left: 1.5rem
}

.inap-sidebar__submenu2 .inap-sidebar__link {
    padding-left: 1.875rem
}

.inap-sidebar__submenu3 .inap-sidebar__link {
    padding-left: 3rem;
    width: 100%;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inap-sidebar__submenu3 .inap-sidebar__link:before {
    content: "";
    background-color: #243848;
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    position: absolute;
    left: 2.125rem;
    top: 1.5rem
}

.inap-sidebar__submenu3 .inap-sidebar__link i {
    bottom: 0
}

@media (min-width:992px) {
    .inap-sidebar__menu>.inap-sidebar__item:first-child {
        border-top: none
    }
}

.sidebar__box__overlay {
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out
}

.sidebar__box__content {
    background-color: #fff;
    border-radius: .5rem .5rem 0 0;
    height: calc(100vh - 5.5rem);
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    -webkit-transition: bottom .5s ease-in-out;
    transition: bottom .5s ease-in-out;
    z-index: 6
}

.sidebar__box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem
}

.sidebar__box.open .sidebar__box__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 5
}

.sidebar__box.open .sidebar__box__content {
    bottom: 0
}

.sidebar__close {
    font-size: 1.5rem;
    color: #185687;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.sidebar__close:hover {
    color: #037cc2
}

.sidebar__open {
    width: 100%;
    background-color: #fff;
    border: .0625rem solid #d3dbdf;
    border-radius: .25rem;
    padding: .75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar__open__text {
    font-size: 1.125rem;
    line-height: 150%
}

.sidebar__open i {
    font-size: 2rem
}

@media (min-width:992px) {

    .sidebar__box__header,
    .sidebar__box__overlay,
    .sidebar__open {
        display: none
    }

    .sidebar__box {
        position: sticky;
        top: 6.25rem;
        max-height: calc(100vh - 132px);
        overflow-y: auto;
        -webkit-transition: top .5s ease-in-out;
        transition: top .5s ease-in-out
    }

    .sidebar__box__content {
        background-color: transparent;
        border-radius: 0;
        height: auto;
        position: initial;
        bottom: auto;
        left: auto;
        width: auto;
        z-index: auto;
        overflow: visible
    }

    .nav-down+.main-content .sidebar__box {
        top: 12.5rem;
        max-height: calc(100vh - 215px)
    }
}

@media (min-width:1440px) {
    .nav-down+.main-content .sidebar__box {
        top: 10.625rem;
        max-height: calc(100vh - 185px)
    }
}

.inap-sidebar__menu--list {
    counter-reset: item-level1
}

.inap-sidebar__menu--list>.inap-sidebar__item>.inap-sidebar__item-header>.inap-sidebar__link>* {
    padding-left: 1.875rem;
    display: block;
    position: relative
}

.inap-sidebar__menu--list>.inap-sidebar__item>.inap-sidebar__item-header>.inap-sidebar__link>::before {
    position: absolute;
    width: 1.5625rem;
    aspect-ratio: 1;
    counter-increment: item-level1;
    content: counter(item-level1) ".";
    left: 0;
    top: 0
}

.card-book {
    border-radius: .5rem;
    background-color: #fff;
    overflow: hidden;
    padding: 1.25rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.card-book__button__list,
.card-book__link__list {
    padding-top: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.card-book:focus-visible {
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.card-book__img {
    width: 6.25rem;
    height: 8.75rem;
    aspect-ratio: 1.4
}

.card-book__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.card-book__text {
    width: calc(100% - 6.25rem);
    padding-left: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-book__title {
    letter-spacing: -.02em;
    line-height: 130%;
    font-size: 1.25rem
}

.card-book__title a {
    color: inherit
}

.card-book__title a:hover {
    text-decoration: underline
}

.card-book__description {
    margin-top: 1rem
}

@media (min-width:992px) {
    .card-book__title {
        font-size: 1.5rem
    }

    .card-book__description {
        font-size: 1.125rem;
        line-height: 150%
    }
}

.card-book__button,
.card-book__link {
    margin-top: .75rem;
    font-size: 1rem;
    line-height: 1.5rem
}

.card-book__description blockquote,
.card-book__description h2,
.card-book__description h3,
.card-book__description h4,
.card-book__description h5,
.card-book__description h6,
.card-book__description img,
.card-book__description li,
.card-book__description p {
    margin-bottom: .5rem
}

.card-book__description ol,
.card-book__description ul {
    padding-bottom: .5rem
}

.card-book__button {
    min-width: 100%;
    width: 100%;
    min-height: 2.625rem
}

.card-book__button__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-book__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "IBM Plex Sans Bold";
    color: #037cc2;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    text-decoration: none
}

.card-faq__title,
.card-large__title {
    line-height: 130%;
    letter-spacing: -.02em;
    font-family: "IBM Plex Sans Bold"
}

.card-book__link:hover {
    color: #185687;
    text-decoration: none
}

.card-book__link .inap__btn__text {
    text-decoration: underline
}

.card-book__link .inap__btn__icon {
    font-size: 1.25rem;
    margin-left: .5rem
}

.card-book__link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:992px) {

    .card-book__button,
    .card-book__link {
        margin-right: .75rem
    }

    .card-book {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .card-book__img {
        width: 10.75rem;
        height: 15rem
    }

    .card-book__text {
        width: calc(100% - 10.75rem)
    }

    .card-book__button {
        min-width: 10.75rem;
        width: auto
    }

    .card-book__button__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card-book__link__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .card-book__link__list li:not(:last-child) {
        position: relative;
        margin-right: .75rem
    }

    .card-book__link__list li:not(:last-child):after {
        content: "";
        width: .125rem;
        height: .75rem;
        position: absolute;
        right: 0;
        top: calc(50% + 6px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #d3dbdf
    }
}

.card-large {
    padding: 1.5rem 1rem 1.125rem;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    width: 100%
}

.card-large:before,
.card-large__img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0
}

.card-large:before {
    content: "";
    background: -webkit-gradient(linear, right top, left top, color-stop(7.58%, #000), color-stop(92.73%, rgba(0, 0, 0, .5)));
    background: linear-gradient(270deg, #000 7.58%, rgba(0, 0, 0, .5) 92.73%);
    z-index: 2;
    opacity: .5
}

.card-large__img {
    z-index: 1;
    overflow: hidden
}

.card-large__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.card-large__text {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-large__title {
    color: #fff;
    font-size: 1.25rem;
    -webkit-transition: color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out;
    transition: color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out;
    transition: text-decoration .5s ease-in-out, color .5s ease-in-out;
    transition: text-decoration .5s ease-in-out, color .5s ease-in-out, -webkit-text-decoration .5s ease-in-out
}

@media (min-width:992px) {
    .card-large__title {
        font-size: 1.5rem
    }
}

.card-large__title a {
    color: inherit;
    text-decoration: none
}

.card-large:focus-visible .card-large__description,
.card-large:focus-visible .card-large__link,
.card-large:focus-visible .card-large__title,
.card-large:focus-visible .card-large__title a,
.card-large:hover .card-large__description,
.card-large:hover .card-large__link,
.card-large:hover .card-large__title,
.card-large:hover .card-large__title a,
.card-large__link {
    color: #fff
}

.card-large:focus-visible .card-large__title,
.card-large:hover .card-large__title,
.card-large__title a:hover {
    text-decoration: underline
}

.card-large__description {
    color: #fff;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.card-large__description blockquote,
.card-large__description h2,
.card-large__description h3,
.card-large__description h4,
.card-large__description h5,
.card-large__description h6,
.card-large__description img,
.card-large__description li,
.card-large__description p {
    margin-bottom: 0;
    margin-top: 1rem
}

.card-faq__list li,
.card-faq__title,
.cmp-chips__item {
    margin-bottom: 1rem
}

.card-large__description ol,
.card-large__description ul {
    padding-bottom: .5rem
}

.card-large__content {
    background-color: rgba(0, 0, 0, .7);
    padding: 1rem;
    max-width: 31.5625rem;
    border-radius: .25rem;
    overflow: hidden;
    position: relative
}

.card-large__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.card-large__content--transparent {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    overflow: visible
}

.card-large__content--transparent:before {
    display: none
}

.card-large__content>* {
    position: relative;
    z-index: 2
}

.card-large__link {
    margin-top: 2.5rem;
    font-size: 2rem
}

.card-large:focus-visible .card-large__img img,
.card-large:hover .card-large__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card-large:focus-visible .card-large__content:before,
.card-large:hover .card-large__content:before {
    opacity: 1
}

@media (min-width:992px) {
    .card-large {
        padding: 1.875rem 3rem;
        min-height: 22.3125rem;
        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: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .card-large__link {
        margin-top: 1rem
    }
}

.card-faq__img {
    display: none
}

.card-faq__text {
    padding-bottom: .25rem
}

.card-faq__title {
    font-size: 1.25rem
}

@media (min-width:992px) {
    .card-faq__title {
        font-size: 1.5rem
    }

    .cmp-chips__button {
        font-size: 1.125rem;
        line-height: 150%
    }
}

.card-faq__title a {
    text-decoration: none
}

.card-faq__title a:hover {
    text-decoration: underline
}

.card-faq__list {
    padding-left: 1.25rem
}

.card-faq__list-item {
    font-size: 1.125rem;
    line-height: 150%;
    color: #185687;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    text-decoration: none
}

.card-faq__list-item:hover {
    color: #037cc2;
    text-decoration: underline
}

@media (min-width:768px) {
    .card-faq__img {
        display: block;
        width: 100%;
        height: 10.6875rem;
        border-radius: .5rem;
        border: .0625rem solid #d3dbdf;
        margin-bottom: 1rem;
        overflow: hidden
    }

    .card-faq__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.cmp-chips__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: .5rem;
    list-style: none
}

.cmp-chips__item {
    margin-right: 1rem
}

.cmp-chips__item:last-child {
    margin-right: 0
}

.cmp-chips__button {
    padding: .5rem .75rem;
    border: .0625rem solid #243848;
    border-radius: 6.25rem;
    -webkit-transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out;
    background-color: transparent;
    cursor: pointer
}

.cmp-chips__button:hover {
    border-color: #037cc2;
    color: #037cc2
}

.cmp-chips__button--active {
    background-color: #243848;
    color: #fff
}

@media (min-width:992px) {
    .cmp-chips__list {
        padding-bottom: 1rem
    }

    .cmp-chips__button {
        padding: .625rem .9375rem
    }

    .card-results__category {
        font-size: 1.125rem;
        line-height: 150%
    }
}

.card-results {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none
}

.card-results__category {
    color: #185687;
    margin-bottom: .5rem;
    margin-right: .75rem;
    text-decoration: none
}

.card-results__category__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: .5rem
}

.card-results__tags {
    margin-bottom: .5rem
}

.card-results__title {
    width: 100%;
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.02em;
    line-height: 130%;
    font-size: 1.125rem;
    text-decoration: none
}

@media (min-width:992px) {
    .card-results__title {
        font-size: 1.25rem
    }
}

.card-results__title:focus-visible,
.card-results__title:hover {
    color: inherit
}

.card-results__title.rspkr_dr_added {
    width: calc(100% - 3rem)
}

.card-results__description {
    width: 100%;
    padding-top: .5rem
}

.card-results__description p {
    margin-top: .5rem
}

.card-results .rspkr_dr_link {
    margin-left: 1rem
}

.card-results__wrapper li:not(:last-child) {
    border-bottom: .0625rem solid #d3dbdf
}

.card-training {
    border-radius: .5rem;
    background-color: #fff;
    border: 1px solid #d3dbdf;
    border-left-width: 5px;
    border-left-color: #037cc2;
    padding: .75rem 1rem;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem
}

.card-training__categories {
    padding-bottom: 0;
    gap: .75rem
}

.card-training__categories .inap__category {
    margin: 0
}

.card-training__title {
    font-size: 1.125rem;
    line-height: 8.125%rem;
    letter-spacing: -.4px
}

.card-training__title__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: .75rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-training__title__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    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;
    background-color: color-mix(in srgb, #037cc2, #fff 80%);
    border-radius: 50%
}

.card-training__title__icon .inap__btn__icon {
    font-size: 1.25rem;
    color: #037cc2
}

.card-training__title__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-training__edition {
    font-size: .875rem;
    line-height: 1pxrem;
    letter-spacing: .1px;
    color: #5B7C85
}

.card-training__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .75rem
}

.card-training__data__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    width: 100%
}

.card-training__data__icon {
    width: 2.5rem;
    height: 2.5rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #F2F8FC;
    border-radius: .75rem
}

.card-training__data__icon .inap__btn__icon {
    font-size: 1.5rem;
    color: #037cc2
}

.card-training__data__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-training__data__title {
    font-family: "IBM Plex Sans Bold";
    font-size: 1pxrem;
    line-height: 9.375%rem;
    color: #243848
}

.card-training__data__subtitle {
    font-size: .88pxrem;
    line-height: 1rem;
    letter-spacing: .1px;
    color: #405258
}

.card-training__desc {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: .25rem
}

.card-training__desc__item {
    padding: .25rem .5rem;
    border-radius: .5rem;
    border: 1px solid #eaf0f4;
    color: #037cc2;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .1px
}

.card-training__button {
    padding: .625rem 2.1875rem;
    font-size: 1rem;
    min-height: 2.6875rem;
    margin-top: auto
}

.card-training.inap__category--professional-dev {
    border-left-color: #EFC326
}

.card-training.inap__category--professional-dev .card-training__title__icon {
    background-color: color-mix(in srgb, #EFC326, #fff 80%)
}

.card-training.inap__category--professional-dev .card-training__title__icon .inap__btn__icon {
    color: #EFC326
}

.card-training.inap__category--aprendizaje_directivo {
    border-left-color: #F69055
}

.card-training.inap__category--aprendizaje_directivo .card-training__title__icon {
    background-color: color-mix(in srgb, #F69055, #fff 80%)
}

.card-training.inap__category--aprendizaje_directivo .card-training__title__icon .inap__btn__icon {
    color: #F69055
}

.card-training.inap__category--eadp {
    border-left-color: #46C5DF
}

.card-training.inap__category--eadp .card-training__title__icon {
    background-color: color-mix(in srgb, #46C5DF, #fff 80%)
}

.card-training.inap__category--eadp .card-training__title__icon .inap__btn__icon {
    color: #46C5DF
}

.card-training.inap__category--selectivos_y_pi {
    border-left-color: #56AC46
}

.card-training.inap__category--selectivos_y_pi .card-training__title__icon {
    background-color: color-mix(in srgb, #56AC46, #fff 80%)
}

.card-training.inap__category--selectivos_y_pi .card-training__title__icon .inap__btn__icon {
    color: #56AC46
}

.card-training.inap__category--innovacion_docente {
    border-left-color: #B35EA5
}

.card-training.inap__category--innovacion_docente .card-training__title__icon {
    background-color: color-mix(in srgb, #B35EA5, #fff 80%)
}

.card-training.inap__category--innovacion_docente .card-training__title__icon .inap__btn__icon {
    color: #B35EA5
}

.card-training.inap__category--f_local {
    border-left-color: #4F7DC0
}

.card-training.inap__category--f_local .card-training__title__icon {
    background-color: color-mix(in srgb, #4F7DC0, #fff 80%)
}

.card-training.inap__category--f_local .card-training__title__icon .inap__btn__icon {
    color: #4F7DC0
}

.card-training.inap__category--internacional {
    border-left-color: #F58C75
}

.card-training.inap__category--internacional .card-training__title__icon {
    background-color: color-mix(in srgb, #F58C75, #fff 80%)
}

.card-training.inap__category--internacional .card-training__title__icon .inap__btn__icon {
    color: #F58C75
}

.card-training.inap__category--subprograma_tic {
    border-left-color: #C4F575
}

.card-training.inap__category--subprograma_tic .card-training__title__icon {
    background-color: color-mix(in srgb, #C4F575, #fff 80%)
}

.card-training.inap__category--subprograma_tic .card-training__title__icon .inap__btn__icon {
    color: #C4F575
}

.card-training.inap__category--desempeno_general {
    border-left-color: #F57595
}

.card-training.inap__category--desempeno_general .card-training__title__icon {
    background-color: color-mix(in srgb, #F57595, #fff 80%)
}

.card-training.inap__category--desempeno_general .card-training__title__icon .inap__btn__icon {
    color: #F57595
}

.card-training.inap__category--extra01 {
    border-left-color: #F5E675
}

.card-training.inap__category--extra01 .card-training__title__icon {
    background-color: color-mix(in srgb, #F5E675, #fff 80%)
}

.card-training.inap__category--extra01 .card-training__title__icon .inap__btn__icon {
    color: #F5E675
}

.card-training.inap__category--extra02 {
    border-left-color: #75F5C8
}

.card-training.inap__category--extra02 .card-training__title__icon {
    background-color: color-mix(in srgb, #75F5C8, #fff 80%)
}

.card-training.inap__category--extra02 .card-training__title__icon .inap__btn__icon {
    color: #75F5C8
}

.card-training.inap__category--training {
    border-left-color: #75dfcc
}

.card-training.inap__category--training .card-training__title__icon {
    background-color: color-mix(in srgb, #75dfcc, #fff 80%)
}

.card-training.inap__category--training .card-training__title__icon .inap__btn__icon {
    color: #75dfcc
}

.card-training.inap__category--process {
    border-left-color: #988ce0
}

.card-training.inap__category--process .card-training__title__icon {
    background-color: color-mix(in srgb, #988ce0, #fff 80%)
}

.card-training.inap__category--process .card-training__title__icon .inap__btn__icon {
    color: #988ce0
}

.card-training.inap__category--knowledge {
    border-left-color: #8f2d56
}

.card-training.inap__category--knowledge .card-training__title__icon {
    background-color: color-mix(in srgb, #8f2d56, #fff 80%)
}

.card-training.inap__category--knowledge .card-training__title__icon .inap__btn__icon {
    color: #8f2d56
}

.card-training.inap__category--grant {
    border-left-color: #fbb13c
}

.card-training.inap__category--grant .card-training__title__icon {
    background-color: color-mix(in srgb, #fbb13c, #fff 80%)
}

.card-training.inap__category--grant .card-training__title__icon .inap__btn__icon {
    color: #fbb13c
}

.card-training.inap__category--international {
    border-left-color: #0da55c
}

.card-training.inap__category--international .card-training__title__icon {
    background-color: color-mix(in srgb, #0da55c, #fff 80%)
}

.card-training.inap__category--international .card-training__title__icon .inap__btn__icon {
    color: #0da55c
}

.card-training.inap__category--official {
    border-left-color: #037cc2
}

.card-training.inap__category--official .card-training__title__icon {
    background-color: color-mix(in srgb, #037cc2, #fff 80%)
}

.card-training.inap__category--official .card-training__title__icon .inap__btn__icon {
    color: #037cc2
}

@media (min-width:992px) {

    .card-training__data__icon,
    .card-training__title__icon {
        width: 3.125rem;
        height: 3.125rem
    }

    .card-training {
        padding: 1.25rem 1.5rem;
        gap: 1.5rem
    }

    .card-training__title {
        font-size: 1.25rem
    }

    .card-training__title__icon .inap__btn__icon {
        font-size: 1.5rem
    }

    .card-training__data__title {
        font-size: 1.125rem
    }
}

.filters-chips {
    padding: .625rem .9375rem;
    border-radius: 6.1875rem;
    border: 1px solid #243848;
    background-color: #fff;
    -webkit-transition: background-color .5s ease-in-out, color .5s ease-in-out, border-color .5s ease-in-out;
    transition: background-color .5s ease-in-out, color .5s ease-in-out, border-color .5s ease-in-out;
    color: #243848;
    font-size: 18px;
    line-height: 150%;
    cursor: pointer
}

.filters-chips.filters-chips--active,
.filters-chips:hover {
    color: #fff;
    background-color: #243848
}

.filters-chips__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

.filters-chips__wrapper,
.main-content .section--img-bg {
    display: none
}

.section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.section.section--pb0 {
    padding-bottom: 0
}

.main-content {
    position: relative
}

@media (min-width:768px) {
    .filters-chips__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-content .section--img-bg {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(calc(-50% - 8.75rem));
        transform: translateY(calc(-50% - 8.75rem));
        z-index: -1
    }
}

.section-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-detail__info,
.section-details__content-image.horizontal_bottom,
.section-details__content-image.vertical_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-detail>* {
    width: 100%
}

.section-detail__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-detail__info .inap__category__wrapper+.inap__info-icon {
    margin-top: .875rem
}

.section-detail__info .inap__info-icon+.inap__info-icon {
    margin-top: 1rem
}

.section-detail__content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.section-detail .inap__location-link {
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .section-detail {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .section-detail .inap__social-networks {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 2.5rem;
        margin-left: 1.875rem;
        width: 2.5rem
    }

    .section-detail .inap__social-networks__title {
        display: none
    }

    .section-detail .inap__social-networks__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-detail .inap__social-networks__list li:not(:last-child) {
        margin-right: 0
    }

    .section-detail__content {
        width: calc(100% - 6.875rem);
        margin-left: auto
    }

    .section-detail__info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 6.875rem;
        margin-bottom: 2rem
    }
}

@media (min-width:992px) {
    .section-detail {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (min-width:1200px) {
    .main-content .section--img-bg {
        -webkit-transform: translateY(calc(-50% - 17.5rem));
        transform: translateY(calc(-50% - 17.5rem))
    }

    .section-detail {
        padding-left: 8.33%;
        padding-right: 16.67%
    }
}

.process-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem
}

.process-block:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: .0625rem solid #eaf0f4
}

.process-block__img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem
}

.process-block__img+.process-block__title {
    width: calc(100% - 3rem)
}

.process-block__title {
    width: 100%;
    font-family: "IBM Plex Sans Bold";
    font-size: 1.25rem
}

.process-block__text {
    width: 100%
}

.process-block__text li,
.process-block__text p {
    margin-top: .75rem
}

.section-detail.section-detail__process .section-details__content {
    padding-bottom: 0
}

.section-detail.section-detail__process .section-details__content .inap__richText h2 {
    font-size: 1.25rem
}

@media (min-width:992px) {
    .section-detail.section-detail__process .section-details__content .inap__richText h2 {
        font-size: 1.5rem
    }
}

.section-detail.section-detail__process .section-details__content .inap__richText h3 {
    font-size: 1.125rem
}

@media (min-width:992px) {
    .section-detail.section-detail__process .section-details__content .inap__richText h3 {
        font-size: 1.25rem
    }
}

.section-detail.section-detail__process .section-details__content .inap__richText h4 {
    font-size: 1rem;
    line-height: 150%
}

@media (min-width:992px) {
    .section-detail.section-detail__process .section-details__content .inap__richText h4 {
        font-size: 1.125rem
    }
}

.section-detail.section-detail__process .section-details__content .inap__richText h5 {
    font-size: .875rem
}

.section-detail.section-detail__process .section-details__container>.inap__btn {
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media (min-width:768px) {
    .section-detail.section-detail__process .section-details__container {
        padding-left: 1.5rem
    }
}

@media (min-width:992px) {
    .section-detail.section-detail__process .section-details__content .inap__richText h5 {
        font-size: 1rem
    }

    .section-detail.section-detail__process .section-details__container {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .section-detail.section-detail__process .section-details__container>.inap__btn {
        margin-bottom: 2.5rem
    }
}

.section-details__content-image .section-details__content .inap__richText *,
.section-details__content-image .section-details__image .cmp-image {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .section-detail.section-detail__process .section-details__container {
        padding-right: 8.33%;
        padding-left: 8.33%
    }
}

.section-details__identification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%
}

.section-details__identification .process-block {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    margin: 0
}

.section-details__identification .process-block:not(:last-child) {
    padding-bottom: 8px
}

@media (min-width:992px) {
    .section-details__identification .process-block {
        width: calc(33.33% - 16px)
    }
}

.section-details__content-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 1rem 0
}

.section-details__content-image.horizontal_top,
.section-details__content-image.vertical_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.section-details__content-image .section-details__image {
    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: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1rem
}

.section-details__content-image .section-details__image .cmp-image__img {
    width: 100%
}

.section-details__content-image .section-details__image .cmp-image__caption {
    margin-top: 0
}

.section-details__content-image .section-details__image .cmp-image__container {
    width: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1rem
}

.section-details__content-image .section-details__content .inap__richText {
    padding-bottom: 0;
    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: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 1rem
}

@media (min-width:992px) {
    .section-details__content-image {
        gap: 1.5rem;
        padding: 1.5rem 0
    }

    .section-details__content-image .section-details__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .section-details__content-image .section-details__content .inap__richText {
        gap: 1.5rem
    }

    .section-details__content-image.vertical_right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .section-details__content-image.vertical_left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .section-details__content-image.vertical_left .section-details__image,
    .section-details__content-image.vertical_right .section-details__image {
        width: 33.33%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .section-details__content-image.horizontal_bottom .section-details__image,
    .section-details__content-image.horizontal_top .section-details__image {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .section-details__content-image.horizontal_bottom .section-details__image .cmp-image__container,
    .section-details__content-image.horizontal_bottom .section-details__image .cmp-image__img,
    .section-details__content-image.horizontal_top .section-details__image .cmp-image__container,
    .section-details__content-image.horizontal_top .section-details__image .cmp-image__img {
        width: auto
    }
}

.section-details__status-group .section-details__container--status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

.section-details__status-group .section-details__container--status .inap__container {
    padding: 0;
    margin: 0;
    width: 100%
}

.section-details__status-group .section-details__container--status .section-details__container {
    padding: 0
}

@media (min-width:992px) {
    .section-details__status-group .section-details__container--status {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.5rem
    }

    .section-details__status-group .section-details__container--status>.section-details__content {
        width: calc(50% - 12px)
    }
}

.form-element:hover {
    border-color: #a7b8bf;
    -webkit-box-shadow: none;
    box-shadow: none
}

.inap-form__custom-item .form-checkboxes .form-item {
    margin: 0 0 1rem
}

.inap-form__custom-item .form-checkboxes .form-item__label {
    font-size: 1rem;
    line-height: 1.5rem
}

.inap-form__group .form-item {
    margin-bottom: 0;
    margin-top: 0
}

.page-wrapper :focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-wrapper :focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc;
    box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #52a0fc
}

.cmp-search__input-group input.form-text:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ck-content {
    padding-bottom: 1.5rem
}

.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.ck-content li {
    margin-bottom: 1rem
}

.ck-content blockquote,
.ck-content img,
.ck-content p {
    margin-bottom: 2rem
}

.ck-content ul {
    list-style: disc
}

.ck-content ol {
    list-style: decimal
}

.ck-content ol,
.ck-content ul {
    padding-bottom: 1.5rem;
    padding-left: 1.25rem
}

.ck-content img {
    display: block;
    max-width: 100%
}

.ck-content blockquote {
    border-left: .1875rem solid #037cc2;
    padding-left: 1rem;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 150%
}

.ck-content blockquote:after,
.ck-content blockquote:before {
    display: none
}

.ck-content blockquote p {
    margin-bottom: 0
}

.ck-content blockquote p+p {
    margin-top: 1rem
}

.ck-content a {
    color: #037cc2;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.ck-content a:hover {
    color: #185687
}

.js-form-submit.button {
    min-width: 12.875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 1.5rem;
    border-radius: 6.1875rem;
    text-decoration: none;
    font-family: "IBM Plex Sans Bold";
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -.02em;
    min-height: 2.75rem;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: .125rem solid #037cc2 !important;
    background-color: #fff;
    color: #037cc2;
    -webkit-transition: background-color .5s ease-in-out, color .5s ease-in-out, border-color .5s ease-in-out;
    transition: background-color .5s ease-in-out, color .5s ease-in-out, border-color .5s ease-in-out
}

.js-form-submit.button:focus {
    outline: 0
}

.js-form-submit.button:focus-visible,
.js-form-submit.button:hover {
    text-decoration: none;
    background-color: #037cc2;
    color: #fff
}

a:hover .inap__category {
    color: #243848
}

.cookiesjsr--app .cookiesjsr-banner {
    background: linear-gradient(91deg, #185687 4.92%, #037cc2 100%);
    padding-top: .5rem
}

.cookiesjsr--app .cookiesjsr-banner--info {
    font-size: .875rem;
    line-height: 150%;
    padding: 0;
    margin-bottom: 1.5rem;
    color: #fff
}

@media (min-width:992px) {

    .section-detail .section-details__date+.block+.section-details__date,
    .section-detail .section-details__date+.section-details__date {
        margin-top: -1rem
    }

    .cookiesjsr--app .cookiesjsr-banner--info {
        font-size: 1rem
    }
}

.cookiesjsr--app .cookiesjsr-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .5rem 0 0
}

.cookiesjsr--app .cookiesjsr-links.links--row li {
    padding: 0;
    margin: .5rem 1.5rem 0 0
}

.cookiesjsr--app .cookiesjsr-links.links--row li::before {
    display: none
}

.cookiesjsr--app .cookiesjsr-links.links--row li a {
    font-size: .875rem;
    line-height: 150%;
    color: #fff;
    -webkit-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

.cookiesjsr--app .cookiesjsr-links.links--row li a:hover {
    color: #eaf0f4
}

.cookiesjsr--app .cookiesjsr-banner--action .cookiesjsr-btn {
    margin: 0;
    font-family: "IBM Plex Sans Bold";
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -.022em;
    text-transform: none;
    width: 100%;
    border-radius: 6.25rem;
    border: .125rem solid #fff;
    background-color: transparent;
    color: #fff;
    padding: .625rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: background-color .5s ease-in-out, color .5s ease-in-out;
    transition: background-color .5s ease-in-out, color .5s ease-in-out
}

.cookiesjsr--app .cookiesjsr-banner--action .cookiesjsr-btn.allowAll {
    color: #037cc2;
    background-color: #fff
}

.cookiesjsr--app .cookiesjsr-banner--action .cookiesjsr-btn.allowAll:hover {
    background-color: transparent;
    color: #fff
}

.cookiesjsr--app .cookiesjsr-banner--action .cookiesjsr-btn:not(.allowAll):hover {
    color: #037cc2;
    background-color: #fff
}

.cookiesjsr--app .cookiesjsr-banner--action .cookiesjsr-btn+.cookiesjsr-btn {
    margin-top: .5rem
}

.cookiesjsr--app .cookiesjsr-layer {
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: auto;
    bottom: 0;
    max-height: 80vh;
    width: 100vw;
    border-radius: .5rem .5rem 0 0;
    padding: 0
}

.cookiesjsr--app .cookiesjsr-layer--overlay {
    background-color: #000;
    opacity: .4
}

.cookiesjsr--app .cookiesjsr-layer--header {
    padding: 1rem;
    height: auto
}

.cookiesjsr--app .cookiesjsr-layer--title {
    font-family: "IBM Plex Sans Bold";
    letter-spacing: -.02em;
    line-height: 130%;
    font-size: 1.125rem;
    color: #002f4f
}

@media (min-width:992px) {
    .cookiesjsr--app .cookiesjsr-layer--title {
        font-size: 1.25rem
    }
}

.cookiesjsr--app .cookiesjsr-layer--close {
    background: 0 0;
    text-indent: 0;
    font-size: 0;
    width: 1.5rem;
    height: 1.5rem
}

.cookiesjsr--app .cookiesjsr-layer--close:before {
    font-family: inap-icons;
    content: "";
    font-size: 1.5rem;
    color: #037cc2
}

.cookiesjsr--app .cookiesjsr-layer--close:hover:before {
    color: #243848
}

.cookiesjsr--app .cookiesjsr-layer--body {
    max-height: calc(100% - 57px - 193px);
    top: 3.5625rem
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--tab {
    font-weight: 400;
    color: #002f4f;
    font-family: "IBM Plex Sans Bold";
    font-size: 1rem;
    line-height: 150%;
    border-bottom: .0625rem solid #d3dbdf;
    padding: 1rem;
    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
}

@media (min-width:992px) {
    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--tab {
        font-size: 1.125rem
    }
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--tab:after {
    font-family: inap-icons;
    content: "";
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    color: #037cc2;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--content {
    color: #002f4f;
    padding-bottom: 1rem
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--intro {
    padding: .5rem 1rem
}

@media (min-width:992px) {
    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--intro {
        font-size: 1.125rem;
        line-height: 150%
    }
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service:hover {
    background-color: transparent
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service .cookiesjsr-service--description {
    padding: .5rem 1rem;
    width: 60%
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service .cookiesjsr-service--description h3 {
    font-size: 1.125rem;
    line-height: 150%;
    font-family: "IBM Plex Sans Bold";
    font-weight: 400
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service .cookiesjsr-service--action {
    padding: .5rem 1rem;
    width: 40%
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service .cookiesjsr-service--action .cookiesjsr-service--always-on {
    font-family: "IBM Plex Sans Bold";
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -.022em;
    text-transform: none;
    width: 100%;
    border-radius: 6.25rem;
    border: .125rem solid #fff;
    background-color: #fff;
    color: #0da55c;
    padding: .5rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service .cookiesjsr-service--action .cookiesjsr-service--always-on span {
    background-color: transparent;
    padding: 0
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group.active .cookiesjsr-service-group--content,
.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
    background-color: #185687;
    color: #fff
}

.cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group.active .cookiesjsr-service-group--tab:after {
    color: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cookiesjsr--app .cookiesjsr-layer--footer {
    background-color: #fff;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto
}

.cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-layer--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    font-family: "IBM Plex Sans Bold";
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -.022em;
    text-transform: none;
    width: 100%;
    border-radius: 6.25rem;
    border: .125rem solid #185687;
    background-color: transparent;
    color: #185687;
    padding: .5rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    min-height: 2.6875rem;
    -webkit-transition: background-color .5s ease-in-out, color .5s ease-in-out;
    transition: background-color .5s ease-in-out, color .5s ease-in-out
}

.cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn.denyAll {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn.save {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn.allowAll {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: #fff;
    background-color: #185687
}

.cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn.allowAll:hover {
    background-color: #fff;
    color: #185687
}

.cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn:not(.allowAll):hover {
    color: #fff;
    background-color: #185687
}

.cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn+.cookiesjsr-btn {
    margin-top: .5rem
}

@media (min-width:768px) and (min-width:992px) {
    .cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-layer--label-all {
        font-size: 1.125rem;
        line-height: 150%
    }
}

@media (min-width:768px) {
    .cookiesjsr--app .cookiesjsr-banner {
        padding: 1.5rem 2rem
    }

    .cookiesjsr--app .cookiesjsr-banner--info {
        margin-bottom: 0;
        padding-right: 1.5rem;
        max-height: 100%;
        overflow: visible
    }

    .cookiesjsr--app .cookiesjsr-layer {
        width: 43.75rem;
        max-height: 35.9375rem;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        bottom: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: .75rem
    }

    .cookiesjsr--app .cookiesjsr-layer--body,
    .cookiesjsr--app .cookiesjsr-layer--footer,
    .cookiesjsr--app .cookiesjsr-layer--header {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        width: 100%
    }

    .cookiesjsr--app .cookiesjsr-layer--header {
        padding: 1.25rem 2rem
    }

    .cookiesjsr--app .cookiesjsr-layer--body {
        max-height: 100%;
        height: calc(100% - 65px - 77px)
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--tab {
        width: 30%;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--tab::after {
        display: none
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--content {
        width: 70%;
        padding-bottom: 1.5rem
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--content::-webkit-scrollbar {
        width: .5rem
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--content::-webkit-scrollbar-track {
        background: #eaf0f4
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--content::-webkit-scrollbar-thumb {
        background: #243848
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--content::-webkit-scrollbar-thumb:hover {
        background: #037cc2
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service-group--intro {
        padding: 1.5rem
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service .cookiesjsr-service--description {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service .cookiesjsr-service--action {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .cookiesjsr--app .cookiesjsr-layer--body .cookiesjsr-service-group .cookiesjsr-service .cookiesjsr-service--action .cookiesjsr-service--always-on {
        width: auto;
        min-width: 9.375rem
    }

    .cookiesjsr--app .cookiesjsr-layer--footer {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: auto
    }

    .cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-layer--label-all {
        color: #185687;
        text-decoration: underline
    }

    .cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-layer--actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto
    }

    .cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn {
        width: auto;
        min-width: 8.125rem;
        margin-left: 1rem
    }

    .cookiesjsr--app .cookiesjsr-layer--footer .cookiesjsr-btn+.cookiesjsr-btn {
        margin-top: 0
    }
}

@media (min-width:1024px) {
    .cookiesjsr--app .cookiesjsr-banner--info {
        width: 60%
    }

    .cookiesjsr--app .cookiesjsr-banner--action {
        width: 40%
    }

    .cookiesjsr--app .cookiesjsr-layer {
        width: 56.25rem;
        max-height: 41.3125rem
    }
}

@media (min-width:1200px) {
    .cookiesjsr--app .cookiesjsr-layer {
        width: 67rem
    }

    .cookiesjsr--app .cookiesjsr-banner--action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .cookiesjsr--app .cookiesjsr-banner--action .cookiesjsr-btn {
        width: auto;
        min-width: 8.125rem;
        margin: .5rem
    }

    .cookiesjsr--app .cookiesjsr-banner--action .cookiesjsr-btn:last-child {
        margin-right: 0
    }
}

@media (min-width:1440px) {
    .cookiesjsr--app .cookiesjsr-banner--info {
        width: 66.67%
    }

    .cookiesjsr--app .cookiesjsr-banner--action {
        width: 33.33%
    }
}