/**
 * @file
 * Subtheme specific CSS.
 */


/* CUSTOM CSS */

/* Body start */
body {
  font-family: 'Inter', sans-serif;
}

a,
.link {
  text-decoration-line: underline;
  color: #021127;
}

a:hover,
.link:hover {
  color: #5BB8E5;
}

.main-content .field__item:last-child .paragraph {
  margin-bottom: 0px;
}

/* Body end */

/* Typography start */
.h1,
h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 87px;
  color: #FAFDFF;
}

.h2l,
h2.l {
  font-weight: 300;
  font-size: 100px;
  line-height: 121px;
  color: #021127;
}

.h2,
h2,
h2.m {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #021127;
}


.h3l,
h3.l {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #021127;
}

.h3,
h3,
h3.m {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
}

.h4,
h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #021127;
}

h4.w,
h5.w {
  color: #fff;
}

p,
.normal {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
}

p.white {
  color: #fff;
}

.body-xl {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #6C727A;
}

.body-l {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #6C727A;
}

.body-s {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4F616D;
}

.caption,
figcaption,
.node--type-news .main-content .field--name-field-media-caption {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  max-width: 746px;
  margin: 0 auto;
  color: #4F616D;
}

.white {
  color: #F6FBFF;
}

.node--type-news .main-content a,
.node--type-press .main-content a {
  color: #021127;
}

/* Typography end */

/* Header start */
.explore-container:hover {
  background: #E1EDF5;
}

.explore-container:hover .explore-title {
  color: #021127;
}

.explore-container:hover .explore-content {
  color: #005895;
}

.explore-container:hover .explore-image img {
  filter: brightness(70%) sepia(100) saturate(50) hue-rotate(168deg);
}

.swipeexplore .explore-image img {
  max-width: 56px;
}

ul.nav.primary.nav-pills li a {
  color: #5BB8E5;
}

ul.nav.primary.nav-pills li a.active {
  background: #fff;
}

ul.nav.primary.nav-pills li {
  border-bottom: 1px solid #5BB8E5;
}

ul.nav.primary.nav-pills li a:hover {
  color: #fff;
}

ul.nav.primary.nav-tabs {
  border-bottom: 1px solid #5BB8E5;
}

ul.nav.primary.nav-tabs a {
  color: #5BB8E5;
}

ul.nav.primary.nav-tabs a:hover {
  border: 1px solid #5BB8E5;
  color: #fff;
}

.header-links .btn-inline.btn-ondark:hover::after {
  background: url(../images/light-blue-hover.svg);
  width: 32px;
  height: 21px;
  background-size: 27px;
  background-repeat: no-repeat;
}

.btn-inline-l::after {
  height: 21px;
}

.header-content .content-right .header-image {
  max-width: 770px;
  max-height: 432px;
  text-align: right;
}

.page-node-1783 .header-content .content-right img,
.page-node-1782 .header-content .content-right img,
.page-node-1781 .header-content .content-right img,
.page-node-1784 .header-content .content-right img {
  width: 100%;
}

.header-content .content-right img {
  object-fit: contain;
  width: 80%;
  min-height: 100%;
}

.header-content #block-tttech-breadcrumbs .content {
  grid-template-columns: 1fr;
}

.top-header-container {
  z-index: 2;
  position: inherit;
}

.header-content {
  padding-top: 80px;
}

.header-container,
.header-container.imgtshape,
.header-container.imginline,
.header-container.imgbkg {
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  max-height: 100vh;
}

.header-container.imgtshape100,
.header-container.imgbkg100,
.header-container.imginline100 {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-height: 100vh;
}

.header-container.imgbkg::before,
.header-container.imgbkg100::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 1;
  background: url('../images/overlay.webp');
  background-size: 100% 100%;
  z-index: 1;
}

.header-content {
  margin-top: auto;
}

#block-mainnavigation {
  align-items: center;
  display: flex;
}

#navbar-main {
  height: 90px;
  padding: 0;
}

#navbar-top {
  background-color: transparent;
}

.navbar,
.header-content {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.navbar-brand {
  align-self: center;
  padding: 0 160px 0 0;
}

.navbar-brand img {
  max-width: 97px;
}

#navbar-main .search-block-form a.btn-outline-light {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #FAFDFF;
  padding: 16px 32px;
  border: 1px solid #E1EDF5;
  border-radius: 100px;
}

#navbar-main .search-block-form a.btn-outline-light:hover {
  background: #005895;
  border: 1px solid #005895;
}

#navbar-main .search-block-form a.btn-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #F6FBFF;
  opacity: 0.9;
  text-decoration: none;
  padding: 16px 0;
  border-radius: 0;
}

#navbar-main .search-block-form a.btn-link:hover {
  border-bottom: 1px solid #F6FBFF;
}

#navbar-main .language-switcher-language-url a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #F6FBFF;
  opacity: 0.9;
  text-decoration: none;
}

.nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #F6FBFF;
  opacity: 0.9;
}

.tabs .nav-link {
  color: var(--bs-link-color);
}

.nav-item.active a.nav-link {
  color: #005895;
  border-bottom: 1px solid #005895;
}

.nav-item:hover a.nav-link {
  color: #fff;
  border-bottom: 1px solid #F6FBFF;
}

.navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 9px 0px;
}

.navbar-nav li.nav-item {
  margin-right: 32px;
}

.breadcrumb-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9AA6AE;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #5BB8E5;
}

.breadcrumb-item a.active {
  color: #005895;
}

/* Header end */

/* Content start */
.field--type-text-with-summary .align-left {
  padding-right: 30px;
}

.field--type-text-with-summary .align-right {
  padding-left: 30px;
}

.field--name-field-tags a,
.field--name-field-megatrends a {
  padding: 12px 24px;
  background: #F3F7FA;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #021127;
  text-decoration: none;
}

.field--name-field-tags a:hover,
.field--name-field-megatrends a:hover {
  background: #e1edf5;
}

.field--type-text-with-summary ul,
.field--name-field-description ul,
.paragraph--type--list-extended .list-item-content ul {
  padding-left: 60px;
  margin-bottom: 24px;
  line-height: 30px;
}

.field--type-text-with-summary ol li,
.field--name-field-description ol li,
.paragraph--type--list-extended .list-item-content ol li {
  padding-left: 20px;
}

.field--type-text-with-summary ol li,
.field--name-field-description ol li,
.paragraph--type--list-extended .list-item-content ol li {
  list-style-type: inherit;
  padding-left: 20px;
}

.field--type-text-with-summary ol li::before,
.field--name-field-description ol li::before,
.paragraph--type--list-extended .list-item-content ol li::before {
  display: none;
}

.field--type-text-with-summary li,
.field--name-field-description li,
.paragraph--type--list-extended .list-item-content li {
  list-style-type: none;
  padding-top: 8px;
  color: #6C727A;
}

.field--type-text-with-summary li::before,
.field--name-field-description li::before,
.paragraph--type--list-extended .list-item-content li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #6C727A;
  width: 16px;
  margin: 0 20px 0 -36px;
  transform: translateY(-5px);
}

/* Content end */

/* Links start */
.links-type-LinksonBlueBackground .list-item-image img {
  max-width: 56px;
}

/* Links end */

/* History start */
.js-form-item-field-history-year-target-id label {
  display: none;
}

.page-node-1811 .view-history .form-select {
  padding: 0;
}

p.month {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #005895;
  float: left;
  width: 87px;
  margin-right: 24px;
  padding-left: 35px;
}

.block-views-blockhistory-history .accordion-type-large .accordion-button {
  font-size: 40px;
  line-height: 48px;
  padding-left: 126px;
}

.block-views-blockhistory-history .accordion-type-large .accordion-button.collapsed:hover::after {
  background-color: #005895;
  border: 1px solid #005895;
}

.block-views-blockhistory-history .accordion-type-large .accordion-button::after {
  position: absolute;
  margin-left: -126px;
}

.block-views-blockhistory-history .paragraph--type--text-description {
  max-width: 1076px;
  padding-left: 20px;
}

/* History end */

/* News start */
.view-news-list .form-select ul,
.view-press-list .views-exposed-form .row {
  margin-bottom: 40px;
}

.view-search .form-select ul {
  margin-bottom: 52px;
}

.news-contact-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  margin-bottom: 24px;
  border-top: 1px solid #021127;
  padding-top: 8px;
}

.news-contact-name {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
}

.news-contact-position {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.news-contact-phone {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  margin-bottom: 40px;
}

.news-contact-social-links {
  border: 1px solid #005895;
  border-radius: 100px;
  padding: 16px;
  gap: 16px;
  width: fit-content;
  display: flex;
  align-items: center;
}

.news-contact-social-links a {
  text-decoration: none;
}

.page-node-1321 .sidebar,
.page-node-245 .sidebar {
  margin-top: 250px;
}

.newsroom-links {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.newsroom-links.five {
  grid-template-columns: auto auto auto auto auto;
}

.newsroom-links.six {
  grid-template-columns: auto auto auto auto auto auto;
}

.newsroom-links.seven {
  grid-template-columns: auto auto auto auto auto auto auto;
}

.newsroom-links a {
  color: #6C727A;
  opacity: 0.9;
  text-decoration: none;
}

.newsroom-links a:hover {
  color: #005895;
}

.view-news-list .form-select,
.view-press-list .form-select,
.view-taxonomy-term .form-select,
.view-history .form-select {
  border: none;
  background: none;
  padding: 10px 0 0 0;
  margin-bottom: -30px;
  overflow: hidden;
}

.view-search .form-select {
  border: none;
  background: none;
  padding: 10px 0 0 0;
  margin-bottom: -15px;
  overflow: hidden;
}

.view-news-list .form-select ul,
.view-press-list .form-select ul,
.view-taxonomy-term .form-select ul,
.view-search .form-select ul {
  padding-left: 0;
}

.view-history .form-select ul {
  padding-left: 0;
  border-bottom: 1px solid #9AA6AE;
  display: grid;
  grid-template-columns: auto;
  text-align: center;
  width: fit-content;
  justify-content: flex-start;
  margin-bottom: 80px;
  grid-auto-flow: column;
}

.view-news-list .form-select li,
.view-press-list .form-select li,
.view-taxonomy-term .form-select li,
.view-search .form-select li {
  list-style: none;
  display: inline;
}

.view-search .swiper-slide {
  width: auto;
}

.view-search .form-select {
  overflow: hidden;
}

.view-search {
  max-width: 840px;
  margin: 0 auto;
}

.view-search .views-row {
  border-top: 1px solid #021127;
  padding-top: 8px;
  margin-bottom: 32px;
}

.view-search .views-row .views-field-type {
  padding-bottom: 27px;
}

.view-search .views-row .views-field-title {
  max-width: 90%;
  padding-bottom: 11px;
  position: relative;
}

.view-search .views-row .views-field-title a::after {
  width: 40px;
  background-size: 40px;
  content: "";
  background-image: url('/sites/default/files/ic_arrow_right_up_L.svg');
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  position: absolute;
  height: 40px;
  margin-left: auto;
  right: -90px;
}

.view-search .views-row .views-field-title:hover a::after {
  transform: rotate(45deg);
}

.view-history .form-select li {
  list-style: none;
  display: flex;
  min-width: 80px;
  margin-right: 90px !important;
}

.views-field-search-api-excerpt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.views-field-search-api-excerpt strong {
  background-color: #CCE4F3;
  font-weight: 400;
  padding: 0 3px;
}

.views-field-search-api-excerpt a {
  text-decoration: none;
}

.view-news-list .form-select li a,
.view-press-list .form-select li a,
.view-taxonomy-term .form-select li a,
.view-search .form-select li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #021127;
  padding: 12px 24px;
  background: #F3F7FA;
  border-radius: 100px;
  text-decoration: none;
}

.view-history .form-select li a {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #6C727A;
  opacity: 0.9;
  text-decoration: none;
  line-height: 80px;
}

.view-news-list .form-select li a:hover,
.view-press-list .form-select li a:hover,
.view-taxonomy-term .form-select li a:hover,
.view-search .form-select li a:hover {
  background: #e1edf5;
}

.view-history .form-select li a:hover {
  background: #e1edf5;
}

.view-news-list .form-select li a.bef-link--selected,
.view-press-list .form-select li a.bef-link--selected,
.view-taxonomy-term .form-select li a.bef-link--selected,
.view-search .form-select li a.bef-link--selected {
  color: #FAFDFF;
  background: #005895;
}

.view-history .form-select li a.bef-link--selected {
  color: #005895;
  background: transparent;
}

.views-row .views-field-title a {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
  text-decoration: none;
}

.views-row .views-field-title {
  padding-bottom: 8px;
  max-width: 560px;
}

.views-row .views-field-body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  max-width: 560px;
}

.views-row .views-field-field-media {
  grid-column: span 1;
  grid-row: span 3;
  text-align: right;
  max-height: 450px;
  overflow: hidden;
}

.views-row .views-field-field-media img {
  max-width: 250px;
  height: auto;
}

.views-field-view-node a:after {
  content: "";
  background: url('../images/arrow-right-blue.svg');
  background-size: contain;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-top: 4px;
}

.view-press-list .views-row:first-child .views-field-field-media,
.view-press-list div.views-row .views-field-field-media .field-content:has(>a) {
  background: none;
}

.view-press-list div.views-row .views-field-field-media .field-content {
  background: url('../images/pressrelease-ni.jpg');
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 157px;
}

.view-news-list .views-row:first-child .views-field-view-node a:after,
.view-press-list .views-row:first-child .views-field-view-node a:after,
.view-taxonomy-term .views-row:first-child .views-field-view-node a:after {
  height: 30px;
  width: 30px;
}

.view-press-list .views-row .views-field-field-media {
  margin-left: 24px;
}

.view-news-list .views-row:first-child .views-field-view-node a,
.view-press-list .views-row:first-child .views-field-view-node a,
.view-taxonomy-term .views-row:first-child .views-field-view-node a {
  font-size: 24px;
  line-height: 36px;
}

.views-row .views-field-type {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #005895;
  padding-bottom: 8px;
}

.views-row .views-field-created {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #6C727A;
}

.view-news-list .views-field-view-node a,
.view-press-list .views-field-view-node a,
.view-taxonomy-term .views-field-view-node a {
  text-decoration: none;
  font-weight: 300;
  color: #5BB8E5;
}

.view-news-list .views-row:hover .views-field-view-node,
.view-press-list .views-row:hover .views-field-view-node,
.view-taxonomy-term .views-row:hover .views-field-view-node {
  opacity: 1;
}

.view-news-list .views-row .views-field-view-node,
.view-press-list .views-row .views-field-view-node,
.view-taxonomy-term .views-row .views-field-view-node {
  opacity: 0;
  transition: 0.5s;
}

.view-news-list .views-field-view-node,
.view-press-list .views-field-view-node,
.view-taxonomy-term .views-field-view-node {
  padding-top: 10px;
}

.view-news-list .view-content .views-infinite-scroll-content-wrapper,
.view-press-list .view-content .views-infinite-scroll-content-wrapper,
.view-taxonomy-term .view-content .views-infinite-scroll-content-wrapper {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-column-gap: 50px;
  align-items: flex-start;
}

.view-news-list .views-row,
.view-press-list .views-row,
.view-taxonomy-term .views-row {
  background: linear-gradient(#021127 0 0) left top / 100% 1px no-repeat;
  transition: 0.3s linear;
  padding-top: 8px;
  margin-top: 32px;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column: span 3;
}

.view-news-list .views-row,
.view-taxonomy-term .views-row {
  max-width: 840px;
}

.view-news-list .views-row:hover,
.view-press-list .views-row:hover,
.view-taxonomy-term .views-row:hover {
  background-size: 20% 1px;
  background-position: left top;
}

.view-news-list .views-row:first-child,
.view-taxonomy-term .views-row:first-child {
  max-width: 100%;
  grid-template-columns: 1fr 2fr;
}

.view-press-list .views-row:first-child {
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  grid-column: span 3;
}

.view-press-list .views-row:first-child .views-field-field-media {
  margin-left: 0;
  order: 1;
  grid-row: span 2;
  grid-column: span 2;
  max-width: 100%;
}

.view-press-list .views-row:first-child .views-field-type,
.view-press-list .views-row:first-child .views-field-created {
  grid-row: span 2;
  order: 2;
  grid-column: span 1;
}

.view-press-list .views-row:first-child .views-field-title {
  order: 3;
  grid-column: span 2;
  max-width: 100%;
}

.view-press-list .views-row:first-child .views-field-body {
  order: 4;
  grid-row: span 2;
  grid-column: span 2;
  max-width: 100%;
}

.view-press-list .views-row:first-child .views-field-view-node {
  order: 5;
  grid-row: span 2;
  grid-column: span 2;
}

.view-press-list .views-row:first-child .views-field-field-media img {
  max-width: 100vw;
  width: 100%;
}

.view-news-list .views-row:first-child .views-field-field-media img,
.view-taxonomy-term .views-row:first-child .views-field-field-media img {
  max-width: 840px;
  width: 100%;
}

.view-news-list .views-row:first-child .views-field-title a,
.view-press-list .views-row:first-child .views-field-title a,
.view-taxonomy-term .views-row:first-child .views-field-title a {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #021127;
}

.view-news-list .views-row:first-child .views-field-body,
.view-press-list .views-row:first-child .views-field-body,
.view-taxonomy-term .views-row:first-child .views-field-body {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #6C727A;
}

.nepm-small.view-news-list div.views-row:nth-child(n+2),
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4),
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7),
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) {
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  grid-column: span 1;
}

.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-field-media img,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media img,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-field-media img,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media img {
  max-width: 400px;
}

.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-type,
.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-created,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-type,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-created,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-type,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-created,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-type,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-created {
  grid-row: span 2;
  order: 2;
}

.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-field-media,
.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-title,
.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-body,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-title,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-body,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-field-media,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-title,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-body,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-title,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-body {
  grid-column: span 2;
}

.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-field-media,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-field-media,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media {
  order: 1;
  margin-bottom: 8px;
  transition: all 250ms linear;
  height: 215px;
  overflow: hidden;
  margin-left: 0px;
}

.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-field-media {
  max-height: 161px;
}

.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-title,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-title,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-title,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-title {
  order: 3;
  padding-top: 24px;
}

.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-body,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-body,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-body,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-body {
  order: 4;
}

.nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-view-node,
.view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-view-node,
.view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-view-node,
.view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-view-node {
  order: 5;
}

.view-press-list .swiper-slide,
.view-taxonomy-term .swiper-slide,
.view-history .swiper-slide {
  width: auto;
}

.view-press-list .views-exposed-form .row,
.view-events-list .views-exposed-form .row {
  display: flex;
}

.view-press-list .views-exposed-form .row div,
.view-events-list .views-exposed-form .row div {
  display: inline;
  width: auto;
  position: relative;
}

.view-press-list .views-exposed-form .row div select,
.view-events-list .views-exposed-form .row div select {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #021127;
  background: #F3F7FA;
  border-radius: 100px;
  padding: 12px 24px;
  gap: 8px;
  border: none;
  text-align: left;
  width: 165px;
  cursor: pointer;
}

.view-press-list .views-exposed-form .row div select::after,
.view-events-list .views-exposed-form .row div select::after {
  content: "";
  background-image: var(--icon-arrow-blue);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
}

.view-press-list .views-exposed-form .row div select:hover::after,
.view-events-list .views-exposed-form .row div select:hover::after {
  transform: rotate(0);
}


.nepm-small .pager__item {
  text-align: center;
}

.js-pager__items ul,
.js-pager__items {
  padding: 0;
  margin: 50px 0px;
}

.js-pager__items li {
  list-style: none;
}

.js-pager__items a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  background: #005895;
  border-radius: 100px;
  padding: 16px 32px;
  text-decoration: none;
}

.js-pager__items a:hover {
  background: #5BB8E5;
  color: #fff;
}

.nepm-small.view-news-list .views-row:first-child {
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  grid-column: span 1;
}

.nepm-small.view-news-list .views-row:first-child .views-field-field-media img {
  max-width: 400px;
}

.nepm-small.view-news-list div.views-row .views-field-field-media {
  order: 1;
  margin-bottom: 8px;
  transition: all 250ms linear;
  height: 215px;
  overflow: hidden;
}

.nepm-small.view-news-list div.views-row .views-field-type,
.nepm-small.view-news-list div.views-row .views-field-created {
  grid-row: span 2;
  order: 2;
}

.nepm-small.view-news-list div.views-row .views-field-title,
.nepm-small.view-news-list div.views-row .views-field-field-media {
  grid-column: span 2;
}

.nepm-small.view-news-list div.views-row .views-field-title {
  order: 3;
  padding-top: 24px;
  grid-column: span 2;
}

.nepm-small.view-news-list div.views-row .views-field-view-node {
  order: 5;
}

.nepm-small.view-news-list .views-row:first-child .views-field-view-node a:after {
  height: 20px;
  width: 20px;
}

.nepm-small.view-news-list .views-row:first-child .views-field-view-node a {
  font-size: unset;
  line-height: inherit;
}

.nepm-small.view-news-list .views-row:first-child .views-field-title a {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
  text-decoration: none;
}

.nepm-small.view-news-list .views-row:first-child .views-field-body {
  grid-column: span 2;
  order: 4;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  max-width: 560px;
}

/* News end */

/* Video start */
.field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 80px;
}

.field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video end */

/* Offices start */
ul.phone {
  background: url('../images/phone.svg') no-repeat 0px 8px;
  margin-top: 40px
}

ul.phone li {
  padding-left: 40px;
}

ul.fax {
  background: url('../images/fax.svg') no-repeat 0px 8px;
  margin-top: 40px
}

ul.fax li {
  padding-left: 40px;
}

ul.web {
  background: url('../images/web.svg') no-repeat 0px 8px;
  margin-top: 40px
}

ul.web li {
  padding-left: 40px;
}

ul.email {
  background: url('../images/email.svg') no-repeat 0px 8px;
  margin-top: 40px
}

ul.email li {
  padding-left: 40px;
}

.offices-container .offices-info li {
  margin-bottom: 8px;
}

.offices-container .offices-info ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.offices-container .offices-info ul li a:hover {
  color: #005895;
  text-decoration: underline;
}

.offices-container .offices-info {
  position: relative;
}

.offices-container .offices-info .hq {
  font-style: normal;
  font-size: 16px;
  line-height: 42px;
  color: #021127;
  background: #F3F7FA;
  padding: 0 15px;
  width: fit-content;
  position: absolute;
  top: 40px;
  right: 40px;
}

.offices-container .offices-info h5 {
  max-width: 80%;
}

/* Offices end */

/* Events start */
.view-events-list .views-exposed-form .row div::before,
.view-press-list .views-exposed-form .row div::before {
  content: "";
  background: url(../images/arrow-right-blue.svg);
  background-size: auto;
  display: inline-block;
  width: 26px;
  height: 24px;
  border: none;
  border-radius: 0;
  background-position: center;
  transform: rotate(45deg);
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 12px;
  right: 35px;
}

.view-events-list .views-exposed-form .row div:hover::before,
.view-press-list .views-exposed-form .row div:hover::before {
  transform: rotate(-45deg);
}

.view-events-list .views-exposed-form .row div:hover select,
.view-press-list .views-exposed-form .row div:hover select {
  background: #e1edf5;
}

.view-events-list .views-exposed-form .row div:last-child::before,
.view-press-list .views-exposed-form .row div:last-child::before {
  display: none;
}

.view-events-list .view-content .views-infinite-scroll-content-wrapper {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  grid-column-gap: 0px;
  align-items: flex-start;
}

.view-events-list .views-row {
  background: linear-gradient(#021127 0 0) left bottom / 100% 1px no-repeat;
  transition: 0.3s linear;
  padding-bottom: 8px;
  margin-top: 32px;
  max-width: 840px;
  padding-right: 0;
  padding-left: 0;
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 20% 30%;
  margin-bottom: 120px;
  grid-template-areas:
    "a a b b"
    "a a b b"
    "c d e f";
}

.view-events-list .views-row:hover {
  background-size: 20% 1px;
  background-position: left bottom;
}

.view-events-list .views-row .views-field-title a {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #021127;
}

.view-events-list .views-row .views-field-created:before,
.view-events-list .views-row .views-field-field-event-from:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../images/ic_event_date.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  flex-shrink: 0;
  display: inline-block;
  float: left;
}

.view-events-list .views-row .views-field-field-event-location:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('../images/ic_locationpin_events.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  flex-shrink: 0;
  display: inline-block;
  float: left;
}

.view-events-list .views-row .views-field-title {
  grid-column: span 4;
  grid-row: span 1;
  max-width: 100%;
}

.view-events-list .views-row .views-field-created,
.view-events-list .views-row .views-field-field-event-location {
  grid-column: span 1;
  grid-row: span 1;
  max-width: 100%;
  padding-bottom: 40px;
  text-align: left;
}

.view-events-list .views-row .views-field-field-event-location {
  grid-column: span 2;
}

.view-events-list .views-row .views-field-body,
.view-events-list .views-row .views-field-view-node {
  order: 4;
}

.view-events-list .views-row .views-field-body {
  grid-column: span 3;
  grid-column-start: d;
  grid-column-end: e;
  padding-bottom: 16px;
}

.view-events-list .views-row .views-field-view-node {
  grid-area: f;
}

.view-events-list .views-row:nth-child(even) {
  justify-self: end;
}

.view-events-list .views-field-view-node a:after {
  content: "";
  background: url(../images/arrow-right-blue.svg);
  background-size: auto;
  display: inline-block;
  width: 56px;
  height: 56px;
  border: 1px solid #005895;
  border-radius: 50%;
  background-position: center;
  transform: rotate(45deg);
  background-repeat: no-repeat;
}

.view-events-list .views-field-view-node a:hover::after {
  background-image: var(--icon-arrow-white);
  background-color: #005895;
  transform: none;
}

/* Events end */

/* Hotspot start */
.paragraph--type--image-hotspot .lg-hotspot--top-left.lg-hotspot__label .hotspot-content-container {
  top: -82px;
  left: 82px;
}

.paragraph--type--image-hotspot .lg-hotspot--top-right.lg-hotspot__label .hotspot-content-container {
  top: -82px;
  right: 30px;
}

.paragraph--type--image-hotspot .lg-hotspot--bottom-right.lg-hotspot__label .hotspot-content-container {
  bottom: -139px;
  right: 30px;
}

.paragraph--type--image-hotspot .lg-hotspot--bottom-left.lg-hotspot__label .hotspot-content-container {
  bottom: -138px;
  left: 82px;
}

.width-full .lg-image {
  object-fit: contain;
}

.lg-hotspot__button {
  border-radius: 100%;
  box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
  animation: pulse-blue 2s infinite;
}

.lg-hotspot__button:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 56px;
  width: 56px;
  transition: all 0.8s;
  opacity: 1;
  background-size: contain;
  background: url('../images/plus-active.svg');
}

.lg-hotspot__label .hotspot-content-container {
  box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 30%);
}

.lg-hotspot--selected:before {
  content: "";
  position: absolute;
  bottom: -56px;
  z-index: 999;
  left: 0;
  height: 56px;
  width: 56px;
  transition: all 0.8s;
  opacity: 1;
  background-size: contain;
  background: url('../images/minus-active.svg');
  pointer-events: none;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}

/* Hotspot end */

/* Labs page start */
.block-views-blocklabs-block-1 h2 {
  display: none;
}

.view-labs .views-view-grid .views-row {
  float: left;
  clear: both;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
}

.view-labs .views-view-grid .views-col {
  float: left;
  box-sizing: border-box;
  margin: 0px 40px 0px 0px;
  width: calc(1/4*100% - (1 - 1/4)*40px);
  padding-bottom: 80px;
}

.view-labs .views-view-grid .views-col:last-child {
  margin-right: 0px;
}

.view-labs .views-field-user-picture img {
  max-width: 100%;
  height: 303px;
  object-fit: cover;
  width: 100%;
  object-position: center center;
}

.view-labs .views-field-field-user-position {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.view-labs .views-field-user-picture {
  padding-bottom: 32px;
}

/* Labs page end */

/* Cards elemen start */
.card-title {
  line-height: 34px;
}

.paragraph--type--cards.position-center-icon .card-image img {
  max-width: 56px;
}

.cardsname {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
  margin-bottom: 8px;
}

.cardsposition {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
}

.paragraph--type--cards .field--name-field-title,
.paragraph--type--list-extended>.field--name-field-title,
.paragraph--type--grid>.field--name-field-title {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #021127;
  padding-bottom: 40px;
}

.paragraph--type--cards.position-bottomtext .field__items {
  display: grid;
  justify-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  height: 490px;
  align-items: center;
  align-content: space-between;
}

.paragraph--type--cards.position-bottomtext img {
  height: 490px;
  margin-bottom: 32px;
}

.paragraph--type--cards.position-bottomtext .field__items .field__item {
  margin-bottom: 0;
}

/* Cards element end */

/* Forms start */
#form-content .multi .field__normal label {
  padding-left: 10px;
}

.ui-dialog .ui-dialog-titlebar-close::after {
  display: inline-block;
  content: "";
  background: url(../images/close.svg);
  background-size: 24px;
  border-top: none;
  height: 24px;
  width: 24px;
  margin-left: 0px;
  position: absolute;
  transform: translate(-12px, -12px);
}

.ui-dialog .ui-dialog-title {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: #021127;
  width: 100%;
}

.ui-widget.ui-widget-content {
  padding: 48px 86px;
  background: #F9FCFF;
}

.ui-dialog .ui-dialog-titlebar {
  background: transparent;
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  background: transparent;
  border: none;
  margin: -40px;
}

#form-content input[type="radio" i] {
  margin-right: 10px;
}

#form-content select {
  border: none;
  border-bottom: 1px solid #021127;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #9B9B9B;
  padding: 15px 0;
  max-width: 330px;
  width: 100%;
  margin-bottom: 24px;
  height: 53px !important;
}

#form-content input.submitButton {
  padding: 16px 32px;
  width: 124px;
  height: 50px;
  background: #005895;
  border-radius: 100px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  border: none;
  color: #FFFFFF;
}

#form-content .field--fullwidth,
#form-content .field--fullwidth p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #9B9B9B;
}

#form-content label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4F616D;
}

#form-content input[type=text],
#form-content input[type=email],
#form-content input[type=tel] {
  width: 100%;
  max-width: 100%;
}

#form-content .field--half {
  width: 50%;
  float: left;
  clear: none;
  padding-right: 40px;
  margin-top: 24px;
}

.webform-container {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: center;
}

.webform-container h2 {
  flex: 50%;
}

.webform-form {
  flex: 50%;
  max-width: 648px;
  align-self: center;
}

.webform-container input[type=text],
.webform-container input[type=email],
.webform-container input[type=tel],
.webform-container .form-select {
  margin-bottom: 40px;
}

.webform-container .js-form-type-checkbox,
.webform-container .js-form-type-textarea {
  padding-bottom: 40px;
}

.webform-container input[type=submit] {
  width: fit-content;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #9AA6AE;
}

/* Forms end */

/* Text box start */
.align-center .field--type-image {
  text-align: center;
  width: 100%;
}

.paragraph--type--text-description h3.m {
  padding-bottom: 10px;
}

.paragraph--type--text-description {
  padding-bottom: 80px;
}

.paragraph--type--text-description .button {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  background: #005895;
  border-radius: 100px;
  padding: 16px 32px;
  text-decoration: none;
}

/* Text box end */

/* Buttons start */
a.btn-accent:focus,
a.btn-accent-secondary.w-icon:focus {
  color: #fff;
}

a.btn-accent-secondary:focus,
a.btn-accent-tertiary:focus {
  color: #2db5ac;
}


.btn-accent-secondary,
.btn-accent-tertiary {
  --bs-btn-color: #2db5ac;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #2db5ac;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #01858d;
  --bs-btn-hover-border-color: #01858d;
  --bs-btn-focus-shadow-rgb: 1, 133, 141;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #01858d;
  --bs-btn-active-border-color: #01858d;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #999;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #999;
}

.btn-primary.w-icon,
.btn-accent.w-icon {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 12px;
  padding: 16px 15px 16px 32px;
}

.btn-primary.w-icon::after,
.btn-accent.w-icon::after {
  content: "";
  background-image: var(--icon-arrow-white);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-45deg);
  width: 36px;
  background-size: 27px;
}

.btn-primary.w-icon:hover::after,
.btn-accent.w-icon:hover::after {
  transform: rotate(0);
  background-image: var(--icon-arrow-white);
}

.btn-secondary.w-icon,
.btn-accent-secondary.w-icon {
  display: flex;
  flex-direction: row;
  width: fit-content;
  gap: 12px;
  padding: 16px 15px 16px 32px;
}

.btn-secondary.w-icon::after {
  content: "";
  background-image: var(--icon-arrow-blue);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-45deg);
  width: 36px;
  background-size: 27px;
}

.btn-accent-secondary.w-icon::after {
  content: "";
  background-image: var(--icon-arrow-blue);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-45deg);
  width: 36px;
  background-size: 27px;
  filter: brightness(100%) sepia(100) saturate(42) hue-rotate(137deg);
}

.btn-secondary.w-icon:hover::after {
  transform: rotate(0);
  background-image: var(--icon-arrow-white);
}

.btn-accent-secondary.w-icon:hover::after {
  transform: rotate(0);
  background-image: var(--icon-arrow-white);
  filter: brightness(75%) sepia(100) saturate(0) hue-rotate(62deg);
}

.btn-tertiary,
.btn-accent-tertiary {
  padding: 12px 24px;
}

a.btn.btn-primary-white {
  background: #FFFFFF;
  color: #005895;
  padding: 16px 32px;
  border-radius: 100px
}

a.btn.btn-primary-white:hover {
  background: #005895;
}

a.btn.btn-secondary-white {
  background: transparent;
  color: #FAFDFF;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1px solid #E1EDF5;
}

a.btn.btn-secondary-white:hover {
  background: #005895;
  border: 1px solid #005895;
}

.image-box-typeBlue-Image-Box .imagebox-content .btn-inline-flat:hover {
  background-color: #5BB8E5;
}

.image-box-typeBlue-Image-Box .btn-inline::after,
.image-box-typeBlue-Image-Box .btn-inline:active::after,
.image-box-typeBlue-Image-Box .btn-inline:hover::after,
.btn-inline:hover::after {
  transition: all 0.3s linear;
}

/* Buttons end */

/* Image box start */
.element-imagebox.image-align-right.image-box-typeProduct-Box-Gray .imagebox-content {
  padding: 80px 0px 80px 80px;
}

.paragraph--type--text-image-box .image-box-typeBlue-Image-Box li::before {
  border-top: 1px solid #CCE4F3;
}

.element-imagebox.image-align-left.image-box-typeBlue-Image-Box .imagebox-content {
  padding-left: 110px;
}

.image-box-typeBlue-Image-Box .imagebox-content p,
.image-box-typeBlue-Image-Box .imagebox-content ul,
.image-box-typeBlue-Image-Box .imagebox-content li,
.image-box-typeBlue-Image-Box .imagebox-content h2,
.image-box-typeBlue-Image-Box .imagebox-content h3 {
  max-width: 526px;
}

.subline {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #021127;
}

.paragraph--type--text-image-box .field--type-image {
  width: 526px;
  height: 650px;
  margin-right: 135px;
}

.paragraph--type--text-image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
}

.paragraph--type--text-image-box a.button,
.paragraph--type--text-big-title-description a.button {
  background: #005895;
  border-radius: 100px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 16px 32px;
  text-decoration: none;
  display: inline-block;
}

.image-box-typeBlue-Image-Box .imagebox-content .overline {
  color: #FFFFFF !important;
}

.image-box-typeBlue-Image-Box .imagebox-content .btn-inline-flat,
.image-box-typeBlue-Image-Box .imagebox-content a.button {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  padding: 13px 26px 13px 32px;
  gap: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #F6FBFF;
  display: inline-flex;
}

.image-box-typeBlue-Image-Box .imagebox-content a.button::after {
  transition: all 0.3s linear;
  transform: rotate(-45deg);
  content: "";
  background-image: var(--icon-arrow-white);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  background-size: 22px;
  align-self: normal;
}

.image-box-typeBlue-Image-Box .btn-inline::after,
.image-box-typeBlue-Image-Box .btn-inline:active::after,
.image-box-typeBlue-Image-Box .btn-inline:hover::after {
  background-image: var(--icon-arrow-white);
}

.image-box-typeBlue-Image-Box .imagebox-content a.button:active::after,
.image-box-typeBlue-Image-Box .imagebox-content a.button:hover::after {
  transform: rotate(0deg);
  transition: all 0.3s linear;
}

/* Image box end */

/* Image start */
.paragraph--type--image .image-align-right.with-sideline .image-sideline {
  writing-mode: vertical-rl;
}

/* Image end */

/* Extended list start */
.links-type-LinksonBlueBackground .list-item-content {
  min-width: 487px;
}

.paragraph--type--list-extended .list-item-image span {
  min-width: 270px;
  text-align: left;
}

.paragraph--type--list-extended .field--name-field-media-image img {
  max-width: 160px;
}

.paragraph--type--list-extended .field__items {
  display: grid;
}

.paragraph--type--list-extended .field__items>.field__item {
  border-bottom: 1px solid #021127;
  width: 60%;
  margin: 60px 0;
}

.paragraph--type--list-extended .field__item:nth-child(odd) {
  justify-self: end;
}

/* Extended list end */

/* Products start */
.view-products-list .swiper-wrapper {
  display: block;
}

.view-products-list .form-select li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #021127;
  padding: 12px 24px;
  background: #e1edf5;
  border-radius: 100px;
  text-decoration: none;
}

.view-products-list .form-select li {
  list-style: none;
  line-height: 48px;
  margin-bottom: 16px;
}

.view-products-list .js-form-item.js-form-type-select {
  margin-bottom: 50px !important;
}

.view-products-list label {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}

.view-products-list .form-select li a.bef-link--selected {
  color: #FAFDFF;
  background: #005895;
}

.view-products-list .view-content .views-row {
  background: #F3F7FA;
  padding: 40px;
  display: grid;
}

.view-products-list .views-infinite-scroll-content-wrapper {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  align-items: flex-start;
}

.view-products-list .views-field-field-media {
  text-align: center;
  order: 1;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  display: grid;
}

.view-products-list .views-field-field-product-category {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #005895;
  order: 2;
  border-top: 1px solid #021127;
  padding: 8px 0px;
}

.view-products-list .views-field-title {
  order: 3;
}

.view-products-list .views-field-title a {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
}

.view-products-list .views-field-field-products-excerpt {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
  order: 4;
}

.view.view-products-list {
  grid-template-columns: 3fr 9fr;
  display: grid;
  grid-column-gap: 20px;
  align-items: flex-start;
}

.view-products-list .form-select {
  border: none;
  background: none;
  padding: 10px 0 0 0;
  margin-bottom: -30px;
  overflow: hidden;
}

/* Products end */

/* Accordion start */
.node--type-project .accordion-type-large .accordion-button.collapsed:hover::after {
  background-color: #005895;
}

/* Accordion end */

/* Big title desc start */
.paragraph--type--text-big-title-description .big-text-content strong {
  font-weight: 700;
}

.paragraph--type--text-big-title-description .big-text-content h2 {
  font-weight: 300;
  font-size: 100px;
  line-height: 121px;
  color: #021127;
}

.paragraph--type--text-big-title-description .big-text-content h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #021127;
}

.paragraph--type--text-big-title-description .field--name-field-sideline {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #005895;
  transform: rotate(-90deg);
  order: 1;
  transform: rotate(-90deg) translateX(-120%);
  transform-origin: top left;
  text-align: right;
}

.paragraph--type--text-big-title-description .field--name-field-title {
  font-style: normal;
  font-weight: 300;
  font-size: 100px;
  line-height: 121px;
  color: #021127;
  padding-bottom: 64px;
  order: 2;
}

.paragraph--type--text-big-title-description .field--name-field-description {
  width: 60%;
  justify-self: end;
  order: 3;
  grid-column: 1 / 3;
}

/* Big title desc end */

/* Research projects start */
div#prj-tabs-content .prj-contacts-content p.bodytext:hover {
  padding-left: 40px;
}

div#prj-tabs-content .prj-contacts-content p.bodytext:hover::before {
  display: inline-block;
  content: "";
  background: url(../images/ic_email.svg);
  background-size: 24px;
  border-top: none;
  height: 24px;
  width: 24px;
  margin-left: -40px;
  position: absolute;
  transform: translateY(5px);
}

div#prj-tabs-content .prj-contacts-content p.bodytext {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #6C727A;
}

div#prj-tabs-content .prj-contacts-content a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  border: 1px solid transparent;
}

div#prj-tabs-content .prj-contacts-content {
  grid-template-columns: 1fr 1fr;
  display: grid;
  padding-left: 190px;
}

#prj-tabs-content .element-prj-list-title-content .field-content a:hover {
  border: 0px;
}

.node--type-project #header {
  background: #021127;
}

.node--type-project #header h1 {
  color: #005895;
}

.node--type-project .paragraph--type--accordion {
  max-width: 856px;
}

.node--type-project .paragraph--type--accordion .paragraph--type--text-description {
  max-width: 100%;
}

.node--type-project .paragraph--type--accordion .accordion-item {
  border-bottom: 1px solid #021127;
}

.node--type-project .cardsname {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #6C727A;
}

.node--type-project .paragraph--type--accordion .accordion-item:last-child a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C727A;
  text-decoration: none;
}

.node--type-project .paragraph--type--accordion .accordion-item:last-child a:hover {
  color: #5BB8E5;
  text-decoration: underline;
}

#prj-tabs-content .element-prj-list-title-content a {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #6C727A;
  text-decoration: none;
}

#prj-tabs-content .element-prj-list-title {
  color: #005895;
  padding-bottom: 5px;
}

.element-prj-list {
  padding: 24px 0 80px 0;
}

.element-prj-list-title-content {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.element-prj-list-title-content .views-field-title .field-content:after {
  display: inline-block;
  content: "";
  border-top: 1px solid #6C727A;
  width: 12px;
  margin: 0 0 0 14px;
  transform: translateY(-14px);
}

.element-prj-list-title-content .views-field-title:last-child .field-content:after {
  display: none;
}

#prj-tabs-content .element-prj-list-title-content a:hover,
#prj-funding-tab.nav-link.active,
#prj-domain-tab.nav-link.active,
#prj-contacts-tab.nav-link.active,
#prj-funding-tab:hover,
#prj-domain-tab:hover,
#prj-contacts-tab:hover {
  color: #005895;
  text-decoration: underline;
  background: transparent;
  border: 1px solid transparent;
}

#prj-tabs {
  flex-direction: column;
}

#prj-funding-tab,
#prj-domain-tab,
#prj-contacts-tab {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #6C727A;
}

/* Research projects end */

/* Banners start */
.paragraph--type--banners.imgnone li {
  list-style-type: none;
  padding-top: 8px;
  color: #6C727A;
}

.paragraph--type--banners.imgnone li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #6C727A;
  width: 16px;
  margin: 0 20px 0 -36px;
  transform: translateY(-5px);
}

.paragraph--type--banners.imgbkg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 1;
  background: url('../images/overlay.png');
  background-size: 100% 100%;
}

.paragraph--type--banners a.button {
  color: #FAFDFF;
  text-decoration: none;
  border: 1px solid #E1EDF5;
  border-radius: 100px;
  padding: 16px 32px;
}

/* Banners end */

/* Tabs start */
#tabs-content .field--name-field-description li,
.tab-content .field--name-field-description li {
  color: #FFFFFF;
}

.tab-pane {
  height: 100%;
}

.btn-arrow-down::after {
  transition: all 0.3s linear;
}

.tab-content a.button {
  padding: 13px 26px 13px 32px;
  width: max-content;
  height: 50px;
  background: #FFFFFF;
  border-radius: 100px;
  color: #005895;
  text-decoration: none;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 18px;
  line-height: 18px;
  align-self: center;
  align-items: center;
  transition: all 0.3s linear;
}

.tab-content a.button:hover {
  background: #005895;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.tab-content a.button:hover::after {
  background-image: var(--icon-arrow-white);
  transform: rotate(0deg);
  transition: all 0.3s linear;
}

.tab-content a.button::after {
  transition: all 0.3s linear;
  transform: rotate(-45deg);
  content: "";
  background-image: var(--icon-arrow-blue);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  background-size: 22px;
  align-self: normal;
}

.tab-content .field--name-field-description ul {
  padding-left: 40px;
}

.tab-content .field--name-field-description li {
  padding-bottom: 8px;
}

.tab-content .field--name-field-description li::before {
  display: inline-block;
  content: "";
  background: url(../images/ic_check.svg);
  background-size: 24px;
  border-top: none;
  height: 24px;
  width: 24px;
  margin: 0px 16px 0 -40px;
  transform: translateY(5px);
}

.paragraph--type--tabs {
  padding-bottom: 120px;
}

.tabs-container .btn-inline-flat {
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: #021127;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}

.tabs-container .btn-inline:active {
  border-top: 1px solid;
}

.tabs-container li:last-child .btn-inline-flat {
  border-bottom: 1px solid #021127;
}

/* Tabs end */

/* Grid start */
.paragraph--type--grid-item .grid-content ul {
  padding-left: 0px;
}

.paragraph--type--grid-item .grid-content ul.checkmarks li {
  list-style-type: none;
  margin-bottom: 16px;
  padding-left: 40px;
}

.paragraph--type--grid-item .grid-content ul.checkmarks li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: var(--icon-ic_check);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  margin: 0 16px 0 -40px;
  transform: translateY(5px);
  display: inline-block;
}

/* Grid end */

/* Footer star */
.site-footer .btn-inline::after {
  background: url(../images/Union.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  width: 20px;
  height: 20px;
}

/* Footer end */

/* Jobs start */
.ac_results {
  background: #f8f9fa;
  padding: 20px 30px 20px 10px;
  line-height: 35px;
  box-shadow: 0px 0px 10px #e9e9e9;
}

.ac_results li strong:hover {
  color: #005895;
  cursor: pointer;
}

.ac_results li {
  list-style-type: none;
  display: grid;
  margin-bottom: 20px;
}

.ac_results ul {
  max-width: 1000px;
  padding-left: 60px;
  margin-bottom: 0px;
  line-height: 30px;
  font-size: 18px;
}

.ac_results .autocomplete_item {
  display: grid;
}

.ac_results li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #6C727A;
  width: 16px;
  margin: 0 20px 0 -36px;
  transform: translateY(16px);
}

.alternative_1 {
  background: #E1EDF5;
}

#agreement {
  display: flex;
  margin-top: 10px;
}

#agreement input {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

#application_elements .ui-selectmenu-button,
#application_elements button.ui-multiselect {
  border: 1px solid #9AA6AE;
  background: #fff;
}

.path-jobs-career .ui-widget.ui-widget-content {
  padding: 20px;
}

#jobslisting .jobs_list_text {
  display: none;
}

.path-jobs-career .ui-state-active,
.path-jobs-career .ui-widget-content .ui-state-active,
.path-jobs-career .ui-widget-header .ui-state-active {
  border: 1px solid transparent;
}

#jobslisting,
.emp_nr_outerframe,
#application_box,
#footer_links {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#application_box h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
  color: #005895;
}

.path-jobs-career #application_box .group_field {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 47%;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.path-jobs-career .group_line {
  clear: left;
}

.path-jobs-career #application_elements input[type=text] {
  width: 100%;
  padding: 5px 0;
}

.path-jobs-career #filter_area .other_actions {
  text-align: right;
  margin: 0;
}

.path-jobs-career #filter_area .group_field_btn:last-child {
  text-align: right;
}

.path-jobs-career #filter_area .group_field {
  padding-bottom: 15px;
}

.path-jobs-career #filter_area .group_field_btn {
  width: 50%;
  text-align: left;
  margin-bottom: 30px;
}

#joboffers thead tr {
  border-top: none;
}

#jobTplContainer #emp_nr_innerframe,
#jobTplContainer .emp_nr_einleitung {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6C727A;
}

#jobTplContainer .emp_nr_outerframe h2 {
  font-size: 24px;
  line-height: 29px;
}

.path-jobs-career #btn_cvparser input {
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 53px;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}

.path-jobs-career #cvparser_comment {
  display: none;
}

.path-jobs-career #btn_cvparser {
  cursor: pointer;
  position: relative;
}

#application_box #btn_cvparser a,
#application_box .btn_xing a,
#application_box .btn_linkedin a,
#application_box .btn_finest_jobs a {
  background: #005895;
  border: 1px solid #005895;
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  padding: 16px 32px;
  text-decoration: none;
  text-align: center;
}

#application_box #btn_cvparser a:hover,
#application_box .btn_xing a:hover,
#application_box .btn_linkedin a:hover,
#application_box .btn_finest_jobs a:hover {
  background: #5BB8E5;
}

/* upload */
/***************************************/
/*       Advanced Upload Fields        */
/***************************************/
.path-jobs-career .upload_box>.upload_icon>.icon-attachment:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 1;
  background: url('../images/arrow-white.svg');
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotate(180deg)
}

.path-jobs-career .upload_error {
  display: none;
  clear: left;
}

.path-jobs-career .upload_process {
  z-index: 100;
  display: none;
}

.path-jobs-career .none {
  display: none;
}

.path-jobs-career .upload {
  position: relative;
}

.path-jobs-career .upload-field {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 2;
  position: absolute;
  top: -20px;
  left: 0;
  cursor: pointer;
  width: 40px;
  height: 60px;
}

.path-jobs-career .upload .facade {
  position: relative;
  top: 0;
  left: 0;
  /* z-index: 1; */
  overflow: hidden;
}

.path-jobs-career .advanced_upload input[type="file"] {
  width: 94%;
  top: 0px;
  left: 0;
  height: 42px;
}

.path-jobs-career .upload_box {
  display: inline-block;
  width: 100%;
  position: relative;
}

.path-jobs-career .upload_box>.upload_icon {
  display: inline-block !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  width: 42px;
  height: 42px;
  background: #005895;
  border: 1px solid #005895;
  position: absolute;
  top: 0;
  left: 0;
  /*z-index: 1;*/
}

.path-jobs-career .upload_box>.upload_icon>.icon-attachment {
  display: inline-block;
  padding-left: 10px;
  font-size: 30px;
  line-height: 42px;
  color: #FFF;
}

.path-jobs-career .upload_box>.upload_field {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  height: 42px;
  background: #fff;
  border: 1px solid #9AA6AE;
  font-size: 16px;
  color: #9AA6AE;
  /*position: relative;*/
}

.path-jobs-career .field_error .upload_box>.upload_field {
  background-color: #FCC !important;
  color: #C36 !important;
}

.path-jobs-career .upload_box>.upload_field a {
  display: block;
  color: #000;
}

.path-jobs-career .upload_box>.upload_field .file_name {
  height: 42px;
  line-height: 42px;
  padding-left: 56px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.path-jobs-career .upload_box>.upload_field .group_field_tooltip {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}

.path-jobs-career .upload_box>.upload_field .tooltip {
  margin: 0;
  padding-top: 10px;
  padding-right: 6px;
  color: #666;
}

#job_filter_advanced button.ui-multiselect {
  border: 1px solid #9AA6AE;
  background: #fff;
}

#job_filter_advanced .input_box .ac_input {
  width: 100%;
}

.path-jobs-career .upload_box.attachment_delete>.upload_icon>.icon-cross_mark {
  font-size: 25px;
  padding-left: 13px;
  line-height: 42px;
  color: #fff;
}

.path-jobs-career .upload_box.attachment_delete>.upload_icon {
  display: inline-block !important;
  vertical-align: top;
  width: 41px;
  height: 41px;
  background: #0373A2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.path-jobs-career .upload_box.attachment_delete>.upload_icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 1;
  background: url(../images/arrow-white.svg);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotate(-90deg);
}

.path-jobs-career #application_form label {
  padding-bottom: 6px;
  display: block;
}

.path-jobs-career .group_field input[type=file] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #EEE;
  background: #EEE;
  color: #000;
  font-weight: normal;
}

.path-jobs-career .none {
  display: none;
}

.path-jobs-career .upload_bar {
  border: 1px solid black;
  background: #fff url(../images/loader.gif) no-repeat;
  width: 221px;
  height: 16px;
}

.path-jobs-career .empty_element {
  font-size: 0;
  line-height: 0;
}

.path-jobs-career .upload_perc {
  float: left;
  padding-left: 5px;
}

.path-jobs-career #application_form .group_field,
.path-jobs-career #application_form .group_comment,
.path-jobs-career #agreement {
  padding-bottom: 15px;
}

.path-jobs-career #application_form .group_field {
  padding-right: 3%;
}

.path-jobs-career .actions .css_button {
  padding: 0;
  border: 0;
  display: inline-block;
  margin: 2px;
}

.path-jobs-career .actions {
  margin: 1em 0 0 0;
  text-align: right;
  min-height: 0;
  padding-top: 20px;
}

.path-jobs-career .css_button a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
  background: #005895;
  color: #FFF;
  text-decoration: none;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 100px;
}

.path-jobs-career .css_button a:hover {
  background: #5BB8E5;
}

.path-jobs-career #btn_reset_search.css_button a,
.path-jobs-career #btn_online_application_back a {
  background: #9AA6AE;
}

.path-jobs-career #btn_reset_search.css_button a:hover,
.path-jobs-career #btn_online_application_back a:hover {
  background: #5BB8E5;
}

.path-jobs-career .group_line:before,
.path-jobs-career .group_line:after {
  display: table;
  content: " ";
}

#joboffers {
  width: 100%;
}

#joboffers th {
  background: transparent;
  padding: 15px 0;
}

#joboffers th a {
  font-weight: 400;

}

#joboffers a {
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #1A1C43;
  padding: 10px 0;
}

#joboffers a:hover {
  color: #005895;
}

#joboffers tr {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #D2E0EA;
}

#joboffers td {
  padding: 10px 0 10px 10px;
}

.path-jobs-career .header-content h1 {
  font-size: 42px;
  line-height: 54px;
}

.path-jobs-career .left {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.path-jobs-career .left:last-child {
  padding-right: 0;
}

/* upload end */
/* Jobs end */

/* Media queries start */
.page-node-2188 #pid-6421 {
  display: none;
}

@media (max-width: 1220px) {
  .main-content .sidebar {
    position: relative;
    margin-top: 0px !important;
    width: 100% !important;
  }

  .main-content .sidebar.media-library {
    display: none;
  }

  .page-node-2188 #pid-6421 {
    display: block;
  }

  .page-node-1321 .sidebar,
  .page-node-245 .sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {

  .view-news-list .views-row:first-child,
  .view-taxonomy-term .views-row:first-child {
    max-width: 100%;
    grid-template-columns: 2fr 2fr;
  }

  .webform-container .booking-form-container {
    padding: 40px 10vw;
  }

  .webform-container .questionnaire-form-container {
    padding: 0 10vw;
  }

  .element-imagebox.image-align-right.image-box-typeProduct-Box-Gray .imagebox-content {
    padding: 20px;
  }

  .paragraph--type--grid .field__items>.field__item,
  .paragraph--type--grid.grid-col-4 .field__items .field__item {
    width: 100%;
    padding: 20px;
  }

  .paragraph--type--big-links-and-image .element-biglinks .biglinks-img {
    margin-left: 0;
  }

  .paragraph--type--big-links-and-image .element-biglinks .biglinks-link {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .tabs-container .nav-tabs {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .view-news-list .views-row,
  .view-press-list .views-row,
  .view-taxonomy-term .views-row,
  .view-news-list .views-row:first-child,
  .view-taxonomy-term .views-row:first-child {
    grid-template-columns: 1fr;
  }

  .nepm-small.view-news-list div.views-row:nth-child(n+2),
  .view-news-list div.views-row:nth-child(n+2):nth-child(-n+4),
  .view-press-list div.views-row:nth-child(n+2):nth-child(-n+7),
  .view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) {
    grid-column: span 3;
  }

  .views-row .views-field-title,
  .views-row .views-field-body {
    max-width: 100%;
  }

  .view-news-list .views-row:first-child .views-field-field-media img,
  .view-taxonomy-term .views-row:first-child .views-field-field-media img,
  .nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-field-media img,
  .view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media img,
  .view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-field-media img,
  .view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media img {
    max-width: 100%;
  }

  .views-row .views-field-field-media img {
    max-width: 100%;
    width: 100%;
  }

  .nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-field-media,
  .view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media,
  .view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-field-media,
  .view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media {
    height: 100%;
    max-height: 350px;
  }

  .view-news-list .views-row,
  .view-press-list .views-row,
  .view-taxonomy-term .views-row,
  .view-news-list .views-row:first-child,
  .view-taxonomy-term .views-row:first-child {
    grid-column: span 3;
  }

  .view-news-list .views-row .views-field-field-media,
  .view-press-list .views-row .views-field-field-media,
  .view-taxonomy-term .views-row .views-field-field-media {
    grid-column: span 2;
    order: 1;
    max-height: 350px;
    margin-bottom: 8px;
  }

  .view-news-list .views-row .views-field-type,
  .view-news-list .views-row .views-field-created,
  .view-press-list .views-row .views-field-type,
  .view-press-list .views-row .views-field-created,
  .view-taxonomy-term .views-row .views-field-type,
  .view-taxonomy-term .views-row .views-field-created {
    grid-row: span 2;
    order: 2;
  }

  .view-news-list .views-row .views-field-title,
  .view-press-list .views-row .views-field-title,
  .view-taxonomy-term .views-row .views-field-title {
    grid-column: span 2;
    order: 3;
    padding-top: 24px;
  }

  .view-news-list .views-row .views-field-body,
  .view-press-list .views-row .views-field-body,
  .view-taxonomy-term .views-row .views-field-body {
    order: 4;
    grid-column: span 2;
  }

  .view-news-list .views-row .views-field-view-node,
  .view-press-list .views-row .views-field-view-node,
  .view-taxonomy-term .views-row .views-field-view-node {
    opacity: 1;
    order: 5;
    grid-column: span 2;
  }

  .view-press-list div.views-row .views-field-field-media .field-content {
    min-height: 235px;
    background-size: cover;
    background-position: bottom left;
  }

  #page #block-tttech-content {
    margin: 40px 0;
  }

  .main-content .sidebar {
    margin-top: 0 !important;
    width: 100% !important;
  }

  .element-banner {
    flex-direction: column;
  }
}

@media (max-width: 575px) {

  .table-2 table td,
  .table-2 table th {
    min-width: 250px;
  }

  .downloads .btn-inline {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
  }

  .header-container .search-field {
    position: relative;
    right: 0px;
    top: -50px;
    left: 0;
  }

  .header-container input#search-text {
    width: 100%;
  }

  .element-prj-list-title-content {
    gap: 8px;
  }

  .element-prj-list-title-content .views-field-title .field-content:after {
    transform: translateY(-8px);
  }

  .header-content .researcher-area {
    max-width: 100%;
  }

  .content .paragraph--type--image-marquee .swiper-slide {
    padding: 16px 24px;
  }

  .paragraph--type--image-marquee .swiper-slide img {
    max-height: 80px;
  }

  .field--type-text-with-summary .align-left,
  .field--type-text-with-summary .align-right {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }

  .view-labs .views-view-grid .views-col {
    width: 100%;
  }

  .view-press-list .views-exposed-form .row div select,
  .view-events-list .views-exposed-form .row div select {
    width: 150px;
  }

  .main-content .sidebar.media-library {
    margin-top: 0;
  }

  .view-news-list .views-row,
  .view-press-list .views-row,
  .view-taxonomy-term .views-row,
  .view-news-list .views-row:first-child,
  .view-taxonomy-term .views-row:first-child {
    grid-template-columns: 1fr;
  }

  .nepm-small.view-news-list div.views-row:nth-child(n+2),
  .view-news-list div.views-row:nth-child(n+2):nth-child(-n+4),
  .view-press-list div.views-row:nth-child(n+2):nth-child(-n+7),
  .view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) {
    grid-column: span 3;
  }

  .views-row .views-field-title {
    max-width: 100%;
  }

  .view-events-list .views-exposed-form .row div::before,
  .view-press-list .views-exposed-form .row div::before {
    right: 21px;
  }

  .view-events-list .views-row {
    grid-template-columns: 35% 40% 25% 0%;
    margin-bottom: 40px;
    margin-top: 0px;
  }

  .view-events-list .views-row .views-field-field-event-location {
    grid-column: span 3;
    padding-bottom: 32px;
    padding-top: 16px;
  }

  .view-events-list .views-row .views-field-body {
    grid-column-start: c;
    grid-column-end: d;
  }

  .view-events-list .views-row .views-field-title a {
    font-size: 32px;
    line-height: 40px;
  }

  .view-events-list .views-row .views-field-title {
    grid-column: span 4;
    grid-row: span 1;
    max-width: 100%;
    padding-bottom: 24px;
  }

  .view-events-list .views-row .views-field-view-node {
    grid-area: auto;
    grid-column: span 2;
    display: grid;
  }

  .view-news-list .views-row:first-child .views-field-field-media img,
  .view-taxonomy-term .views-row:first-child .views-field-field-media img,
  .nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-field-media img,
  .view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media img,
  .view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-field-media img,
  .view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media img {
    max-width: 575px;
  }

  .views-row .views-field-field-media {
    max-height: 235px;
  }

  .views-row .views-field-field-media img {
    max-width: 100%;
  }

  .nepm-small.view-news-list div.views-row:nth-child(n+2) .views-field-field-media,
  .view-news-list div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media,
  .view-press-list div.views-row:nth-child(n+2):nth-child(-n+7) .views-field-field-media,
  .view-taxonomy-term div.views-row:nth-child(n+2):nth-child(-n+4) .views-field-field-media {
    height: 100%;
    max-height: 235px;
  }

  .main-content .newsroom-links,
  .main-content .paragraph--type--list-links .list-links {
    scroll-snap-type: x mandatory;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .main-content .newsroom-links::-webkit-scrollbar,
  .main-content .paragraph--type--list-links .list-links::-webkit-scrollbar {
    display: none;
  }

  .main-content .newsroom-links::-webkit-scrollbar {
    display: none;
  }

  .main-content .newsroom-links a {
    flex: 0 0 auto;
    padding: 0 16px;
    scroll-snap-align: start;
  }

  .main-content .newsroom-links>a.active {
    border-bottom: 2px solid #005895;
  }

  .view-products-list .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .view.view-products-list {
    grid-template-columns: 1fr;
  }

  .view-products-list .js-form-item>div[id^="edit-field-tags-target-id"] {
    display: none;
    position: relative;
    top: -50px;
    padding-top: 70px;
  }

  .view-products-list .js-form-item.js-form-type-select>label {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #9B9B9B;
    border-bottom: 1px solid #021127;
    padding: 10px 0px 11px;
    height: 53px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .view-products-list .js-form-item>div[id^="edit-field-tags-target-id"]:hover {
    display: block;
  }

  .view-products-list .js-form-item.js-form-type-select {
    display: inline-block;
    padding-left: 16px;
    padding-right: 0;
  }

  .view-products-list .js-form-item.js-form-type-select:active div[id^="edit-field-tags-target-id"] {
    display: block;
  }

  .view-products-list .js-form-item.js-form-type-select:active div[id^="edit-field-tags-target-id"]:hover {
    display: block;
  }

  .view-products-list .js-form-item.js-form-type-select>label {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #9B9B9B;
    border-bottom: 1px solid #021127;
    padding: 10px 0px 11px;
    height: 53px;
    display: flex;
  }

  .view-products-list .js-form-item.js-form-type-select>label::after {
    content: "";
    background-image: var(--icon-arrow-blue);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(45deg);
    width: 36px;
    background-size: 27px;
  }

  .paragraph--type--counting-numbers .list-counters {
    grid-template-columns: 1fr;
  }

  #navbar-main .row.region.region-header-form {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-bottom .footer-right {
    flex-flow: wrap;
    gap: 8px;
    margin-top: 24px;
  }

  .footer-top .footer-left {
    padding-bottom: 80px;
  }

  .footer-left>div {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-top .btn-inline {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
  }

  .footer-bottom .footer-right a {
    width: auto;
    margin-right: 24px;
  }

  .footer-top {
    padding-bottom: 80px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .site-footer .btn-inline::after {
    width: 16px;
    height: 16px;
    background-position: top right;
  }

  .footer-top .footer-right {
    flex-direction: row;
  }

  .footer-right a {
    width: 40px;
    overflow: hidden;
  }

  .site-footer {
    padding: 80px 0 40px;
  }

  .main-content .paragraph--type--list-links.links-type-TagsonBlueBackground a,
  .main-content .paragraph--type--list-links.links-type-TagsonWhiteBackground a {
    font-size: 22px;
    line-height: 33px;
    flex: 0 0 auto;
    padding: 0 16px;
    scroll-snap-align: center;
    width: max-content;
    padding: 16px 32px;
  }

  .nepm-small.view-news-list .views-row:first-child {
    grid-column: span 3;
  }

  .main-content .paragraph--type--cards.card-col-2 .field__items .field__item,
  .main-content .paragraph--type--grid.grid-col-3 .field__items .field__item,
  .main-content .paragraph--type--grid.grid-col-4 .field__items .field__item {
    width: 100%;
  }

  #prj-funding-tab,
  #prj-domain-tab,
  #prj-contacts-tab {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  #prj-tabs-content .element-prj-list-title-content a {
    font-size: 26px;
    line-height: 32px;
  }

  .main-content .element-prj-list {
    grid-template-columns: 1fr;
  }

  .main-content .element-prj-list-title {
    writing-mode: initial;
    transform: none;
  }

  .main-content .element-prj-list-title-content {
    grid-column: 1;
  }

  #prj-tabs-content .element-prj-list-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }

  #pid-4454 .tab-content {
    padding: 16px;
  }

  div#prj-tabs-content .prj-contacts-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  div#prj-tabs-content .prj-contacts-content p.bodytext {
    font-size: 24px;
    line-height: 36px;
  }

  div#prj-tabs-content .prj-contacts-content a {
    font-size: 12px;
    line-height: 16px;
  }

  .content-researcher .researcher-image {
    position: relative;
    bottom: 0;
    transform: translatey(25%);
  }

  .block-views-blockhistory-history .accordion-type-large .accordion-button {
    font-size: 22px;
    line-height: 33px;
    padding-left: 90px;
  }

  .block-views-blockhistory-history .accordion-type-large .accordion-button::after {
    margin-left: -90px;
  }

  .page-node-1477 .view-map-on-contact-page .offices-info>div {
    width: auto;
  }

  .image-box-typeBlue-Image-Box .imagebox-content ul {
    padding-left: 35px;
  }

  .element-imagebox.image-box-typeBlue-Image-Box.image-align-left .imagebox-img,
  .element-imagebox.image-box-typeBlue-Image-Box.image-align-right .imagebox-img {
    max-height: initial;
  }

  .image-box-typeBlue-Image-Box .imagebox-content .btn-inline-flat,
  .image-box-typeBlue-Image-Box .imagebox-content a.button {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
  }

  .newsroom-links {
    font-size: 18px;
    line-height: 24px;
  }

  .main-content .newsroom-links,
  .main-content .newsroom-links a {
    height: 66px;
  }

  .main-content .newsroom-links>a.active {
    height: 66px;
  }

  .main-content .element-imagebox.image-align-left .imagebox-img,
  .main-content .element-imagebox.image-align-right .imagebox-img {
    max-height: initial;
  }

  .image-box-typeBlue-Image-Box .imagebox-content .btn-inline-flat,
  .image-box-typeBlue-Image-Box .imagebox-content a.button {
    padding: 13px 14px 13px 32px;
    gap: 0px;
  }

  .image-box-typeBlue-Image-Box .imagebox-content .btn-inline-flat::after {
    width: 80px;
  }

  .ui-widget.ui-widget-content {
    padding: 24px 24px;
    width: 100% !important;
  }

  .ui-dialog .ui-dialog-title {
    white-space: break-spaces;
  }

  .ui-dialog .ui-dialog-titlebar-close::after {
    transform: translate(-12px, -12px);
  }

  .ui-dialog .ui-dialog-titlebar-close {
    margin: -45px -10px;
  }

  .accordion-button {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
  }

  .btn-inline-flat::after {
    width: auto;
    background-size: 27px;
    min-width: 27px;
  }

  .node--type-event table td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
  }

  .node--type-product .main-content>.section>#block-webform .request-quote-open {
    top: 77px !Important;
  }

  .header-content .content-right img {
    margin-top: -3% !important;
    margin-bottom: -6% !important;
  }

  .links-type-ZigZag-TitleonTop .list-item-image {
    position: relative;
    display: grid;
    height: 100%;
  }

  .view-press-list .views-exposed-form .row div,
  .view-events-list .views-exposed-form .row div {
    height: 48px;
    margin-bottom: 20px !important;
  }

  .view-news-list .form-select ul,
  .view-press-list .views-exposed-form .row {
    margin-bottom: 0;
  }

  .view-news-list .view-content .views-infinite-scroll-content-wrapper {
    margin-top: 30px;
  }

  .view-news-list .form-select ul {
    height: 40px;
  }

  .paragraph--type--image-hotspot .lg-hotspot__button {
    height: 32px;
    width: 32px;
    margin-top: 12px !important;
    margin-left: 12px !important;
  }

  .paragraph--type--image-hotspot .lg-hotspot__button img,
  .paragraph--type--image-hotspot .lg-hotspot__button:hover:before {
    height: 32px;
    width: 32px;
  }

  .page-node-2188 .paragraph--type--list-links.links-type-Standard .list-links {
    overflow: visible;
    height: 100%;
  }

}

@media (min-width: 576px) {

  .navbar,
  .header-content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .navbar,
  .header-content {
    max-width: 720px;
  }

  .tabs-container .tab-pane .collapse {
    height: 100%
  }
}

@media (min-width: 992px) {

  .navbar,
  .header-content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .navbar,
  .header-content {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .navbar,
  .header-content {
    max-width: 1320px;
  }
}

/* Media queries end */


/* custom overrides */

.btn-inline.btn-ondark:hover .list-item-image {
  filter: brightness(70%) sepia(100) saturate(50) hue-rotate(168deg);
}


#pid-3173.paragraph--type--text-description,
#pid-3970.paragraph--type--text-description {
  padding-bottom: 0px;
}

.block-views-blockproducts-list-block-1 h2 {
  margin-top: 0px;
}

.page-node-2122 .lg-hotspot__label .hotspot-content {
  width: 600px;
}

.page-node-2124 .lg-hotspot__label .hotspot-content {
  width: 600px;
}

.hotspot-product-title {
  margin-bottom: 10px;
}

#views-exposed-form-map-on-contact-page-block-1 .form-select {
  background: none;
}

.page-node-1477 form#views-exposed-form-map-on-contact-page-block-1 select,
.page-node-646 form#views-exposed-form-map-on-contact-page-block-1 select {
  font-size: 43px;
}

.page-node-1477 form#views-exposed-form-map-on-contact-page-block-1 .js-form-item::after,
.page-node-646 form#views-exposed-form-map-on-contact-page-block-1 .js-form-item::after {
  height: 70px;
  width: 45px;
}

.page-node-1833 .paragraph--type--cards .field__items,
.page-node-1827 .paragraph--type--cards .field__items {
  justify-content: flex-start;
}

.accordion-item .field--name-field-description ul,
.tabs-content .field--name-field-description ul {
  display: flow-root;
}

.page-node-769 .main-content .field__item:last-child .paragraph {
  margin-bottom: 80px;
}

.page-node-2188 .accordion-type-large .accordion-button.collapsed:hover::after {
  background-color: #005895;
}

.page-node-2188 .accordion-type-large .accordion-button::after {
  border: 1px solid #005895;
}

.element-product.element-product-custom .btn.btn-primary.w-icon {
  line-height: 24px;
}

.page-node-2124 table,
.page-node-2122 table {
  width: 100% !important;
}

.page-node-2124 table tr,
.page-node-2122 table tr {
  display: grid;
}

.page-node-2124 .field--name-field-description ul,
.page-node-2122 .field--name-field-description ul {
  padding-left: 40px;
  font-size: 15px;
  line-height: 18px;
}

.field--name-field-media-image img {
  max-width: 70%;
}

.tab-content a.button:hover {
  background: #5BB8E5;
}

.node--type-event table p {
  margin-bottom: 0px;
}

.paragraph--type--banners.imgtshape .banner-content a,
.paragraph--type--banners.imginline .banner-content a {
  color: #fff;
}

.content .field--name-field-media-image img {
  max-width: 100%;
}

.field--type-text-with-summary .btn-inline-flat sup {
  top: 10px;
}

.newsroom-links.six.nomargin {
  margin-bottom: 0;
}

.page-node-1828 .table-4 table tbody th {
  padding-left: 24px;
}

#newslettertype label {
  padding-left: 10px;
}

#form-content .field.bool.field--bool--left {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.field__error,
#application_elements .asterisk,
#application_elements .group_error p,
#error_agree {
  color: red;
}

.downloads-link .btn-inline-flat::after {
  width: 53px;
}

.paragraph--type--text-big-title-description .big-text-content h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 87px;
}

.paragraph--type--text-big-title-description .big-text-content h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 63px;
}

.paragraph--type--text-big-title-description .big-text-content h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
}


.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.tabs-container .btn-inline-flat.active {
  color: #005895;
}

.element-biglinks .biglinks-link a:hover span.biglinks-link-icon {
  transform: rotate(0deg);
  transition: 0.3s linear;
}

.element-biglinks .biglinks-link span.biglinks-link-icon {
  transition: 0.3s linear;
}

.uc-embedding-container {
  display: none;
}