/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/screen.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Breakpoints — aligned with WordPress / Gutenberg defaults.
 *
 * xs:  480px   mobile small
 * sm:  600px   WordPress "small"
 * md:  782px   WordPress "medium" (admin bar collapse point)
 * lg:  1024px  tablet / laptop
 * xl:  1280px  desktop
 * 2xl: 1600px  wide
 *
 * Usage:
 *   @include bp-up(md)  { … }   → min-width: 782px
 *   @include bp-down(md){ … }   → max-width: 781.98px
 *   @include bp-between(sm, lg) { … }
 */
.box-shadow {
  box-shadow: 0 8px 16px -2px rgba(54, 53, 52, 0.1);
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}
/* Set core body defaults */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.5;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.extend-link {
  position: relative;
}
.extend-link a:not(.custom-author-link):not([rel=tag]):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.extend-link button,
.extend-link input,
.extend-link select,
.extend-link textarea,
.extend-link [role=button] {
  position: relative;
  z-index: 1;
}
.display-none {
  display: none !important;
}
.show-mobile {
  display: block !important;
}
@media (min-width: 540px) {
  .show-mobile {
    display: none !important;
  }
}
.hide-mobile {
  display: none !important;
}
@media (min-width: 540px) {
  .hide-mobile {
    display: block !important;
  }
}
.nostokortti {
  overflow: hidden;
}
.diakon-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: var(--wp--preset--spacing--2-xl);
}
.diakon-slider__btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  color: var(--wp--preset--color--black);
  transition: opacity 0.15s ease;
}
.diakon-slider__btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.diakon-slider__btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
  border-radius: 4px;
}
.diakon-slider__dots {
  display: flex;
  gap: 10px;
  align-items: center;
}
.diakon-slider__dot {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background: var(--wp--preset--color--pastel-pink);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
.diakon-slider__dot.is-active {
  background: var(--wp--preset--color--primary);
}
.diakon-slider__dot:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
@media (max-width: 599px) {
  .diakon-slider-section .diakon-slider__track {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .diakon-slider-section.is-slider-ready .diakon-slider__track > .wp-block-column:not(.is-slide-active) {
    display: none;
  }
}
.wp-site-blocks {
  position: relative;
  container-type: inline-size;
  container-name: contentwidth;
}
.wp-block-button {
  --button-spacing: 0.625rem 1.5rem;
  --button-bg: var(--wp--preset--color--primary);
  --button-txt: var(--wp--preset--color--white);
  --button-font-size: 1rem;
  --button-font-weight: 500;
  --button-line-height: 1.25;
  --button-radius: 90px;
  --button-border-color: transparent;
  --button-border-width: 2px;
}
@media screen and (min-width: 782px) {
  .wp-block-button {
    --button-font-size: 1.125rem;
    --button-font-weight: 600;
    --button-spacing: 1rem 1.5rem;
  }
}
.wp-block-button .wp-block-button__link {
  padding: var(--button-spacing);
  background-color: var(--button-bg);
  color: var(--button-txt);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: var(--wp--preset--spacing--md);
  border: var(--button-border-width) solid var(--button-border-color);
  border-radius: var(--button-radius);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  line-height: var(--button-line-height);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wp-block-button .wp-block-button__link:hover {
  background: var(--wp--preset--color--dark-magenta);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--dark-magenta);
}
.wp-block-button.is-style-secondary, .wp-block-button.is-style-arrow {
  --button-bg: var(--wp--preset--color--white);
  --button-txt: var(--wp--preset--color--primary);
  --button-border-color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover, .wp-block-button.is-style-arrow .wp-block-button__link:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark-magenta);
  border-color: var(--wp--preset--color--dark-magenta);
}
.wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2716%27 viewBox=%270 0 18 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.7045 0.287676C10.3111 -0.0999452 9.67798 -0.0952564 9.29036 0.298149C8.90274 0.691555 8.90743 1.3247 9.30083 1.71232L14.6712 7.00372H1C0.447715 7.00372 0 7.45144 0 8.00372C0 8.55601 0.447716 9.00372 1 9.00372H14.6646L9.30083 14.2886C8.90743 14.6762 8.90274 15.3094 9.29036 15.7028C9.67798 16.0962 10.3111 16.1009 10.7045 15.7133L17.6287 8.89087C18.1256 8.40126 18.1256 7.59967 17.6287 7.11006L10.7045 0.287676Z%27 fill=%27%238C1B64%27/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2716%27 viewBox=%270 0 18 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M10.7045 0.287676C10.3111 -0.0999452 9.67798 -0.0952564 9.29036 0.298149C8.90274 0.691555 8.90743 1.3247 9.30083 1.71232L14.6712 7.00372H1C0.447715 7.00372 0 7.45144 0 8.00372C0 8.55601 0.447716 9.00372 1 9.00372H14.6646L9.30083 14.2886C8.90743 14.6762 8.90274 15.3094 9.29036 15.7028C9.67798 16.0962 10.3111 16.1009 10.7045 15.7133L17.6287 8.89087C18.1256 8.40126 18.1256 7.59967 17.6287 7.11006L10.7045 0.287676Z%27 fill=%27%238C1B64%27/%3E%3C/svg%3E%0A");
  background-color: currentColor;
}
.wp-block-safe-svg-svg-icon {
  line-height: 0 !important;
}
p.is-style-ingress {
  font-size: var(--wp--preset--font-size--h-3);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--wp--preset--spacing--2-xl);
  margin-block-end: var(--wp--preset--spacing--2-xl);
}
p.is-style-ingress-md {
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: var(--wp--preset--spacing--2-xl);
  margin-block-end: var(--wp--preset--spacing--2-xl);
}
p.is-style-ingress-sm {
  font-size: var(--wp--preset--font-size--body);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: var(--wp--preset--spacing--md);
  margin-block-end: var(--wp--preset--spacing--md);
}
p.is-style-default {
  margin-bottom: var(--wp--preset--spacing--2-xl);
  margin-block-end: var(--wp--preset--spacing--2-xl);
}
p.is-style-text-small {
  font-size: var(--wp--preset--font-size--body-small);
  margin-bottom: var(--wp--preset--spacing--2-xl);
  margin-block-end: var(--wp--preset--spacing--2-xl);
}
.is-no-shrink {
  flex-shrink: 0;
}

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