@import url(https://fonts.bunny.net/css?family=frank-ruhl-libre:400,500,700|ibm-plex-sans:400,600|playfair-display:500,600,700);
:root[data-theme="theme-light"] {
  --text-color: #0A2753;
  --text-color-10: rgba(10, 39, 83, 0.1);
  --text-color-50: rgba(10, 39, 83, 0.75);
  --text-color-75:rgba(10, 39, 83, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --secondary-color: #999385;
  --secondary-color-dark: darken(#CDCAC3, 5%);
  --secondary-color-10: rgba(205, 202, 195, 0.1);
  --secondary-color-30: rgba(205, 202, 195, 0.3);
  --secondary-color-50: rgba(153, 147, 133, 0.5);
  --secondary-color-75: rgba(153, 147, 133, 0.75);
  --bg-color: #fff;
  --border-color: #EEEEEE;
  --border-color-10: #EEEEEE;
  --border-color-30: #BDBDBD;
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --black-color: #353535;
  --green-color: #2a9828;
  --green-color-05: rgba(42, 152, 40, 0.05);
  --green-color-50: rgba(42, 152, 40, 0.5);
  --green-color-75:rgba(42, 152, 40, 0.75);
  --blue-color: #2071e9;
  --blue-color-05: rgba(32, 113, 233, 0.05);
  --blue-color-25: rgba(32, 113, 233, 0.25);
  --blue-color-50: rgba(32, 113, 233, 0.5);
  --blue-color-75:rgba(32, 113, 233, 0.75);
  --red-color: #D05E5E;
  --red-color-05: rgba(208, 94, 94, 0.05);
  --red-color-50: rgba(208, 94, 94, 0.5);
  --red-color-75:rgba(208, 94, 94, 0.75);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
        3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
        5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
        9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
        15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
        9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
        13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
        17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
        24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
        33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
        45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
        60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
:root[data-theme="theme-dark"] {
  --text-color: #fff;
  --text-color-50: rgba(255, 255, 255, 0.5);
  --text-color-75:rgba(255, 255, 255, 0.75);
  --text-color-invert: #0A2753;
  --text-color-invert-10: rgba(10, 39, 83, 0.1);
  --text-color-invert-50: rgba(10, 39, 83, 0.5);
  --text-color-invert-75: rgba(10, 39, 83, 0.75);
  --secondary-color: #CDCAC3;
  --secondary-color-dark: darken(#E20919, 5%);
  --secondary-color-10: rgba(205, 202, 195, 0.1);
  --secondary-color-25: rgba(205, 202, 195, 0.5);
  --bg-color: #0A2753;
  --border-color: #fff;
  --border-color-10: rgba(255, 255, 255, 0.1);
  --border-color-30: rgba(255, 255, 255, 0.3);
  --grey-dark-color: #4F4F4F;
  --grey-color: #828282;
  --green-color: #2a9828;
  --green-color-05: rgba(42, 152, 40, 0.05);
  --green-color-50: rgba(42, 152, 40, 0.5);
  --green-color-75:rgba(42, 152, 40, 0.75);
  --back-color-grey: #E5E5E5;
  --back-color-blue: #1A202B;
  --back-color-black: #14171D;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
        3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
        5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
        9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
        15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
        9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
        13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
        17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
        24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
        33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
        45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
        60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
.button {
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: var(--text-color);
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  font-family: "IBM Plex Sans", sans-serif;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.button--small {
  padding: 0.5rem 0.85rem;
}
.button--link {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid var(--blue-color-50);
  font-weight: bold;
}
.button--link:hover {
  border-bottom: 2px solid var(--blue-color);
}
.button--main {
  background-color: var(--text-color);
  border: 1px solid var(--text-color);
  color: var(--text-color-white);
}
dialog {
  border: none !important;
  border-radius: 8px;
  box-shadow: var(--shadow-elevation-high);
  background-color: var(--text-color-white);
  padding: 1rem;
}
dialog:focus {
  border: none !important;
  outline: none !important;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
dialog--image {
  padding: 0;
  background: transparent;
}
dialog--image img.dialog_content {
  width: 100%;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
}
.dialog_close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  outline: none;
}
.dialog_close:focus {
  border: none !important;
  outline: none !important;
}
.dialog_close svg {
  color: var(--text-color-white);
}
.modal {
  padding: 0;
  width: 100%;
  max-width: 420px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
  transform: translateY(70px);
}
.modal[open] {
  opacity: 1;
  transform: translateY(0px);
}
.modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  border-bottom: 1px solid var(--border-color);
}
.modal_header button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: var(--text-color-50);
}
.modal_header button svg {
  height: 21px;
}
.modal_header p {
  margin: 0;
  color: var(--text-color-50);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.modal_content {
  padding: 2rem 1rem;
  display: block;
}
.modal_footer {
  padding: 1rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.modal_footer button {
  cursor: pointer;
}
.modal_footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: var(--text-color-invert);
}
@starting-style {
  .modal[open] {
    opacity: 0;
    transform: translateY(70px);
  }
}
.input {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 0.75rem;
  width: calc(100% - 1.5rem);
  color: var(--text-color);
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
}
.input::placeholder {
  color: var(--text-color-50);
  font-family: "IBM Plex Sans", sans-serif;
}
input, textarea, select {
  font-size: 1rem;
}
select.input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  padding-right: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2218%22%20%20height=%2218%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22currentColor%22%20%20class=%22icon%20icon-tabler%20icons-tabler-filled%20icon-tabler-caret-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%209c.852%200%201.297%20.986%20.783%201.623l-.076%20.084l-6%206a1%201%200%200%201%20-1.32%20.083l-.094%20-.083l-6%20-6l-.083%20-.094l-.054%20-.077l-.054%20-.096l-.017%20-.036l-.027%20-.067l-.032%20-.108l-.01%20-.053l-.01%20-.06l-.004%20-.057v-.118l.005%20-.058l.009%20-.06l.01%20-.052l.032%20-.108l.027%20-.067l.07%20-.132l.065%20-.09l.073%20-.081l.094%20-.083l.077%20-.054l.096%20-.054l.036%20-.017l.067%20-.027l.108%20-.032l.053%20-.01l.06%20-.01l.057%20-.004l12.059%20-.002z%22%20/%3E%3C/svg%3E");
  background-position: center right 7px;
  background-repeat: no-repeat;
  width: 100%;
}
.textarea--grow {
  display: inline-grid;
  vertical-align: top;
  position: relative;
  border: 1px solid var(--border-color);
  padding: 1rem;
  font-size: 1rem;
  align-items: stretch;
}
.textarea--grow::after, .textarea--grow textarea {
  width: auto;
  min-width: 1em;
  grid-area: 1;
  padding: 1rem;
  margin: 0;
  resize: none;
  background: none;
  appearance: none;
  border: none;
}
.textarea--grow textarea {
  font-family: "Frank Ruhl Libre", serif;
  line-height: 1.4;
  padding: 0;
  font-size: 1.2rem;
  color: var(--text-color);
}
.textarea--grow textarea::placeholder {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  color: var(--text-color-50);
}
.textarea--grow textarea:focus {
  outline: none;
}
.textarea--grow::after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre-wrap;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, body {
  font-size: 13px;
  line-height: 1.4;
  font-family: "Frank Ruhl Libre", serif;
  background-color: var(--bg-color);
  padding: 0;
  margin: 0;
  min-height: calc(100vh - 50px);
}
body {
  padding-top: 70px;
}
main {
  overflow: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
      * A better looking default horizontal rule
      */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
      * Remove the gap between audio, canvas, iframes,
      * images, videos and the bottom of their containers:
      * https://github.com/h5bp/html5-boilerplate/issues/440
      */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
img {
  border-radius: 2px;
}
/*
      * Remove default fieldset styles.
      */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
      * Allow only vertical resizing of textareas.
      */
textarea {
  resize: vertical;
}
/* ==========================================================================
        Author's custom styles
        ========================================================================== */
/* ==========================================================================
        Helper classes
        ========================================================================== */
/*
      * Hide visually and from screen readers
      */
.hidden, [hidden] {
  display: none !important;
}
/*
      * Hide only visually, but have it available for screen readers:
      * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
      *
      * 1. For long content, line feeds are not interpreted as spaces and small width
      *    causes content to wrap 1 word per line:
      *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
      */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
      * Extends the .sr-only class to allow the element
      * to be focusable when navigated to via the keyboard:
      * https://www.drupal.org/node/897638
      */
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
      * Hide visually and from screen readers, but maintain layout
      */
.invisible {
  visibility: hidden;
}
/*
      * Clearfix: contain floats
      *
      * For modern browsers
      * 1. The space content is one way to avoid an Opera bug when the
      *    `contenteditable` attribute is included anywhere else in the document.
      *    Otherwise it causes space to appear at the top and bottom of elements
      *    that receive the `clearfix` class.
      * 2. The use of `table` rather than `block` is only necessary if using
      *    `:before` to contain the top-margins of child elements.
      */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
        EXAMPLE Media Queries for Responsive Design.
        These examples override the primary ('mobile first') styles.
        Modify as content requires.
        ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
        Print styles.
        Inlined to avoid the additional HTTP request:
        https://www.phpied.com/delay-loading-your-print-css/
        ========================================================================== */
@media print {
  /*
        * Don't show links that are fragment identifiers,
        * or use the `javascript:` pseudo protocol
        */
  /*
        * Printing Tables:
        * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
        */
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    /* Black prints faster */
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 15px;
  }
}
.section_headline h2 {
  position: relative;
  width: 100%;
  color: var(--secondary-color);
  font-family: "Frank Ruhl Libre", serif;
  margin: 0 0 1rem 0;
  font-weight: 500;
  font-size: 2.2rem;
}
.welcome_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.welcome_banner img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.welcome_banner_back, .welcome_banner_blur {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.welcome_banner_blur {
  filter: blur(100px);
  z-index: 1;
}
.welcome_banner_text {
  position: relative;
  z-index: 3;
  width: calc(100% - 4rem);
  min-height: 50svh;
  text-align: center;
  padding: 2rem;
  display: grid;
  align-content: flex-end;
  color: var(--text-color-white);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.welcome_banner_text span, .welcome_banner_text b, .welcome_banner_text small {
  display: block;
  flex: none;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  max-width: 550px;
  margin: auto;
  margin-bottom: 1rem;
  flex: 100%;
}
.welcome_banner_text b {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.welcome_banner_text span {
  font-size: 1.15rem;
}
.welcome_banner_text small {
  font-size: 1rem;
  opacity: 0.75;
}
.welcome_banner_text.light {
  background-image: none;
  color: var(--text-color);
  height: calc(100% - 4rem);
  align-content: center;
  min-height: unset;
  padding: 4rem 2rem;
}
@media only screen and (max-width: 1200px) {
  .welcome_banner_text {
    min-height: 55svh;
  }
}
@media only screen and (max-width: 1024px) {
  .welcome_banner_text {
    min-height: 60svh;
  }
}
@media only screen and (max-width: 768px) {
  .welcome_banner_text {
    min-height: 65svh;
  }
}
.appbar {
  width: 100%;
  border-bottom: 1px solid var(--border-color-10);
}
.appbar_container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.appbar_item {
  padding: 1.5rem 4rem;
  border-right: 1px solid var(--border-color-10);
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  background-color: transparent;
}
.appbar_item_icon {
  background-color: var(--blue-color-05);
  width: 4rem;
  height: 4rem;
  display: grid;
  place-content: center;
  border-radius: 25%;
}
.appbar_item_icon svg {
  color: var(--blue-color);
}
.appbar_item:first-of-type .appbar_item_icon {
  background-color: var(--green-color-05);
}
.appbar_item:first-of-type .appbar_item_icon svg {
  color: var(--green-color);
}
.appbar_item:last-of-type {
  border-right: 0;
}
.appbar_item:last-of-type .appbar_item_icon {
  background-color: var(--red-color-05);
}
.appbar_item:last-of-type .appbar_item_icon svg {
  color: var(--red-color);
}
.appbar_item:hover {
  background-color: var(--secondary-color-10);
}
.appbar_item:hover .appbar_item_icon {
  background-color: var(--text-color-invert);
}
.appbar_item:hover .appbar_item_adorment svg {
  color: var(--text-color);
}
.appbar_item_text {
  color: var(--text-color);
}
.appbar_item_text b, .appbar_item_text small {
  display: block;
}
.appbar_item_text small {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.85rem;
}
.appbar_item_text b {
  font-size: 1.2rem;
  font-weight: 800;
}
.appbar_item_adorment {
  margin-left: auto;
}
.appbar_item_adorment svg {
  color: var(--border-color-30);
}
.appbar_simple .appbar_container {
  display: flex;
}
.appbar_simple .appbar_item {
  padding: 3rem 4rem;
  flex: 1;
  display: grid;
}
.appbar_simple .appbar_item_text {
  color: var(--text-color);
}
.appbar_simple .appbar_item_text b, .appbar_simple .appbar_item_text small {
  display: block;
}
.appbar_simple .appbar_item_text .button {
  display: block;
  width: fit-content;
  margin-top: 1rem;
}
.appbar_simple .appbar_item_text small {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.85rem;
  color: var(--text-color-50);
}
.appbar_simple .appbar_item_text b {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.appbar_simple .appbar_item_icon {
  background-color: var(--blue-color-05);
  color: var(--blue-color);
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 5px;
  width: fit-content;
  height: auto;
  font-family: "IBM Plex Sans", sans-serif;
  padding: 0.25rem 0.45rem;
  font-size: 0.875rem;
}
.appbar_simple .appbar_item_icon svg {
  color: var(--blue-color);
}
.appbar_simple .appbar_item:first-of-type .appbar_item_icon {
  background-color: var(--green-color-05);
  color: var(--green-color);
}
.appbar_simple .appbar_item:first-of-type .appbar_item_icon svg {
  color: var(--green-color);
}
.appbar_simple .appbar_item:last-of-type {
  border-right: 0;
}
.appbar_simple .appbar_item:last-of-type .appbar_item_icon {
  background-color: var(--red-color-05);
  color: var(--red-color);
}
.appbar_simple .appbar_item:last-of-type .appbar_item_icon svg {
  color: var(--red-color);
}
@media only screen and (max-width: 1200px) {
  .appbar_item {
    padding: 1rem 1.5rem;
  }
  .appbar_simple .appbar_item {
    padding: 3rem 1.5rem;
  }
  .appbar_simple .appbar_container {
    max-width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .appbar_simple .appbar_item_text {
    width: 100%;
  }
  .appbar_simple .appbar_container {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .appbar_item_icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .appbar_item_icon svg {
    height: 24px;
    width: 24px;
  }
  .appbar_item_adorment {
    display: none;
  }
  .appbar_simple .appbar_item_icon {
    width: fit-content;
    height: auto;
  }
  .appbar_simple .appbar_item_icon svg {
    height: 21px;
    width: 21px;
  }
}
@media only screen and (max-width: 640px) {
  .appbar_item {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }
  .appbar_item_icon {
    margin: auto;
    height: 4rem;
    width: 4rem;
  }
  .appbar_item_icon svg {
    height: 36px;
    width: 36px;
  }
  .appbar_simple {
    border-bottom: 0;
  }
  .appbar_simple .appbar_item {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    text-align: left;
    border-bottom: 1px solid var(--border-color-10);
  }
  .appbar_simple .appbar_item_icon {
    margin: 0;
    width: fit-content;
    height: auto;
  }
  .appbar_simple .appbar_item_icon svg {
    height: 21px;
    width: 21px;
  }
}
@media only screen and (max-width: 525px) {
  .appbar {
    border-bottom: 0;
  }
  .appbar_container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .appbar_item {
    border-right: 0;
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid var(--border-color-10);
    gap: 1rem;
    justify-content: center;
  }
  .appbar_item_icon {
    margin: 0;
  }
  .appbar_item_text {
    flex: none;
    width: 150px;
  }
  .appbar_item_text small {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.85rem;
  }
  .appbar_item_text b {
    font-size: 1.4rem;
    font-weight: 800;
  }
}
.hp_post {
  margin: 6rem auto;
}
.hp_post_container {
  max-width: 1200px;
  margin: auto;
  padding: 1rem 0;
}
.hp_post_container .button {
  margin: 1rem 0;
  display: block;
  width: fit-content;
}
.hp_post_container .section_headline {
  margin-bottom: 2rem;
}
.hp_post_main article {
  display: grid;
  grid-template-columns: 1fr;
}
.hp_post_main {
  display: grid;
  grid-template-columns: 1fr;
  align-self: flex-start;
}
.hp_post_main article {
  border-bottom: 1px dashed var(--border-color-10);
  padding-bottom: 1rem;
  margin-top: 2rem;
}
.hp_post_main article.top {
  border-bottom: 0;
  background-color: var(--blue-color-05);
  padding: 1rem;
  border-radius: 5px;
}
.hp_post_main article:first-of-type {
  margin: 0;
}
.hp_post_main article:last-of-type {
  border-bottom: 0;
}
.hp_post_main article span {
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text-color-50);
}
.hp_post_main article .info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hp_post_main article .category {
  background-color: var(--blue-color);
  padding: 0.25rem 0.45rem;
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  color: var(--text-color-white);
  font-family: "IBM Plex Sans", sans-serif;
}
.hp_post_main article .category.farske-oznamy {
  background-color: var(--blue-color);
}
.hp_post_main article .category.nezaradene, .hp_post_main article .category.uncategorized {
  background-color: var(--secondary-color);
}
.hp_post_main article .category.svaty-sarbel, .hp_post_main article .category.oprava-kostola {
  background-color: var(--green-color);
}
.hp_post_main article h1 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-family: "Frank Ruhl Libre", serif;
  margin: 0.5rem 0 0.5rem 0;
  font-weight: 700;
}
.hp_post_main article h1 a {
  text-decoration: none;
  color: var(--text-color);
}
.hp_post_main article h1 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--blue-color-25);
  text-decoration-thickness: 5px;
  text-decoration-skip-ink: none;
}
.hp_post_main article p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0rem 0 1rem 0;
}
.hp_post_main article img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: none;
}
@media only screen and (max-width: 900px) {
  .hp_post_container {
    max-width: 640px;
    padding: 1rem;
    margin: auto;
  }
  .hp_post_main {
    border-right: 0px dashed var(--border-color-10);
    padding-right: 0rem;
    margin-bottom: 2rem;
  }
}
.hp_mass_container {
  max-width: 1200px;
  padding: 1rem 0;
  margin: auto;
  max-width: 640px;
}
.hp_mass .section_headline {
  margin-bottom: 2rem;
}
.hp_mass_container > .button {
  margin: 1rem 0;
  width: fit-content;
}
.hp_mass_info {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: var(--blue-color-05);
  border-radius: 4px;
  padding: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  margin-top: 1rem;
}
.hp_mass_info svg {
  stroke: var(--blue-color);
  flex-shrink: 0;
}
.hp_mass .liturgia_cont {
  padding: 0.75rem 0;
}
.hp_mass .liturgia_cont .liturgia_input {
  display: none;
}
.hp_mass .liturgia_cont span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text-color-50);
}
.hp_mass .liturgia_cont b {
  font-weight: normal;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hp_mass {
    padding: 1rem;
  }
  .hp_mass .tab button b {
    display: block;
  }
  .hp_mass .tab button span {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hp_mass {
    padding: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .hp_mass .tab button b {
    display: block;
  }
  .hp_mass .tab button span {
    display: none;
  }
}
.hp_top_container {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 3rem;
  max-width: 1200px;
  padding: 4rem 1rem;
  margin: auto;
}
.hp_top .divider {
  display: none;
}
@media screen and (max-width: 768px) {
  .hp_top_container {
    grid-template-columns: 100%;
    padding: 4rem 0;
  }
  .hp_top_container .divider_vertical {
    display: none;
  }
  .hp_top .divider {
    display: flex;
  }
}
.rss_feed {
  margin: 6rem auto;
}
.rss_feed .tab {
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid var(--border-color-10);
}
.rss_feed .tablinks {
  padding: 1rem 2rem;
  flex: none;
  border-bottom: 1px solid transparent;
}
.rss_feed .tabcontent .button {
  width: fit-content;
  margin: 1rem auto;
}
.rss_feed .section_headline h2 {
  text-align: center;
}
.rss_feed_container {
  max-width: 1200px;
  padding: 1rem;
  margin: auto;
}
.rss_feed_wrap {
  display: grid;
  grid-template-columns: calc(33.33% - 1rem) calc(33.33% + 2rem) calc(33.33% - 1rem);
}
.rss_feed_wrap article {
  border-right: 1px dashed var(--border-color-10);
  position: relative;
}
.rss_feed_wrap article span {
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text-color-50);
}
.rss_feed_wrap article h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Frank Ruhl Libre", serif;
  margin: 0.35rem 0 0 0;
  font-weight: 700;
}
.rss_feed_wrap article h3 a {
  text-decoration: none;
  color: var(--text-color);
}
.rss_feed_wrap article h3 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--blue-color-25);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}
.rss_feed_wrap article::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: 0;
  border-bottom: 1px solid var(--border-color-10);
}
.rss_feed_wrap article:nth-of-type(1), .rss_feed_wrap article:nth-of-type(4) {
  padding: 2rem;
  padding-left: 0;
}
.rss_feed_wrap article:nth-of-type(2), .rss_feed_wrap article:nth-of-type(5) {
  padding: 2rem;
}
.rss_feed_wrap article:nth-of-type(3), .rss_feed_wrap article:nth-of-type(6) {
  padding: 2rem;
  padding-right: 0;
}
.rss_feed_wrap article:nth-of-type(3), .rss_feed_wrap article:nth-of-type(6) {
  border-right: 0;
}
.rss_feed_wrap article:nth-of-type(n+4)::after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .rss_feed_wrap {
    grid-template-columns: 1fr 1fr;
  }
  .rss_feed_wrap article:nth-of-type(1), .rss_feed_wrap article:nth-of-type(3), .rss_feed_wrap article:nth-of-type(5) {
    padding: 2rem;
    padding-right: 2rem;
    padding-left: 0;
    border-right: 1px dashed var(--border-color-10);
  }
  .rss_feed_wrap article:nth-of-type(1)::after, .rss_feed_wrap article:nth-of-type(3)::after, .rss_feed_wrap article:nth-of-type(5)::after {
    display: block;
    left: 0;
  }
  .rss_feed_wrap article:nth-of-type(2), .rss_feed_wrap article:nth-of-type(4), .rss_feed_wrap article:nth-of-type(6) {
    padding: 2rem;
    padding-left: 2rem;
    padding-right: 0rem;
    border-right: 0;
  }
  .rss_feed_wrap article:nth-of-type(2)::after, .rss_feed_wrap article:nth-of-type(4)::after, .rss_feed_wrap article:nth-of-type(6)::after {
    display: block;
    left: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .rss_feed_wrap {
    grid-template-columns: 1fr;
  }
  .rss_feed_wrap article {
    border-right: 0px !important;
    padding: 1rem 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid var(--border-color-10);
  }
  .rss_feed_wrap article::after {
    display: none !important;
  }
}
@media only screen and (max-width: 425px) {
  .rss_feed .tablinks {
    padding: 1rem;
  }
}
.hp_slider {
  padding: 4rem 0;
  background-color: var(--black-color);
  text-align: center;
}
.hp_slider_container {
  margin: auto;
}
.hp_slider_container h2 {
  padding: 1rem;
  color: var(--text-color-white);
}
.hp_slider_container > .button, .hp_slider_container .hp_slider_ctas .button {
  width: fit-content;
  margin: 1rem auto;
  border: 1px solid var(--text-color-white-10);
  color: var(--text-color-white);
}
.hp_slider_container > .button:hover, .hp_slider_container .hp_slider_ctas .button:hover {
  border: 1px solid var(--text-color-white-30);
}
.hp_slider_container .slider_wrap::before {
  content: "";
  display: block;
  height: 40px;
  padding-left: calc((100vw - 1200px) / 2);
}
.hp_slider_container .hp_slider_ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 1rem;
  margin: 1rem auto;
}
.hp_slider_item img {
  max-height: 300px;
  max-width: 70vw;
  height: 300px;
  cursor: pointer;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1200px) {
  .hp_slider_item img {
    max-height: 250px;
    height: 250px;
  }
}
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider_wrap {
  overflow-x: auto;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider_wrap::-webkit-scrollbar {
  display: none;
}
.slider_nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--border-color-10);
  box-shadow: var(--shadow-elevation-medium);
  border-radius: 100%;
  cursor: pointer;
  background-color: var(--text-color-white);
}
.slider_nav svg {
  stroke: var(--text-color);
}
.slider_nav.hide {
  display: none;
}
.slider_nav--right {
  right: 1rem;
}
.slider_nav--left {
  left: 1rem;
}
.slider_indicator {
  display: none;
  align-self: center;
  gap: 0.25rem;
  margin: 1rem auto;
  width: 100%;
  justify-content: center;
}
.slider_indicator span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: var(--blue-color-25);
}
.slider_indicator span.active {
  background-color: var(--blue-color);
}
.slider_item {
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .slider {
    width: calc(100% + 2rem);
    left: -1rem;
  }
  .slider_wrap {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .slider_item {
    scroll-snap-align: center;
  }
  .slider_item:first-of-type {
    margin-left: 1rem;
  }
  .slider_item:last-of-type {
    margin-right: 1rem;
  }
  .slider_nav {
    display: none;
  }
  .slider_indicator {
    display: flex;
  }
}
.hp_contact {
  margin: 6rem auto;
}
.hp_contact .section_headline {
  text-align: center;
  margin-bottom: 3rem;
}
.hp_contact_container {
  max-width: 1200px;
  padding: 1rem;
  margin: auto;
}
.hp_contact_container h4 {
  text-align: center;
  font-size: 1.25rem;
  color: var(--secondary-color);
}
.hp_contact_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.hp_contact_column {
  padding: 0 3rem;
  border-right: 1px solid var(--border-color-10);
  position: relative;
}
.hp_contact_column > div > .button {
  width: fit-content;
  margin: 1rem 0;
}
.hp_contact_column::after, .hp_contact_column::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--border-color-10);
  transform: rotate(45deg);
  top: 0px;
  right: -3px;
}
.hp_contact_column::before {
  top: auto;
  bottom: 0;
  right: -3px;
}
.hp_contact_column h3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.35rem;
  color: var(--green-color);
}
.hp_contact_column h3 span {
  display: grid;
  place-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 25%;
  color: var(--green-color);
  background-color: var(--green-color-05);
}
.hp_contact_column h3:nth-of-type(2) {
  color: var(--grey-color);
}
.hp_contact_column h3:nth-of-type(2) span {
  color: var(--grey-color);
  background-color: var(--secondary-color-30);
}
.hp_contact_column:nth-of-type(2) h3 {
  color: var(--blue-color);
}
.hp_contact_column:nth-of-type(2) h3 span {
  color: var(--blue-color);
  background-color: var(--blue-color-05);
}
.hp_contact_column:nth-of-type(3) {
  border-right: 0;
}
.hp_contact_column:nth-of-type(3)::after, .hp_contact_column:nth-of-type(3)::before {
  display: none;
}
.hp_contact_column:nth-of-type(3) h3 {
  color: var(--red-color);
}
.hp_contact_column:nth-of-type(3) h3 span {
  color: var(--red-color);
  background-color: var(--red-color-05);
}
.hp_contact_column div {
  font-family: "IBM Plex Sans", sans-serif;
}
.hp_contact_column div > span {
  display: block;
}
.hp_contact_column small {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  color: var(--secondary-color);
}
.hp_contact_column ul {
  margin: 0;
  padding: 0;
}
.hp_contact_column ul li {
  line-height: 1.5rem;
  list-style-type: none;
}
.hp_contact_column ul li.iban {
  border: 1px solid var(--border-color-10);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hp_contact_column ul li.iban span {
  white-space: nowrap;
  user-select: all;
}
.hp_contact_column ul li.iban button {
  border: 0;
  background: transparent;
}
.hp_contact_column ul li.iban button svg {
  color: var(--border-color-30);
}
.hp_contact_openhours2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.hp_contact_openhours {
  display: grid;
  gap: 0.5rem;
}
.hp_contact_openhours li {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
}
@media only screen and (max-width: 1024px) {
  .hp_contact_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hp_contact_column:nth-of-type(2) {
    border-right: 0;
  }
  .hp_contact_column:nth-of-type(2)::after, .hp_contact_column:nth-of-type(2)::before {
    display: none;
  }
  .hp_contact_column:nth-of-type(3) {
    display: grid;
    justify-content: center;
    margin-top: 2rem;
    grid-area: 0.3333333333;
  }
}
@media only screen and (max-width: 640px) {
  .hp_contact .section_headline {
    text-align: left;
  }
  .hp_contact_wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hp_contact_container {
    max-width: 300px;
  }
  .hp_contact_column {
    padding: 0;
    margin-bottom: 1rem;
  }
  .hp_contact_column:nth-of-type(1) {
    border-right: 0;
  }
  .hp_contact_column:nth-of-type(1)::after, .hp_contact_column:nth-of-type(1)::before {
    display: none;
  }
  .hp_contact_column:nth-of-type(3) {
    justify-content: left;
    margin-top: 0;
    grid-area: unset;
  }
}
.hp_links {
  padding: 6rem 0;
  background-color: var(--secondary-color-10);
}
.hp_links .section_headline {
  text-align: center;
  margin-bottom: 3rem;
}
.hp_links_container {
  max-width: 1200px;
  padding: 1rem;
  margin: auto;
}
.hp_links_wrap {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr;
}
.hp_links_wrap ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.hp_links_wrap ul li {
  list-style-type: none;
}
.hp_links_wrap ul li a {
  border: 1px solid var(--border-color-10);
  padding: 0.75rem 1rem;
  border-radius: 4px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  height: calc(100% - 1.5rem);
  margin-bottom: 1rem;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  padding-right: 3rem;
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-link' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='rgba(0,0,0,0.3)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 15l6 -6' /%3E%3Cpath d='M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464' /%3E%3Cpath d='M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463' /%3E%3C/svg%3E");
}
.hp_links_wrap ul li a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-link' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='rgba(0,0,0,0.7)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 15l6 -6' /%3E%3Cpath d='M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464' /%3E%3Cpath d='M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463' /%3E%3C/svg%3E");
  background-color: var(--secondary-color-10);
}
@media only screen and (max-width: 768px) {
  .hp_links_wrap ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 425px) {
  .hp_links_wrap ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
dialog {
  border: none !important;
  border-radius: 8px;
  box-shadow: var(--shadow-elevation-high);
  background-color: var(--text-color-white);
  padding: 1rem;
}
dialog:focus {
  border: none !important;
  outline: none !important;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
dialog--image {
  padding: 0;
  background: transparent;
}
dialog--image img.dialog_content {
  width: 100%;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
}
.dialog_close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  outline: none;
}
.dialog_close:focus {
  border: none !important;
  outline: none !important;
}
.dialog_close svg {
  color: var(--text-color-white);
}
.modal {
  padding: 0;
  width: 100%;
  max-width: 420px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
  transform: translateY(70px);
}
.modal[open] {
  opacity: 1;
  transform: translateY(0px);
}
.modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  border-bottom: 1px solid var(--border-color);
}
.modal_header button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: var(--text-color-50);
}
.modal_header button svg {
  height: 21px;
}
.modal_header p {
  margin: 0;
  color: var(--text-color-50);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.modal_content {
  padding: 2rem 1rem;
  display: block;
}
.modal_footer {
  padding: 1rem;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.modal_footer button {
  cursor: pointer;
}
.modal_footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: var(--text-color-invert);
}
@starting-style {
  .modal[open] {
    opacity: 0;
    transform: translateY(70px);
  }
}
.divider {
  width: 100%;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' viewBox='0 0 21.21 7.08'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23eee%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath d='M0 6.58h21.21M0 .5h21.21M.36 6.57l12-6' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider span {
  background-color: var(--bg-color);
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
}
.divider svg {
  height: 2.5rem;
  width: 2.5rem;
}
.divider_vertical {
  height: 100%;
  width: 1px;
  position: relative;
  display: block;
  border-left: 1px solid var(--border-color);
}
.divider_vertical::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--border-color);
  transform: rotate(45deg) translateX(-50%);
}
.divider_vertical::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--border-color);
  transform: rotate(45deg) translateX(-50%);
}
footer {
  position: sticky;
  top: 100vh;
  z-index: 99;
  font-family: "IBM Plex Sans", sans-serif;
}
footer .footer-top {
  background-color: #141414;
  text-align: center;
}
footer .footer-top a {
  color: white;
}
footer .footer-top .wide-container {
  padding: 2rem 1rem;
  color: white;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom {
  text-align: center;
  background-color: black;
}
footer .footer-bottom .wide-container {
  padding: 2rem 0;
  color: var(--text-color-white-50);
  justify-content: center;
}
footer b {
  color: white;
}
footer i {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
  font-style: normal;
}
@media only screen and (max-width: 1400px) {
  .footer-top, .footer-bottom {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  footer.marginBottom {
    padding-bottom: 95px;
  }
  footer .wide-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .wide-container * {
    width: 100%;
    margin-bottom: 1.2rem;
    text-align: center;
  }
  footer .wide-container span {
    order: 2;
  }
}
.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 0;
  flex: 1;
  font-size: 1rem;
  color: var(--text-color-50);
  font-family: "IBM Plex Sans", sans-serif;
  cursor: pointer;
}
.tab button b {
  display: none;
}
/* Change background color of buttons on hover */
/* Create an active/current tablink class */
.tab button.active {
  color: var(--text-color);
  border-bottom: 3px solid var(--blue-color);
}
/* Style the tab content */
.tabcontent {
  display: none;
  font-family: "IBM Plex Sans", sans-serif;
}
.tabcontent.active {
  display: block;
}
.tabcontent ul {
  margin: 0;
  padding: 0;
}
.tabcontent ul li {
  display: grid;
  max-width: 613px;
  margin: auto;
  grid-template-columns: 45px 1fr;
  gap: 1rem;
  padding: 0.75rem 0;
  list-style-type: none;
  align-items: flex-start;
}
.tabcontent ul li .time {
  line-height: 2rem;
  color: var(--blue-color);
}
.tabcontent ul li .umysel {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  color: var(--text-color-50);
  display: none;
}
.tabcontent ul li > span b {
  font-weight: normal;
  font-family: "Frank Ruhl Libre", serif;
  font-size: 1.35rem;
  line-height: 1.35rem;
  color: var(--text-color);
}
.tabcontent ul li > span small {
  display: block;
  font-size: 0.875rem;
  color: var(--text-color-50);
}
.tabcontent ul li.spoved {
  grid-template-columns: 105px 1fr;
  background-color: var(--secondary-color-10);
  border-radius: 4px;
  padding: 0.75rem;
  color: var(--text-color-75);
}
.tabcontent ul li.spoved .time {
  line-height: inherit;
}
.hp_ako_vybavim {
  padding: 4rem 0;
  background-color: var(--secondary-color-10);
}
.hp_ako_vybavim_wrap {
  display: flex;
  gap: 1rem;
}
.hp_ako_vybavim_container {
  max-width: 1200px;
  padding: 1rem;
  margin: auto;
}
.hp_ako_vybavim_item {
  border: 1px solid var(--border-color-10);
  padding: 1rem;
  border-radius: 4px;
  display: grid;
  place-content: center;
  text-decoration: none;
  flex: 1;
}
.hp_ako_vybavim_item:hover {
  background-color: var(--text-color-white);
}
.hp_ako_vybavim_item span {
  text-align: center;
}
.hp_ako_vybavim_item img {
  height: 60px;
  flex-shrink: 1;
  margin: auto;
}
.hp_ako_vybavim_item h3 {
  margin: 2rem 0 0 0;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  color: var(--text-color);
}
.hp_ako_vybavim .section_headline h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .hp_ako_vybavim_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .hp_ako_vybavim_wrap {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 0 1rem;
  }
  .hp_ako_vybavim_wrap::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hp_ako_vybavim_item {
    width: 30vw;
    flex: none;
    scroll-snap-align: center;
  }
  .hp_ako_vybavim_container {
    padding: 0;
  }
}
.dropbtn {
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown_content {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: var(--bg-color);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  z-index: 1;
  margin: 0;
  padding: 0;
  border-radius: 2px;
}
.dropdown_content li {
  color: var(--text-color);
  text-decoration: none;
  display: block;
  border-bottom: 1px solid var(--border-color-10);
}
.dropdown_content li a {
  padding: 1rem 1.15rem;
  width: calc(100% - 2.3rem);
}
.dropdown_content li a:hover {
  background-color: var(--secondary-color-10);
}
.dropdown_content li > span {
  display: block;
  color: var(--text-color-50);
  padding: 1rem 1.15rem 0 1.15rem;
}
.dropdown_content li > ul li a {
  padding: 1rem 1.15rem 1rem 1.7rem;
  width: calc(100% - 2.9rem);
}
.dropdown_content li:last-of-type {
  border-bottom: 0;
}
.dropdown:hover .dropdown_content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: var(--secondary-color-10);
}
.dekanat {
  margin: 4rem 0;
}
.dekanat h2 {
  width: 100%;
  text-align: center;
  margin: 4rem 0 2rem 0;
  font-family: "IBM Plex Sans", sans-serif;
}
.dekanat_cont {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
}
.dekanat_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin: auto;
}
.dekanat_wrap img {
  margin: auto;
}
.dekanat_wrap ul {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
}
.dekanat_wrap ul li {
  padding: 0.25rem 0 0.5rem 0;
  list-style-type: none;
}
.dekanat_wrap ul li span, .dekanat_wrap ul li b {
  display: block;
}
.dekanat_wrap ul li span {
  color: var(--text-color-50);
}
.dekanat_header h1 {
  width: 100%;
  text-align: center;
}
.dekanat_cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.dekanat_item {
  font-family: "IBM Plex Sans", sans-serif;
  display: flex;
  flex-direction: column;
  width: 290px;
  flex: none;
  border: 1px solid var(--border-color-10);
  border-radius: 4px;
}
.dekanat_item .button {
  margin-top: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dekanat_item .label {
  color: var(--text-color-50);
  font-weight: normal;
  font-size: 0.875rem;
}
.dekanat_item_header {
  border-bottom: 1px solid var(--border-color-10);
  padding: 1rem;
}
.dekanat_item_header h3 {
  margin: 0 0 1rem 0;
}
.dekanat_item_header .dekanat_knazi {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.dekanat_item_header .dekanat_knazi_item {
  display: grid;
}
.dekanat_item_content {
  padding: 1rem;
}
.dekanat_item_content .dekanat_kontakt {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.dekanat_item_content .dekanat_kontakt_item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dekanat_item_content .dekanat_kontakt_item svg {
  flex-shrink: 0;
  color: var(--text-color-50);
}
.dekanat_item_content .dekanat_kontakt_item b, .dekanat_item_content .dekanat_kontakt_item a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: var(--text-color);
}
.dekanat .card .ui.list.dekanat-knazi .title {
  color: var(--text-color-50);
}
.dekanat .card .ui.list.dekanat-knazi .item {
  margin-bottom: 0.75rem;
}
.dekanat .card .ui.list.dekanat-knazi .item .header {
  padding: 0.25rem 0;
}
.dekanat .card .ui.list.dekanat-kontakt .icon {
  color: var(--border-color);
  flex-shrink: 0;
  width: 3rem;
}
.dekanat .card .ui.list.dekanat-kontakt .description {
  padding: 0.25rem 0;
}
.dekanat .card .ui.list.dekanat-kontakt .item {
  margin: 0.75rem 0;
  display: flex;
  align-items: center;
}
.dekanat .card .ui.list.dekanat-kontakt .item a.header {
  color: var(--primary-color) !important;
}
.dekanat .card .attached.button {
  padding: 1.2rem;
}
@media only screen and (max-width: 600px) {
  .dekanat_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin: auto;
  }
  .dekanat_wrap img {
    margin-right: 0rem;
  }
}
.hp_links_ndm {
  padding: 3rem 0;
  background-color: var(--secondary-color-10);
}
.hp_links_ndm .section_headline {
  text-align: center;
  margin-bottom: 3rem;
}
.hp_links_ndm .hp_links_ndm_container {
  max-width: 1200px;
  padding: 1rem;
  margin: auto;
}
.hp_links_ndm ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.hp_links_ndm ul li {
  list-style-type: none;
  display: grid;
  justify-content: center;
  gap: 1.5rem;
}
.hp_links_ndm ul li img {
  height: 150px;
  display: block;
  margin: auto;
  opacity: 0.5;
}
.hp_links_ndm ul li span {
  opacity: 0.75;
  display: block;
  width: 100%;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
}
.hp_links_ndm ul li a {
  color: var(--black-color);
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .hp_links_ndm_wrap ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hp_links_ndm_wrap ul li img {
    width: 25vw;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .hp_links h2 {
    font-size: 2.5rem;
  }
}
.bosany_slider {
  padding: 0 0 5rem 0;
}
.bosany_slider .slider_wrap::before {
  content: "";
  display: block;
  height: 40px;
  padding-left: 5px;
}
.bosany_slider_item {
  height: 250px;
  width: 500px;
  display: block;
  background-color: #CCC5A4;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  padding: 1rem;
  margin-top: 2rem;
}
.bosany_slider_item img {
  max-height: calc(100% + 2rem);
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 5px;
}
.bosany_slider_item .button {
  display: block;
  width: fit-content;
  color: var(--text-color-white);
}
.bosany_slider_item .title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: calc(100% - 2rem);
  padding: 1rem;
  color: var(--text-color-white);
  font-family: "IBM Plex Sans", sans-serif;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.300157563) 0%, rgba(0, 0, 0, 0) 100%);
}
.bosany_slider_item .title i {
  font-style: normal;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.5rem;
}
.bosany_slider_item .title b {
  font-weight: 700;
  font-size: 1.7rem;
}
.bosany_slider_item .cta {
  border: 1px solid var(--text-color-white-50);
  color: var(--text-color-white);
  padding: 0.5rem 1rem;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 3px;
}
@media only screen and (max-width: 1600px) {
  .bosany_slider_item {
    height: 200px;
    width: 400px;
  }
}
@media only screen and (max-width: 1400px) {
  .bosany_slider_item {
    height: 200px;
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .bosany_slider_item .title i {
    font-size: 1rem;
  }
  .bosany_slider_item .title b {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 525px) {
  .bosany_slider_item {
    height: 150px;
    width: 270px;
  }
}
.centrum_banner {
  background-color: var(--secondary-color-10);
  padding: 0.5rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  position: relative;
  font-family: "IBM Plex Sans", sans-serif;
}
.centrum_banner b {
  display: block;
}
.centrum_banner span {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.centrum_banner .image {
  flex-shrink: 0;
  max-width: 35%;
}
.centrum_banner .image img {
  object-position: center;
  object-fit: cover;
  height: calc(100% - 1rem);
  max-height: 300px;
  width: 100%;
  aspect-ratio: 1;
}
.centrum_banner .text {
  padding: 0 1rem;
  width: 65%;
}
.centrum_banner .text p:first-of-type {
  color: var(--text-color-50);
}
@media only screen and (max-width: 1024px) {
  .centrum_banner {
    display: grid;
  }
  .centrum_banner .text {
    width: calc(100% - 2rem);
  }
  .centrum_banner .image {
    max-width: 100%;
  }
  .centrum_banner .image img {
    max-height: none;
    aspect-ratio: 1.7777777778;
  }
}
@media only screen and (max-width: 768px) {
  .centrum_banner {
    display: flex;
    margin: auto;
    margin-top: 2rem;
    max-width: 640px;
    width: calc(100% - 1rem);
  }
  .centrum_banner .text {
    width: 65%;
  }
  .centrum_banner .image {
    max-width: 35%;
  }
  .centrum_banner .image img {
    max-height: 200px;
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 640px) {
  .centrum_banner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .centrum_banner {
    display: grid;
  }
  .centrum_banner .text {
    width: calc(100% - 2rem);
  }
  .centrum_banner .image {
    max-width: 100%;
  }
  .centrum_banner .image img {
    max-height: none;
    aspect-ratio: 1.7777777778;
  }
}
.hp_promo_banner {
  padding: 3rem 0;
  background-color: var(--black-color);
  color: var(--text-color-invert);
}
.hp_promo_banner .section_headline h2 {
  color: var(--text-color-invert);
  margin: 0;
}
.hp_promo_banner_text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 350px;
  align-items: flex-start;
}
.hp_promo_banner_text p {
  font-family: "IBM Plex Sans", sans-serif;
  opacity: 0.75;
  margin: 0;
}
.hp_promo_banner_text .iban {
  border: 1px solid var(--text-color-invert-10);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
}
.hp_promo_banner_text .iban button {
  border: 0;
  background: transparent;
}
.hp_promo_banner_text .iban button svg {
  color: var(--border-color-30);
}
.hp_promo_banner_slider {
  position: relative;
  margin: auto;
  width: 700px;
}
.hp_promo_banner_slider .prev, .hp_promo_banner_slider .next {
  background-color: var(--text-color-invert);
  color: var(--text-color);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3rem;
  border: 0;
  display: grid;
  place-content: center;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
}
.hp_promo_banner_slider .prev {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.hp_promo_banner_slider .next {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 2;
}
.hp_promo_banner_slider_cont {
  position: relative;
  width: 700px;
}
.hp_promo_banner_slider_item {
  position: relative;
  width: 700px;
  height: 509px;
}
.hp_promo_banner_slider_item .compare_img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  width: 700px;
  height: 509px;
}
.hp_promo_banner_slider_item .compare_img img {
  display: block;
  vertical-align: middle;
}
.hp_promo_banner_slider_item .compare_img_slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  /*set the appearance of the slider:*/
  height: 40px;
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.7;
  border-radius: 50%;
  display: grid;
  place-content: center;
  border: 0;
}
.hp_promo_banner_slider_item .compare_img_slider svg {
  color: var(--text-color-invert);
}
.hp_promo_banner_container {
  max-width: 1200px;
  padding: 1rem;
  margin: auto;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .hp_promo_banner_slider, .hp_promo_banner_slider_cont {
    width: 500px;
  }
  .hp_promo_banner_slider_item {
    width: 500px;
    height: 364px;
  }
  .hp_promo_banner_slider_item .compare_img {
    width: 500px;
    height: 364px;
  }
  .hp_promo_banner_slider_item .compare_img img {
    width: 500px;
    height: 364px;
  }
}
@media screen and (max-width: 820px) {
  .hp_promo_banner_container {
    flex-direction: column;
  }
  .hp_promo_banner_text {
    margin: auto;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .hp_promo_banner_slider, .hp_promo_banner_slider_cont {
    width: 300px;
  }
  .hp_promo_banner_slider_item {
    width: 300px;
    height: 218px;
  }
  .hp_promo_banner_slider_item .compare_img {
    width: 300px;
    height: 218px;
  }
  .hp_promo_banner_slider_item .compare_img img {
    width: 300px;
    height: 218px;
  }
}

.backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--backdrop-color);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 900;
}
.backdrop.open {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: opacity 0.3s;
}
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: var(--shadow-elevation-medium);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.2s;
  display: flex;
  flex-direction: column;
  background-color: #CDCAC3;
}
.sidenav.open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.3s;
}
.sidenav_logo {
  margin: 2rem auto;
}
.sidenav_header {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
  opacity: 0;
  transition: opacity 350ms ease 300ms;
}
.sidenav_header .close {
  background-color: transparent;
  border: 0;
  margin-left: auto;
  color: var(--text-color-50);
  border-radius: 2px;
  padding: 1rem 0;
  cursor: pointer;
}
.sidenav_header a {
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
  color: var(--text-color-white-50);
}
.sidenav_header a span {
  display: block;
}
.sidenav_header span {
  text-transform: uppercase;
  color: var(--text-color-50);
  font-family: "IBM Plex Sans", sans-serif;
  padding: 1rem 0;
}
.sidenav_search {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--text-color-invert-10);
}
.sidenav_search input {
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: calc(100% - 2rem);
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0;
}
.sidenav_search input::placeholder {
  color: var(--border-color-30);
}
.sidenav_search input:focus {
  border: 0;
  outline: 1px solid var(--secondary-color-25);
  box-shadow: 0px 4px 8px var(--secondary-color-10);
}
.sidenav_search input:focus ~ button {
  display: none;
}
.sidenav_search button {
  background-color: transparent;
  border: 0;
  color: var(--text-color);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
}
.sidenav_body {
  flex: 1;
  padding-bottom: 2rem;
}
.sidenav_body ul {
  margin: 0;
  padding: 0;
}
.sidenav_body ul > li {
  list-style-type: none;
  transform: translateX(100px);
  opacity: 0;
  transition: all 500ms ease;
}
.sidenav_body ul > li a, .sidenav_body ul > li summary {
  width: calc(100% - 2rem);
  text-decoration: none;
  color: var(--text-color);
  padding: 1.5rem 1rem;
  border-bottom: 1px dashed var(--text-color-white-30);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidenav_body ul > li summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0;
  list-style: none;
}
.sidenav_body ul > li summary::-webkit-details-marker {
  display: none;
}
.sidenav_body ul > li details {
  border-bottom: 1px dashed var(--text-color-white-30);
}
.sidenav_body ul > li details[open] summary svg {
  transition: transform 150ms ease;
  transform: rotate(180deg);
}
.sidenav_body ul > li .dropdown_content {
  display: block;
  background-color: transparent;
  width: 100%;
  position: relative;
  box-shadow: none;
}
.sidenav_body ul > li .dropdown_content li {
  border-bottom: 0;
  padding: 0;
}
.sidenav_body ul > li .dropdown_content li a {
  display: block;
  width: calc(100% - 4rem);
  text-decoration: none;
  color: var(--text-color);
  padding: 1rem 1rem;
  padding-left: 3rem;
  font-size: 1.3rem;
  font-family: "IBM Plex Sans", sans-serif;
  border-bottom: 0;
}
.sidenav_body ul > li:last-of-type a, .sidenav_body ul > li:last-of-type summary {
  border-bottom: 0;
}
.sidenav_body ul > li:nth-child(1) {
  transition: all 500ms ease calc(1 * 50ms);
}
.sidenav_body ul > li:nth-child(2) {
  transition: all 500ms ease calc(2 * 50ms);
}
.sidenav_body ul > li:nth-child(3) {
  transition: all 500ms ease calc(3 * 50ms);
}
.sidenav_body ul > li:nth-child(4) {
  transition: all 500ms ease calc(4 * 50ms);
}
.sidenav_body ul > li:nth-child(5) {
  transition: all 500ms ease calc(5 * 50ms);
}
.sidenav_body ul > li:nth-child(6) {
  transition: all 500ms ease calc(6 * 50ms);
}
.sidenav_body ul > li:nth-child(7) {
  transition: all 500ms ease calc(7 * 50ms);
}
.sidenav_body ul > li:nth-child(8) {
  transition: all 500ms ease calc(8 * 50ms);
}
.sidenav_body ul > li:nth-child(9) {
  transition: all 500ms ease calc(9 * 50ms);
}
.sidenav_body ul > li:nth-child(10) {
  transition: all 500ms ease calc(10 * 50ms);
}
.sidenav_footer {
  margin-top: auto;
}
.sidenav_footer ul {
  margin: 0;
  padding: 0;
}
.sidenav_footer ul li {
  list-style-type: none;
}
.sidenav_footer ul li a, .sidenav_footer ul li button {
  width: calc(100% - 2rem);
  text-decoration: none;
  color: var(--text-color);
  padding: 1rem;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 1px solid var(--border-color-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  cursor: pointer;
  font-family: "IBM Plex Sans", sans-serif;
}
.sidenav_footer ul li a svg, .sidenav_footer ul li button svg {
  stroke: var(--border-color-30);
}
.sidenav_footer ul li.icon a svg, .sidenav_footer ul li.icon button svg {
  stroke: var(--text-color);
}
.sidenav_footer_socials {
  display: grid;
  text-align: center;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color-10);
}
.sidenav_footer_socials div {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.sidenav_footer_socials div a {
  text-decoration: none;
  padding: 0.25rem;
}
.sidenav_footer_socials div a svg {
  color: var(--text-color);
}
.open .sidenav_header {
  opacity: 1;
}
.open .sidenav_body ul li {
  opacity: 1;
  transform: translateX(0);
}
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
#themeSwitch.theme_light .get_light {
  display: none;
}
#themeSwitch.theme_light .get_dark {
  display: flex;
}
#themeSwitch.theme_dark .get_light {
  display: flex;
}
#themeSwitch.theme_dark .get_dark {
  display: none;
}
header {
  background-color: var(--bg-color);
  box-shadow: var(--shadow-elevation-low);
  white-space: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 70px;
}
.header_menu--open {
  align-self: stretch;
  padding: 0 1rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header_menu--open svg {
  color: var(--border-color-30);
}
.header_menu--open:hover {
  background-color: var(--secondary-color-10);
}
.header_menu--open:hover svg {
  color: var(--text-color-50);
}
.header_logo {
  margin-right: 2rem;
  padding-left: 1rem;
  text-decoration: none;
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 1rem;
  --name: 1.5rem;
}
.header_logo_image {
  display: grid;
  height: 2rem;
  width: 3rem;
  border-radius: 8px;
  place-content: center;
}
.header_logo_image img {
  max-width: 3rem;
  width: 100%;
}
.header_logo_text {
  line-height: 1.4rem;
  color: var(--text-color);
}
.header_logo_text .desktop {
  display: block;
  font-size: 1rem;
}
.header_logo_text .mobile {
  display: none;
}
.header_logo_text b {
  font-size: var(--name);
}
.header_actions {
  margin-left: auto;
  display: flex;
  align-self: stretch;
  gap: 1rem;
}
.header_phone {
  align-self: stretch;
  background-color: var(--green-color-05);
  color: var(--green-color);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}
.header_lang {
  align-self: stretch;
  background-color: transparent;
  border: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--border-color-30);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
}
.header_search {
  align-self: stretch;
  background-color: transparent;
  border: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--border-color-30);
  cursor: pointer;
}
.header_search svg {
  color: var(--border-color-30);
}
.header_search:hover {
  background-color: var(--secondary-color-10);
}
.header_search:hover svg {
  color: var(--text-color-50);
}
nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 2rem;
  flex: 1;
}
nav > ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
nav > ul ul {
  margin: 0;
  padding: 0;
}
nav > ul li {
  list-style-type: none;
  display: flex;
  height: 100%;
  place-content: center;
}
nav > ul li a {
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text-color);
  font-size: 1rem;
  padding: 0 1rem;
  display: flex;
  align-self: stretch;
  align-items: center;
}
nav > ul li a:hover {
  background-color: var(--secondary-color-10);
}
nav .dropdown {
  height: 100%;
}
nav .dropbtn {
  font-size: 1rem;
  height: 100%;
  padding: 1rem;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "IBM Plex Sans", sans-serif;
}
nav .dropbtn svg {
  color: var(--border-color-30);
}
nav .dropdown_content {
  border: 1px solid var(--border-color-10);
  font-family: "IBM Plex Sans", sans-serif;
}
nav .dropdown_content a {
  text-decoration: none;
  display: block;
  color: var(--text-color);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .header_phone {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  nav > ul {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  nav > ul {
    display: none;
  }
  .header_menu--open {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .header_phone {
    display: none;
  }
  .header_logo_text .desktop {
    display: none;
  }
  .header_logo_text .mobile {
    display: block;
    font-size: 1rem;
  }
}
