@charset "UTF-8";
/* COLORS */
.up-icon {
  font-family: "Netto Icons";
}
.up-icon.square {
  display: inline-flex;
  box-sizing: border-box;
  width: 1.8em;
  height: 1.8em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.up-icon.icon-close:after {
  content: "⊕";
}
.up-icon.icon-burger:after {
  content: "\ec0a";
}
.up-icon.icon-search:after {
  content: "🔍";
}
.up-icon.icon-triangle-left:after {
  content: "⏴";
}
.up-icon.icon-triangle-right:after {
  content: "⏵";
}
.up-icon.icon-caret-up:after {
  content: "˄";
}
.up-icon.icon-caret-down:after {
  content: "˅";
}
.up-icon.icon-caret-left:after {
  content: "˂";
}
.up-icon.icon-caret-right:after {
  content: "˃";
}
.up-icon.icon-arrow-left:after {
  content: "←";
}
.up-icon.icon-arrow-right:after {
  content: "→";
}
.up-icon.icon-circle-arrow-right:after {
  content: "\ea01";
}
.up-icon.icon-marker:after {
  content: "\ec0e";
}
.up-icon.icon-clock:after {
  content: "⌚";
}
.up-icon.icon-calendar:after {
  content: "📆";
}

.up-btn {
  border-radius: 1.5em;
  font-size: 18px;
}
.up-btn.up-btn-default {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--blue-50);
}
.up-btn.up-btn-default:hover {
  background-color: var(--wp--preset--color--blue-20);
}
.up-btn.up-btn-transparent {
  color: var(--wp--preset--color--black);
  background-color: transparent;
}
.up-btn.up-btn-transparent:hover {
  color: var(--wp--preset--color--blue-20);
}

.up-block-title-media .up-title-overlay.style-1 {
  background-image: url(../img/line.svg);
  background-position-x: left;
  background-position-y: bottom;
}
.up-block-title-media .up-title-overlay.style-2 {
  background-image: url(../img/line-alternative.svg);
  background-position-x: center;
  background-position-y: bottom;
}

@media screen and (max-width: 1024px) {
  .up-block-title-media .up-title-overlay.style-2 {
    background-position-x: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .up-block-title-media.up-content-n .up-content, .up-block-title-media.up-content-ne .up-content, .up-block-title-media.up-content-e .up-content, .up-block-title-media.up-content-se .up-content, .up-block-title-media.up-content-s .up-content, .up-block-title-media.up-content-sw .up-content, .up-block-title-media.up-content-w .up-content, .up-block-title-media.up-content-nw .up-content {
    top: unset;
    bottom: 0;
    flex-direction: column;
    height: auto;
  }
  .up-block-title-media.up-content-n .up-content > div, .up-block-title-media.up-content-ne .up-content > div, .up-block-title-media.up-content-e .up-content > div, .up-block-title-media.up-content-se .up-content > div, .up-block-title-media.up-content-s .up-content > div, .up-block-title-media.up-content-sw .up-content > div, .up-block-title-media.up-content-w .up-content > div, .up-block-title-media.up-content-nw .up-content > div {
    width: 100% !important;
    height: auto;
    padding: 5% 5% 25% 25%;
  }
}
@media screen and (max-width: 639px) {
  .up-block-title-media.up-content-n .up-content > div, .up-block-title-media.up-content-ne .up-content > div, .up-block-title-media.up-content-e .up-content > div, .up-block-title-media.up-content-se .up-content > div, .up-block-title-media.up-content-s .up-content > div, .up-block-title-media.up-content-sw .up-content > div, .up-block-title-media.up-content-w .up-content > div, .up-block-title-media.up-content-nw .up-content > div {
    padding: 5% 5% 30% 25%;
  }
}
/* COLORS */
header {
  /*
  * TOP NAVIGATION
  */
  /*
  * TOP SUB-NAVIGATION
  */
}
header .the-main-menu, header .the-secondary-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header .the-main-menu ul, header .the-secondary-menu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 0;
}
header .the-main-menu ul li, header .the-secondary-menu ul li {
  display: block;
  list-style: none;
}
header .the-main-menu ul li:not(:last-child)::after, header .the-secondary-menu ul li:not(:last-child)::after {
  content: "|";
}
header .the-main-menu ul li > a, header .the-main-menu ul li > span, header .the-secondary-menu ul li > a, header .the-secondary-menu ul li > span {
  display: inline-block;
  margin: 0 24px 0 24px;
  text-decoration: none;
}
header .the-main-menu ul li > a:visited, header .the-secondary-menu ul li > a:visited {
  color: inherit;
}
header .the-main-menu ul li > a:hover, header .the-secondary-menu ul li > a:hover {
  color: var(--wp--preset--color-blue50);
  font-weight: 900;
}
header #the-sub-menu-container {
  display: none;
  opacity: 0%;
  transition: opacity 1s;
}
header #the-sub-menu-container .submenu {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 50px 20px;
  background-color: var(--wp--preset--color--blue-50-transparent);
}
header #the-sub-menu-container .submenu:nth-child(1), header #the-sub-menu-container .submenu:nth-child(2) {
  background-color: var(--wp--preset--color--blue-10-transparent);
}
header #the-sub-menu-container .submenu:nth-child(3) {
  background-color: var(--wp--preset--color--blue-20-transparent);
}
header #the-sub-menu-container .submenu:nth-child(4), header #the-sub-menu-container .submenu:nth-child(5) {
  background-color: var(--wp--preset--color--blue-50-transparent);
}
header #the-sub-menu-container .submenu:nth-child(1), header #the-sub-menu-container .submenu:last-child {
  flex-grow: 2;
  flex-basis: 1;
}
header #the-sub-menu-container .submenu ul {
  list-style: none;
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  grid-auto-flow: column;
  gap: 0.8em 50px;
}
header #the-sub-menu-container .submenu ul li {
  color: var(--wp--preset--color--black-foreground);
}
header #the-sub-menu-container .submenu ul li > a, header #the-sub-menu-container .submenu ul li > span {
  display: inline-block;
  color: var(--wp--preset--color--black-foreground);
  text-decoration: none;
}
header #the-sub-menu-container .submenu ul li > a:hover {
  color: #505050;
}
header.open #the-sub-menu-container {
  display: flex;
  flex-direction: row;
  opacity: 100%;
}
header .the-mobile-menu {
  position: relative;
  display: none;
  box-sizing: border-box;
  width: 70vw;
  flex-basis: unset;
  flex-grow: unset;
  height: 60px; /*100%;*/
  background-color: var(--wp--preset--color--white);
}
header .the-mobile-menu .up-mobile-menu {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}
header .the-mobile-menu .up-mobile-menu .up-mobile-toggle {
  font-weight: bold;
  font-size: 1.1em;
}
header .the-mobile-menu .up-mobile-menu .up-mobile-menu-content {
  display: none;
  width: 70vw;
}

@media screen and (max-width: 1023px) {
  header .the-main-menu, header .the-secondary-menu {
    display: none;
  }
  header .the-mobile-menu {
    display: block;
  }
  footer .up-footer-wrapper {
    grid-auto-flow: row !important;
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .up-footer-wrapper .up-menu {
    flex-direction: column !important;
  }
  footer .up-footer-wrapper div:nth-child(2) {
    order: 1000;
  }
}
.upblocks-post-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.upblocks-post-list .entry {
  display: flex;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  aspect-ratio: 2.6;
}
.upblocks-post-list .entry .btn.btn-news {
  padding: 0.5em 1em;
  border-radius: 1em 1em 1em 0;
  cursor: pointer;
  text-decoration: none;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-1 {
  flex-direction: row-reverse;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-image {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-image img {
  display: block;
  width: calc(var(--wp--style--global--content-size) / 2 - 50px);
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 40px;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 5%;
  color: var(--wp--preset--color--black);
}
.upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-content .post-title, .upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-content .post-excerpt {
  font-size: 2em;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-content .post-title, .upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-content .post-excerpt, .upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-content .post-link {
  width: calc(var(--wp--style--global--content-size) / 2 - 50px);
}
.upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-content .post-link {
  margin-top: auto;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-1 .entry-content .post-link a {
  background-color: var(--wp--preset--color--blue-20);
  color: var(--wp--preset--color--black);
}
.upblocks-post-list .entry.upblocks-archive-entry-style-2 .entry-image {
  width: 50%;
  height: 100%;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-2 .entry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-2 .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 5%;
  background-color: var(--wp--preset--color--blue-50);
  color: var(--wp--preset--color--white-foreground);
  font-size: 2em;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-2 .entry-content .post-title, .upblocks-post-list .entry.upblocks-archive-entry-style-2 .entry-content .post-excerpt {
  width: calc(var(--wp--style--global--content-size) / 2 - 50px);
}
.upblocks-post-list .entry.upblocks-archive-entry-style-2 .entry-content .post-link {
  margin-top: auto;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-2 .entry-content .post-link a {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.upblocks-post-list .entry.upblocks-archive-entry-style-3 .entry-image {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-3 .entry-image img {
  display: block;
  width: calc(var(--wp--style--global--content-size) / 2 - 50px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 40px;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-3 .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 5%;
  color: var(--wp--preset--color--black);
  font-size: 2em;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-3 .entry-content .post-title, .upblocks-post-list .entry.upblocks-archive-entry-style-3 .entry-content .post-excerpt {
  width: calc(var(--wp--style--global--content-size) / 2 - 50px);
}
.upblocks-post-list .entry.upblocks-archive-entry-style-3 .entry-content .post-link {
  margin-top: auto;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-3 .entry-content .post-link a {
  background-color: var(--wp--preset--color--blue-20);
  color: var(--wp--preset--color--black);
}
.upblocks-post-list .entry.upblocks-archive-entry-style-4 .entry-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-4 .entry-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-4 .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--blue-50-t-75);
  box-sizing: border-box;
  padding: 5% 55% 5% 5%;
  color: var(--wp--preset--color--white-foreground);
  font-size: 2em;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-4 .entry-content .post-title, .upblocks-post-list .entry.upblocks-archive-entry-style-4 .entry-content .post-excerpt, .upblocks-post-list .entry.upblocks-archive-entry-style-4 .entry-content .post-link {
  width: calc(var(--wp--style--global--content-size) / 2 - 50px);
}
.upblocks-post-list .entry.upblocks-archive-entry-style-4 .entry-content .post-link {
  margin-top: auto;
}
.upblocks-post-list .entry.upblocks-archive-entry-style-4 .entry-content .post-link a {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}

.up-post {
  display: block;
  box-sizing: border-box;
}
.up-post .up-post-header {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.up-post .up-post-header .wp-block-post-featured-image > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /* filter: sepia(100%) hue-rotate(177deg) brightness(.6); */
}
.up-post .up-post-header .up-post-header-overlay {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/line-alternative.svg);
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}
.up-post .up-post-header .up-post-header-overlay .up-post-header-content {
  display: block;
  box-sizing: border-box;
  width: 60%;
  height: 100%;
  padding: 5% 5% 10% 5%;
  color: var(--wp--preset--color--white-foreground);
  font-size: 1.5em;
}
.up-post .up-post-header .up-post-header-overlay .up-post-header-content h1 {
  font-size: 5vw;
}
.up-post .up-post-content .up-post-title h2 {
  font-size: 32px;
}
.up-post .up-post-content .up-post-excerpt {
  padding-top: 1em;
  padding-bottom: 1em;
}
.up-post .up-post-content .up-post-excerpt > * {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-style: solid;
  border-color: var(--wp--preset--color--blue-50);
  border-width: 1px 0 1px 0;
  font-style: italic;
}

div.wpforms-container-full.up-form-padding:not(:empty) {
  padding-top: 50px;
  padding-bottom: 50px;
}
div.wpforms-container-full.up-form-padding:not(:empty) > form {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
div.wpforms-container-full.up-form-padding:not(:empty) .wpforms-field-file-upload .wpforms-uploader {
  border-radius: 1.5em 1.5em 1.5em 1.5em;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full input[type=tel], div.wpforms-container-full select, div.wpforms-container-full textarea {
  border-radius: 1.5em 1.5em 1.5em 1.5em;
}
div.wpforms-container-full button[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button {
  border-radius: 1.5em 1.5em 1.5em 0;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--wp--preset--color--blue);
  color: white;
}
div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active {
  background-color: var(--wp--preset--color--blue-20);
  color: var(--wp--preset--color--black);
}

body {
  font-family: "Netto Pro", "Helvetica Neue", "Helvetica", "Arial";
  background-color: rgb(255, 255, 255);
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 100px;
  /*
  &:not(.home) {
      padding-top: 50px;
  }
  */
  min-height: calc(100vh - 100px);
}
body p, body li, body h1, body h2, body h3, body h4 {
  font-family: "Netto Pro", "Helvetica Neue", "Helvetica", "Arial";
}
body p {
  line-height: 1.5em;
}
body:not(.home) .home-only {
  display: none;
}
body > .wp-site-blocks {
  box-sizing: border-box;
  /*min-height: calc(100vh - 100px);*/
  /*min-height: calc(100vh - 50px);*/
  min-height: calc(100vh - 100px);
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

:where(.wp-site-blocks):nth-of-type(1) > *:not(footer) {
  margin-block-start: 0px;
}
:where(.wp-site-blocks):nth-of-type(1) .wp-block-post-content {
  margin-block-end: 50px;
}

header {
  box-sizing: border-box;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
header .wp-block-columns {
  gap: 0;
  margin-bottom: 0;
}
header .the-logo, header .the-main-menu, header .the-secondary-menu {
  box-sizing: border-box;
  height: 100px;
  overflow-y: visible;
  z-index: 10;
  background-color: var(--wp--preset--color--white-foreground);
  transition: background 1s;
}

.page .upblocks-page-title-image {
  margin-block-start: 0;
  background-position: center;
  background-size: cover;
}

.up-block {
  font-family: "Netto Pro", "Helvetica Neue", "Helvetica", "Arial";
}

.wp-block-upblocks-teaser h3 {
  font-family: "Netto Pro", "Helvetica Neue", "Helvetica", "Arial";
  font-size: 1.5em;
  font-weight: 900;
}
.wp-block-upblocks-teaser h3 a {
  text-decoration: none;
}
.wp-block-upblocks-teaser .teaser-button {
  text-decoration: none;
}
.wp-block-upblocks-teaser .the-main-content h3 {
  text-transform: uppercase;
}
.wp-block-upblocks-teaser .the-main-content h3 a {
  color: var(--wp--preset--color--white);
}
.wp-block-upblocks-teaser .the-main-content h3 a:hover {
  color: var(--wp--preset--color--blue-20);
}
.wp-block-upblocks-teaser .the-sub-content h3 .up-icon {
  color: var(--wp--preset--color--blue-20);
}
.wp-block-upblocks-teaser .the-sub-content h3 a {
  color: var(--wp--preset--color--black);
}
.wp-block-upblocks-teaser .the-sub-content h3 a:hover {
  color: var(--wp--preset--color--blue-50);
}

.wp-block-upblocks-text-teaser, .wp-block-upblocks-job-teaser {
  background-color: var(--wp--preset--color--blue-20);
}
.wp-block-upblocks-text-teaser .up-text-teaser-title, .wp-block-upblocks-job-teaser .up-text-teaser-title {
  background-color: var(--wp--preset--color--blue-50);
  color: var(--wp--preset--color--white);
}
.wp-block-upblocks-text-teaser .up-text-teaser-button a, .wp-block-upblocks-job-teaser .up-text-teaser-button a {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--blue-50);
}
.wp-block-upblocks-text-teaser .up-text-teaser-button a:hover, .wp-block-upblocks-job-teaser .up-text-teaser-button a:hover {
  background-color: var(--wp--preset--color--blue-50);
  color: var(--wp--preset--color--white);
}

.up-archive {
  padding-top: 200px;
}
.up-archive .archive-entry-image {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.up-archive .archive-entry-image figure {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3vw 3vw;
}
.up-archive .archive-entry-image figure img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 30px 30px 30px !important;
}
.up-archive .archive-entry-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.up-archive .archive-entry-text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 3vw 3vw;
}
.up-archive .wp-block-post:nth-of-type(1) {
  display: grid;
  grid-template-columns: 50% 50%;
}
.up-archive .wp-block-post:nth-of-type(1) .archive-entry-image {
  order: 2;
}
.up-archive .wp-block-post:nth-of-type(1) .archive-entry-text {
  order: 1;
}
.up-archive .wp-block-post:nth-of-type(2) {
  display: grid;
  grid-template-columns: 50% 50%;
}
.up-archive .wp-block-post:nth-of-type(2) .archive-entry-image {
  order: 1;
}
.up-archive .wp-block-post:nth-of-type(2) .archive-entry-text {
  order: 2;
}

.otgs-development-site-front-end {
  display: none;
}

.upblocks-matrix.upblocks-matrix-columns {
  gap: 3px;
  border-radius: 30px;
  overflow: hidden;
  grid-auto-flow: dense;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 50vh;
  padding: 0;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-header h2 {
  display: block;
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  border-color: white;
  border-style: solid;
  border-width: 0 0 3px 0;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content {
  display: block;
  box-sizing: border-box;
  overflow-y: scroll;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content ul {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  inset: 0;
  list-style: none;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content ul li {
  display: none;
  box-sizing: border-box;
  width: 100%;
  order: 2;
  border-color: white;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content ul li.show {
  display: block;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content ul li.highlighted {
  font-weight: 900;
  order: 1;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content ul li > div {
  display: none;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content ul li > div.show {
  display: block;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content ul li > div.has-no-link {
  padding: 0.75em 20px;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column .upblocks-matrix-column-content ul li > div a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.75em 20px;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white-foreground);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-controls div {
  display: block;
  box-sizing: border-box;
  padding: 20px;
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(1) {
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white-foreground);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(1) ul li:hover, .upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(1) ul li:active {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(1) ul li.selected {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white-foreground);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(2) {
  background-color: var(--wp--preset--color--blue-50);
  color: var(--wp--preset--color--black);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(2) ul li:hover, .upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(2) ul li:active {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(2) ul li.selected {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white-foreground);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(3) {
  background-color: var(--wp--preset--color--blue-20);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(3) ul li:hover, .upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(3) ul li:active {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(3) ul li.selected {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white-foreground);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(4) {
  background-color: var(--wp--preset--color--blue-10);
  color: var(--wp--preset--color--black);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(4) ul li:hover, .upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(4) ul li:active {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.upblocks-matrix.upblocks-matrix-columns .upblocks-matrix-column:nth-child(4) ul li.selected {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white-foreground);
}

header .up-mobile-menu-content {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  min-width: 70vw;
  background-color: var(--wp--preset--color--blue-50);
  overflow-y: scroll;
  padding-top: 60px;
}
header .up-mobile-menu-content > ul {
  display: block;
  list-style: none;
  inset: 0;
  padding: 0;
}
header .up-mobile-menu-content > ul > li {
  display: block;
}
header .up-mobile-menu-content > ul > li > span {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 40px;
  text-align: right;
  color: var(--wp--preset--color--blue-20);
  font-size: 1.5em;
}
header .up-mobile-menu-content > ul > li > a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 40px;
  text-align: right;
  color: var(--wp--preset--color--white-foreground);
  font-size: 1.5em;
  text-decoration: none;
}
header .up-mobile-menu-content > ul > li > ul {
  display: block;
  list-style: none;
  inset: 0;
  padding: 0 0 20px 0;
}
header .up-mobile-menu-content > ul > li > ul > li {
  display: block;
}
header .up-mobile-menu-content > ul > li > ul > li > span {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 40px;
  text-align: right;
  color: var(--wp--preset--color--blue-20);
  font-size: 1.2em;
}
header .up-mobile-menu-content > ul > li > ul > li > a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 40px;
  text-align: right;
  color: var(--wp--preset--color--white-foreground);
  text-decoration: none;
  font-size: 1.2em;
}

@media screen and (max-width: 1023px) {
  header .the-logo {
    max-width: 30vw;
    height: 60px;
  }
  header .wp-block-site-logo img {
    max-width: 50vw;
  }
  header.open #the-sub-menu-container {
    display: none !important;
  }
  header.open .the-mobile-menu .up-mobile-menu .up-mobile-menu-content {
    display: block;
  }
}
.wp-block-details {
  box-sizing: border-box;
  border: 1px solid var(--wp--preset--color--blue);
  border-radius: 20px;
}
.wp-block-details > * {
  margin-left: 20px;
  margin-right: 20px;
}
.wp-block-details summary {
  box-sizing: border-box;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 60px 20px 20px;
  font-size: 21px;
}
.wp-block-details summary::marker {
  content: "";
}
.wp-block-details summary::first-line {
  font-size: 28px;
  font-weight: bold;
  color: var(--wp--preset--color--blue);
  line-height: 1.5em;
}
.wp-block-details summary::after {
  content: "⏵";
  font-family: "Netto Icons";
  font-size: 28px;
  color: var(--wp--preset--color--blue);
  position: absolute;
  top: 20px;
  right: 20px;
}
.wp-block-details[open] {
  border-color: white;
  padding-bottom: 20px;
  background-color: var(--wp--preset--color--blue-10);
}
.wp-block-details[open] summary {
  background-color: var(--wp--preset--color--blue-20);
}
.wp-block-details[open] summary::after {
  content: "⊕";
}

.up-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 20px;
  border-radius: 1em 1em 1em 0;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}
.up-btn > span.up-icon {
  font-size: 0.8em;
}
.up-btn.up-btn-default {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--blue-50);
}
.up-btn.up-btn-default:hover {
  background-color: var(--wp--preset--color--blue-20);
  color: var(--wp--preset--color--white-foreground);
}
.up-btn.up-btn-primary {
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white-foreground);
  border-color: var(--wp--preset--color--blue);
}
.up-btn.up-btn-primary:hover {
  background-color: var(--wp--preset--color--blue-20);
  color: var(--wp--preset--color--white-foreground);
}

@media screen and (max-width: 1280px) {
  .wp-block-post-content > :not(.alignfull) {
    max-width: calc(100vw - 30px);
  }
}
/* COLORS */
footer {
  background-color: var(--wp--preset--color--blue-50);
  padding: 20px 0 20px 0;
  margin-top: auto;
}
footer .up-footer-wrapper {
  box-sizing: border-box;
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
  /*
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  */
  display: grid;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
}
footer .up-footer-wrapper .up-menu {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .up-footer-wrapper .up-menu .up-menu-mainmenu {
  display: block;
  margin-right: 100px;
}
footer .up-footer-wrapper .up-menu .up-menu-mainmenu h3 {
  color: rgb(255, 255, 255);
}
footer .up-footer-wrapper .up-menu .up-menu-mainmenu ul {
  box-sizing: border-box;
  list-style: none;
  padding: 10px;
  display: grid;
  grid-template-rows: auto auto auto auto auto;
  grid-auto-flow: column;
  gap: 3px 50px;
}
footer .up-footer-wrapper .up-menu .up-menu-mainmenu ul li {
  color: var(--wp--preset--color--blue-10);
}
footer .up-footer-wrapper .up-menu .up-menu-mainmenu ul li a {
  color: white;
  text-decoration: none;
}
footer .up-footer-wrapper .up-menu .up-menu-mainmenu ul li a:hover {
  color: var(--wp--preset--color--blue-10);
}
footer .up-footer-wrapper .up-menu .up-menu-mainmenu:last-of-type {
  margin-right: 0;
}
footer .up-footer-wrapper .up-menu.up-menu-footer_primary .up-menu-mainmenu ul {
  padding: 9px 10px 10px 9px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  -o-border-image: linear-gradient(to bottom right, white, var(--wp--preset--color--blue-50) 30%) 1;
     border-image: linear-gradient(to bottom right, white, var(--wp--preset--color--blue-50) 30%) 1;
}
footer .up-footer-wrapper > :not(.up-menu) {
  margin-top: auto;
}
footer .up-footer-wrapper .up-social-icons {
  display: block;
  box-sizing: border-box;
  padding: 10px;
}
footer .up-footer-wrapper .up-social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.4em;
  line-height: 1.4em;
  color: white;
}
footer .up-footer-wrapper .up-social-icons a:hover {
  color: var(--wp--preset--color--blue-10);
}
footer .up-footer-wrapper .up-social-icons a:last-child {
  margin-right: 0;
}
footer .up-footer-wrapper .up-copyright {
  display: block;
  box-sizing: border-box;
  padding: 0 0 calc(0.2em + 10px) 0;
  color: white;
}

@media screen and (max-width: 1280px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}/*# sourceMappingURL=uptheme.css.map */