body {
  color: var(--text-color);
  background-image: unset;
  font-family: var(--font-regular);
}

body:focus-visible {
  outline: none;
}

.container-fluid {
  padding: 0;
}

.highlighted-sct .block {
  padding: 40px 0;
}

.page-title--section {
  position: relative;
  padding: 20px;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.1);
}

.page-title--section h1 {
  font-size: 24px;
  font-family: var(--font-bold);
  line-height: normal;
  margin: 0 0 20px 0;
  color: var(--primary-color);
}

.block-page-title-block h1 {
  font-size: 24px;
  font-family: var(--font-bold);
  line-height: normal;
  margin: 0 0 20px 0;
}

a:hover, a:focus {
  box-shadow: none;
  outline: unset;
  outline-offset: unset;
}

.ajax-progress-throbber {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

[dir="ltr"] .ajax-progress-throbber {
  left: -10px;
}

[dir="rtl"] .ajax-progress-throbber {
  right: -10px;
}

.ajax-progress-fullscreen,
.ajax-progress-throbber .throbber,
.ajax-progress-fullscreen:before {
  box-shadow: unset !important;
  border: unset;
}

.ajax-throbber {
  position: fixed;
  top: 50%;
  z-index: 9;
}

[dir="ltr"] .ajax-throbber {
  left: 50%;
}

[dir="rtl"] .ajax-throbber {
  right: 50%;
}

.ajax-throbber .sk-wander-cube {
  background-color: var(--primary-color) !important;
}

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3);
  }

  40% {
    transform: scale(1);
  }
}

.basic-node,
.field--name-body,
.text-content {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
  margin: 0;
}

.basic-node .node__title,
.basic-node h1,
.basic-node h2,
.field--name-body .node__title,
.field--name-body h1,
.field--name-body h2,
.text-content .node__title,
.text-content h1,
.text-content h2 {
  margin: 20px auto;
  font-family: var(--font-bold);
  color: var(--text-color);
}

[dir="ltr"] .basic-node .node__title,
[dir="ltr"] .basic-node h1,
[dir="ltr"] .basic-node h2,
[dir="ltr"] .field--name-body .node__title,
[dir="ltr"] .field--name-body h1,
[dir="ltr"] .field--name-body h2,
[dir="ltr"] .text-content .node__title,
[dir="ltr"] .text-content h1,
[dir="ltr"] .text-content h2 {
  text-align: left;
}

[dir="rtl"] .basic-node .node__title,
[dir="rtl"] .basic-node h1,
[dir="rtl"] .basic-node h2,
[dir="rtl"] .field--name-body .node__title,
[dir="rtl"] .field--name-body h1,
[dir="rtl"] .field--name-body h2,
[dir="rtl"] .text-content .node__title,
[dir="rtl"] .text-content h1,
[dir="rtl"] .text-content h2 {
  text-align: right;
}

.basic-node .node__title,
.basic-node h1,
.field--name-body .node__title,
.field--name-body h1,
.text-content .node__title,
.text-content h1 {
  font-size: 32px;
  line-height: normal;
}

.basic-node h2,
.field--name-body h2,
.text-content h2 {
  font-size: 24px;
  line-height: normal;
}

.basic-node h3,
.basic-node h4,
.basic-node h5,
.basic-node h6,
.field--name-body h3,
.field--name-body h4,
.field--name-body h5,
.field--name-body h6,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  font-family: var(--font-bold);
  color: #000;
  margin: 16px 0;
}

.basic-node p,
.basic-node li,
.field--name-body p,
.field--name-body li,
.text-content p,
.text-content li {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
  margin: 0;
}

.basic-node p + p, .basic-node p + li,
.basic-node li + p,
.basic-node li + li,
.field--name-body p + p,
.field--name-body p + li,
.field--name-body li + p,
.field--name-body li + li,
.text-content p + p,
.text-content p + li,
.text-content li + p,
.text-content li + li {
  margin-top: 8px;
}

.basic-node p a,
.basic-node li a,
.field--name-body p a,
.field--name-body li a,
.text-content p a,
.text-content li a {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: normal;
  color: var(--primary-color);
  text-decoration: unset;
  box-shadow: unset;
}

.basic-node p a:hover, .basic-node p a:focus, .basic-node p a:active,
.basic-node li a:hover,
.basic-node li a:focus,
.basic-node li a:active,
.field--name-body p a:hover,
.field--name-body p a:focus,
.field--name-body p a:active,
.field--name-body li a:hover,
.field--name-body li a:focus,
.field--name-body li a:active,
.text-content p a:hover,
.text-content p a:focus,
.text-content p a:active,
.text-content li a:hover,
.text-content li a:focus,
.text-content li a:active {
  color: var(--primary-color);
  box-shadow: unset;
  text-decoration: underline;
}

.basic-node p span,
.basic-node p strong,
.basic-node p b,
.basic-node li span,
.basic-node li strong,
.basic-node li b,
.field--name-body p span,
.field--name-body p strong,
.field--name-body p b,
.field--name-body li span,
.field--name-body li strong,
.field--name-body li b,
.text-content p span,
.text-content p strong,
.text-content p b,
.text-content li span,
.text-content li strong,
.text-content li b {
  font-family: var(--font-bold);
}

.basic-node hr,
.field--name-body hr,
.text-content hr {
  opacity: 1;
  color: var(--grey-color);
  margin: 16px 0;
}

.basic-node blockquote::before,
.field--name-body blockquote::before,
.text-content blockquote::before {
  color: var(--primary-color);
}

.basic-node blockquote::after,
.field--name-body blockquote::after,
.text-content blockquote::after {
  content: none;
}

.basic-node blockquote p,
.field--name-body blockquote p,
.text-content blockquote p {
  line-height: normal;
  font-style: italic;
  color: var(--grey-color);
}

.block__title {
  width: 100%;
  display: block;
  font-family: var(--font-bold);
  font-size: 24px;
  line-height: normal;
  color: var(--primary-color);
  margin-block: 0;
  margin-bottom: 20px;
}

[dir="ltr"] .block__title {
  text-align: left;
}

[dir="rtl"] .block__title {
  text-align: right;
}

.webform-confirmation__back a {
  display: block;
  width: fit-content;
  cursor: pointer;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: var(--pr-btn-bg);
  color: var(--pr-btn-text-color);
  border-width: var(--pr-btn-border-width);
  border-radius: var(--pr-btn-border-radius);
  border-style: var(--pr-btn-border-style);
  border-color: var(--pr-btn-border-color);
  padding: var(--pr-btn-padding);
  font-size: var(--pr-btn-font-size);
  line-height: var(--pr-btn-line-height);
  letter-spacing: var(--pr-btn-letter-spacing);
  -webkit-text-decoration: var(--pr-btn-text-decoration);
          text-decoration: var(--pr-btn-text-decoration);
  text-align: center;
  transition: background-color 0.3s ease;
}

.webform-confirmation__back a:hover, .webform-confirmation__back a:focus {
  background-color: var(--pr-btn-bg-hover);
  border-color: var(--pr-btn-border-color-hover);
  color: var(--pr-btn-text-color-hover);
  -webkit-text-decoration: var(--pr-btn-text-decoration-hover);
          text-decoration: var(--pr-btn-text-decoration-hover);
  transition: background-color 0.3s ease;
}

.block-system-breadcrumb-block .breadcrumb {
  margin-bottom: 0;
}

.block-system-breadcrumb-block .breadcrumb::after {
  content: none;
}

.block-system-breadcrumb-block .breadcrumb__content {
  display: block;
  width: 100%;
  margin-block: 0;
  margin-inline: 0;
  padding: 0;
}

.block-system-breadcrumb-block .breadcrumb__list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  overflow: unset;
}

.block-system-breadcrumb-block .breadcrumb__list .breadcrumb__item {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: var(--primary-color);
}

[dir="ltr"] .block-system-breadcrumb-block .breadcrumb__list .breadcrumb__item {
  text-align: left;
}

[dir="rtl"] .block-system-breadcrumb-block .breadcrumb__list .breadcrumb__item {
  text-align: right;
}

.block-system-breadcrumb-block .breadcrumb__list .breadcrumb__link {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}

[dir="ltr"] .block-system-breadcrumb-block .breadcrumb__list .breadcrumb__link {
  text-align: left;
}

[dir="rtl"] .block-system-breadcrumb-block .breadcrumb__list .breadcrumb__link {
  text-align: right;
}

.block-system-breadcrumb-block .breadcrumb__item:nth-child(n+2)::before {
  content: "/";
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  margin-inline: 8px;
  transform: unset;
  border-block-start: unset;
  border-inline-end: unset;
}

.contextual-region .contextual .contextual-links {
  margin-top: 0;
  list-style: none;
}

[dir="ltr"] .contextual-region .contextual .contextual-links {
  margin-left: 0;
}

[dir="rtl"] .contextual-region .contextual .contextual-links {
  margin-right: 0;
}

.contextual-region .contextual .contextual-links li {
  margin: 0;
}

.contextual-region .contextual .contextual-links li a {
  font-family: var(--font-regular) !important;
  font-size: 16px;
  line-height: normal;
  padding: 8px 12px !important;
  color: var(--dark-grey) !important;
  background: unset !important;
  border: unset !important;
  text-decoration: unset;
}

.contextual-region .contextual .contextual-links li a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.grawe-banner-title {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grawe-banner-title .absolute-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

[dir="ltr"] .grawe-banner-title .absolute-overlay {
  right: 0;
}

[dir="rtl"] .grawe-banner-title .absolute-overlay {
  left: 0;
}

.grawe-banner-title .title-wrap {
  position: relative;
}

.grawe-banner-title.have-bg {
  padding: 40px 20px;
}

.grawe-banner-title.without-bg {
  padding: 40px 20px 10px 20px;
}

.grawe-banner-title .page-title-wrap {
  font-family: var(--font-bold);
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  line-height: normal;
}

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