@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

a {
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #2E3852;
  font: 100% "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  text-align: left;
  color: #4D5B71;
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 7 3 3;
  -moz-hyphenate-limit-chars: 7 3 3;
  -ms-hyphenate-limit-chars: 7 3 3;
  hyphenate-limit-chars: 7 3 3;
}
body.noscrolling {
  overflow-y: hidden;
}

.page-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

main {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 auto;
}

.main {
  margin-top: 0;
}
@media (min-width: 600px) {
  .main {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .main {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 600px) {
  .main-left {
    flex-grow: 1;
    order: 1;
  }
  .main-left-imagebg {
    height: 22.5rem;
    margin-top: 5.9375rem;
  }
}
.main-center {
  width: 100%;
  background-color: #2E3852;
  color: #FFFFFF;
}
@media (min-width: 600px) {
  .main-center {
    width: 37.5rem !important;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}
.main-datacenter {
  width: 100%;
  background-color: #FFFFFF;
}
@media (min-width: 600px) {
  .main-datacenter {
    width: 37.5rem !important;
    margin-left: auto;
    margin-right: auto;
    border-top: 1rem solid #2E3852;
    border-bottom: 1rem solid #2E3852;
    order: 2;
  }
}
@media (min-width: 1000px) {
  .main-datacenter {
    width: 52.5rem !important;
  }
}
.main-largecenter {
  width: 100%;
  background-color: #2E3852;
  color: #FFFFFF;
}
@media (min-width: 600px) {
  .main-largecenter {
    width: 37.5rem !important;
    margin-left: auto;
    margin-right: auto;
    border-top: 1rem solid #2E3852;
    order: 2;
  }
}
@media (min-width: 1000px) {
  .main-largecenter {
    width: 52.5rem !important;
  }
}
@media (min-width: 600px) {
  .main-right {
    flex-grow: 1;
    order: 3;
  }
  .main-right-imagebg {
    height: 22.5rem;
    margin-top: 5.9375rem;
  }
}

h1 {
  margin-top: 0.625rem;
  margin-bottom: 0.375rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
}

h2 {
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
}

.fontitalic {
  font-family: "firasans-book-italic", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-style: italic;
}

a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}

input[type=checkbox] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: lightgray;
  height: 16px;
  width: 16px;
  border: 1px solid #FFFFFF;
  vertical-align: text-bottom;
}

input[type=checkbox]:checked {
  background: #7A93BF;
}

input[type=checkbox]:indeterminate {
  background: #7A93BF;
}

input[type=checkbox]:hover {
  filter: brightness(90%);
}

input[type=checkbox]:after {
  content: "";
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

input[type=checkbox]:checked:before {
  display: none;
}

input[type=checkbox]:checked:after {
  display: block;
}

input[type=checkbox]:indeterminate:after {
  display: none;
}

input[type=checkbox]:before {
  content: "";
  position: relative;
  left: 15%;
  top: 30%;
  width: 70%;
  height: 10%;
  border: solid #FFFFFF;
  border-width: 0 0 2px 0;
  transform: rotate(0deg);
  background: #7A93BF;
  display: none;
}

input[type=checkbox]:indeterminate::before {
  display: block;
}

.line-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

@font-face {
  font-family: "firasans-book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book.dajab-book.woff2") format("woff2"), url("../fonts/firasans-book.dajab-book.woff") format("woff");
  unicode-range: U+000D, U+0020-007E, U+00A0, U+00A7, U+00A9, U+00AB, U+00B0, U+00B4, U+00BB, U+00C4, U+00C9, U+00D6, U+00DC, U+00DF, U+00E1, U+00E4, U+00E8-00E9, U+00EB, U+00ED-00EE, U+00F3-00F4, U+00F6, U+00FA, U+00FC-00FD, U+0101, U+0105, U+010C-010D, U+0113, U+0117, U+011B, U+0141-0142, U+0144, U+0159, U+015B, U+0161, U+017A, U+02BF, U+0307-0308, U+1E25, U+1E6D, U+2013-2014, U+2018-201A, U+201C, U+201E, U+2026;
}
@font-face {
  font-family: "firasans-book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book.dajab-book-ext.woff2") format("woff2"), url("../fonts/firasans-book.dajab-book-ext.woff") format("woff");
  unicode-range: U+00A3, U+00AD, U+00BD, U+00C0-00C1, U+00CA, U+00CD-00CE, U+00D3-00D4, U+00DA-00DB, U+00E0, U+00E2-00E3, U+00E5-00E7, U+00EA, U+00EC, U+00EF, U+00F1-00F2, U+00F8, U+00FB, U+00FF, U+0103, U+0107, U+0119, U+012B, U+0148, U+014C-014D, U+0151-0152, U+0158, U+015A, U+015F-0160, U+0163, U+016A-016B, U+016D, U+0179, U+017B-017E, U+01CE, U+0219, U+021B, U+02B9, U+02BB-02BC, U+0300-0301, U+0306, U+031C, U+03C7, U+0410-0413, U+0415-0418, U+041A-041B, U+041D-041E, U+0420-0423, U+042C, U+042F-0431, U+0433-0435, U+0438, U+043A-043C, U+043E-0444, U+0446, U+044A-044D, U+044F, U+1E24, U+1E62-1E63, U+1E93, U+201D, U+2020, U+2039-203A;
}
@font-face {
  font-family: "firasans-book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book.latin-dajab.woff2") format("woff2"), url("../fonts/firasans-book.latin-dajab.woff") format("woff");
  unicode-range: U+00A1-00A2, U+00A4-00A6, U+00A8, U+00AA, U+00AC, U+00AE-00AF, U+00B1-00B3, U+00B5-00BA, U+00BC, U+00BE-00BF, U+00C2-00C3, U+00C5-00C8, U+00CB-00CC, U+00CF-00D2, U+00D5, U+00D7-00D9, U+00DD-00DE, U+00F0, U+00F5, U+00F7, U+00F9, U+00FE, U+0115, U+011A, U+011C-012A, U+0131, U+0153, U+015C-015E, U+0164, U+02C6, U+02DA, U+02DC, U+03C5, U+1E6C, U+2007-2008, U+200B-200F, U+2012, U+2015-2016, U+2021-2022, U+2030, U+203F, U+2044, U+204A, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FB02;
}
@font-face {
  font-family: "firasans-book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book.latin-ext.woff2") format("woff2"), url("../fonts/firasans-book.latin-ext.woff") format("woff");
  unicode-range: U+0100, U+0102, U+0104, U+0106, U+0108-010B, U+010E-0112, U+0114, U+0116, U+0118, U+012C-0130, U+0132-0140, U+0143, U+0145-0147, U+0149-014B, U+014E-0150, U+0154-0157, U+0162, U+0165-0169, U+016C, U+016E-0178, U+017F-01CD, U+01CF-0218, U+021A, U+021C-024F, U+0259, U+1E02-1E05, U+1E0A-1E0F, U+1E12-1E13, U+1E1E-1E1F, U+1E2E-1E2F, U+1E36-1E37, U+1E3C-1E41, U+1E44-1E47, U+1E4A-1E4D, U+1E50-1E57, U+1E5A-1E5B, U+1E60-1E61, U+1E6A-1E6B, U+1E6E-1E71, U+1E78-1E79, U+1E80-1E85, U+1E92, U+1E9E, U+1EA0-1EF9, U+20A1, U+20A6, U+20A9-20AB, U+20AF, U+20B4, U+20B9-20BA, U+20BD, U+2C64-2C66, U+2C6D, U+2C71-2C73, U+A789-A78D, U+A7AA, U+A7AD-A7AE, U+A7B2-A7B7;
}
@font-face {
  font-family: "firasans-book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book.cyrillic.woff2") format("woff2"), url("../fonts/firasans-book.cyrillic.woff") format("woff");
  unicode-range: U+0400-040F, U+0414, U+0419, U+041C, U+041F, U+0424-042B, U+042D-042E, U+0432, U+0436-0437, U+0439, U+043D, U+0445, U+0447-0449, U+044E, U+0450-0479, U+048A-052F, U+2116;
}
@font-face {
  font-family: "firasans-book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book.greek.woff2") format("woff2"), url("../fonts/firasans-book.greek.woff") format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03C4, U+03C6, U+03C8-03E1, U+03F0-03FF, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE;
}
@font-face {
  font-family: "firasans-book-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book-italic.dajab-book.woff2") format("woff2"), url("../fonts/firasans-book-italic.dajab-book.woff") format("woff");
  unicode-range: U+000D, U+0020-007E, U+00A0, U+00A7, U+00A9, U+00AB, U+00B0, U+00B4, U+00BB, U+00C4, U+00C9, U+00D6, U+00DC, U+00DF, U+00E1, U+00E4, U+00E8-00E9, U+00EB, U+00ED-00EE, U+00F3-00F4, U+00F6, U+00FA, U+00FC-00FD, U+0101, U+0105, U+010C-010D, U+0113, U+0117, U+011B, U+0141-0142, U+0144, U+0159, U+015B, U+0161, U+017A, U+02BF, U+0307-0308, U+1E25, U+1E6D, U+2013-2014, U+2018-201A, U+201C, U+201E, U+2026;
}
@font-face {
  font-family: "firasans-book-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book-italic.dajab-book-ext.woff2") format("woff2"), url("../fonts/firasans-book-italic.dajab-book-ext.woff") format("woff");
  unicode-range: U+00A3, U+00AD, U+00BD, U+00C0-00C1, U+00CA, U+00CD-00CE, U+00D3-00D4, U+00DA-00DB, U+00E0, U+00E2-00E3, U+00E5-00E7, U+00EA, U+00EC, U+00EF, U+00F1-00F2, U+00F8, U+00FB, U+00FF, U+0103, U+0107, U+0119, U+012B, U+0148, U+014C-014D, U+0151-0152, U+0158, U+015A, U+015F-0160, U+0163, U+016A-016B, U+016D, U+0179, U+017B-017E, U+01CE, U+0219, U+021B, U+02B9, U+02BB-02BC, U+0300-0301, U+0306, U+031C, U+03C7, U+0410-0413, U+0415-0418, U+041A-041B, U+041D-041E, U+0420-0423, U+042C, U+042F-0431, U+0433-0435, U+0438, U+043A-043C, U+043E-0444, U+0446, U+044A-044D, U+044F, U+1E24, U+1E62-1E63, U+1E93, U+201D, U+2020, U+2039-203A;
}
@font-face {
  font-family: "firasans-book-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book-italic.latin-dajab.woff2") format("woff2"), url("../fonts/firasans-book-italic.latin-dajab.woff") format("woff");
  unicode-range: U+00A1-00A2, U+00A4-00A6, U+00A8, U+00AA, U+00AC, U+00AE-00AF, U+00B1-00B3, U+00B5-00BA, U+00BC, U+00BE-00BF, U+00C2-00C3, U+00C5-00C8, U+00CB-00CC, U+00CF-00D2, U+00D5, U+00D7-00D9, U+00DD-00DE, U+00F0, U+00F5, U+00F7, U+00F9, U+00FE, U+0115, U+011A, U+011C-012A, U+0131, U+0153, U+015C-015E, U+0164, U+02C6, U+02DA, U+02DC, U+03C5, U+1E6C, U+2007-2008, U+200B-200F, U+2012, U+2015-2016, U+2021-2022, U+2030, U+203F, U+2044, U+204A, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FB02;
}
@font-face {
  font-family: "firasans-book-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book-italic.latin-ext.woff2") format("woff2"), url("../fonts/firasans-book-italic.latin-ext.woff") format("woff");
  unicode-range: U+0100, U+0102, U+0104, U+0106, U+0108-010B, U+010E-0112, U+0114, U+0116, U+0118, U+012C-0130, U+0132-0140, U+0143, U+0145-0147, U+0149-014B, U+014E-0150, U+0154-0157, U+0162, U+0165-0169, U+016C, U+016E-0178, U+017F-01CD, U+01CF-0218, U+021A, U+021C-024F, U+0259, U+1E02-1E05, U+1E0A-1E0F, U+1E12-1E13, U+1E1E-1E1F, U+1E2E-1E2F, U+1E36-1E37, U+1E3C-1E41, U+1E44-1E47, U+1E4A-1E4D, U+1E50-1E57, U+1E5A-1E5B, U+1E60-1E61, U+1E6A-1E6B, U+1E6E-1E71, U+1E78-1E79, U+1E80-1E85, U+1E92, U+1E9E, U+1EA0-1EF9, U+20A1, U+20A6, U+20A9-20AB, U+20AF, U+20B4, U+20B9-20BA, U+20BD, U+2C64-2C66, U+2C6D, U+2C71-2C73, U+A789-A78D, U+A7AA, U+A7AD-A7AE, U+A7B2-A7B7;
}
@font-face {
  font-family: "firasans-book-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book-italic.cyrillic.woff2") format("woff2"), url("../fonts/firasans-book-italic.cyrillic.woff") format("woff");
  unicode-range: U+0400-040F, U+0414, U+0419, U+041C, U+041F, U+0424-042B, U+042D-042E, U+0432, U+0436-0437, U+0439, U+043D, U+0445, U+0447-0449, U+044E, U+0450-0479, U+048A-052F, U+2116;
}
@font-face {
  font-family: "firasans-book-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-book-italic.greek.woff2") format("woff2"), url("../fonts/firasans-book-italic.greek.woff") format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03C4, U+03C6, U+03C8-03E1, U+03F0-03FF, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold.dajab-menu.woff2") format("woff2"), url("../fonts/firasans-semibold.dajab-menu.woff") format("woff");
  unicode-range: U+000D, U+0020-007E, U+00A0, U+00B4, U+00C4, U+00C9, U+00CD, U+00D6, U+00DC, U+00DF, U+00E1-00E9, U+00EB, U+00ED, U+00EF, U+00F1-00F4, U+00F6, U+00F8, U+00FA, U+00FC-00FD, U+0101, U+0103, U+0105, U+0107, U+010D, U+0113, U+0117, U+0119, U+011B, U+012B, U+0141-0142, U+0144, U+0148, U+0152, U+0159-015B, U+015F-0161, U+016A-016B, U+016D, U+017A-017E, U+0219, U+02B9, U+02BF, U+0300, U+0306, U+031C, U+0421, U+0438, U+043E, U+0444, U+044F, U+2013, U+2019, U+201C, U+201E;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/firasans-semibold.dajab-menu.woff2") format("woff2"), url("../fonts/firasans-semibold.dajab-menu.woff") format("woff");
  unicode-range: U+000D, U+0020-007E, U+00A0, U+00B4, U+00C4, U+00C9, U+00CD, U+00D6, U+00DC, U+00DF, U+00E1-00E9, U+00EB, U+00ED, U+00EF, U+00F1-00F4, U+00F6, U+00F8, U+00FA, U+00FC-00FD, U+0101, U+0103, U+0105, U+0107, U+010D, U+0113, U+0117, U+0119, U+011B, U+012B, U+0141-0142, U+0144, U+0148, U+0152, U+0159-015B, U+015F-0161, U+016A-016B, U+016D, U+017A-017E, U+0219, U+02B9, U+02BF, U+0300, U+0306, U+031C, U+0421, U+0438, U+043E, U+0444, U+044F, U+2013, U+2019, U+201C, U+201E;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold.latin-dajab.woff2") format("woff2"), url("../fonts/firasans-semibold.latin-dajab.woff") format("woff");
  unicode-range: U+00A1-00B3, U+00B5-00C3, U+00C5-00C8, U+00CA-00CC, U+00CE-00D5, U+00D7-00DB, U+00DD-00DE, U+00E0, U+00EA, U+00EC, U+00EE, U+00F0, U+00F5, U+00F7, U+00F9, U+00FB, U+00FE-00FF, U+010C, U+0115, U+011A, U+011C-012A, U+0131, U+014C-014D, U+0151, U+0153, U+015C-015E, U+0163-0164, U+0179, U+01CE, U+021B, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0301, U+0307-0308, U+03C5, U+03C7, U+0410-0413, U+0415-0418, U+041A-041B, U+041D-041E, U+0420, U+0422-0423, U+042C, U+042F-0431, U+0433-0435, U+043A-043C, U+043F-0443, U+0446, U+044A-044D, U+1E24-1E25, U+1E62-1E63, U+1E6C-1E6D, U+1E93, U+2007-2008, U+200B-200F, U+2012, U+2014-2016, U+2018, U+201A, U+201D, U+2020-2022, U+2026, U+2030, U+2039-203A, U+203F, U+2044, U+204A, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FB02;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/firasans-semibold.latin-dajab.woff2") format("woff2"), url("../fonts/firasans-semibold.latin-dajab.woff") format("woff");
  unicode-range: U+00A1-00B3, U+00B5-00C3, U+00C5-00C8, U+00CA-00CC, U+00CE-00D5, U+00D7-00DB, U+00DD-00DE, U+00E0, U+00EA, U+00EC, U+00EE, U+00F0, U+00F5, U+00F7, U+00F9, U+00FB, U+00FE-00FF, U+010C, U+0115, U+011A, U+011C-012A, U+0131, U+014C-014D, U+0151, U+0153, U+015C-015E, U+0163-0164, U+0179, U+01CE, U+021B, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0301, U+0307-0308, U+03C5, U+03C7, U+0410-0413, U+0415-0418, U+041A-041B, U+041D-041E, U+0420, U+0422-0423, U+042C, U+042F-0431, U+0433-0435, U+043A-043C, U+043F-0443, U+0446, U+044A-044D, U+1E24-1E25, U+1E62-1E63, U+1E6C-1E6D, U+1E93, U+2007-2008, U+200B-200F, U+2012, U+2014-2016, U+2018, U+201A, U+201D, U+2020-2022, U+2026, U+2030, U+2039-203A, U+203F, U+2044, U+204A, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FB02;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold.latin-ext.woff2") format("woff2"), url("../fonts/firasans-semibold.latin-ext.woff") format("woff");
  unicode-range: U+0100, U+0102, U+0104, U+0106, U+0108-010B, U+010E-0112, U+0114, U+0116, U+0118, U+012C-0130, U+0132-0140, U+0143, U+0145-0147, U+0149-014B, U+014E-0150, U+0154-0158, U+0162, U+0165-0169, U+016C, U+016E-0178, U+017F-01CD, U+01CF-0218, U+021A, U+021C-024F, U+0259, U+1E02-1E05, U+1E0A-1E0F, U+1E12-1E13, U+1E1E-1E1F, U+1E2E-1E2F, U+1E36-1E37, U+1E3C-1E41, U+1E44-1E47, U+1E4A-1E4D, U+1E50-1E57, U+1E5A-1E5B, U+1E60-1E61, U+1E6A-1E6B, U+1E6E-1E71, U+1E78-1E79, U+1E80-1E85, U+1E92, U+1E9E, U+1EA0-1EF9, U+20A1, U+20A6, U+20A9-20AB, U+20AF, U+20B4, U+20B9-20BA, U+20BD, U+2C64-2C66, U+2C6D, U+2C71-2C73, U+A789-A78D, U+A7AA, U+A7AD-A7AE, U+A7B2-A7B7;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/firasans-semibold.latin-ext.woff2") format("woff2"), url("../fonts/firasans-semibold.latin-ext.woff") format("woff");
  unicode-range: U+0100, U+0102, U+0104, U+0106, U+0108-010B, U+010E-0112, U+0114, U+0116, U+0118, U+012C-0130, U+0132-0140, U+0143, U+0145-0147, U+0149-014B, U+014E-0150, U+0154-0158, U+0162, U+0165-0169, U+016C, U+016E-0178, U+017F-01CD, U+01CF-0218, U+021A, U+021C-024F, U+0259, U+1E02-1E05, U+1E0A-1E0F, U+1E12-1E13, U+1E1E-1E1F, U+1E2E-1E2F, U+1E36-1E37, U+1E3C-1E41, U+1E44-1E47, U+1E4A-1E4D, U+1E50-1E57, U+1E5A-1E5B, U+1E60-1E61, U+1E6A-1E6B, U+1E6E-1E71, U+1E78-1E79, U+1E80-1E85, U+1E92, U+1E9E, U+1EA0-1EF9, U+20A1, U+20A6, U+20A9-20AB, U+20AF, U+20B4, U+20B9-20BA, U+20BD, U+2C64-2C66, U+2C6D, U+2C71-2C73, U+A789-A78D, U+A7AA, U+A7AD-A7AE, U+A7B2-A7B7;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold.cyrillic.woff2") format("woff2"), url("../fonts/firasans-semibold.cyrillic.woff") format("woff");
  unicode-range: U+0400-040F, U+0414, U+0419, U+041C, U+041F, U+0424-042B, U+042D-042E, U+0432, U+0436-0437, U+0439, U+043D, U+0445, U+0447-0449, U+044E, U+0450-0479, U+048A-052F, U+2116;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/firasans-semibold.cyrillic.woff2") format("woff2"), url("../fonts/firasans-semibold.cyrillic.woff") format("woff");
  unicode-range: U+0400-040F, U+0414, U+0419, U+041C, U+041F, U+0424-042B, U+042D-042E, U+0432, U+0436-0437, U+0439, U+043D, U+0445, U+0447-0449, U+044E, U+0450-0479, U+048A-052F, U+2116;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold.greek.woff2") format("woff2"), url("../fonts/firasans-semibold.greek.woff") format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03C4, U+03C6, U+03C8-03E1, U+03F0-03FF, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE;
}
@font-face {
  font-family: "firasans-semibold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/firasans-semibold.greek.woff2") format("woff2"), url("../fonts/firasans-semibold.greek.woff") format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03C4, U+03C6, U+03C8-03E1, U+03F0-03FF, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE;
}
@font-face {
  font-family: "firasans-semibold-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold-italic.dajab-menu.woff2") format("woff2"), url("../fonts/firasans-semibold-italic.dajab-menu.woff") format("woff");
  unicode-range: U+000D, U+0020-007E, U+00A0, U+00B4, U+00C4, U+00C9, U+00CD, U+00D6, U+00DC, U+00DF, U+00E1-00E9, U+00EB, U+00ED, U+00EF, U+00F1-00F4, U+00F6, U+00F8, U+00FA, U+00FC-00FD, U+0101, U+0103, U+0105, U+0107, U+010D, U+0113, U+0117, U+0119, U+011B, U+012B, U+0141-0142, U+0144, U+0148, U+0152, U+0159-015B, U+015F-0161, U+016A-016B, U+016D, U+017A-017E, U+0219, U+02B9, U+02BF, U+0300, U+0306, U+031C, U+0421, U+0438, U+043E, U+0444, U+044F, U+2013, U+2019, U+201C, U+201E;
}
@font-face {
  font-family: "firasans-semibold-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold-italic.latin-dajab.woff2") format("woff2"), url("../fonts/firasans-semibold-italic.latin-dajab.woff") format("woff");
  unicode-range: U+00A1-00B3, U+00B5-00C3, U+00C5-00C8, U+00CA-00CC, U+00CE-00D5, U+00D7-00DB, U+00DD-00DE, U+00E0, U+00EA, U+00EC, U+00EE, U+00F0, U+00F5, U+00F7, U+00F9, U+00FB, U+00FE-00FF, U+010C, U+0115, U+011A, U+011C-012A, U+0131, U+014C-014D, U+0151, U+0153, U+015C-015E, U+0163-0164, U+0179, U+01CE, U+021B, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0301, U+0307-0308, U+03C5, U+03C7, U+0410-0413, U+0415-0418, U+041A-041B, U+041D-041E, U+0420, U+0422-0423, U+042C, U+042F-0431, U+0433-0435, U+043A-043C, U+043F-0443, U+0446, U+044A-044D, U+1E24-1E25, U+1E62-1E63, U+1E6C-1E6D, U+1E93, U+2007-2008, U+200B-200F, U+2012, U+2014-2016, U+2018, U+201A, U+201D, U+2020-2022, U+2026, U+2030, U+2039-203A, U+203F, U+2044, U+204A, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FB02;
}
@font-face {
  font-family: "firasans-semibold-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold-italic.latin-ext.woff2") format("woff2"), url("../fonts/firasans-semibold-italic.latin-ext.woff") format("woff");
  unicode-range: U+0100, U+0102, U+0104, U+0106, U+0108-010B, U+010E-0112, U+0114, U+0116, U+0118, U+012C-0130, U+0132-0140, U+0143, U+0145-0147, U+0149-014B, U+014E-0150, U+0154-0158, U+0162, U+0165-0169, U+016C, U+016E-0178, U+017F-01CD, U+01CF-0218, U+021A, U+021C-024F, U+0259, U+1E02-1E05, U+1E0A-1E0F, U+1E12-1E13, U+1E1E-1E1F, U+1E2E-1E2F, U+1E36-1E37, U+1E3C-1E41, U+1E44-1E47, U+1E4A-1E4D, U+1E50-1E57, U+1E5A-1E5B, U+1E60-1E61, U+1E6A-1E6B, U+1E6E-1E71, U+1E78-1E79, U+1E80-1E85, U+1E92, U+1E9E, U+1EA0-1EF9, U+20A1, U+20A6, U+20A9-20AB, U+20AF, U+20B4, U+20B9-20BA, U+20BD, U+2C64-2C66, U+2C6D, U+2C71-2C73, U+A789-A78D, U+A7AA, U+A7AD-A7AE, U+A7B2-A7B7;
}
@font-face {
  font-family: "firasans-semibold-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold-italic.cyrillic.woff2") format("woff2"), url("../fonts/firasans-semibold-italic.cyrillic.woff") format("woff");
  unicode-range: U+0400-040F, U+0414, U+0419, U+041C, U+041F, U+0424-042B, U+042D-042E, U+0432, U+0436-0437, U+0439, U+043D, U+0445, U+0447-0449, U+044E, U+0450-0479, U+048A-052F, U+2116;
}
@font-face {
  font-family: "firasans-semibold-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-semibold-italic.greek.woff2") format("woff2"), url("../fonts/firasans-semibold-italic.greek.woff") format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03C4, U+03C6, U+03C8-03E1, U+03F0-03FF, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE;
}
@font-face {
  font-family: "firasans-light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light.dajab-light.woff2") format("woff2"), url("../fonts/firasans-light.dajab-light.woff") format("woff");
  unicode-range: U+000D, U+0020-007E, U+00DF, U+00E4, U+00F6, U+00FC;
}
@font-face {
  font-family: "firasans-light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light.latin-dajab.woff2") format("woff2"), url("../fonts/firasans-light.latin-dajab.woff") format("woff");
  unicode-range: U+00A0-00DE, U+00E0-00E3, U+00E5-00F5, U+00F7-00FB, U+00FD-00FF, U+0101, U+0103, U+0105, U+0107, U+010C-010D, U+0113, U+0115, U+0117, U+0119-012B, U+0131, U+0141-0142, U+0144, U+0148, U+014C-014D, U+0151-0153, U+0159-0161, U+0163-0164, U+016A-016B, U+016D, U+0179-017E, U+01CE, U+0219, U+021B, U+02B9, U+02BB-02BC, U+02BF, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0306-0308, U+031C, U+03C5, U+03C7, U+0410-0413, U+0415-0418, U+041A-041B, U+041D-041E, U+0420-0423, U+042C, U+042F-0431, U+0433-0435, U+0438, U+043A-043C, U+043E-0444, U+0446, U+044A-044D, U+044F, U+1E24-1E25, U+1E62-1E63, U+1E6C-1E6D, U+1E93, U+2007-2008, U+200B-200F, U+2012-2016, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+203F, U+2044, U+204A, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FB02;
}
@font-face {
  font-family: "firasans-light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light.latin-ext.woff2") format("woff2"), url("../fonts/firasans-light.latin-ext.woff") format("woff");
  unicode-range: U+0100, U+0102, U+0104, U+0106, U+0108-010B, U+010E-0112, U+0114, U+0116, U+0118, U+012C-0130, U+0132-0140, U+0143, U+0145-0147, U+0149-014B, U+014E-0150, U+0154-0158, U+0162, U+0165-0169, U+016C, U+016E-0178, U+017F-01CD, U+01CF-0218, U+021A, U+021C-024F, U+0259, U+1E02-1E05, U+1E0A-1E0F, U+1E12-1E13, U+1E1E-1E1F, U+1E2E-1E2F, U+1E36-1E37, U+1E3C-1E41, U+1E44-1E47, U+1E4A-1E4D, U+1E50-1E57, U+1E5A-1E5B, U+1E60-1E61, U+1E6A-1E6B, U+1E6E-1E71, U+1E78-1E79, U+1E80-1E85, U+1E92, U+1E9E, U+1EA0-1EF9, U+20A1, U+20A6, U+20A9-20AB, U+20AF, U+20B4, U+20B9-20BA, U+20BD, U+2C64-2C66, U+2C6D, U+2C71-2C73, U+A789-A78D, U+A7AA, U+A7AD-A7AE, U+A7B2-A7B7;
}
@font-face {
  font-family: "firasans-light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light.cyrillic.woff2") format("woff2"), url("../fonts/firasans-light.cyrillic.woff") format("woff");
  unicode-range: U+0400-040F, U+0414, U+0419, U+041C, U+041F, U+0424-042B, U+042D-042E, U+0432, U+0436-0437, U+0439, U+043D, U+0445, U+0447-0449, U+044E, U+0450-0479, U+048A-052F, U+2116;
}
@font-face {
  font-family: "firasans-light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light.greek.woff2") format("woff2"), url("../fonts/firasans-light.greek.woff") format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03C4, U+03C6, U+03C8-03E1, U+03F0-03FF, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE;
}
@font-face {
  font-family: "firasans-light-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light-italic.dajab-light.woff2") format("woff2"), url("../fonts/firasans-light-italic.dajab-light.woff") format("woff");
  unicode-range: U+000D, U+0020-007E, U+00DF, U+00E4, U+00F6, U+00FC;
}
@font-face {
  font-family: "firasans-light-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light-italic.latin-dajab.woff2") format("woff2"), url("../fonts/firasans-light-italic.latin-dajab.woff") format("woff");
  unicode-range: U+00A0-00DE, U+00E0-00E3, U+00E5-00F5, U+00F7-00FB, U+00FD-00FF, U+0101, U+0103, U+0105, U+0107, U+010C-010D, U+0113, U+0115, U+0117, U+0119-012B, U+0131, U+0141-0142, U+0144, U+0148, U+014C-014D, U+0151-0153, U+0159-0161, U+0163-0164, U+016A-016B, U+016D, U+0179-017E, U+01CE, U+0219, U+021B, U+02B9, U+02BB-02BC, U+02BF, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0306-0308, U+031C, U+03C5, U+03C7, U+0410-0413, U+0415-0418, U+041A-041B, U+041D-041E, U+0420-0423, U+042C, U+042F-0431, U+0433-0435, U+0438, U+043A-043C, U+043E-0444, U+0446, U+044A-044D, U+044F, U+1E24-1E25, U+1E62-1E63, U+1E6C-1E6D, U+1E93, U+2007-2008, U+200B-200F, U+2012-2016, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+203F, U+2044, U+204A, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FB02;
}
@font-face {
  font-family: "firasans-light-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light-italic.latin-ext.woff2") format("woff2"), url("../fonts/firasans-light-italic.latin-ext.woff") format("woff");
  unicode-range: U+0100, U+0102, U+0104, U+0106, U+0108-010B, U+010E-0112, U+0114, U+0116, U+0118, U+012C-0130, U+0132-0140, U+0143, U+0145-0147, U+0149-014B, U+014E-0150, U+0154-0158, U+0162, U+0165-0169, U+016C, U+016E-0178, U+017F-01CD, U+01CF-0218, U+021A, U+021C-024F, U+0259, U+1E02-1E05, U+1E0A-1E0F, U+1E12-1E13, U+1E1E-1E1F, U+1E2E-1E2F, U+1E36-1E37, U+1E3C-1E41, U+1E44-1E47, U+1E4A-1E4D, U+1E50-1E57, U+1E5A-1E5B, U+1E60-1E61, U+1E6A-1E6B, U+1E6E-1E71, U+1E78-1E79, U+1E80-1E85, U+1E92, U+1E9E, U+1EA0-1EF9, U+20A1, U+20A6, U+20A9-20AB, U+20AF, U+20B4, U+20B9-20BA, U+20BD, U+2C64-2C66, U+2C6D, U+2C71-2C73, U+A789-A78D, U+A7AA, U+A7AD-A7AE, U+A7B2-A7B7;
}
@font-face {
  font-family: "firasans-light-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light-italic.cyrillic.woff2") format("woff2"), url("../fonts/firasans-light-italic.cyrillic.woff") format("woff");
  unicode-range: U+0400-040F, U+0414, U+0419, U+041C, U+041F, U+0424-042B, U+042D-042E, U+0432, U+0436-0437, U+0439, U+043D, U+0445, U+0447-0449, U+044E, U+0450-0479, U+048A-052F, U+2116;
}
@font-face {
  font-family: "firasans-light-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/firasans-light-italic.greek.woff2") format("woff2"), url("../fonts/firasans-light-italic.greek.woff") format("woff");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03C4, U+03C6, U+03C8-03E1, U+03F0-03FF, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE;
}
.pageheader-content-icons {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  height: 3.875rem;
  background-color: #2E3852;
  border-bottom: 0.125rem solid #FFFFFF;
}
@media (min-width: 600px) {
  .pageheader-content-icons {
    height: 5.875rem;
    align-items: center;
    border-bottom: 0.25rem solid #FFFFFF;
  }
}
@media (min-width: 1000px) {
  .pageheader-content-icons {
    margin-bottom: 0.25rem;
  }
}
.pageheader-content-icons-logo {
  width: 100%;
}
.pageheader-content-icons-logo-field {
  margin-top: 0.8125rem;
  margin-left: 1.375rem;
  margin-bottom: 0.8125rem;
}
.pageheader-content-icons-logo-field-icon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2.5rem;
  vertical-align: middle;
  overflow: hidden;
}
@media (min-width: 600px) {
  .pageheader-content-icons-logo-field-icon {
    height: 3.75rem;
  }
}
.pageheader-content-icons-logo-field-icon__svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 2.25rem;
  outline: none;
}
@media (min-width: 600px) {
  .pageheader-content-icons-logo-field-icon__svg {
    height: 3.5rem;
  }
}
.pageheader-content-icons-logo-field-icon__svg-text {
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 1.3125rem;
  fill: #FFFFFF;
}
.pageheader-content-icons-search {
  width: 3.875rem;
  flex-shrink: 0;
  border-left: 0.125rem solid #FFFFFF;
  border-right: 0.125rem solid #FFFFFF;
  background-color: #5B77AC;
  cursor: pointer;
}
@media (min-width: 600px) {
  .pageheader-content-icons-search {
    height: 3.875rem;
    margin-right: 0.25rem;
    border: none;
  }
}
@media (min-width: 1000px) {
  .pageheader-content-icons-search {
    display: none;
  }
}
.pageheader-content-icons-search-field {
  margin-top: 1.0625rem;
  margin-left: 1.1875rem;
  margin-right: 1.0625rem;
}
.pageheader-content-icons-search-field-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.pageheader-content-icons-menu {
  flex-shrink: 0;
  width: 3.875rem;
  background-color: #5B77AC;
  cursor: pointer;
}
@media (min-width: 600px) {
  .pageheader-content-icons-menu {
    height: 3.875rem;
    margin-right: 1.25rem;
    border: none;
  }
}
@media (min-width: 1000px) {
  .pageheader-content-icons-menu {
    display: none;
  }
}
.pageheader-content-icons-menu-logo {
  margin-top: 1.3125rem;
  margin-left: 0.875rem;
  margin-right: 0.9375rem;
}
.pageheader-content-icons-menu-logo__svg {
  width: 100%;
  padding-bottom: 100%;
  height: 0.0625rem;
  overflow: visible;
}
.pageheader-content-icons-menu-logo__svg-path {
  fill: #FFFFFF;
}

.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 2000;
}
.login-overlay.isvisible {
  visibility: visible;
  opacity: 1;
}

.login-iframe {
  position: relative;
  width: 34rem;
  height: fit-content;
  min-height: min(36rem, 80vh);
  max-height: 80vh;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 600px) {
  .login-iframe {
    border-radius: 8px;
  }
}
.login-iframe-body {
  width: 100%;
  border: none;
}
@media (min-width: 600px) {
  .login-iframe-body {
    border-radius: 8px;
  }
}
.login-iframe-close {
  /*
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f00;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
  */
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background-color: #FFFFFF;
  z-index: 110;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 4px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.nav-search {
  display: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #dee4f2;
}
.nav-search.isvisible {
  display: block;
}
.nav-search-background {
  position: absolute;
  top: 3.875rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media (min-width: 600px) {
  .nav-search-background {
    top: 6.125rem;
  }
}
@media (min-width: 1000px) {
  .nav-search-background {
    top: 8.6875rem;
  }
}
.nav-search-background.isvisible {
  display: block;
}
.nav-search-message, .nav-search-results .no-results-message, .nav-search-overlay-results .end-of-results-message, .nav-search-overlay-results .nav-search-overlay-results-backend-error {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
  color: #666;
}
.nav-search-overlay {
  position: absolute;
  top: 3.875rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-top: 0.125rem solid #999;
}
@media (min-width: 600px) {
  .nav-search-overlay {
    top: 6.125rem;
    left: 0;
    right: 0;
    width: 32rem;
    margin-left: auto;
    margin-right: 5.375rem;
    border-top: none;
  }
}
@media (min-width: 1000px) {
  .nav-search-overlay {
    top: 8.6875rem;
    left: 50%;
    width: 37.5rem;
    margin-left: -5.8125rem;
  }
}
.nav-search-overlay.isvisible {
  display: block;
}
.nav-search-overlay-form {
  position: relative;
  padding-top: 0.875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-bottom: 0.875rem;
  background-color: #dee4f2;
}
.nav-search-overlay-form__input {
  width: 100%;
  padding-top: 0.8125rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5625rem;
  border: 0.125rem solid #5B77AC;
  font-size: 1rem;
  -webkit-appearance: none;
}
.nav-search-overlay-form__input::-ms-clear, .nav-search-overlay-form__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.nav-search-overlay-form__input::placeholder {
  color: #a9a9a9;
}
.nav-search-overlay-form__input::-webkit-search-decoration, .nav-search-overlay-form__input::-webkit-search-cancel-button, .nav-search-overlay-form__input::-webkit-search-results-button, .nav-search-overlay-form__input::-webkit-search-results-decoration {
  display: none;
}
.nav-search-overlay-form__button {
  position: absolute;
  top: 0.875rem;
  right: 0.8rem;
  z-index: 2;
  padding: 0.6rem;
  border: none;
  background: transparent;
  color: #000000;
  -webkit-appearance: none;
}
.nav-search-overlay-form__button::before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  font-size: 1.5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  text-transform: none;
  content: url("data:image/svg+xml;charset=UTF-8, <svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28.2 28.3' style='enable-background:new 0 0 28.2 28.3;' xml:space='preserve'><style type='text/css'>.svg_search_icon_path{fill:%23808080;}</style><path class='svg_search_icon_path' d='M11,0C4.9,0,0,4.9,0,11s4.9,11,11,11c2.7,0,5.1-1,7-2.5l0,0l8.8,8.8l1.4-1.4L19.5,18l0,0c1.6-1.9,2.5-4.3,2.5-7C22,4.9,17.1,0,11,0z M11,2c5,0,9,4,9,9s-4,9-9,9s-9-4-9-9S6,2,11,2z'/></svg>");
}
.nav-search-overlay-results {
  position: relative;
  display: none;
  overflow-x: scroll;
  max-height: 70vh;
  background-color: #FFFFFF;
  height: auto;
}
.nav-search-overlay-results.isvisible {
  display: block;
}
.nav-search-overlay-results-number {
  padding: 0.625rem;
  background-color: #5B77AC;
}
.nav-search-overlay-results-number__h2 {
  margin: 0;
  color: #FFFFFF;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 3.5rem;
}
.nav-search-overlay-results-spinner {
  text-align: center;
  margin-top: 8px;
}
.nav-search-overlay-results .no-results-message,
.nav-search-overlay-results .end-of-results-message {
  color: #2e3852;
}
.nav-search-overlay-results-backend-error {
  color: #904300;
}
.nav-search-overlay-results-backend-error .js-search-backend-error-text,
.nav-search-overlay-results-backend-error .js-search-backend-429-timer {
  margin-bottom: 8px;
}
.nav-search-overlay-results-backend-error .js-search-backend-error-refresh:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.nav-search-overlay-results-findings {
  overflow-x: scroll;
}
.nav-search-overlay-results-findings-entry {
  margin-top: 0.125rem;
  padding: 0.625rem;
  background-color: #dee4f2;
  color: #4D5B71;
  line-height: 1rem;
}
.nav-search-overlay-results-findings-entry-head__h3 {
  margin: 0;
  font-size: 1rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.nav-search-overlay-results-findings-entry-head__h3__a {
  color: #4d5b71;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.nav-search-overlay-results-findings-entry__text {
  margin: 0;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  min-height: 3.6rem;
  line-height: normal;
  transition: opacity 0.3s ease;
}
.nav-search-overlay-results-findings-entry__text__term {
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
}
.nav-search-duplicates {
  margin-top: 16px;
  font-size: 0.8125rem;
}
.nav-search-duplicates-headline {
  font-size: 0.875rem;
}
.nav-search-duplicates-headline__span {
  cursor: pointer;
}
.nav-search-duplicates__item {
  font-size: 0.8125rem;
  margin-top: 5px;
}
.nav-search-more-findings {
  margin-top: 16px;
  font-size: 0.8125rem;
}
.nav-search-more-findings-headline {
  font-size: 0.875rem;
  display: inline;
}
.nav-search-more-findings-headline__span {
  cursor: pointer;
}
.nav-search-more-findings-inline__a,
.nav-search-more-findings .nav-search-related__a {
  margin: 0 0.25rem;
}
.nav-search-more-findings-body {
  display: inline;
}
.nav-search-more-findings-body__item {
  display: inline;
  margin-left: 12px;
}
.nav-search-more-findings-body__item--top a,
.nav-search-more-findings-body__item--top span {
  font-weight: 600;
}

.duplicates-folded .nav-search-duplicates-list {
  display: none;
}

.duplicates-unfolded .nav-search-duplicates-list {
  display: block;
}

.more-findings-folded .nav-search-more-findings-body {
  display: none;
}

.more-findings-unfolded .nav-search-more-findings-body {
  display: block;
}

.error-message {
  color: orange;
  margin-top: 8px;
}

.nav-menu {
  display: none;
}
@media (min-width: 1000px) {
  .nav-menu {
    display: block;
  }
}
.nav-menu.isvisible {
  display: block;
}
.nav-menu-background {
  position: absolute;
  top: 3.875rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nav-menu-background.isvisible {
  display: block;
}
@media (min-width: 600px) {
  .nav-menu-background {
    display: none;
  }
}
.nav-menu-box {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0.125rem solid #FFFFFF;
}
@media (min-width: 600px) {
  .nav-menu-box {
    top: 6rem;
    left: 0;
    right: 0;
    width: 20rem;
    margin-left: auto;
    margin-right: 1.25rem;
  }
}
.nav-menu-box .header-search {
  display: none;
}
@media (min-width: 1000px) {
  .nav-menu-box {
    display: flex;
    justify-content: center;
    top: 5.875rem;
    height: 2.8125rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: #5B77AC;
    border-top: 0.25rem solid #FFFFFF;
  }
  .nav-menu-box .header-search {
    display: block;
    width: 2.25rem;
    width: 1.375rem;
    flex-shrink: 0;
    margin-left: 1.25rem;
    padding-top: 0.75rem;
    background-color: #5B77AC;
    cursor: pointer;
  }
  .nav-menu-box .header-search-field-icon {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.nav-menu-box-layer {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 600px) {
  .nav-menu-box-layer {
    border: 0.0625rem solid rgba(255, 255, 255, 0.7);
    box-shadow: none;
  }
}
@media (max-width: 999px) {
  .nav-menu-box-layer {
    overflow-x: scroll;
    max-height: 90vh;
  }
}
@media (min-width: 1000px) {
  .nav-menu-box-layer {
    border: none;
  }
}
.nav-menu-box-layer-element {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #5B77AC;
  color: #FFFFFF;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  letter-spacing: 0.0625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 0.125rem solid #FFFFFF;
}
@media (min-width: 1000px) {
  .nav-menu-box-layer-element {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 1.25rem;
    border-bottom: none;
  }
  .nav-menu-box-layer-element:first-child {
    margin-left: 0;
  }
}
.nav-menu-box-layer-element:last-child {
  border-bottom: none;
}
.nav-menu-box-layer-element-head {
  display: block;
  padding-left: 0.625rem;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .nav-menu-box-layer-element-head {
    padding-left: 0;
  }
}
.nav-menu-box-layer-element-head__a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
}
.nav-menu-box-layer-element-head__headline {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-menu-box-layer-element-layer {
  display: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-top: 0.125rem solid #FFFFFF;
  list-style-type: none;
}
@media (min-width: 1000px) {
  .nav-menu-box-layer-element-layer {
    position: absolute;
    width: 20rem;
    z-index: 2000;
    overflow-x: scroll;
    margin-top: 0.1875rem;
    margin-left: -0.1875rem;
    max-height: 70vh;
    border: 0.0625rem solid rgba(255, 255, 255, 0.7);
  }
}
.nav-menu-box-layer-element-layer.isvisible {
  display: block;
}
.nav-menu-box-layer-element-layer.alwaysvisible {
  display: block;
}
.nav-menu-box-layer-element-layer-element {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0.125rem solid #FFFFFF;
  background-color: #dee4f2;
  color: #4D5B71;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 1rem;
  line-height: 2.25rem;
  letter-spacing: 0.0625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-menu-box-layer-element-layer-element:last-child {
  border: none;
}
.nav-menu-box-layer-element-layer-element-head {
  display: block;
  padding-left: 0.625rem;
  color: #4D5B71;
  text-decoration: none;
  cursor: pointer;
}
.nav-menu-box-layer-element-layer-element-head__headline {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-menu-box-layer-element-layer-element-head.expanded .js-plusminus::before {
  content: "⁠−";
}
.nav-menu-box-layer-element-layer-element-head__plusminus {
  float: right;
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1.25rem;
  text-align: center;
}
.nav-menu-box-layer-element-layer-element-head__plusminus::before {
  content: "⁠+";
}
.nav-menu-box-layer-element-layer-element-layer {
  display: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-top: 0.125rem solid #FFFFFF;
  border-left: 0.0625rem solid #dee4f2;
  border-right: 0.0625rem solid #dee4f2;
  list-style-type: none;
}
.nav-menu-box-layer-element-layer-element-layer.isvisible {
  display: block;
}
.nav-menu-box-layer-element-layer-element-layer.alwaysvisible {
  display: block;
}
.nav-menu-box-layer-element-layer-element-layer-element {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0.125rem solid #dee4f2;
  background-color: #edf0f8;
  color: #4D5B71;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.0625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-menu-box-layer-element-layer-element-layer-element-head {
  display: block;
  padding-left: 0.625rem;
  color: #4D5B71;
  text-decoration: none;
  cursor: pointer;
}
.nav-menu-box-layer-element-layer-element-layer-element-head__headline {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-menu-box-layer-element-layer-element-layer-element-head.expanded .js-plusminus::before {
  content: "⁠−";
}
.nav-menu-box-layer-element-layer-element-layer-element-head__plusminus {
  float: right;
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1.25rem;
  text-align: center;
}
.nav-menu-box-layer-element-layer-element-layer-element-head__plusminus::before {
  content: "⁠+";
}
.nav-menu-box-layer-element-layer-element-layer-element:last-child {
  border: none;
}
.nav-menu-box-layer-element-layer-element-layer-element__a {
  display: block;
  width: 100%;
  padding-left: 0.625rem;
  color: #4D5B71;
  cursor: pointer;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-menu-box-layer-element-layer-element-layer-element-layer {
  display: none;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-top: 0.125rem solid #FFFFFF;
  border-left: 0.0625rem solid #edf0f8;
  border-right: 0.0625rem solid #edf0f8;
  list-style-type: none;
}
.nav-menu-box-layer-element-layer-element-layer-element-layer.isvisible {
  display: block;
}
.nav-menu-box-layer-element-layer-element-layer-element-layer.alwaysvisible {
  display: block;
}
.nav-menu-box-layer-element-layer-element-layer-element-layer-element {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0.125rem solid #dee4f2;
  background-color: #FFFFFF;
  color: #4D5B71;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 0.875rem;
  min-height: 2.25rem;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-menu-box-layer-element-layer-element-layer-element-layer-element:last-child {
  border: none;
}
.nav-menu-box-layer-element-layer-element-layer-element-layer-element__a {
  display: block;
  width: 100%;
  padding-left: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-right: 0.625rem;
  cursor: pointer;
  color: #4D5B71;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datacontent {
  margin-bottom: 2rem;
}
.datacontent-top {
  margin-bottom: 3rem;
}
.datacontent-top-head {
  margin-top: 1.25rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 600px) {
  .datacontent-top-head {
    margin-top: 2rem;
  }
}
.datacontent-top-head__h1 {
  margin-left: 0;
  text-align: left;
}
.datacontent-top-head-headline {
  margin-top: 0.375rem;
  margin-bottom: 0.75rem;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .datacontent-top-head-headline {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}
.datacontent-top-head-headline__a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.datacontent-top-head-headline-dasist {
  margin-top: -0.5rem;
}
.datacontent-top-head-headline-lifedata {
  margin-top: 0.375rem;
}
.subfield {
  flex-direction: column;
  margin-bottom: 1em;
  margin-top: 1em;
}
.subfield .subfield {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.subfield.isvisible {
  display: flex;
}
.subfield-body {
  text-align: left;
  word-wrap: break-word;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
}
.subfield-body-item {
  margin-bottom: 0.625em;
}
.subfield-body-item:last-child {
  margin-bottom: 0.25em;
}
.subfield-body-item-head-title {
  font-size: max(0.9375em, 0.8125rem);
  line-height: max(1.125em, 1rem);
  text-shadow: -0.04ex 0 #4D5B71, 0.04ex 0 #4D5B71;
}
.subfield-body-item-body {
  margin-top: 0.125em;
  font-size: max(0.875em, 0.75rem);
  line-height: max(1em, 0.8125rem);
}
.subfield-body-item-body-item {
  margin-top: 0.375em;
}
.subfield-body-item-body-item:first-child {
  margin-top: 0;
}

.block, .foldblock {
  display: block;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  line-height: 1.125em;
  color: #4D5B71;
  width: 100%;
  display: inline;
}
.block a, .foldblock a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.block-head, .foldblock-head {
  display: inline;
}
.block-head-label, .foldblock-head-label {
  display: inline;
}
.block-head-title, .foldblock-head-title {
  display: inline;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: max(1em, 0.8125rem);
}
.block-head.expanded .js-plusminus::before, .foldblock-head.expanded .js-plusminus::before {
  content: "⁠−";
  color: #AEC0DB;
}
.block-head__plusminus, .foldblock-head__plusminus {
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #5B77AC;
  margin-left: 0.125em;
  line-height: max(1em, 0.8125rem);
  vertical-align: 0.0625em;
}
.block-head__plusminus::before, .foldblock-head__plusminus::before {
  content: "⁠+";
}
.block-body, .foldblock-body {
  display: flex;
  flex-direction: column;
  margin-left: 0em;
  margin-top: 0.375em;
  margin-bottom: 0.75em;
  text-align: left;
  word-wrap: break-word;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: max(0.875em, 0.8125rem);
}
.block-body-item, .foldblock-body-item {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 0.25rem;
}
@media (min-width: 600px) {
  .block-body-item, .foldblock-body-item {
    display: grid;
    row-gap: 0.625rem;
    column-gap: 0.625rem;
    justify-items: start;
    grid-template-columns: 8rem auto;
  }
  .block-body-item > :only-child, .foldblock-body-item > :only-child {
    grid-column: 1/-1;
  }
}
.block-body-item-label, .foldblock-body-item-label {
  width: 100%;
  text-shadow: -0.04ex 0 #4D5B71, 0.04ex 0 #4D5B71;
  flex-shrink: 0;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin: 0;
  color: #5B77AC;
}
@media (min-width: 600px) {
  .block-body-item-label, .foldblock-body-item-label {
    max-width: 9rem;
    color: #4D5B71;
    font-size: 1em;
  }
}
.block-body-item-text, .foldblock-body-item-text {
  display: flex;
  flex-direction: column;
  display: inline;
  width: 100%;
}
.block-body-item-text:only-child, .foldblock-body-item-text:only-child {
  margin-left: 0;
}
.block-body-item.linebreak .block-body-item-text, .block-body-item.linebreak .foldblock-body-item-text, .foldblock-body-item.linebreak .block-body-item-text, .foldblock-body-item.linebreak .foldblock-body-item-text {
  display: block;
}
.block-body-line, .foldblock-body-line {
  margin-bottom: 0.25rem;
}
.block-body-line-text, .foldblock-body-line-text {
  display: inline;
}

.foldblock-body {
  display: none;
  flex-direction: column;
  margin-left: 0;
}
.foldblock-body.isvisible {
  display: flex;
}

.multiblock {
  display: block;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  line-height: 1.125em;
  color: #4D5B71;
  width: 100%;
  line-height: 1.25em;
}
.multiblock a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.multiblock-head {
  margin-bottom: 0.25em;
}
.multiblock-head.expanded .js-plusminus::before {
  content: "⁠−";
  color: #AEC0DB;
}
.multiblock-head__plusminus {
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #5B77AC;
  margin-left: 0.125em;
  vertical-align: 0.0625em;
}
.multiblock-head__plusminus::before {
  content: "⁠+";
}
.multiblock-body {
  text-align: left;
  word-wrap: break-word;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
}
.multiblock-body-item {
  margin-bottom: 0.375em;
}
.multiblock-body-item:last-child {
  margin-bottom: 0;
}
.multiblock-body-item-label {
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  text-shadow: -0.04ex 0 #4D5B71, 0.04ex 0 #4D5B71;
  display: inline;
  font-size: max(0.875em, 0.8125rem);
  margin-right: 0.625em;
}
.multiblock-body-item-text {
  display: inline;
}
.multiblock-body-item-text:last-child:nth-child(2) {
  display: inline;
}
.multiblock-body-item.fileicon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}

.multiblock.small .multiblock-body-item-label, .multiblock.small .multiblock-body-item-label {
  font-size: max(0.875em, 0.8125rem);
}

.no-margin > .block-body, .no-margin > .foldblock-body {
  margin-left: 0;
}

.detailsblock {
  display: inline;
}
.detailsblock-body {
  display: inline;
}
.detailsblock-body-item {
  display: inline;
  margin-right: 0.375em;
}
.detailsblock-body-item-text {
  display: inline;
}
.detailsblock-body-item.expanded {
  text-shadow: -0.01ex 0 #757575, 0.01ex 0 #757575;
}
.detailsblock-body-item.expanded .js-plusminus::before {
  content: "⁠−";
}
.detailsblock-body-item__plusminus {
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: inherit;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: inherit;
  margin-left: 0.125em;
  margin-right: 0;
  vertical-align: 0.0625em;
}
.detailsblock-body-item__plusminus::before {
  content: "⁠+";
}
.detailsblock-body-item:only-child.expanded {
  text-shadow: none;
}
.detailsblock-details {
  display: flex;
  flex-direction: row;
  margin-left: 0;
}
.detailsblock-details-detail {
  display: none;
  margin-top: 0.25em;
  margin-bottom: 0.625em;
}
.detailsblock-details-detail.isvisible {
  display: flex;
}

.sourceblock {
  display: inline;
  margin: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25em;
}
.sourceblock-area {
  display: inline;
  position: relative;
}
.sourceblock-area-head {
  position: relative;
  display: inline;
}
.sourceblock-area-head-line {
  display: inline;
  cursor: pointer;
  font-size: 1em;
}
.sourceblock-area-head-line-text {
  display: inline;
}
.sourceblock-area-head-line__plusminus {
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #5B77AC;
  margin-left: 0.125em;
  line-height: max(1em, 0.8125rem);
  vertical-align: 0.0625em;
}
.sourceblock-area-head-line__plusminus::before {
  content: "⁠+";
}
.sourceblock-area-head.expanded .sourceblock-area-head-line .js-plusminus::before {
  content: "⁠−";
  color: #AEC0DB;
}
.sourceblock-area-head-icon {
  display: inline-block;
  position: relative;
  width: 1.375rem;
  height: 1rem;
  margin-right: 4px;
}
.sourceblock-area-head-icon__svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
}
.sourceblock-area-head-icon__svg__path {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
}
.sourceblock-area-body {
  display: none;
  margin-top: 0.375em;
}
.sourceblock-area-body.alwaysvisible {
  display: inline;
  margin-top: 0;
}
.sourceblock-area-body.isvisible {
  display: inline;
  margin-top: 0;
}
.sourceblock-area-body-part {
  margin-top: 0.625em;
  display: block;
}
.sourceblock-area-body-part:first-child {
  display: inline;
  margin-top: 0;
}
.sourceblock-area-body-part-head {
  display: inline;
  margin: 0;
  font-size: 0.875rem;
  text-align: left;
}
.sourceblock-area-body-part-head a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.sourceblock-area-body-part-head-ref {
  display: inline;
}
.sourceblock-area-body-part-head-ref__span {
  display: inline;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  text-shadow: -0.04ex 0 #4D5B71, 0.04ex 0 #4D5B71;
}
.sourceblock-area-body-part-head.expanded .js-plusminus::before {
  content: "⁠−";
  color: #AEC0DB;
}
.sourceblock-area-body-part-head__plusminus {
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #5B77AC;
  margin-left: 0.125em;
  line-height: max(1em, 0.8125rem);
  vertical-align: 0.0625em;
}
.sourceblock-area-body-part-head__plusminus::before {
  content: "⁠+";
}
.sourceblock-area-body-part-body {
  display: none;
  margin-top: 0.125em;
}
.sourceblock-area-body-part-body.isvisible {
  display: block;
}
.sourceblock-area-body-part-body.alwaysvisible {
  display: block;
}
.sourceblock-area-body-part-body-item {
  width: 100%;
  display: inline-block;
  margin-top: 0.375em;
}
.sourceblock-area-body-part-body-item:first-child {
  margin-top: 0;
}
.sourceblock-area-body-part-body-item-body {
  margin: 0;
  margin-top: 0.375em;
  font-size: 0.875rem;
  text-align: left;
}
.sourceblock-area-body-part-body-item-body:first-child {
  margin-top: 0;
}
.sourceblock-area-body-part-body-item-body a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.sourceblock-area-body-part-body-item-body-text {
  display: inline;
}

.datacontent-litheader {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.8125rem;
}
.datacontent-litheader-top {
  display: flex;
  justify-content: space-between;
}
.datacontent-litheader-top-digitalisate {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.datacontent-litheader-top-digitalisate-group {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 0.25rem;
}
.datacontent-litheader-top-digitalisate-group-item__input {
  margin-right: 0.25rem;
}
.datacontent-litheader-top-litgenres {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 12rem;
}
.datacontent-litheader-top-litgenres-group {
  margin-bottom: 0.25rem;
}
.datacontent-litheader-top-litgenres-group-head__input {
  margin-right: 0.25rem;
}
.datacontent-litheader-top-litgenres-group-head__label.expanded .js-plusminus::before {
  content: "⁠−";
}
.datacontent-litheader-top-litgenres-group-head__label__plusminus {
  width: 1rem;
  margin-right: 0.25rem;
  font-family: sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #4D5B71;
  height: 1rem;
  vertical-align: 0.0625rem;
  margin-left: 0.1875rem;
  line-height: 1rem;
}
.datacontent-litheader-top-litgenres-group-head__label__plusminus::before {
  content: "⁠+";
}
.datacontent-litheader-top-litgenres-group-body {
  margin-top: 0.25rem;
  margin-left: 1rem;
  display: none;
}
.datacontent-litheader-top-litgenres-group-body.isvisible {
  display: block;
}
.datacontent-litheader-top-litgenres-group-body-item {
  text-align: left;
  width: 180px;
}
.datacontent-litheader-top-litgenres-group-body-item__input {
  margin-right: 0.25rem;
}
.datacontent-litheader-top-litgenres-group-body-item:last-child {
  width: 200px;
}
.datacontent-litheader-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.datacontent-litheader-bottom-autor {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.datacontent-litheader-bottom-autor-group {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.25rem;
}
.datacontent-litheader-bottom-autor-group-item__input {
  margin-right: 0.25rem;
}
.datacontent-litheader-bottom-sort {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  text-align: right;
}
.datacontent-litheader-bottom-sort__select {
  font-size: 0.8125rem;
}
.datacontent-text {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.datacontent-text-section {
  border-bottom: 0.25rem solid #FFFFFF;
}
@media (min-width: 600px) {
  .datacontent-text-section {
    border-width: 0.375rem;
  }
}
.datacontent-text-section:last-child {
  border: none;
}
.datacontent-text-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  min-height: 2.25rem;
  background-color: #5B77AC;
  cursor: pointer;
}
@media (min-width: 600px) {
  .datacontent-text-section-head {
    min-height: 2.8125rem;
  }
}
.datacontent-text-section-head.expanded {
  background-color: #7A93BF;
}
.datacontent-text-section-head.expanded .js-plusminus::before {
  content: "⁠−";
  color: #456499;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.datacontent-text-section-head__h {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #4D5B71;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: left;
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 600px) {
  .datacontent-text-section-head__h {
    color: #FFFFFF;
    font-size: 1.25rem;
  }
}
.datacontent-text-section-head__plusminus {
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1.1875rem;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #27498A;
  text-shadow: -1px -1px 1px rgb(0, 0, 0), 1px 1px 1px rgba(255, 255, 255, 0.4);
}
@media (min-width: 600px) {
  .datacontent-text-section-head__plusminus {
    font-size: 1.5rem;
  }
}
.datacontent-text-section-head__plusminus::before {
  content: "⁠+";
}
.datacontent-text-section-body {
  display: none;
  margin-bottom: 0.625rem;
}
.datacontent-text-section-body.isvisible {
  display: block;
}
.datacontent-text-section-body.alwaysvisible {
  display: block;
}

.sub1section {
  margin-top: 0.375rem;
}
@media (min-width: 600px) {
  .sub1section {
    margin-top: 0.5rem;
  }
}
.sub1section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  min-height: 1.95rem;
  background-color: #97ADCF;
  cursor: pointer;
}
@media (min-width: 600px) {
  .sub1section-head {
    min-height: 2.4375rem;
  }
}
.sub1section-head :last-child {
  margin-bottom: 0;
}
.sub1section-head.expanded {
  background-color: #AEC0DB;
}
.sub1section-head.expanded .js-plusminus::before {
  content: "⁠−";
  color: #93a8c7;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.sub1section-head__h {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #4D5B71;
  color: #FFFFFF;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 600px) {
  .sub1section-head__h {
    color: #FFFFFF;
    font-size: 1.125rem;
  }
}
.sub1section-head__plusminus {
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1.0625rem;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #7e97bd;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8), 1px 1px 1px rgba(255, 255, 255, 0.5);
}
@media (min-width: 600px) {
  .sub1section-head__plusminus {
    font-size: 1.3125rem;
  }
}
.sub1section-head__plusminus::before {
  content: "⁠+";
}
.sub1section-body {
  display: none;
  margin-top: 0.375em;
}
.sub1section-body.isvisible {
  display: block;
}
.sub1section-body.alwaysvisible {
  display: block;
}

.sub2section {
  display: block;
  margin: 0rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.sub2section:last-child {
  margin-bottom: 0;
}
.sub2section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #FFFFFF;
  cursor: pointer;
}
.sub2section-head.nochild {
  cursor: auto;
}
.sub2section-head__h {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 1rem;
}
.sub2section-head.expanded {
  background-color: #FFFFFF;
}
.sub2section-head.expanded .js-plusminus::before {
  content: "⁠−";
}
.sub2section-head__plusminus {
  width: 1rem;
  margin-right: 0;
  font-family: sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #5B77AC;
  padding-left: 0.625rem;
  text-align: right;
}
.sub2section-head__plusminus::before {
  content: "⁠+";
}
.sub2section-body {
  display: none;
}
.sub2section-body.isvisible {
  display: block;
}
.sub2section-body.alwaysvisible {
  display: block;
}

.sub3section {
  margin-bottom: 0.375rem;
}
.sub3section-body-items-item {
  margin-bottom: 0.625rem;
}
.sub3section-body-items-item:last-child {
  margin-bottom: 0;
}
.sub3section-body-items-item-line {
  display: flex;
  flex-direction: column;
  margin-top: 0.625rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .sub3section-body-items-item-line {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .sub3section-body-items-item-line-label {
    flex-basis: 8rem;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.625rem;
  }
}
.sub3section-body-items-item-line-label__span {
  display: block;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin: 0;
  color: #5B77AC;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 0.875rem;
  text-align: left;
}
@media (min-width: 600px) {
  .sub3section-body-items-item-line-label__span {
    color: #4D5B71;
    font-family: "firasans-light", "Trebuchet MS", "Geneva", "Verdana", "Arial", "sans-serif";
    font-size: 1rem;
  }
}
.sub3section-body-items-item-line-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 50%;
}
.sub3section-body-items-item-line-text__p {
  margin: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 600px) {
  .sub3section-body-items-item-line-text__p {
    font-size: 1rem;
  }
}
.sub3section-body-items-item-line-text__p a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.sub3section-body-items-item-line-text__p ul {
  margin: 0;
  padding: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
  list-style: none;
}
@media (min-width: 600px) {
  .sub3section-body-items-item-line-text__p ul {
    font-size: 1rem;
  }
}
.sub3section-body-items-item-line-text__p ul li {
  list-style: none;
  margin-bottom: 0.75rem;
  padding-left: 0;
}
.sub3section-body-items-item-line-text__p ul li li::before {
  content: "•";
  color: #4D5B71;
  font-weight: bold;
  display: inline-block;
  width: 1.25rem;
  margin-left: -1.25rem;
  margin-right: auto;
}
.sub3section-body-items-item-line-text__ul {
  margin: 0;
  padding: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
  list-style: none;
}
@media (min-width: 600px) {
  .sub3section-body-items-item-line-text__ul {
    font-size: 1rem;
  }
}
.sub3section-body-items-item-line-text__ul__li {
  list-style: none;
  padding-left: 0.875rem;
  margin-bottom: 0.5rem;
}
.sub3section-body-items-item-line-text__ul__li::before {
  content: "•";
  color: #959AA1;
  font-weight: bold;
  display: inline-block;
  width: 0.875rem;
  margin-left: -0.875rem;
  margin-right: auto;
}
.sub3section-body-items-item-line-text__a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.sub3section-body-items-item-wholeline, .sub3section-body-items-item-bibline {
  margin-top: 0.625rem;
}
.sub3section-body-items-item-wholeline.pdf_link, .sub3section-body-items-item-bibline.pdf_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sub3section-body-items-item-wholeline-pdf-item__img, .sub3section-body-items-item-bibline-pdf-item__img {
  width: 1.5625rem;
  margin: 0;
  margin-left: auto;
  padding-left: 0.625rem;
}
.sub3section-body-items-item-wholeline__p, .sub3section-body-items-item-bibline__p {
  margin: 0;
  margin-bottom: 0.25rem;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  text-align: left;
  line-height: 1.25rem;
}
@media (min-width: 600px) {
  .sub3section-body-items-item-wholeline__p, .sub3section-body-items-item-bibline__p {
    font-size: 1rem;
  }
}
.sub3section-body-items-item-wholeline__p a, .sub3section-body-items-item-bibline__p a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.sub3section-body-items-item-wholeline__p__a, .sub3section-body-items-item-bibline__p__a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.sub3section-body-items-item-wholeline__p.has-subbox, .sub3section-body-items-item-bibline__p.has-subbox {
  cursor: pointer;
}
.sub3section-body-items-item-wholeline__p.expanded .js-plusminus::before, .sub3section-body-items-item-bibline__p.expanded .js-plusminus::before {
  content: "⁠−";
  color: #AEC0DB;
}
.sub3section-body-items-item-wholeline__p__plusminus, .sub3section-body-items-item-bibline__p__plusminus {
  width: 1.5rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #5B77AC;
  margin-left: 0.25rem;
  height: 1.5rem;
}
.sub3section-body-items-item-wholeline__p__plusminus::before, .sub3section-body-items-item-bibline__p__plusminus::before {
  content: "⁠+";
}
.sub3section-body-items-item-wholeline-subbox, .sub3section-body-items-item-bibline-subbox {
  display: none;
  flex-wrap: wrap;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.75rem;
  text-align: left;
  justify-content: flex-start;
}
.sub3section-body-items-item-wholeline-subbox.isvisible, .sub3section-body-items-item-bibline-subbox.isvisible {
  display: flex;
}
.sub3section-body-items-item-wholeline-subbox-box, .sub3section-body-items-item-bibline-subbox-box {
  margin: 0;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
.sub3section-body-items-item-wholeline-subbox-box:last-child, .sub3section-body-items-item-bibline-subbox-box:last-child {
  margin-right: 0;
}
.sub3section-body-items-item-wholeline-subbox-box-label, .sub3section-body-items-item-bibline-subbox-box-label {
  margin: 0;
  margin-bottom: 0.25rem;
}
.sub3section-body-items-item-wholeline-subbox-box-label__span, .sub3section-body-items-item-bibline-subbox-box-label__span {
  display: block;
  color: #5B77AC;
  text-shadow: -0.04ex 0 #4D5B71, 0.04ex 0 #4D5B71;
  font-size: 0.875rem;
  text-align: left;
}
.sub3section-body-items-item-wholeline-subbox-box-lines-bibline__p, .sub3section-body-items-item-bibline-subbox-box-lines-bibline__p {
  color: #4D5B71;
  margin: 0;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.75rem;
  text-align: left;
}
.sub3section-body-items-item-wholeline-subbox-box-lines-bibline__p a, .sub3section-body-items-item-bibline-subbox-box-lines-bibline__p a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.sub3section-body-items-item-area-items {
  margin-left: 24px;
}
.sub3section-body-items-item-area-items-item-area, .sub3section-body-items-item-area {
  flex-direction: column;
  margin-top: 0.375rem;
}
.sub3section-body-items-item-area-items-item-area-label, .sub3section-body-items-item-area-label {
  flex-basis: 0rem;
}
.sub3section-body-items-item-area-items-item-area-items-item-bibline, .sub3section-body-items-item-area-items-item-area-items-item-line, .sub3section-body-items-item-area-items-item-bibline, .sub3section-body-items-item-area-items-item-line {
  margin-top: 0.375rem;
}
.sub3section-body-items-item-area-items-item-area-items, .sub3section-body-items-item-area-items {
  flex-direction: row;
}

.sublist {
  display: flex;
  flex-direction: column;
}
.sublist:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .sublist {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .sublist-label {
    flex-basis: 8rem;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.625rem;
  }
}
.sublist-label__span {
  display: block;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin: 0;
  color: #5B77AC;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 0.875rem;
  text-align: left;
}
@media (min-width: 600px) {
  .sublist-label__span {
    color: #4D5B71;
    font-family: "firasans-light", "Trebuchet MS", "Geneva", "Verdana", "Arial", "sans-serif";
    font-size: 1rem;
  }
}
.sublist-label + .sublist-lines {
  width: calc(100% - 9.25rem);
}
.sublist-lines-line {
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 50%;
  margin-bottom: 0.625em;
}
.sublist-lines-line:last-child {
  margin-bottom: 0;
}
.sublist-lines-line__p {
  margin: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 600px) {
  .sublist-lines-line__p {
    font-size: 1rem;
  }
}
.sublist-lines-line__p a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.sublist-lines-line__p ul {
  margin: 0;
  padding: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
  list-style: none;
}
@media (min-width: 600px) {
  .sublist-lines-line__p ul {
    font-size: 1rem;
  }
}
.sublist-lines-line__p ul li {
  list-style: none;
  margin-bottom: 0.75rem;
  padding-left: 0;
}
.sublist-lines-line__p ul li li::before {
  content: "•";
  color: #4D5B71;
  font-weight: bold;
  display: inline-block;
  width: 1.25rem;
  margin-left: -1.25rem;
  margin-right: auto;
}
.sublist-lines-line__ul {
  margin: 0;
  padding: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
  list-style: none;
}
@media (min-width: 600px) {
  .sublist-lines-line__ul {
    font-size: 1rem;
  }
}
.sublist-lines-line__ul__li {
  list-style: none;
  padding-left: 0.875rem;
  margin-bottom: 0.5rem;
}
.sublist-lines-line__ul__li::before {
  content: "•";
  color: #959AA1;
  font-weight: bold;
  display: inline-block;
  width: 0.875rem;
  margin-left: -0.875rem;
  margin-right: auto;
}
.sublist-lines-line__a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}

.line {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.625rem;
}
@media (min-width: 600px) {
  .line {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  .line-label {
    flex-basis: 8rem;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.625rem;
  }
}
.line-label__span {
  display: block;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  margin: 0;
  text-shadow: -0.04ex 0 #4D5B71, 0.04ex 0 #4D5B71;
  color: #5B77AC;
  font-size: 0.875rem;
}
@media (min-width: 600px) {
  .line-label__span {
    color: #4D5B71;
    font-family: "firasans-light", "Trebuchet MS", "Geneva", "Verdana", "Arial", "sans-serif";
    font-size: 1rem;
  }
}
.line-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 50%;
}
.line-text__p {
  margin: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 600px) {
  .line-text__p {
    font-size: 1rem;
  }
}
.line-text__p a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.line-text__p ul {
  margin: 0;
  padding: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
  list-style: none;
}
@media (min-width: 600px) {
  .line-text__p ul {
    font-size: 1rem;
  }
}
.line-text__p ul li {
  list-style: none;
  margin-bottom: 0.75rem;
  padding-left: 0;
}
.line-text__p ul li li::before {
  content: "•";
  color: #4D5B71;
  font-weight: bold;
  display: inline-block;
  width: 1.25rem;
  margin-left: -1.25rem;
  margin-right: auto;
}
.line-text__ul {
  margin: 0;
  padding: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  line-height: 1.25rem;
  list-style: none;
}
@media (min-width: 600px) {
  .line-text__ul {
    font-size: 1rem;
  }
}
.line-text__ul__li {
  list-style: none;
  padding-left: 0.875rem;
  margin-bottom: 0.5rem;
}
.line-text__ul__li::before {
  content: "•";
  color: #959AA1;
  font-weight: bold;
  display: inline-block;
  width: 0.875rem;
  margin-left: -0.875rem;
  margin-right: auto;
}
.line-text__a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}

.bib-level-display-none {
  display: none !important;
}

.quelle_ref {
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-weight: bold;
  line-height: 1.25rem;
}
@media (min-width: 600px) {
  .quelle_ref {
    line-height: 1.5rem;
  }
}

.biblines {
  display: flex;
  flex-direction: column;
}
.biblines:last-child {
  margin-bottom: 0;
}
.biblines-bibline {
  margin-bottom: 0.625em;
}
.biblines-bibline:last-child {
  margin-bottom: 0;
}
.biblines-bibline.small {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.biblines-bibline-line.fileicon {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.biblines-bibline-line-text {
  display: inline;
  overflow-wrap: normal;
}
.biblines-bibline-line-text__p {
  display: inline;
  margin: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  text-align: left;
  line-height: 1.25em;
}
.biblines-bibline-line-text__p a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.biblines-bibline-line-text__p__a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.biblines-bibline-line-text__plusminus {
  width: 1rem;
  margin-right: 0.625rem;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  text-align: left;
  cursor: pointer;
  color: #5B77AC;
  margin-left: 0.125rem;
  line-height: 1rem;
  vertical-align: 0.0625rem;
  display: inline;
}
.biblines-bibline-line-text__plusminus::before {
  content: "⁠+";
}
.biblines-bibline-line.expanded .biblines-bibline-line-text__plusminus .js-plusminus::before {
  content: "⁠−";
  color: #AEC0DB;
  display: inline;
}
.biblines-bibline-line.expanded .biblines-bibline-line-text__plusminus::before {
  content: "⁠−";
  display: inline;
}
.biblines-bibline-sub {
  display: none;
  margin-top: 0.375em;
  margin-left: 0;
}
.biblines-bibline-sub.isvisible {
  display: block;
}
.biblines-bibline.hassub .biblines-bibline-main {
  cursor: pointer;
}

.sublist-lines-line > .bibline {
  padding-left: 0;
  padding-right: 0;
}

.sourceblock .bibline {
  padding-left: 0;
  padding-right: 0;
}

.bibline.small .bibline-main__p {
  font-size: 0.875rem;
}

.bibsub {
  display: none;
}
.bibsub.isvisible {
  display: flex;
}
.bibsub-section {
  margin-left: 1.25rem;
}
.bibsub-section-head__h {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  cursor: pointer;
}
.bibsub-section-body {
  display: none;
}
.bibsub-section-body.isvisible {
  display: block;
}
.bibsub-section-body-item-bibline__p {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}
.bibsub-section-body-item-bibline__p a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.bibsub-img {
  margin-right: 0;
  text-align: right;
}
.bibsub-img-item {
  text-align: right;
}

.werksub {
  display: none;
}
.werksub.isvisible {
  display: block;
}
.werksub-text-section {
  flex-wrap: wrap;
}
.werksub-text-section-head {
  flex: 1 0 95%;
}
.werksub-text-section-head.expanded .js-plusminus::before {
  content: "⁠−";
}
.werksub-text-section-head__plusminus {
  display: inline-block;
  width: 1rem;
  margin-left: 0.125rem;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.werksub-text-section-head__plusminus::before {
  content: "⁠+";
}
.werksub-text-section-body {
  display: none;
}
.werksub-text-section-body.isvisible {
  flex-basis: 100%;
  display: flex;
}
.werksub-text-section-body-subsection {
  margin-left: 1.25rem;
}
.werksub-text-section-body-subsection-head__h {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  cursor: pointer;
}
.werksub-text-section-body-subsection-body {
  display: none;
}
.werksub-text-section-body-subsection-body.isvisible {
  display: block;
}
.werksub-text-section-body-subsection-body-items-bibline__p {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}
.werksub-text-section-body-subsection-body-items-bibline__p a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.werksub-img {
  margin-right: 0;
  text-align: right;
}
.werksub-img-item {
  text-align: right;
}
.werksub-child-dat {
  flex: 1 0 5%;
}

.filearea {
  display: inline-block;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  height: 1.25rem;
  padding-left: 0.25rem;
  flex: 1 0 auto;
  margin-top: -0.25rem;
}
.filearea-filelink {
  padding-left: 0.375rem;
}
.filearea-filelink-icon {
  width: 1.375em;
  max-height: 100%;
  margin-right: 0;
  margin-left: auto;
}
.filearea-filelink-icon-link {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.filearea-filelink-icon-link__img {
  display: block;
  cursor: pointer;
}

.filelist {
  display: none;
  white-space: normal;
}
.filelist.isvisible {
  display: block;
  position: relative;
  min-height: 6.25rem;
  top: 0.1875rem;
  left: 1.1875rem;
  z-index: 10;
}
.filelist-content {
  position: absolute;
  display: inline-block;
  right: 1.25rem;
  margin-left: auto;
  margin-right: 0;
  min-width: 12rem;
  width: fit-content;
  white-space: nowrap;
  padding: 0.625rem;
  border: #cedaee 0.0625rem solid;
  background-color: #FFFFFF;
  font-size: max(0.875em, 0.8125rem);
}
.filelist-content-part {
  margin-bottom: 0.75rem;
}
.filelist-content-part:last-child {
  margin-bottom: 0;
}
.filelist-content-part-headline {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
}
.filelist-content-part-body {
  margin-top: 0;
}
.filelist-content-part-body:last-child {
  margin-bottom: 0;
}
.filelist-content-part-body-item {
  margin-bottom: 0.25rem;
}
.filelist-content-part-body-items {
  border-left: 0.0625rem solid #AEC0DB;
  padding-left: 0.25rem;
  margin-bottom: 0.25rem;
}
.filelist-content-part-body-items-headline {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.fileitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1.5em;
  margin-bottom: 0.375em;
}
.fileitem:last-child {
  margin-bottom: 0;
}

.outgreyed {
  display: none;
  white-space: normal;
}
.outgreyed.isvisible {
  display: block;
  position: relative;
  min-height: 6.25rem;
  top: 0.1875rem;
  left: 1.1875rem;
  z-index: 10;
}
.outgreyed-content {
  position: absolute;
  right: 1.25rem;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  width: 25rem;
  padding: 0.625rem;
  border: #cedaee 0.0625rem solid;
  background-color: #FFFFFF;
  font-size: 0.875rem;
}
.outgreyed-content-text {
  margin-top: 0;
  margin-bottom: 0.375rem;
}
.outgreyed-content-text-link {
  text-shadow: -0.06ex 0 #4D5B71, 0.06ex 0 #4D5B71;
  cursor: pointer;
}
.outgreyed-content-text:last-child {
  margin-bottom: 0;
}

.filelist .outgreyed.isvisible {
  display: block;
}

.filelist .outgreyed-content {
  position: absolute;
  display: block;
  width: 11rem;
}

#pdfview {
  display: none;
}
#pdfview.isvisible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  z-index: 70;
}
#pdfview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 75;
  background-color: #000000;
  opacity: 0.9;
}
#pdfview-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 80;
  opacity: 1;
  background-color: #38383d;
}
@media (min-width: 600px) {
  #pdfview-content {
    max-width: 98vw;
    max-height: 95vh;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px;
  }
}

.toolbarCloseButton {
  background: none;
  min-width: 16px;
  width: 28px;
  height: 28px;
  margin: 2px 1px;
  padding: 2px 6px 0;
  border: none;
  border-radius: 2px;
  color: #cedaee;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  box-sizing: border-box;
}

.toolbarCloseButton::before {
  opacity: 0.7;
  top: 6px;
  left: 6px;
  background: none;
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-mask-size: cover;
  mask-size: cover;
}

.indicatorIcon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 30px;
  background: url("/icons/loading-icon.gif") center no-repeat;
  transition-property: display;
  transition-delay: 400ms;
  opacity: 0.7;
}

#pdf-not-found {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  margin: auto;
  padding: 15px;
  border-spacing: 4px;
  color: rgb(249, 249, 250);
  font: message-box;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: rgb(74, 74, 79);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.toolbarCloseButton:is(:hover, :focus-visible) {
  background-color: rgb(102, 102, 103);
}

#outerContainer {
  background-color: #38383d;
}

#mainContainer {
  z-index: 150;
}

#sidebarContainer {
  z-index: 160;
}

#printContainer {
  z-index: 180;
}

#dialogContainer {
  z-index: 200;
}

.pdf-file-download {
  display: none;
}
.pdf-file-download.isvisible {
  display: block;
}

.lexikon {
  margin: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 600px) {
  .lexikon {
    margin-bottom: 1rem;
  }
}
.lexikon-header {
  margin-bottom: 1.5rem;
}
.lexikon-header-date {
  margin-right: 0;
  text-align: right;
}
.lexikon-text {
  margin-bottom: 3.75rem;
  line-height: 1.375rem;
}
.lexikon-text p {
  margin-bottom: 1rem;
}
.lexikon-text p:last-child {
  margin-bottom: 0;
}
.lexikon-text h2 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.lexikon-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 1rem;
}
.lexikon-text blockquote {
  background-color: #f9f9f9;
  border-left: 6px solid #e7e7e7;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
.lexikon-text blockquote p {
  display: inline;
}
.lexikon-text blockquote footer {
  font-size: 0.8em;
  margin-top: 1em;
  display: block;
  text-align: right;
}
.lexikon-userimage {
  width: 350px;
  float: left;
  margin-left: 0rem;
}
.lexikon-userimage__figure {
  margin: 2rem;
}
.lexikon-userimage__figure img {
  width: 100%;
  height: auto;
}
.lexikon-userimage:nth-of-type(odd) {
  float: right;
  margin-right: 0rem;
}
.lexikon-authors {
  float: right;
  width: 11.25rem;
  background-color: #edf0f8;
  margin: 1rem;
  margin-right: 0.125rem;
  padding: 1rem;
}
.lexikon-authors-author {
  margin-bottom: 2rem;
}
.lexikon-authors-author:last-child {
  margin-bottom: 0;
}
.lexikon-footer-block {
  margin-bottom: 1.875rem;
}
.lexikon-footer-block-headline {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
.lexikon-footer-block-links-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0.375rem;
}
.lexikon-footer-block-links-link:last-child {
  margin-bottom: 0;
}
.lexikon-footer-block-links-link::before {
  content: "•";
  font-size: 1.2rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  line-height: 1.125rem;
  vertical-align: text-top;
  display: inline-block;
  width: 0.375rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.lexikon-footer-block-notes-note {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0.375rem;
}
.lexikon-footer-block-notes-note:last-child {
  margin-bottom: 0;
}
.lexikon-footer-block-notes-note::before {
  content: "•";
  font-size: 1.2rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  line-height: 1.125rem;
  vertical-align: text-top;
  display: inline-block;
  width: 0.375rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
.lexikon-footer-block-sources-source {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0.375rem;
}
.lexikon-footer-block-sources-source:last-child {
  margin-bottom: 0;
}
.lexikon-footer-block-sources-source-ref {
  display: inline-block;
  margin-right: 0.5rem;
}
.lexikon-footer-block-sources-source-text {
  display: inline-block;
}

.authorbox-header-headline {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-size: 1.125rem;
}
.authorbox-photo {
  margin-bottom: 0.625rem;
}
.authorbox-photo-image {
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}
.authorbox-photo-image__img {
  width: 100%;
}
.authorbox-photo-copyright {
  margin-top: 0.125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.authorbox-body-text__p {
  margin: 0;
  margin-bottom: 0.5rem;
}
.authorbox-body-text__p:last-child {
  margin-bottom: 0;
}

.listcontent {
  margin: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 600px) {
  .listcontent {
    margin-bottom: 1rem;
  }
}
.listcontent__h1 {
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
}
.listcontent-parts {
  margin-bottom: 0;
}
.listcontent-parts-part-head__h2 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.listline {
  margin-bottom: 0.625em;
}
.listline-text {
  display: inline;
  overflow-wrap: normal;
}
.listline-text__p {
  display: inline;
  margin: 0;
  color: #4D5B71;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  text-align: left;
  line-height: 1.25em;
}
.listline-text a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}
.listline-text__a {
  color: #5B77AC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  cursor: pointer;
}

.linksonly .listline-text {
  margin-bottom: 0.5rem;
}
.linksonly .listline-text__p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 1rem;
}

.textcontent {
  margin: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 600px) {
  .textcontent {
    margin-bottom: 1rem;
  }
}
.textcontent__h1 {
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
}
.textcontent-text {
  margin-bottom: 0;
}
.textcontent-text-parts-section.no-expansion-link {
  margin-bottom: 2.375rem;
}
.textcontent-text-parts-section.no-expansion-link:last-child {
  margin-bottom: 0;
}
.textcontent-text-parts-section-head__h2 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.textcontent-text-parts-section-body {
  display: none;
}
.textcontent-text-parts-section-body.isvisible {
  display: block;
}
.textcontent-text-parts-section-body-head__h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-size: 1rem;
}
.textcontent-text-parts-section-body__p {
  line-height: 1.375rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.textcontent-text-parts-section-body__p:last-child {
  margin-bottom: 0;
}
.textcontent-text-parts-section-body__a {
  color: #a8daff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
.textcontent-text-parts-section-body__ol {
  margin-left: 3rem;
  margin-bottom: 2rem;
}
.textcontent-text-parts-section-body__ol__li {
  line-height: 1.375rem;
  margin-bottom: 0.375rem;
  text-align: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.textcontent-text-parts-section-body__ul {
  margin-left: 3rem;
  margin-bottom: 2rem;
}
.textcontent-text-parts-section-body__ul__li {
  line-height: 1.375rem;
  margin-bottom: 0.375rem;
  text-align: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.textcontent-text-parts-section-body-textplusvideo {
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  .textcontent-text-parts-section-body-textplusvideo {
    display: flex;
    flex-direction: column;
  }
  .textcontent-text-parts-section-body-textplusvideo > p {
    order: 1;
    width: 100%;
  }
}
.textcontent-text-parts-section-expansionlink {
  cursor: pointer;
}
.textcontent-text-parts-section-expansionlink__p {
  line-height: 1.375rem;
  text-align: justify;
}
.textcontent-text-parts-section-expansionlink__p:last-child {
  margin-bottom: 0.125rem;
}
.textcontent-text-parts-section-expansionlink.expanded {
  display: none;
}
.textcontent-text-parts-section-expansionline {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  height: 1rem;
}
.textcontent-text-parts-section-expansionline-text {
  cursor: pointer;
  color: #a8daff;
  line-height: 1rem;
}
.textcontent-text-parts-section-expansionline-text:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.textcontent-text-parts-section-expansionline-text::before {
  content: "Weiter   ";
}
.textcontent-text-parts-section-expansionline-text.expanded::before {
  content: "              ";
}
.textcontent-text-parts-section-expansionline-foldicon {
  display: block;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0;
  margin-right: 0;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 330 312.3"><path fill="%23A8DAFF" d="M325.6,154.4l-150-150C172.8,1.6,169,0,165,0c-4,0-7.8,1.6-10.6,4.4l-150,150c-5.9,5.9-5.9,15.4,0,21.2c5.9,5.9,15.4,5.9,21.2,0L165,36.2l139.4,139.4c2.9,2.9,6.8,4.4,10.6,4.4s7.7-1.5,10.6-4.4C331.5,169.7,331.5,160.3,325.6,154.4z"/> <path fill="%23A8DAFF" d="M325.6,286.7l-150-150c-2.8-2.8-6.6-4.4-10.6-4.4c-4,0-7.8,1.6-10.6,4.4l-150,150c-5.9,5.9-5.9,15.4,0,21.2c5.9,5.9,15.4,5.9,21.2,0L165,168.5l139.4,139.4c2.9,2.9,6.8,4.4,10.6,4.4s7.7-1.5,10.6-4.4C331.5,302,331.5,292.5,325.6,286.7z"/></svg>');
  background-repeat: no-repeat;
  transform: rotate(180deg);
  cursor: pointer;
}
.textcontent-text-parts-section-expansionline-foldicon.expanded {
  transform: none;
}

.videowrapper {
  width: 38%;
  float: left;
  margin-right: 1.75rem;
  margin-top: 0.125rem;
  padding-bottom: 0.25rem;
}
.videowrapper-video {
  width: 100%;
  height: auto;
}
.videowrapper-links {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 0;
}
.videowrapper-links-link {
  color: #a8daff;
  cursor: pointer;
  font-size: 0.8125rem;
}
.videowrapper-links-link.isactive {
  background-color: rgba(0, 0, 0, 0.65);
  pointer-events: none;
}
@media (max-width: 599px) {
  .videowrapper {
    float: none;
    width: 100%;
    margin: 1rem auto 0rem;
    order: 2;
  }
}

.faq-section-head__h2 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.faqpart-head {
  cursor: pointer;
}
.faqpart-head__h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
  font-size: 1rem;
}
.faqpart-body {
  display: none;
}
.faqpart-body.isvisible {
  display: block;
}
.faqpart-body.alwaysvisible {
  display: block;
}
.faqpart-body__p {
  line-height: 1.375rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.faqpart-body__p:last-child {
  margin-bottom: 0;
}
.faqpart-body__ul {
  margin-left: 3rem;
  margin-bottom: 2rem;
}
.faqpart-body__ul__li {
  line-height: 1.375rem;
  margin-bottom: 0.375rem;
  text-align: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.faqpart-body__a {
  color: #a8daff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

.faqfoldicon {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 1rem;
  vertical-align: middle;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 330 312.3"><path fill="%23A8DAFF" d="M325.6,154.4l-150-150C172.8,1.6,169,0,165,0c-4,0-7.8,1.6-10.6,4.4l-150,150c-5.9,5.9-5.9,15.4,0,21.2c5.9,5.9,15.4,5.9,21.2,0L165,36.2l139.4,139.4c2.9,2.9,6.8,4.4,10.6,4.4s7.7-1.5,10.6-4.4C331.5,169.7,331.5,160.3,325.6,154.4z"/> <path fill="%23A8DAFF" d="M325.6,286.7l-150-150c-2.8-2.8-6.6-4.4-10.6-4.4c-4,0-7.8,1.6-10.6,4.4l-150,150c-5.9,5.9-5.9,15.4,0,21.2c5.9,5.9,15.4,5.9,21.2,0L165,168.5l139.4,139.4c2.9,2.9,6.8,4.4,10.6,4.4s7.7-1.5,10.6-4.4C331.5,302,331.5,292.5,325.6,286.7z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  cursor: pointer;
}

.faqpart-head.expanded .faqfoldicon {
  transform: none;
}

.frontgallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.625rem;
  margin-top: 2rem;
  padding: 0;
}
@media (min-width: 600px) {
  .frontgallery {
    justify-content: space-between;
    margin: 0;
    margin-top: 2.5rem;
  }
}
.frontgallery-image {
  margin: 0.625rem;
  padding: 0;
}
.frontgallery-image:last-child {
  margin-bottom: 0;
}
.frontgallery-image:first-child {
  margin-top: 0;
}
@media (min-width: 600px) {
  .frontgallery-image {
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .frontgallery-image:nth-child(-n+2) {
    margin-top: 0;
  }
  .frontgallery-image:nth-child(n+5) {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .frontgallery-image:nth-child(-n+3) {
    margin-top: 0;
  }
  .frontgallery-image:nth-child(n+4) {
    margin-bottom: 0;
  }
}
.frontgallery-image-headline {
  background-color: #5B77AC;
  color: #FFFFFF;
  border-top: 0.25rem solid #FFFFFF;
  font-family: "firasans-semibold", "Trebuchet MS", "Arial", "Geneva", "sans-serif";
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
}
@media (min-width: 600px) {
  .frontgallery-image-headline {
    font-size: 1rem;
  }
}
.frontgallery-image-figure {
  margin: 0;
  padding: 0;
  border-top: 0.25rem solid #FFFFFF;
  border-bottom: 0.25rem solid #FFFFFF;
}
.frontgallery-image-figure__img {
  display: block;
  width: 25rem;
  aspect-ratio: 1/1;
}
@media (min-width: 600px) {
  .frontgallery-image-figure__img {
    width: 17.125rem;
  }
}
@media (min-width: 1000px) {
  .frontgallery-image-figure__img {
    width: 15.75rem;
  }
}

.imagearea {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.imagearea-main-images {
  display: grid;
  grid-template-columns: 1fr;
}
.imagearea-main-images-item {
  grid-row-start: 1;
  grid-column-start: 1;
  visibility: hidden;
}
.imagearea-main-images-item.isactive {
  visibility: visible;
}
.imagearea-main-images-item-body {
  position: relative;
  display: inline-block;
}
.imagearea-main-images-item-body-image {
  width: min-content;
}
.imagearea-main-images-item-body-image__figure {
  display: table;
  margin: 0;
  margin-top: auto;
  padding: 0;
  height: 100%;
}
.imagearea-main-images-item-body-image__figure__img {
  max-height: 14rem;
}
@media (min-width: 1000px) {
  .imagearea-main-images-item-body-image__figure__img {
    max-width: 23rem;
  }
}
.imagearea-main-images-item-body-image__figure-next, .imagearea-main-images-item-body-image__figure-prev {
  position: absolute;
  display: none;
  top: 6.875rem;
  z-index: 4;
  color: #000000;
  background: #FFFFFF;
  filter: brightness(1.3) opacity(0.4);
  font-size: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imagearea-main-images-item-body-image__figure-next:hover, .imagearea-main-images-item-body-image__figure-prev:hover {
  cursor: pointer;
  filter: opacity(0.7);
  color: #87B0FF;
}
.imagearea-main-images-item-body-image__figure-next {
  right: 0;
  padding: 0.0625rem 0.1875rem 0.25rem 0.375rem;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.imagearea-main-images-item-body-image__figure-prev {
  left: 0;
  padding: 0.0625rem 0.375rem 0.25rem 0.1875rem;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.imagearea-main-images-item-body-image__figure:hover .imagearea-main-images-item-body-image__figure-next, .imagearea-main-images-item-body-image__figure:hover .imagearea-main-images-item-body-image__figure-prev {
  display: block;
}
.imagearea-thumbs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: flex-start;
  align-content: space-between;
  margin-left: 0;
}
.imagearea-thumbs-image {
  height: 2.5rem;
  margin-right: 1.25em;
  margin-top: 0.625em;
}
.imagearea-thumbs-image__figure {
  height: 100%;
  margin: 0;
  padding: 0;
}
.imagearea-thumbs-image__figure__img {
  display: block;
  height: 100%;
  max-height: 100%;
  width: auto;
  opacity: 0.6;
  cursor: pointer;
}
.imagearea-thumbs-image__figure__img:hover {
  opacity: 1;
}
.imagearea-thumbs-image__figure__img.isactive {
  opacity: 1;
}

.imagearea.small .imagearea-item-body-image {
  width: min-content;
}
.imagearea.small .imagearea-item-body-image__figure__img {
  max-height: 12rem;
}
@media (min-width: 1000px) {
  .imagearea.small .imagearea-item-body-image__figure__img {
    max-width: 20rem;
  }
}
.imagearea.small .imagearea-item-body-image__figure-next, .imagearea.small .imagearea-item-body-image__figure-prev {
  top: 6rem;
  font-size: 1.75rem;
}
.imagearea.small .imagearea-item-body-image__figure-next {
  padding: 0.1rem 0.2rem 0.3rem 0.4rem;
  border-top-left-radius: 0.14rem;
  border-bottom-left-radius: 0.14rem;
}
.imagearea.small .imagearea-item-body-image__figure-prev {
  padding: 0.1rem 0.4rem 0.3rem 0.2rem;
  border-top-right-radius: 0.14rem;
  border-bottom-right-radius: 0.14rem;
}

.captionarea {
  display: inline-block;
  max-width: fit-content;
  height: fit-content;
  font-size: max(0.875em, 0.8125rem);
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
}
.captionarea-parts {
  width: 100%;
  margin: 0;
  display: table;
}
.captionarea-parts-copyright {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -0.125em;
  margin-bottom: 0.25em;
  text-align: right;
  font-size: max(0.875em, 0.75rem);
}

.imagearea.small .captionarea {
  min-height: 3rem;
}
.imagearea.small .captionarea-parts-copyright {
  margin-top: -0.125rem;
  margin-bottom: 0.25rem;
  font-size: 0.6875rem;
}

.headimage {
  display: flex;
  flex-direction: column;
  width: min-content;
}
.headimage-box-image {
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.headimage-box-image__img {
  display: block;
  height: 21rem;
}
@media (min-width: 1000px) {
  .headimage-box-image__img {
    height: 25rem;
  }
}

.gallerylinkicons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.375rem;
  z-index: 5;
  cursor: pointer;
}
.gallerylinkicons-icon {
  position: relative;
}
.gallerylinkicons-icon__svg {
  height: 1.3125rem;
  width: auto;
  fill: rgb(77, 91, 113);
}
.gallerylinkicons-icon__svg-video-border {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke-width: 0.9259;
  stroke-miterlimit: 10;
  stroke: rgb(77, 91, 113);
}
.gallerylinkicons-icon__svg-video-center {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.gallerylinkicons-icon__svg-audio-center {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.gallerylinkicons-icon__svg:hover {
  fill: #90b6ff;
  fill: #5B77AC;
}
.gallerylinkicons-icon__svg:hover-video-border {
  stroke: #5B77AC;
}
.gallerylinkicons-icon-hover {
  display: none;
  position: absolute;
  right: 0.25rem;
  bottom: 1.8125rem;
  margin-left: auto;
  margin-right: 0;
  white-space: nowrap;
  padding: 0.125rem;
  border: #cedaee 1px solid;
  background-color: #FFFFFF;
  font-size: 0.875rem;
}
.gallerylinkicons-icon:hover .gallerylinkicons-icon-hover {
  display: inline-block;
}

.gallery {
  display: none;
}
.gallery.isvisible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  z-index: 10;
}
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #121315;
  opacity: 0.99;
}
.gallery-content {
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media (min-width: 600px) {
  .gallery-content {
    max-width: 51.25rem;
    height: 93vh;
    margin: auto;
    margin-top: 7vh;
  }
}
.gallery-head {
  position: relative;
  width: 100%;
  height: 3rem;
}
.gallery-head-icons {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  z-index: 5;
}
.gallery-head-icons-icon {
  margin-right: 1rem;
  cursor: pointer;
}
.gallery-head-icons-icon__svg {
  height: 1.75rem;
  width: auto;
  fill: rgba(157, 168, 189, 0.75);
}
.gallery-head-icons-icon__svg-video-border {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke-width: 0.9259;
  stroke-miterlimit: 10;
  stroke: rgba(157, 168, 189, 0.75);
}
.gallery-head-icons-icon__svg-video-center {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.gallery-head-icons-icon__svg-audio-center {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
.gallery-head-icons-icon.expanded .gallery-head-icons-icon__svg {
  fill: #90b6ff;
  fill: #5B77AC;
}
.gallery-head-icons-icon.expanded .gallery-head-icons-icon__svg-video-border {
  stroke: #5B77AC;
}
.gallery-head-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 110;
  cursor: pointer;
}
.gallery-body {
  position: relative;
  width: 100%;
}
.gallery-body-section {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media (min-width: 600px) {
  .gallery-body-section {
    vertical-align: middle;
  }
}
.gallery-body-section.isvisible {
  display: block;
}
.gallery-item-body {
  width: calc(98vw - 120px);
}
@media (min-width: 600px) {
  .gallery-item-body {
    max-width: 45rem;
  }
}
.gallery-item-body-item {
  height: 40vh;
  margin-bottom: 0.125rem;
}
.gallery-item-body-item-src {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-item-body-item audio {
  width: 100%;
}
.gallery-thumbsitem-body {
  display: none;
}
@media (min-width: 600px) {
  .gallery-thumbsitem-body {
    display: block;
  }
}
.gallery-thumbsitem-body-item {
  height: max(10vh, 50px);
  margin: 0;
}
.gallery-thumbsitem-body-item-src {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}
.gallery-thumbsitem:only-child {
  visibility: hidden;
}

.imagedesc {
  margin-top: 2rem;
}
.imagedesc-parts {
  width: 100%;
  margin: 0;
}
.imagedesc-parts-part {
  width: 100%;
  max-width: 100%;
  text-align: justify;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #87b0ff;
}
.imagedesc-parts-part-copyright {
  color: #697487;
  margin-top: 0.625rem;
}

.contentimages {
  display: flex;
  flex-direction: row;
  width: min-content;
  max-width: 100%;
}
.contentimages-box-image {
  position: relative;
}
.contentimages-box-image__img {
  display: block;
  width: 16rem;
}
@media (min-width: 1000px) {
  .contentimages-box-image__img {
    width: 24rem;
  }
}
.contentimages .imagedesc {
  margin-top: 0;
}
.contentimages .imagedesc-parts {
  width: 100%;
  margin: 0;
}
.contentimages .imagedesc-parts-part {
  width: 100%;
  max-width: 100%;
  text-align: justify;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #4D5B71;
}
.contentimages .imagedesc-parts-part-copyright {
  color: #5B77AC;
  margin-top: 0.625rem;
}

#pict-thumb-carousel {
  padding-top: 1rem;
}

.splide {
  padding: 3em;
  z-index: 105;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 4px;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #5B77AC;
  opacity: 1;
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 1em;
  top: 0;
}
.splide__pagination--ttb .splide__pagination--ttb__pagination__page {
  width: 5px;
  height: 20px;
}
.splide__arrow {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  border-radius: 0;
  display: flex;
  justify-content: center;
  height: 2.5em;
  width: 2.5em;
}
.splide__arrow svg {
  fill: #5B77AC;
  height: 2.5em;
  width: 2.5em;
  transition: fill 0.2s linear;
}
.splide__arrow:hover:not(:disabled) svg {
  fill: #9fafce;
}
.splide__arrow:disabled {
  visibility: hidden;
}
.splide__arrow:focus-visible {
  outline: #5B77AC 3px solid;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 0em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: #5B77AC 3px solid;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 1em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 2.5px;
  display: inline-block;
  height: 5px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear;
  width: 20px;
}
.splide__pagination__page.is-active {
  background: #5B77AC;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
  background: #9fafce;
}
.splide__pagination__page:focus-visible {
  outline: #5B77AC 3px solid;
  outline-offset: 3px;
}
.splide__pagination li:only-child {
  visibility: hidden;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: #5B77AC 3px solid;
  outline-offset: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: transparent;
  border-radius: 4px;
}
.splide__slide:focus {
  outline: 0;
}
.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #5B77AC 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #5B77AC 3px solid;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #5B77AC 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #5B77AC 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #5B77AC;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #5B77AC;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: #5B77AC 3px solid;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: #5B77AC 3px solid;
  outline-offset: 3px;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__slider > .splide__arrows .splide__arrow--prev {
  left: -2.5em;
}
.splide__slider > .splide__arrows .splide__arrow--next {
  right: -2.5em;
}
.splide:not(.is-overflow) .splide__pagination {
  display: flex;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 40vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div,
.splide__video__wrapper iframe,
.splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  width: 40px;
}

.splide__video__play:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}

.footer {
  flex-shrink: 0;
  min-height: 2.8125rem;
  width: 100%;
  margin-top: 0;
  border-top: 0.125rem solid #FFFFFF;
}
@media (min-width: 600px) {
  .footer {
    margin-top: 4.75rem;
    border-top-width: 0.25rem;
  }
}
.footer-content {
  display: flex;
  background-color: #2E3852;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-content-links {
  min-height: 2.8125rem;
  min-height: 2.8125rem;
  margin-top: 1.875rem;
  padding-left: 1.375rem;
}
.footer-content-links__link {
  margin-right: 0.625rem;
  color: #FFFFFF;
  font-family: "firasans-book", "Trebuchet MS", "Geneva", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 600px) {
  .footer-content-links__link {
    margin-right: 1rem;
    font-size: 1rem;
  }
}
.footer-content-links__link:last-child {
  margin-right: 0;
}
.footer-content-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0.625rem;
  margin-left: 1rem;
  padding-right: 1.375rem;
}
.footer-content-logos-icon {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-left: 1rem;
  margin-right: 0;
  height: 3.5rem;
  width: auto;
}
@media (min-width: 600px) {
  .footer-content-logos-icon:last-child {
    margin-right: 0;
  }
}
.var-margin-bottom-0-125 {
  margin-bottom: 0.125rem;
}

.var-margin-bottom-0-25 {
  margin-bottom: 0.25rem;
}

.var-margin-bottom-0-375 {
  margin-bottom: 0.375rem;
}

.var-margin-bottom-0-5 {
  margin-bottom: 0.5rem;
}

.var-margin-bottom-0-625 {
  margin-bottom: 0.625rem;
}

.var-margin-bottom-0-75 {
  margin-bottom: 0.75rem;
}

.var-margin-bottom-0-875 {
  margin-bottom: 0.875rem;
}

.var-margin-bottom-1 {
  margin-bottom: 1rem;
}

.var-margin-bottom-1-125 {
  margin-bottom: 1.125rem;
}

.var-margin-bottom-1-25 {
  margin-bottom: 1.25rem;
}

.var-margin-bottom-1-375 {
  margin-bottom: 1.375rem;
}

.var-margin-bottom-1-5 {
  margin-bottom: 1.5rem;
}

.var-margin-bottom-1-625 {
  margin-bottom: 1.625rem;
}

.var-margin-bottom-1-75 {
  margin-bottom: 1.75rem;
}

.var-margin-bottom-1-875 {
  margin-bottom: 1.875rem;
}

.var-margin-bottom-2 {
  margin-bottom: 2rem;
}

.var-margin-top-0-125 {
  margin-top: 0.125rem;
}

.var-margin-top-0-25 {
  margin-top: 0.25rem;
}

.var-margin-top-0-375 {
  margin-top: 0.375rem;
}

.var-margin-top-0-5 {
  margin-top: 0.5rem;
}

.var-margin-top-0-625 {
  margin-top: 0.625rem;
}

.var-margin-top-0-75 {
  margin-top: 0.75rem;
}

.var-margin-top-0-875 {
  margin-top: 0.875rem;
}

.var-margin-top-1 {
  margin-top: 1rem;
}

.var-margin-top-1-125 {
  margin-top: 1.125rem;
}

.var-margin-top-1-25 {
  margin-top: 1.25rem;
}

.var-margin-top-1-375 {
  margin-top: 1.375rem;
}

.var-margin-top-1-5 {
  margin-top: 1.5rem;
}

.var-margin-top-1-625 {
  margin-top: 1.625rem;
}

.var-margin-top-1-75 {
  margin-top: 1.75rem;
}

.var-margin-top-1-875 {
  margin-top: 1.875rem;
}

.var-margin-top-2 {
  margin-top: 2rem;
}

.extendmarginbottom {
  margin-bottom: 1rem;
}
