/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Custom changes */
/* ============================================ */
/**
 * Clears "X" from search bars in different browsers.
 */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit; /* 2 */
  color: inherit;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none; /* 1 */
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* sizes */
/* ============================================ */
/* colors */
/* ============================================ */
/* font */
/* ============================================ */
/* breakpoints */
/* NST | 12.08.2025 | PFWAG-120 | Adjusted xl breakpoint from 1200px to 1750px */
/* ============================================ */
/* scheme */
/* ============================================ */
* {
  font-family: "exo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}

.biskoui-cookie-banner-footnote, .biskoui-cookie-banner-body, .biskoui-cookie-banner-signature {
  font-size: 12px !important;
  line-height: 14px !important;
}
.biskoui-cookie-banner-footnote *, .biskoui-cookie-banner-footnote * > span, .biskoui-cookie-banner-body *, .biskoui-cookie-banner-body * > span, .biskoui-cookie-banner-signature *, .biskoui-cookie-banner-signature * > span {
  font-size: inherit !important;
  line-height: 14px !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "goldman", sans-serif;
}

h1, .h1 {
  font-weight: 700;
  font-size: 70px;
  color: #262D37;
}

h2, .h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}

h3, .h3 {
  font-weight: 400;
  font-size: 40px;
}

h4, .h4 {
  font-weight: 400;
  font-size: 30px;
}

@media (max-width: 992px) {
  h1, .h1, .header-h1 {
    font-size: 40px !important;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  h1, .h1, .header-h1 {
    font-size: 40px !important;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  h1, .h1, .header-h1 {
    font-size: 30px !important;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body {
    background-image: url("/img/background-logo.svg");
    background-size: contain;
    background-position: 0;
    background-repeat: repeat;
  }
}
@media (max-width: 768px) {
  body {
    background: #f6f6f6;
  }
}
article h1, article .h1 {
  display: flex;
  justify-content: center;
  margin: 0 0 6rem 0;
}
@media (max-width: 992px) {
  article h1, article .h1 {
    margin: 2rem 0 3rem 0;
  }
}
@media (max-width: 576px) {
  article h1, article .h1 {
    margin: 1rem 0 1.5rem 0;
  }
}

.no-list-style {
  list-style: none;
}

a {
  border-bottom: 1px solid transparent;
}

a.download {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  align-items: flex-start;
  border-bottom: 1px solid transparent;
  height: fit-content;
  margin-bottom: 0.5rem;
}
a.download img.download-img {
  width: 24px !important;
  margin-right: 0.4rem;
}
a.download:hover {
  border-bottom: 1px solid;
}

.media-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.media-video iframe,
.media-video .video__iframe,
iframe.video__iframe.video__iframe__youtube {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  object-fit: cover;
}

.media-video figcaption {
  padding: 0.7rem;
  font-size: 0.95rem;
  text-align: center;
}

.dc__item.has-image:nth-child(odd) .media-video {
  border-radius: 4rem 0 0 0;
}

.dc__item.has-image:nth-child(even) .media-video {
  border-radius: 0 4rem 0 0;
}

@media (max-width: 1750px) {
  .dc__item.has-image:nth-child(even) .media-video {
    border-radius: 0 0 0 2rem !important;
  }
  .dc__item.has-image:nth-child(odd) .media-video {
    border-radius: 0 0 2rem 0 !important;
  }
}
/* Medien-Only-Layout */
.dc__item.media-only .media-video {
  border-radius: 2rem;
  margin-inline: auto;
  width: 100%;
}

.arrow {
  transition: transform 0.3s ease;
  width: 6rem;
}

/* Produktgalerie */
section#dc-83 {
  padding: 3rem 6rem;
  margin: 2rem auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
section#dc-83 .dc-content__text {
  padding: 0;
}
section#dc-83 .dc__media-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
}
section#dc-83 .dc__media-section .dc__media--image,
section#dc-83 .dc__media-section .media-video {
  flex: 1 1 calc(50% - 0.75rem);
  max-width: calc(50% - 0.75rem);
  display: block;
  overflow: hidden;
  border-radius: 2rem;
}
section#dc-83 .dc__media-section .dc__media--image:last-child,
section#dc-83 .dc__media-section .media-video:last-child {
  margin-right: auto;
}
section#dc-83 .dc__media-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 0 !important;
}
section#dc-83 .dc__media-section .media-video {
  position: relative;
  aspect-ratio: 16/9;
}
section#dc-83 .dc__media-section .media-video .media-video__content {
  width: 100%;
}
section#dc-83 .dc__media-section .media-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  display: block;
}

@media (max-width: 1750px) {
  section#dc-83 {
    padding: 2rem !important;
  }
}
@media (max-width: 992px) {
  section#dc-83 {
    padding: 1.5rem !important;
  }
  section#dc-83 .dc__media-section {
    gap: 1rem;
  }
  section#dc-83 .dc__media-section .dc__media--image,
  section#dc-83 .dc__media-section .media-video {
    flex-basis: 100%;
    max-width: 100%;
  }
}
html {
  scroll-behavior: smooth;
}

.back-to-top--footer {
  background: #ffffff !important;
  color: #262D37 !important;
  box-shadow: none !important;
}

.back-to-top {
  position: fixed;
  right: 13px;
  bottom: 24px;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 9999px;
  background: #262D37;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.back-to-top:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .back-to-top {
    background: #ffffff;
    color: #262D37;
  }
  .back-to-top:hover {
    background: rgb(227, 220, 220);
    transform: translateY(-2px);
  }
}
.back-to-top:active {
  transform: translateY(0);
}

.back-to-top.back-to-top--visible {
  display: flex;
  opacity: 1;
}

header {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.4rem;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.main-header a img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  color: #ffffff;
}
@media (max-width: 768px) {
  .main-header a img {
    max-width: 270px;
  }
}
@media (max-width: 576px) {
  .main-header a img {
    max-width: 260px;
  }
}

.no-header-img {
  background-color: #262D37;
  padding-bottom: 2rem;
}

.header-img {
  position: relative;
  z-index: 0;
  margin-bottom: 6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .header-img {
    margin-bottom: 2rem;
  }
}
.header-img picture,
.header-img img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  object-fit: cover;
  object-position: center;
}
.header-img video,
.header-img iframe {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  object-fit: contain;
  object-position: center;
  background-color: black;
}
.header-img figure.header-media {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header-img .header-media__content {
  position: static;
  width: 100%;
  height: auto;
}
.header-img .header-media__content > * {
  display: block;
  width: 100%;
  aspect-ratio: 21/9;
  height: auto;
}
@media (max-width: 768px) {
  .header-img .header-media__content > * {
    aspect-ratio: 1/1;
  }
}
.header-img figure.header-media--video .header-media__content > * {
  aspect-ratio: 21/9;
}
@media (max-width: 768px) {
  .header-img figure.header-media--video .header-media__content > * {
    aspect-ratio: 21/9;
  }
}
.header-img .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: min(100%, 1263px);
  padding: 4rem;
  color: #ffffff;
  z-index: 2;
}
.header-img .text .header-h1 {
  font-size: clamp(28px, 6vw, 85px);
  line-height: 1.05;
  font-family: "goldman", sans-serif;
  font-weight: 400;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.header-img .text span {
  font-size: clamp(14px, 2.4vw, 30px);
  line-height: 1.2;
  max-width: 35rem;
  width: 100%;
  margin: 0.5rem 0 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
@media (min-width: 1750px) {
  .header-img .text span {
    max-width: 47rem;
  }
}
.header-img .text .more {
  padding-top: clamp(12px, 2vh, 24px);
}
@media (max-width: 1750px) {
  .header-img .text {
    width: 92%;
  }
}
@media (max-width: 992px) {
  .header-img .text {
    padding-left: 40px;
    padding-right: 40px;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .header-img .text {
    padding-left: 20px;
    padding-right: 20px;
    width: 95%;
  }
  .header-img .text .header-h1 {
    font-size: 24px;
  }
  .header-img .text span {
    font-size: 14px;
  }
}
.header-img .more a {
  width: fit-content;
  border-radius: 2rem;
  padding: 0.7rem 1.4rem;
  border: 1px solid #ffffff;
  background: transparent;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
@media (max-width: 1750px) {
  .header-img .more a {
    font-size: 14px;
    padding: 0.6rem 1.2rem;
  }
}
@media (max-width: 992px) {
  .header-img .more a {
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .header-img .more a {
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 576px) {
  .header-img .more a {
    font-size: 10px;
    padding: 0.4rem 0.8rem;
  }
}
.header-img .more a:hover {
  background: #ffffff;
  color: #262D37;
  border-color: #ffffff;
}
.header-img .more a:active {
  transform: scale(0.96);
  background: rgba(255, 255, 255, 0.9);
}
.header-img .more a:focus {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.splide {
  position: relative;
  display: flex;
  align-items: center;
}
.splide.only-one-slide {
  visibility: visible;
}
.splide .splide__arrows {
  position: absolute;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .splide .splide__arrows {
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
  }
}
.splide .splide__arrow {
  top: initial;
  left: initial;
  right: initial;
  transform: none;
  width: 4rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  background: transparent;
  display: flex;
  opacity: 1;
  position: static;
  transition: all 0.3s ease;
}
.splide .splide__arrow svg {
  fill: #ffffff;
  width: 2.2rem;
  height: 2.2rem;
}
.splide .splide__arrow:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  opacity: 1;
}
.splide .splide__arrow:active {
  transform: scale(0.92);
  background: rgba(255, 255, 255, 0.25);
}
.splide .splide__arrow--prev {
  border-radius: 1.25rem 0 0 1.25rem;
}
.splide .splide__arrow--next {
  border-radius: 0 1.25rem 1.25rem 0;
  left: 5rem;
}
@media (max-width: 1750px) {
  .splide .splide__arrow {
    width: 3.2rem;
    height: 2.2rem;
  }
  .splide .splide__arrow svg {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 992px) {
  .splide .splide__arrow {
    width: 2.8rem;
    height: 2rem;
  }
  .splide .splide__arrow--next {
    left: 3rem;
  }
  .splide .splide__arrow svg {
    width: 0.9rem;
    height: 0.9rem;
  }
}
@media (max-width: 768px) {
  .splide .splide__arrow {
    width: 2.4rem;
    height: 1.8rem;
  }
  .splide .splide__arrow svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 576px) {
  .splide .splide__arrow {
    width: 2rem;
    height: 1.6rem;
  }
  .splide .splide__arrow svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.menu-open {
  overflow: hidden;
}

nav ul a {
  color: #ffffff;
  font-family: "goldman", sans-serif;
  font-size: 1rem;
  padding: 0.5rem 0.3rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
@supports selector(li:has(> .level2)) {
  nav ul li:hover > a,
  nav ul li:focus-within > a {
    border-bottom-color: transparent;
  }
  nav ul li:not(:has(> .level2)):hover > a,
  nav ul li:not(:has(> .level2)):focus-within > a {
    border-bottom-color: #ffffff;
  }
}
@media (min-width: 1750px) {
  nav ul li:hover > .level2, nav ul li > .level2:hover {
    display: flex;
    flex-direction: column;
    max-height: none;
  }
  nav ul.level2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #262D37;
    border-radius: 1rem 1rem 1rem 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  nav ul.level2 li a {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    white-space: nowrap;
  }
}
nav ul.level2 {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #262D37;
  border-radius: 1rem 1rem 1rem 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  gap: 0;
}
nav ul.level2 li {
  display: block;
  padding: 0;
}
nav ul.level2 li > a {
  display: block;
  width: 100%;
  padding: 0.7rem 1.2rem;
  white-space: nowrap;
  text-decoration: none;
  color: #ffffff;
  min-height: 44px;
  border-bottom: 2px solid transparent;
}
@media (min-width: 1750px) {
  nav ul.level2 li > a:hover,
  nav ul.level2 li > a:focus,
  nav ul.level2 li > a:focus-visible {
    background-color: rgb(27.5806451613, 32.6612903226, 39.9193548387);
    outline: none;
  }
}
nav ul.level2 li:first-child > a {
  border-radius: 1rem 1rem 0 0;
}
nav ul.level2 li:last-child > a {
  border-radius: 0 0 1rem 0;
}
nav ul.level2 li:only-child > a {
  border-radius: 1rem 1rem 1rem 0;
}
nav li .current1:not(ul) {
  border-bottom: 2px solid #ffffff !important;
  width: fit-content;
}
@media (min-width: 1750px) {
  nav li .current2:not(ul) {
    background-color: rgb(27.5806451613, 32.6612903226, 39.9193548387);
  }
}
@media (max-width: 1750px) {
  nav li .current2:not(ul) {
    font-weight: 600;
  }
}
nav .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding: 1rem 2rem;
}
nav.nav-open {
  position: fixed;
  inset: 0;
  background-color: #262D37;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 120px 0 0 0;
  overflow-y: hidden;
}
nav.nav-open ul {
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
nav.nav-open ul.level1 {
  overflow-y: auto;
  padding: 0 80px;
}
nav.nav-open ul li.level1.open {
  padding-bottom: 0.1rem;
}
nav.nav-open ul li {
  width: 100%;
  padding: 1rem 0;
}
nav.nav-open ul li.open > .level2 {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  gap: 0.5rem;
  position: static;
}
nav.nav-open ul li.open > .level2 li {
  padding: 0;
}
nav.nav-open ul li.open > .level2 li a {
  font-size: 16px;
  padding: 0.4rem 0;
  display: block;
  color: #ffffff;
}
nav.nav-open ul a {
  border-bottom: none;
  font-size: 20px;
  padding: 0.8rem 0;
}
nav li.level2 {
  display: block;
}
nav li.level2 a {
  font-size: 16px;
  padding: 0.4rem 0;
}

@media (max-width: 768px) {
  nav.nav-open {
    padding: 120px 0 0 0;
  }
  nav.nav-open ul.level1 {
    padding: 0 40px;
  }
}
.burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 100;
}
.burger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.level1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.level1 .toggle-arrow {
  position: absolute;
  right: 10px;
  top: 1.7rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
}
.level1 .toggle-arrow::before {
  content: "";
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.level1 .level1.open > .toggle-arrow::before {
  transform: rotate(135deg);
}

@media (max-width: 1750px) {
  nav {
    display: none;
  }
  .toggle-arrow {
    display: block !important;
  }
  nav ul.level1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: static;
    padding: 120px 0;
  }
  nav ul.level1 li.level1 {
    width: 100%;
    margin-left: 0;
    position: relative;
    display: block;
  }
  nav ul.level1 li.level1.open > .toggle-arrow {
    transform: rotate(90deg);
  }
  nav ul.level1 li.level1.open ul.level2 {
    display: block;
    max-height: 500px;
    position: static;
  }
  nav ul.level1 li.level1 a {
    display: block;
    padding: 10px 0;
    font-size: 20px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1750px) {
  .burger {
    display: none;
  }
  .toggle-arrow {
    display: none !important;
  }
}
.footer {
  background-color: #262D37;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 1rem;
  margin-top: 8rem;
}
.footer .container {
  display: flex;
  height: 100%;
}
.footer .footer-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.footer .footer-section h4 {
  font-size: 1rem;
  text-transform: uppercase;
}
.footer .footer-section ul {
  padding: 0;
  margin-top: 2rem;
}
.footer .footer-section ul li {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}
.footer .footer-section ul li img {
  margin-right: 0.5rem;
  width: 1rem;
}
.footer .footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-section ul li a:hover {
  border-bottom: 1px solid;
}
.footer .footer-address {
  flex: 1 1 160px;
}
.footer .footer-contact {
  flex: 1 1 0;
  margin-top: 1.2rem;
}
.footer .footer-contact .contact-item img {
  margin-right: 1.4rem;
  width: 1.5rem;
}
.footer .footer-socials {
  flex: 1.7;
}
.footer .footer-socials .social-icons {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}
.footer .footer-socials .social-icons a {
  border-bottom: none;
}
.footer .footer-socials .social-icons a:hover {
  border-bottom: none;
}
.footer .footer-socials .social-icons a img {
  width: 1.5rem;
}
.footer .footer-socials .legal-links {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.3rem;
}
.footer .footer-socials .legal-links a {
  font-size: 15px;
  font-family: "goldman", sans-serif;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.footer .footer-socials .legal-links a:hover {
  border-bottom: 1px solid #ffffff;
}
.footer .footer-socials .legal-links li:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: #ffffff;
  font-size: 15px;
}
.footer .footer-logo img {
  display: flex;
  justify-content: flex-end;
  min-width: 250px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1750px) {
  .footer {
    padding-top: 5rem;
  }
  .footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .footer .footer-section {
    text-align: left;
    align-items: flex-start;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .footer .footer-section h4 {
    margin-bottom: 0.5rem;
  }
  .footer .footer-section ul {
    margin-top: 1rem;
    padding: 0;
  }
  .footer .footer-section ul li {
    justify-content: flex-start;
  }
  .footer .footer-address {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  .footer .footer-address ul li {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer .footer-contact {
    margin-top: 0;
    margin-bottom: 4rem;
    align-items: flex-start;
  }
  .footer .footer-socials .social-icons {
    justify-content: flex-start;
    gap: 1.5rem;
  }
  .footer .footer-socials .legal-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 3rem;
  }
  .footer .footer-logo {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .container {
    padding: 0 40px;
  }
}
.menu-open .main-header a img {
  color: #ffffff !important;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}

.scheme-dark header a img {
  color: #262D37;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-dark .slide .text {
  color: #262D37;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-dark .slide .text .more a {
  background: #262D37;
  border: 1px solid #262D37;
  color: #ffffff;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-dark .slide .text .more a:hover {
  background: rgb(17.1612903226, 20.3225806452, 24.8387096774);
  border-color: rgb(17.1612903226, 20.3225806452, 24.8387096774);
}
.scheme-dark .slide .splide__arrow {
  background: #262D37;
  color: #ffffff;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-dark .slide .splide__arrow:hover {
  background: rgb(17.1612903226, 20.3225806452, 24.8387096774);
}
.scheme-dark .splide__arrow {
  border-color: #262D37;
  background: #262D37;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-dark .splide__arrow svg {
  fill: #ffffff;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-dark .splide__arrow:hover {
  background: rgb(17.1612903226, 20.3225806452, 24.8387096774);
  border-color: rgb(17.1612903226, 20.3225806452, 24.8387096774);
}
.scheme-dark .splide__pagination__page {
  background: #262D37;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-dark .splide__pagination__page.is-active {
  background: #ffffff;
}
.scheme-dark .burger:not(.active) span {
  background-color: #262D37 !important;
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
@media (min-width: 1750px) {
  .scheme-dark nav ul a:not(.level2) {
    color: #262D37;
    transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
  }
  .scheme-dark nav ul li:hover > a,
  .scheme-dark nav ul li:focus-within > a {
    border-bottom-color: #262D37;
  }
  @supports selector(li:has(> .level2)) {
    .scheme-dark nav ul li:hover > a,
    .scheme-dark nav ul li:focus-within > a {
      border-bottom-color: transparent;
    }
    .scheme-dark nav ul li:not(:has(> .level2)):hover > a,
    .scheme-dark nav ul li:not(:has(> .level2)):focus-within > a {
      border-bottom-color: #262D37;
    }
  }
  .scheme-dark nav li .current1:not(ul) {
    border-bottom: 2px solid #262D37 !important;
    transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
  }
  .scheme-dark nav .toggle-arrow::before {
    border-color: #262D37;
    transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
  }
}

.scheme-light header svg {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .slide .text {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .slide .text .more a {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .slide .splide__arrow {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .splide__arrow {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .splide__arrow svg {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .splide__arrow:hover {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .splide__pagination__page {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .splide__pagination__page.is-active {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
.scheme-light .burger:not(.active) span {
  transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
}
@media (min-width: 1750px) {
  .scheme-light nav ul a:not(.level2) {
    transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
  }
  .scheme-light nav ul li:hover > a,
  .scheme-light nav ul li:focus-within > a {
    transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
  }
  @supports selector(li:has(> .level2)) {
    .scheme-light nav ul li:hover > a,
    .scheme-light nav ul li:focus-within > a {
      transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
    }
    .scheme-light nav ul li:not(:has(> .level2)):hover > a,
    .scheme-light nav ul li:not(:has(> .level2)):focus-within > a {
      transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
    }
  }
  .scheme-light nav li .current1:not(ul) {
    transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
  }
  .scheme-light nav .toggle-arrow::before {
    transition: color 2s ease, background-color 2s ease, border-color 2s ease, fill 2s ease, stroke 2s ease, filter 2s ease;
  }
}

* {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

.container {
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
}
@media (max-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.dc {
  display: flex;
  flex-direction: column;
}
.dc .dc__item {
  background-color: rgb(48.4193548387, 57.3387096774, 70.0806451613);
  color: #ffffff;
  padding: 3rem;
  margin-bottom: 3rem;
  border-radius: 4rem 4rem 4rem 0;
  display: flex;
  flex-direction: column;
  width: 75%;
}
.dc .dc__item:nth-child(odd) {
  margin-left: auto;
}
.dc .dc__item:nth-child(even) {
  margin-right: auto;
  border-radius: 4rem 4rem 0 4rem;
}
.dc .dc__content {
  padding: 1rem 0;
}
.dc .dc__content h3,
.dc .dc-content__text h3,
.dc .dc__text h3 {
  margin-bottom: 0.9rem;
}
.dc .dc__content ul,
.dc .dc__content ol,
.dc .dc-content__text ul,
.dc .dc-content__text ol,
.dc .dc__text ul,
.dc .dc__text ol {
  padding-left: 2rem;
  margin: 0;
}
.dc .dc__content ul li,
.dc .dc__content ol li,
.dc .dc-content__text ul li,
.dc .dc-content__text ol li,
.dc .dc__text ul li,
.dc .dc__text ol li {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.dc .dc__content ul li p,
.dc .dc__content ol li p,
.dc .dc-content__text ul li p,
.dc .dc-content__text ol li p,
.dc .dc__text ul li p,
.dc .dc__text ol li p {
  margin: 0;
}
.dc .dc__content ul,
.dc .dc-content__text ul,
.dc .dc__text ul {
  list-style-type: disc;
}
.dc .dc__content ol,
.dc .dc-content__text ol,
.dc .dc__text ol {
  list-style-type: decimal;
}
.dc .dc__content p,
.dc .dc-content__text p,
.dc .dc__text p {
  margin-bottom: 1.5rem;
}
.dc .dc__content p:last-child,
.dc .dc-content__text p:last-child,
.dc .dc__text p:last-child {
  margin-bottom: 0;
}
.dc .dc__content p a,
.dc .dc-content__text p a,
.dc .dc__text p a {
  font-weight: 700;
  border-bottom: 1px solid;
}
.dc .dc__content p a:hover,
.dc .dc-content__text p a:hover,
.dc .dc__text p a:hover {
  border-bottom: none;
}
.dc .dc__media-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.dc .dc__media-section .dc__media {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dc .dc__media-section .dc__media .dc__media--image {
  width: 100%;
  padding: 1rem;
}
.dc .dc__media-section .dc__media .dc__media--image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 2rem;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.dc .dc__media-section.has-download-or-link {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  justify-content: flex-start;
  flex-direction: column;
  align-content: flex-start;
}
.dc .dc__item.has-image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.dc .dc__item.has-image .dc-content__text {
  padding: 2rem;
}
.dc .dc__item.has-image .dc__content {
  padding: 0;
  margin-top: 3rem;
}
.dc .dc__item.has-image .dc__media-section {
  display: flex;
  justify-content: flex-end;
}
.dc .dc__item.has-image .dc__media-section .media-video__content {
  min-width: 774px;
  min-height: 400px;
}
.dc .dc__item.has-image:nth-child(odd) {
  flex-direction: row-reverse;
  padding: 0;
}
.dc .dc__item.has-image:nth-child(odd) .dc__media--image {
  width: 100%;
}
.dc .dc__item.has-image:nth-child(odd) .dc__media--image img {
  height: auto;
  border-radius: 4rem 0 0 0;
}
.dc .dc__item.has-image:nth-child(even) {
  flex-direction: row;
  padding: 0 0 0 2rem;
}
.dc .dc__item.has-image:nth-child(even) .dc__media--image {
  width: 100%;
}
.dc .dc__item.has-image:nth-child(even) .dc__media--image img {
  height: auto;
  border-radius: 0 4rem 0 0;
}
.dc .dc__item.media-only {
  padding: 3rem 6rem;
  border-radius: 2rem;
  margin: 2rem auto;
  width: 100%;
}
.dc .dc__item.media-only .dc-content__text {
  padding: 0;
}
.dc .dc__item.media-only .dc__media-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}
.dc .dc__item.media-only .dc__media-section .dc__media--image,
.dc .dc__item.media-only .dc__media-section .media-video {
  width: 48%;
}
.dc .dc__item.media-only .dc__media-section .dc__media--image .media-video__content,
.dc .dc__item.media-only .dc__media-section .media-video .media-video__content {
  width: 100%;
}
.dc .dc__item.media-only .dc__media-section .dc__media--image img,
.dc .dc__item.media-only .dc__media-section .media-video img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 2rem !important;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.dc .dc__item.media-only .dc__media-section .dc__media--image iframe,
.dc .dc__item.media-only .dc__media-section .media-video iframe {
  border-radius: 2rem;
}
@media (max-width: 1750px) {
  .dc .dc__item.media-only .dc__item.media-only {
    padding: 3rem 2rem;
    margin: 0;
  }
  .dc .dc__item.media-only .dc__media-section {
    flex-direction: row;
    justify-content: space-between;
  }
  .dc .dc__item.media-only .dc__media--image,
  .dc .dc__item.media-only .media-video {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .dc .dc__item.media-only {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .dc .dc__item.media-only {
    padding: 1rem;
  }
}
@media (max-width: 1750px) {
  .dc .dc__item {
    width: 100%;
  }
  .dc .has-image {
    flex-direction: column !important;
    padding: 0 !important;
  }
  .dc .has-image img {
    width: 100%;
  }
  .dc .has-image:nth-child(even) .dc__media--image img {
    border-radius: 0 0 0 2rem !important;
  }
  .dc .has-image:nth-child(odd) .dc__media--image img {
    border-radius: 0 0 2rem 0 !important;
  }
}
@media (max-width: 768px) {
  .dc .dc__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .dc .dc__item:nth-child(odd) {
    border-radius: 2rem 2rem 2rem 0;
  }
  .dc .dc__item:nth-child(even) {
    border-radius: 2rem 2rem 0 2rem;
  }
  .dc .dc__item.has-image {
    flex-direction: column;
  }
  .dc .dc__media--image img {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .dc .dc__item {
    width: 100%;
    padding: 2rem 1rem;
  }
  .dc .dc__item.has-image {
    flex-direction: column;
    padding: 1rem;
  }
  .dc .dc__content {
    padding: 1rem 0;
  }
  .dc .dc__media--image img {
    height: auto;
    max-height: 300px;
  }
}
.dc .dc__media--image,
.dc .media-video {
  width: 100%;
  height: auto;
}
.dc .media-video {
  position: relative;
  overflow: hidden;
}
.dc .media-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1750px) {
  .dc .media-video__content {
    height: 280px;
  }
  .dc .media-video {
    padding-top: 0.25%;
  }
}
@media (max-width: 576px) {
  .dc .media-video__content {
    height: 280px;
    min-height: 280px !important;
  }
  .dc .media-video {
    padding-top: 0;
  }
  .dc .media-video iframe {
    height: 250px;
  }
}

section#dc-75 .h2 {
  font-size: 43px;
}

.multi-media-with-text {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "media";
  align-items: start;
}
.multi-media-with-text .dc-content__text {
  grid-area: text;
  padding: 0.5rem 0;
}
.multi-media-with-text .dc-content__text .h3, .multi-media-with-text .dc-content__text h3 {
  margin-bottom: 1rem;
  width: 100%;
}
.multi-media-with-text .dc__media-sections {
  grid-area: media;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .multi-media-with-text .dc__media-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .multi-media-with-text .dc__media-sections {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.multi-media-with-text .dc__media-sections .dc-media {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.multi-media-with-text .dc__media-sections .dc-media img,
.multi-media-with-text .dc__media-sections .dc-media picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 1rem;
}
.multi-media-with-text .dc__media-sections .dc-media .media-video {
  position: relative;
  aspect-ratio: 16/9;
}
.multi-media-with-text .dc__media-sections .dc-media .media-video iframe,
.multi-media-with-text .dc__media-sections .dc-media .media-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

section#dc-46 .dc-content__text {
  width: 93%;
}

.button {
  display: inline-block;
  padding: 0.7rem 2rem;
  background-color: #262D37;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0.8rem;
  transition: background-color 0.3s ease;
}
.button:hover, .button:focus {
  background-color: rgb(17.1612903226, 20.3225806452, 24.8387096774);
  text-decoration: none;
  outline: none;
}
.button:active {
  background-color: rgb(6.7419354839, 7.9838709677, 9.7580645161);
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
@media (min-width: 1750px) {
  table {
    width: 70%;
  }
}
table th, table td {
  padding-bottom: 1.2rem;
  text-align: left;
  font-weight: 400;
}
table th {
  font-weight: 500;
  letter-spacing: 0.03em;
}
table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 992px) {
  table table {
    margin-top: 1rem;
  }
  table th, table td {
    padding: 1rem;
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  table table, table thead, table tbody, table th, table td, table tr {
    display: block;
    width: 100%;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 1rem;
    padding: 0;
  }
  table td {
    text-align: left;
    padding: 0.5rem 1rem;
    position: relative;
  }
}

.news-title {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  margin-top: 6rem;
  color: #262D37;
}

.news {
  margin-top: 3rem;
}
.news .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.7rem;
}
.news .news-list-entry {
  width: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.news .news-list-entry:hover, .news .news-list-entry:focus-within {
  transform: translateY(-6px);
}
.news .news-list-entry .news-list-entry__image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.news .news-list-entry .news-list-entry__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  height: 8rem;
}
.news .news-list-entry .news-list-entry__content h2 {
  font-size: 1.4rem;
}
.news .news-list-entry .news-list-entry__content time {
  width: 100%;
}
.news .news-list-entry .news-list-entry__content .news-list-entry__title {
  color: #262D37;
  width: 100%;
}
@media (max-width: 1750px) {
  .news .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
}
@media (max-width: 768px) {
  .news .news-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .news .news-list {
    gap: 1rem;
  }
}

.events-title {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  color: #262D37;
}

.events {
  margin-top: 3rem;
}
.events .events-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.events .events-list-entry {
  width: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0;
}
.events .events-list-entry:last-child {
  border-bottom: none;
}
.events .events-list-entry:hover, .events .events-list-entry:focus-within {
  transform: translateY(-2px);
  background-color: rgba(0, 0, 0, 0.02);
}
.events .events-list-entry .events-list-entry__link {
  display: block;
  text-decoration: none;
}
.events .events-list-entry .events-list-entry__content {
  width: 100%;
}
.events .events-list-entry .events-list-entry__row {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.events .events-list-entry .events-list-entry__cell.events-list-entry__cell--date {
  flex: 0 0 auto;
  max-width: 9rem;
  white-space: nowrap;
}
.events .events-list-entry .events-list-entry__cell.events-list-entry__cell--date time {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #262D37;
}
.events .events-list-entry .events-list-entry__cell.events-list-entry__cell--title {
  flex: 1 1 auto;
  min-width: 0;
}
.events .events-list-entry .events-list-entry__cell.events-list-entry__cell--title .events-list-entry__title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #262D37;
}
@media (max-width: 1750px) {
  .events .events-list-entry .events-list-entry__row {
    gap: 1rem;
  }
  .events .events-list-entry .events-list-entry__cell--date {
    flex-basis: 8rem;
    max-width: 8rem;
  }
  .events .events-list-entry .events-list-entry__cell--title .events-list-entry__title {
    font-size: 1.05rem;
  }
}
@media (max-width: 768px) {
  .events .events-list-entry {
    padding: 0.6rem 0;
  }
  .events .events-list-entry .events-list-entry__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .events .events-list-entry .events-list-entry__cell--date {
    flex: 0 0 auto;
    max-width: none;
  }
  .events .events-list-entry .events-list-entry__cell--date time {
    font-size: 0.9rem;
  }
  .events .events-list-entry .events-list-entry__cell--title .events-list-entry__title {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .events .events-list-entry {
    padding: 0.5rem 0;
  }
  .events .events-list-entry .events-list-entry__cell--date time {
    font-size: 0.85rem;
  }
  .events .events-list-entry .events-list-entry__cell--title .events-list-entry__title {
    font-size: 0.95rem;
  }
}

.detail-site {
  color: #262D37;
}
.detail-site header .detail-entry__image img {
  width: 100%;
  height: auto;
  display: block;
}
.detail-site header .header-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.detail-site header .header-description .h2 {
  font-weight: 500;
}
.detail-site header .header-description h1 {
  letter-spacing: 0.05em;
}
.detail-site .introduction-container {
  background-color: #ffffff;
  padding: 3rem 10rem;
  padding-left: 80px;
  padding-right: 80px;
  border-radius: 0 2rem 2rem 0;
  margin: 4rem 4rem 0 auto;
}
.detail-site .introduction-container .detail-entry__text {
  padding-top: 2rem;
  background-color: #ffffff;
  width: 77%;
}
.detail-site .introduction-container .detail-entry__text p {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .detail-site .introduction-container {
    padding: 3rem 4rem;
    margin: 0;
    margin-top: 2rem;
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .detail-site .introduction-container {
    padding: 2rem;
  }
  .detail-site .introduction-container .detail-entry__text {
    gap: 1.5rem;
  }
}
.detail-site .detail-entry__sections .detail-entry__section {
  display: block;
  margin-top: 4rem;
  padding: 0 3rem;
  padding-left: 80px;
  padding-right: 80px;
  background-color: #ffffff;
}
.detail-site .detail-entry__sections .detail-entry__section:nth-child(odd) {
  border-radius: 2rem 0 0 2rem;
  margin-left: 4rem;
  padding-left: 0;
}
.detail-site .detail-entry__sections .detail-entry__section:nth-child(even) {
  border-radius: 0 2rem 2rem 0;
  margin-right: 4rem;
  padding-right: 0;
}
.detail-site .detail-entry__sections .detail-entry__section .h3, .detail-site .detail-entry__sections .detail-entry__section h3 {
  margin-bottom: 1rem;
}
.detail-site .detail-entry__sections .detail-entry__section ul, .detail-site .detail-entry__sections .detail-entry__section ol {
  padding-left: 2rem;
}
.detail-site .detail-entry__sections .detail-entry__section ul li, .detail-site .detail-entry__sections .detail-entry__section ol li {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.detail-site .detail-entry__sections .detail-entry__section ul li p, .detail-site .detail-entry__sections .detail-entry__section ol li p {
  margin-bottom: 1rem;
}
.detail-site .detail-entry__sections .detail-entry__section ul {
  list-style-type: disc;
}
.detail-site .detail-entry__sections .detail-entry__section ol {
  list-style-type: decimal;
}
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text {
  display: block;
  gap: 2rem;
  align-items: start;
}
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__content-block .h3, .detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__content-block h3 {
  margin-bottom: 1rem;
  width: 100%;
}
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__media-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__media-sections .detail-entry__media-section {
  width: 48%;
  overflow: hidden;
  border-radius: 1rem;
}
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__media-sections .detail-entry__media-section img,
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__media-sections .detail-entry__media-section picture {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
}
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__media-sections .detail-entry__media-section .media-video {
  position: relative;
  aspect-ratio: 16/9;
}
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__media-sections .detail-entry__media-section .media-video iframe,
.detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__media-sections .detail-entry__media-section .media-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
@media (max-width: 768px) {
  .detail-site .detail-entry__sections .detail-entry__section.multi-media-with-text .detail-entry__media-sections .detail-entry__media-section {
    width: 100%;
  }
}
.detail-site .detail-entry__sections .detail-entry__section:not(.has-image) {
  padding: 3rem;
  padding-left: 80px;
  padding-right: 80px;
}
.detail-site .detail-entry__sections .detail-entry__section:not(.has-image):nth-child(odd) {
  padding-left: 3rem;
}
.detail-site .detail-entry__sections .detail-entry__section:not(.has-image):nth-child(even) {
  padding-right: 3rem;
}
.detail-site .detail-entry__sections section.detail-entry__section.my-2.has-download-or-link {
  padding: 3rem;
  padding-left: 80px;
  padding-right: 80px;
}
.detail-site .detail-entry__sections section.detail-entry__section.my-2.has-download-or-link:nth-child(odd) {
  padding-left: 3rem;
}
.detail-site .detail-entry__sections section.detail-entry__section.my-2.has-download-or-link:nth-child(even) {
  padding-right: 3rem;
}
.detail-site .detail-entry__sections .detail-entry__section.has-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__title-block,
.detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__content-block {
  flex: 1 1 50%;
  min-width: 0;
  padding: 1rem 0;
}
.detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__media-sections {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}
.detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__media-section {
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
}
.detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__media-section img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: inherit;
  max-width: 100%;
  max-height: 100%;
}
.detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(odd) {
  flex-direction: row-reverse;
}
.detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(odd) .detail-entry__media-section,
.detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(odd) .media-video {
  border-radius: 2rem 0 0 2rem;
}
.detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(even) .detail-entry__media-section,
.detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(even) .media-video {
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 1750px) {
  .detail-site .detail-entry__sections .detail-entry__section {
    margin-top: 2rem;
    padding: 2rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
  }
  .detail-site .detail-entry__sections .detail-entry__section.has-image {
    flex-direction: column !important;
    gap: 2rem;
  }
  .detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__title-block,
  .detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__content-block,
  .detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__media-sections {
    width: 100%;
  }
  .detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(even) .detail-entry__media-section, .detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(even) .media-video {
    border-radius: 2rem !important;
  }
  .detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(odd) .detail-entry__media-section, .detail-site .detail-entry__sections .detail-entry__section.has-image:nth-child(odd) .media-video {
    border-radius: 2rem !important;
  }
}
@media (max-width: 576px) {
  .detail-site .detail-entry__sections .detail-entry__section {
    padding: 1rem;
  }
  .detail-site .detail-entry__sections .detail-entry__section.has-image .detail-entry__media-section img {
    max-height: 300px;
  }
}
.detail-site .detail-entry__sections .detail-entry__section.my-2.has-image.media-only .detail-entry__media-sections > .detail-entry__media-section:only-child {
  width: 100% !important;
  max-width: 900px;
  margin-inline: auto;
  border-radius: 2rem;
}
.detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only {
  border-radius: 2rem;
  margin: 4rem;
  padding: 3rem 0;
  justify-content: center;
}
.detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only .detail-entry__media-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
.detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only .detail-entry__media-sections > .detail-entry__media-section {
  width: 48%;
  border-radius: 2rem !important;
  overflow: hidden;
}
.detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only .detail-entry__media-sections > .detail-entry__media-section img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 2rem !important;
}
@media (max-width: 1750px) {
  .detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only {
    padding: 3rem 2rem;
  }
  .detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only .detail-entry__media-sections {
    justify-content: space-between;
  }
  .detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only .detail-entry__media-sections > .detail-entry__media-section {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .detail-site .detail-entry__sections section.detail-entry__section.my-2.has-image.media-only {
    padding: 1rem;
  }
}
.detail-site .mt-4 {
  margin: 6rem 0;
}
.detail-site section.detail-entry__section.my-2.has-download-or-link {
  display: flex;
  gap: 0;
  align-items: flex-start;
  flex-direction: column;
}
.detail-site section.detail-entry__section.my-2.has-download-or-link .detail-entry__media-section {
  margin-top: 1rem;
}
.detail-site section.detail-entry__section.my-2.has-download-or-link .detail-entry__content-block, .detail-site section.detail-entry__section.my-2.has-download-or-link .detail-entry__media-sections {
  flex: none;
}
.detail-site section.detail-entry__section.my-2.has-download-or-link p {
  margin-bottom: 0;
}
.detail-site .media-video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 2rem;
}
.detail-site .media-video__content {
  width: 100%;
}
.detail-site .media-video iframe,
.detail-site .media-video .video__iframe,
.detail-site iframe.video__iframe.video__iframe__youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
}
.detail-site .detail-entry__media-section .media-video {
  padding-top: 56.25%;
}
@media (max-width: 1750px) {
  .detail-site .media-video__content {
    height: 280px;
  }
  .detail-site .media-video {
    padding-top: 0.25%;
  }
}
@media (max-width: 576px) {
  .detail-site .media-video__content {
    height: 280px;
    min-height: 280px !important;
  }
  .detail-site .media-video {
    padding-top: 0;
  }
  .detail-site .media-video iframe {
    height: 250px;
  }
}
.detail-site .media-video figcaption {
  padding: 0.7rem;
  font-size: 0.95rem;
  text-align: center;
}

.member-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.member-list .member-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100%;
}
.member-list .member-card .member-card__image {
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.member-list .member-card .member-card__image img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.member-list .member-card .member-card__image.no-image {
  height: 70%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: visible;
  aspect-ratio: auto;
}
.member-list .member-card__content {
  background-color: rgb(48.4193548387, 57.3387096774, 70.0806451613);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  flex-grow: 1;
}
.member-list .member-card__content .member-card__address div {
  padding-bottom: 0.4rem;
}
.member-list .member-card__content .member-card__address div a:hover {
  border-bottom: 1px solid;
}
.member-list .member-card__content span {
  padding-bottom: 0.5rem;
}
.member-list .member-card__content strong {
  padding-bottom: 0.9rem;
}

@media (max-width: 992px) {
  .member-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .member-list {
    grid-template-columns: 1fr;
  }
}
.contact-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  margin-right: 80px;
  padding-left: 80px;
  border-radius: 0 2rem 2rem 0;
}
.contact-container .contact-content {
  width: 50%;
  color: #262D37;
}
.contact-container .contact-content .h3 {
  margin-bottom: 2rem;
}
.contact-container .contact-content .h4 {
  margin-bottom: 1rem;
  font-size: 20px;
  text-transform: uppercase;
}
.contact-container .contact-content address {
  margin-bottom: 2rem;
}
.contact-container .contact-info .contact-info__connect {
  margin-bottom: 1.5rem;
}
.contact-container .contact-info .contact-item {
  margin-bottom: 0.3rem;
}
.contact-container .contact-info .contact-item a {
  border-bottom: 1px solid;
}
.contact-container .contact-info .contact-item a:hover {
  border-bottom: none;
}
.contact-container .contact-info .contact-label {
  width: 15%;
  display: inline-block;
}
.contact-container .map {
  width: 50%;
  height: 750px;
  border-radius: 0 2rem 2rem 0;
  position: relative;
}
.contact-container .map .cookie-blocked {
  position: absolute;
  inset: 0;
  background: #e4e4e4;
  display: flex !important;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  gap: 20px;
  color: #656565;
  text-align: center;
}
.contact-container .map .cookie-blocked button {
  border-bottom: 1px solid;
}
.contact-container .map .cookie-blocked button:hover {
  border-bottom: 1px solid transparent;
}
@media (max-width: 992px) {
  .contact-container {
    flex-direction: column;
    margin-right: 0;
    padding-left: 0;
    padding-top: 1rem;
    border-radius: 0;
  }
  .contact-container .contact-content {
    width: 100%;
    padding-left: 80px;
  }
  .contact-container .map {
    height: 300px;
    width: 100%;
    margin-top: 2rem;
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .contact-container .contact-content {
    padding-left: 25px !important;
  }
  .contact-container address, .contact-container .contact-item span, .contact-container a {
    font-size: 15px;
  }
  .contact-container address {
    margin-bottom: 1rem !important;
  }
  .contact-container .contact-info__connect {
    margin-bottom: 1rem !important;
  }
  .contact-container .contact-container .contact-info .contact-label {
    width: 25%;
  }
}

.counter-container {
  display: flex;
  padding: 0 0 3rem 0;
  place-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.counter-container .counter-item {
  display: flex;
  justify-content: center;
}
.counter-container .counter-description__container {
  position: relative;
  width: 300px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.counter-container .counter-description__container svg.counter-circle {
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}
.counter-container .counter-description__container circle {
  fill: none;
  stroke-width: 6;
}
.counter-container .counter-description__container circle.bg {
  stroke: #ddd;
}
.counter-container .counter-description__container circle.progress {
  stroke: #2c3e50;
  stroke-dasharray: 565.5;
  stroke-dashoffset: 565.5;
  transition: stroke-dashoffset 0.3s linear;
}
.counter-container .counter-description__container .counter-number,
.counter-container .counter-description__container .counter-title {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #2c3e50;
}
.counter-container .counter-description__container .counter-number {
  font-size: 2rem;
  font-weight: 700;
}
.counter-container .counter-description__container .counter-title {
  margin-top: 0.5rem;
  padding: 0 38px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
}

.jobs-container__start {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.jobs-container__list {
  margin-top: 4rem;
}
.jobs-container__list .job-item {
  margin-bottom: 3rem;
}

.jobs-container__list .job-item, .jobs-container__start .job-item {
  background-color: rgb(48.4193548387, 57.3387096774, 70.0806451613);
  color: #ffffff;
  border-radius: 2rem 2rem 0 2rem;
  --right-col: 650px;
  --img-size: 260px;
  display: flex;
  align-items: stretch;
  gap: 3rem;
  padding: 3rem 3rem 1.5rem 3rem;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.jobs-container__list .job-item .job-description__container, .jobs-container__start .job-item .job-description__container {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.jobs-container__list .job-item .job-description__container h2.job-title, .jobs-container__start .job-item .job-description__container h2.job-title {
  margin-bottom: 3rem;
}
.jobs-container__list .job-item .job-description__container .job-description p, .jobs-container__start .job-item .job-description__container .job-description p {
  font-family: "goldman", sans-serif;
  font-size: 25px;
  line-height: 1;
}
.jobs-container__list .job-item .job-description__container a.apply-button, .jobs-container__start .job-item .job-description__container a.apply-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: auto;
  transition: color 0.2s ease, gap 0.2s ease, transform 0.2s ease;
}
.jobs-container__list .job-item .team-info, .jobs-container__start .job-item .team-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1750px) {
  .jobs-container__list .job-item .team-info, .jobs-container__start .job-item .team-info {
    flex: 0 0 var(--right-col);
  }
}
.jobs-container__list .job-item .team-info .team-image, .jobs-container__start .job-item .team-info .team-image {
  flex: 0 0 var(--img-size);
}
.jobs-container__list .job-item .team-info .team-image img, .jobs-container__start .job-item .team-info .team-image img {
  width: var(--img-size);
  height: var(--img-size);
  object-fit: cover;
  border-radius: 1rem;
  transition: transform 0.25s ease;
  display: block;
}
.jobs-container__list .job-item .team-info .team-description__container, .jobs-container__start .job-item .team-info .team-description__container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.jobs-container__list .job-item .team-info .team-description__container .team-position, .jobs-container__start .job-item .team-info .team-description__container .team-position {
  margin-bottom: 0.7rem;
}
.jobs-container__list .job-item .team-info .team-description__container a:hover, .jobs-container__start .job-item .team-info .team-description__container a:hover {
  border-bottom: 1px solid;
  width: fit-content;
}
.jobs-container__list .job-item:hover a.apply-button, .jobs-container__list .job-item:focus-within a.apply-button, .jobs-container__start .job-item:hover a.apply-button, .jobs-container__start .job-item:focus-within a.apply-button {
  gap: 1.25rem;
}

/* detail */
.jobs-container__detail {
  color: #262D37;
}
.jobs-container__detail .introduction-container {
  background-color: #ffffff;
  padding: 3rem 80px;
  border-radius: 2rem;
}
.jobs-container__detail .introduction-container .job-description {
  width: 50%;
}
.jobs-container__detail .job-title {
  display: flex;
  justify-content: center;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  min-height: 400px;
  flex: 1 1 100%;
  max-width: 100%;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section:nth-child(odd) {
  align-self: flex-start;
  border-radius: 2rem 0 0 2rem;
  margin-left: 4rem;
  padding: 3rem 6rem;
  background-color: #ffffff;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section:nth-child(even) {
  align-self: flex-end;
  border-radius: 0 2rem 2rem 0;
  margin-right: 4rem;
  padding: 3rem 10rem;
  background-color: #262D37;
  color: #ffffff;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section p {
  font-size: 20px;
  line-height: 1.6;
  margin: 2rem 0;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section ul, .jobs-container__detail .jobs-entry__sections .jobs-entry__section ol {
  padding-left: 2rem;
  margin: 2rem 0;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section ul li, .jobs-container__detail .jobs-entry__sections .jobs-entry__section ol li {
  margin-bottom: 1rem;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section ul li p, .jobs-container__detail .jobs-entry__sections .jobs-entry__section ol li p {
  margin: 0;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section ul {
  list-style-type: disc;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section ol {
  list-style-type: decimal;
}
.jobs-container__detail .jobs-entry__sections .jobs-entry__section .jobs-entry__content {
  width: 100%;
}
@media (max-width: 992px) {
  .jobs-container__detail .jobs-entry__sections .jobs-entry__section {
    flex-direction: column;
    padding: 2rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
  }
  .jobs-container__detail .jobs-entry__sections .jobs-entry__section h3 {
    text-align: center;
  }
  .jobs-container__detail .jobs-entry__sections .jobs-entry__section .jobs-entry__content p {
    margin: 1rem 0;
  }
}
@media (max-width: 576px) {
  .jobs-container__detail .jobs-entry__sections .jobs-entry__section {
    gap: 2rem;
  }
}

@media (max-width: 1750px) {
  .jobs-container__list .job-item, .jobs-container__start .job-item {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
  }
  .jobs-container__list div .job-description__container, .jobs-container__start div .job-description__container {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .jobs-container__list div .job-description__container a.apply-button, .jobs-container__start div .job-description__container a.apply-button {
    justify-content: flex-start !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem;
  }
  .jobs-container__list .team-info, .jobs-container__start .team-info {
    flex: 0 0 auto;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .jobs-container__list .team-info .team-image, .jobs-container__start .team-info .team-image {
    width: 80%;
    max-width: var(--img-size);
    margin-bottom: 1rem;
  }
  .jobs-container__list .team-info .team-description__container, .jobs-container__start .team-info .team-description__container {
    margin-left: 0 !important;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .jobs-container__list .job-item, .jobs-container__start .job-item {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .jobs-container__list .job-description__container, .jobs-container__start .job-description__container {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .jobs-container__list .team-info, .jobs-container__start .team-info {
    align-items: center;
  }
  .jobs-container__list .team-image, .jobs-container__start .team-image {
    width: 100%;
  }
}
.service-container {
  background-color: rgb(48.4193548387, 57.3387096774, 70.0806451613);
  padding: 6rem 0;
  color: #ffffff;
  margin: 3rem 0;
}
.service-container h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.service-container .service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.7rem;
}
.service-container .service-cards .service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.service-container .service-cards .service-card:hover, .service-container .service-cards .service-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.service-container .service-cards .service-image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.service-container .service-cards .service-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.service-container .service-cards .service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-container .service-cards .service-content {
  position: absolute;
  padding: 1.5rem;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
  bottom: 0;
  color: #ffffff;
}
.service-container .service-cards .service-title {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.service-container .service-cards .arrow {
  margin-left: 0;
}
@media (max-width: 1750px) {
  .service-container .service-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
  .service-container .service-cards .service-content {
    padding: 0.7rem;
  }
  .service-container .service-cards .service-content .service-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .service-container .service-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .service-container .service-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .service-container .service-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service-container .service-content {
    flex-direction: column;
    align-items: center;
  }
  .service-container .service-content .service-title {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=main.css.map */
