/* [project]/src/components/ui/Card/Card.module.css [client] (css) */
.Card-module__si82nG__card {
  border-radius: .125rem;
}

.Card-module__si82nG__gray {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.Card-module__si82nG__white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.Card-module__si82nG__blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
}

/* [project]/src/components/ui/Heading/Heading.module.css [client] (css) */
.Heading-module__IjHC4q__heading {
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
  font-weight: 600;
}

.Heading-module__IjHC4q__h1 {
  letter-spacing: 0;
  font-size: max(2.25rem, min(5vw, 3.375rem));
  line-height: 1.05;
}

.Heading-module__IjHC4q__h2 {
  letter-spacing: 0;
  font-size: max(1.75rem, min(4vw, 2.375rem));
  line-height: 1.2;
}

.Heading-module__IjHC4q__h3 {
  letter-spacing: 0;
  font-size: max(1.375rem, min(3vw, 1.75rem));
  line-height: 1.25;
}

.Heading-module__IjHC4q__h4 {
  letter-spacing: 0;
  font-size: max(1.25rem, min(2vw, 1.5rem));
  line-height: 1.25;
}

.Heading-module__IjHC4q__h5 {
  letter-spacing: 0;
  font-size: max(.875rem, min(1.5vw, 1.125rem));
  font-weight: 700;
  line-height: 1.25;
}

.Heading-module__IjHC4q__h6 {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

/* [project]/src/components/ui/Tag/Tag.module.css [client] (css) */
.Tag-module__wEX-9W__tag {
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
  background-color: #3366921a;
  border-radius: .25rem;
  align-items: center;
  height: 1.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.33;
  display: inline-flex;
}

.Tag-module__wEX-9W__orange {
  --tw-bg-opacity: 1;
  background-color: rgb(229 107 3 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.Tag-module__wEX-9W__isLarge {
  letter-spacing: .0167em;
  height: 1.75rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: .9375rem;
  line-height: 1rem;
}

.Tag-module__wEX-9W__button {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .25rem;
  margin-right: -.5rem;
  display: flex;
  border-radius: .25rem !important;
}

.Tag-module__wEX-9W__button:hover {
  background-color: #0000000d;
}

/* [project]/src/components/content/atoms/PressEntryCard/PressEntryCard.module.css [client] (css) */
.PressEntryCard-module__mPc-AW__wrapper {
  flex-direction: column;
  height: 100%;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.PressEntryCard-module__mPc-AW__wrapper:hover {
  transform: scale(1.02);
}

.PressEntryCard-module__mPc-AW__content {
  flex-direction: column;
  flex: 1;
  padding: .5rem 1rem 1rem;
  display: flex;
}

.PressEntryCard-module__mPc-AW__date {
  --tw-text-opacity: 1;
  color: rgb(239 122 11 / var(--tw-text-opacity, 1));
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-block;
}

.PressEntryCard-module__mPc-AW__title {
  margin-bottom: .375rem;
}

.PressEntryCard-module__mPc-AW__teaserText {
  letter-spacing: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 5.5rem;
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.PressEntryCard-module__mPc-AW__tags {
  margin: 1rem -.25rem -.25rem;
}

.PressEntryCard-module__mPc-AW__tag {
  margin: .25rem;
}

.PressEntryCard-module__mPc-AW__link {
  border-radius: .125rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.PressEntryCard-module__mPc-AW__corner {
  width: 1rem;
  height: 6rem;
  position: absolute;
  top: 0;
  right: 0;
}

/* [project]/src/components/ui/Container/Container.module.css [client] (css) */
.Container-module__WhgPqq__element {
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.Container-module__WhgPqq__isNarrow {
  max-width: 32rem;
}

/* [project]/src/components/ui/Image/Image.module.css [client] (css) */
.Image-module__13lf1G__image:not(.Image-module__13lf1G__animation) {
  opacity: 0;
  transform: translateY(60px);
}

@media (prefers-reduced-motion: reduce) {
  .Image-module__13lf1G__image.Image-module__13lf1G__animation {
    animation: ease-out forwards Image-module__13lf1G__slideIn;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .Image-module__13lf1G__image.Image-module__13lf1G__animation {
    animation: 1s ease-out forwards Image-module__13lf1G__slideIn;
  }
}

@keyframes Image-module__13lf1G__slideIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* [project]/src/components/ui/Section/Section.module.css [client] (css) */
.Section-module__uXn3-G__Section {
  display: block;
  position: relative;
}

:not(.swiper-slide) > .Section-module__uXn3-G__Section:not(.Section-module__uXn3-G__noAnimation):not(.Section-module__uXn3-G__animation):not(.Section-module__uXn3-G__veryFirst:first-child) {
  opacity: 0;
  transform: translateY(60px);
}

@media (prefers-reduced-motion: reduce) {
  :not(.swiper-slide) > .Section-module__uXn3-G__Section.Section-module__uXn3-G__animation {
    animation: ease-out forwards Section-module__uXn3-G__slideIn;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :not(.swiper-slide) > .Section-module__uXn3-G__Section.Section-module__uXn3-G__animation {
    animation: 1s ease-out forwards Section-module__uXn3-G__slideIn;
  }
}

/* [project]/src/components/ui/Button/Button.module.css [client] (css) */
.Button-module__xDwtkW__button {
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  white-space: nowrap;
  letter-spacing: .0167em;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  border-width: 2px;
  border-color: #0000;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: linear;
  display: inline-flex;
  position: relative;
}

.prose .Button-module__xDwtkW__button {
  -webkit-user-select: none;
  user-select: none;
  z-index: 0;
  white-space: nowrap;
  letter-spacing: .0167em;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  border-width: 2px;
  border-color: #0000;
  border-radius: 9999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: linear;
  display: inline-flex;
  position: relative;
}

.prose .Button-module__xDwtkW__button[data-focus-visible-added] {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

:is(.prose .Button-module__xDwtkW__button[disabled], .prose .Button-module__xDwtkW__button.disabled) {
  cursor: not-allowed;
}

:is(.prose .Button-module__xDwtkW__button[disabled], .prose .Button-module__xDwtkW__button.disabled).Button-module__xDwtkW__isLoading {
  cursor: wait;
}

.Button-module__xDwtkW__button[data-focus-visible-added] {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

:is(.Button-module__xDwtkW__button[disabled], .Button-module__xDwtkW__button.disabled) {
  cursor: not-allowed;
}

:is(.Button-module__xDwtkW__button[disabled], .Button-module__xDwtkW__button.disabled).Button-module__xDwtkW__isLoading {
  cursor: wait;
}

.Button-module__xDwtkW__button:before {
  content: "";
  border-radius: inherit;
  background: inherit;
  z-index: -1;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: linear;
  position: absolute;
  inset: 0;
}

.Button-module__xDwtkW__button:hover:before {
  inset: -.5rem;
}

.Button-module__xDwtkW__primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 122 11 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 23 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(194 207 220 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary[data-focus-visible-added] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 23 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(118 148 183 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(118 148 183 / var(--tw-border-opacity, 1));
}

:is(.Button-module__xDwtkW__primary[disabled], .Button-module__xDwtkW__primary.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(194 207 220 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 42 77 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted:active {
  --tw-bg-opacity: 1;
  background-color: rgb(194 207 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 23 42 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted[data-focus-visible-added] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 23 42 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(118 148 183 / var(--tw-border-opacity, 1));
}

.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

:is(.Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted[disabled], .Button-module__xDwtkW__primary.Button-module__xDwtkW__inverted.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(18 75 120 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(118 148 183 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__secondary {
  --tw-text-opacity: 1;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-width: 2px;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  background-color: #fff4e300;
}

.Button-module__xDwtkW__secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 240 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__secondary:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 54 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(194 207 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__secondary[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(3 32 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(194 207 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 32 59 / var(--tw-text-opacity, 1));
  outline-offset: 4px;
  outline-width: 4px;
  outline-color: #ef7a0b;
}

:is(.Button-module__xDwtkW__secondary[disabled], .Button-module__xDwtkW__secondary.disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 240 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 235 240 / var(--tw-text-opacity, 1));
  background-color: #0000;
}

.Button-module__xDwtkW__secondary:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #0000;
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 75 120 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted:active {
  --tw-border-opacity: 1;
  border-color: rgb(194 207 220 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(18 75 120 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 235 240 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 146 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(229 235 240 / var(--tw-text-opacity, 1));
}

:is(.Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted[disabled], .Button-module__xDwtkW__secondary.Button-module__xDwtkW__inverted.disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(51 102 146 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(51 102 146 / var(--tw-text-opacity, 1));
  background-color: #0000;
}

.Button-module__xDwtkW__tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(59 61 66 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__onGray {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 205 213 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

.Button-module__xDwtkW__tertiary[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(118 148 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 205 213 / var(--tw-bg-opacity, 1));
}

:is(.Button-module__xDwtkW__tertiary[disabled], .Button-module__xDwtkW__tertiary.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(199 205 213 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted {
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 146 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(118 148 183 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted:active {
  --tw-bg-opacity: 1;
  background-color: rgb(194 207 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 42 77 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(118 148 183 / var(--tw-bg-opacity, 1));
}

.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted:focus {
  outline-offset: 2px;
  outline: 2px solid #ef7a0b;
}

:is(.Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted[disabled], .Button-module__xDwtkW__tertiary.Button-module__xDwtkW__inverted.disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(18 75 120 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(118 148 183 / var(--tw-text-opacity, 1));
}

.Button-module__xDwtkW__text {
  --tw-text-opacity: 1;
  color: rgb(59 61 66 / var(--tw-text-opacity, 1));
  border-radius: .125rem;
  padding-left: .25rem;
  padding-right: .25rem;
  text-decoration-line: underline;
}

.Button-module__xDwtkW__text[data-focus-visible-added] {
  --tw-shadow: 0px 0px 0px 2px #7694b7;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

:is(.Button-module__xDwtkW__text[disabled], .Button-module__xDwtkW__text.disabled) {
  opacity: .4;
}

.Button-module__xDwtkW__iconOnly {
  border-radius: 9999px;
  width: 2.75rem;
  padding-left: 0;
  padding-right: 0;
}

.Button-module__xDwtkW__iconOnly .Button-module__xDwtkW__icon {
  margin-left: 0;
  margin-right: 0;
}

.Button-module__xDwtkW__icon {
  flex-shrink: 0;
  margin-left: .375rem;
  margin-right: -.25rem;
}

.Button-module__xDwtkW__iconLeft .Button-module__xDwtkW__icon {
  margin-left: -.25rem;
  margin-right: .375rem;
}

/* [project]/src/components/content/atoms/ButtonRow/ButtonRow.module.css [client] (css) */
.ButtonRow-module__AToabW__ctas {
  grid-template-rows: auto;
  gap: .75rem;
  display: grid;
}

@media (min-width: 460px) {
  .ButtonRow-module__AToabW__ctas {
    flex-flow: wrap;
    display: flex;
  }
}

/* [project]/src/components/content/CallToAction/CallToAction.module.css [client] (css) */
.CallToAction-module__qUjKOG__cta {
  border-radius: .125rem;
  position: relative;
  overflow: hidden;
}

.CallToAction-module__qUjKOG__cta.CallToAction-module__qUjKOG__hasImage {
  flex-direction: column;
  display: flex;
}

@media (min-width: 768px) {
  .CallToAction-module__qUjKOG__cta.CallToAction-module__qUjKOG__hasImage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
  }
}

@media (min-width: 1024px) {
  .CallToAction-module__qUjKOG__cta.CallToAction-module__qUjKOG__hasImage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.CallToAction-module__qUjKOG__image {
  height: 14rem;
  position: relative;
}

@media (min-width: 640px) {
  .CallToAction-module__qUjKOG__image {
    height: 18rem;
  }
}

@media (min-width: 768px) {
  .CallToAction-module__qUjKOG__image {
    height: auto;
  }
}

.CallToAction-module__qUjKOG__heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: .5rem;
}

@media (min-width: 640px) {
  .CallToAction-module__qUjKOG__heading {
    margin-bottom: 1rem;
  }
}

.CallToAction-module__qUjKOG__content {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: 1.75rem 2.5rem 2rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
}

@media (min-width: 640px) {
  .CallToAction-module__qUjKOG__content {
    padding: 2.5rem;
  }
}

@media (min-width: 768px) {
  .CallToAction-module__qUjKOG__content {
    margin-right: .875rem;
    padding: 3.5rem;
  }

  .CallToAction-module__qUjKOG__hasImage .CallToAction-module__qUjKOG__content {
    grid-column: span 2 / span 2;
    min-height: 23rem;
  }
}

@media (min-width: 1024px) {
  .CallToAction-module__qUjKOG__hasImage .CallToAction-module__qUjKOG__content {
    grid-column: span 1 / span 1;
  }
}

.CallToAction-module__qUjKOG__text {
  max-width: 100%;
}

.CallToAction-module__qUjKOG__corner {
  width: 1rem;
  height: 6rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 640px) {
  .CallToAction-module__qUjKOG__corner {
    width: 1.25rem;
    height: 7.5rem;
  }
}

@media (min-width: 768px) {
  .CallToAction-module__qUjKOG__corner {
    right: -.625rem;
  }
}

/* [project]/src/components/content/atoms/EmployeeCard/EmployeeCard.module.css [client] (css) */
.EmployeeCard-module__XsHKMG__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  border-radius: .125rem;
  height: 100%;
  padding: 2rem;
}

.EmployeeCard-module__XsHKMG__wrapper:not(.EmployeeCard-module__XsHKMG__noAnimation):not(.EmployeeCard-module__XsHKMG__animation) {
  opacity: 0;
  transform: translateY(60px);
}

@media (prefers-reduced-motion: reduce) {
  .EmployeeCard-module__XsHKMG__wrapper.EmployeeCard-module__XsHKMG__animation {
    animation: ease-out forwards EmployeeCard-module__XsHKMG__slideIn;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .EmployeeCard-module__XsHKMG__wrapper.EmployeeCard-module__XsHKMG__animation {
    animation: 1s ease-out forwards EmployeeCard-module__XsHKMG__slideIn;
  }

  @media (min-width: 1024px) {
    .EmployeeCard-module__XsHKMG__wrapper.EmployeeCard-module__XsHKMG__animation {
      animation-fill-mode: backwards;
      animation-delay: var(--laola-time);
    }
  }
}

@keyframes EmployeeCard-module__XsHKMG__slideIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.EmployeeCard-module__XsHKMG__header {
  flex-direction: column;
  display: flex;
}

.EmployeeCard-module__XsHKMG__imageWrapper {
  border-radius: 9999px;
  align-self: center;
  display: flex;
  overflow: hidden;
}

.EmployeeCard-module__XsHKMG__imageWrapper:focus {
  outline-offset: 4px;
  outline-width: 4px;
}

.EmployeeCard-module__XsHKMG__imagePlaceholder {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 11.25rem;
  display: flex;
}

.EmployeeCard-module__XsHKMG__name {
  --tw-text-opacity: 1;
  color: rgb(92 97 107 / var(--tw-text-opacity, 1));
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.EmployeeCard-module__XsHKMG__position {
  --tw-text-opacity: 1;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
  margin-top: .25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.EmployeeCard-module__XsHKMG__positionen .EmployeeCard-module__XsHKMG__position:first-child {
  --tw-border-opacity: 1;
  border-left-width: 2px;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 12px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.EmployeeCard-module__XsHKMG__positionen .EmployeeCard-module__XsHKMG__position {
  --tw-border-opacity: 1;
  border-left-width: 2px;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 12px;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
}

.EmployeeCard-module__XsHKMG__contact {
  margin-top: 1.5rem;
}

.EmployeeCard-module__XsHKMG__contactItem {
  --tw-text-opacity: 1;
  color: rgb(92 97 107 / var(--tw-text-opacity, 1));
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  display: grid;
}

.EmployeeCard-module__XsHKMG__contactItemTitle {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.EmployeeCard-module__XsHKMG__contactLink {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.EmployeeCard-module__XsHKMG__contactLink:hover {
  text-decoration-line: none;
}

/* [project]/src/components/content/EmployeesList/EmployeesList.module.css [client] (css) */
.EmployeesList-module__yNHZAq__employeesGrid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 2.5rem;
  margin-top: 2rem;
  display: grid;
}

@media (min-width: 640px) {
  .EmployeesList-module__yNHZAq__employeesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .EmployeesList-module__yNHZAq__employeesGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* [project]/src/components/content/FAQs/FAQs.module.css [client] (css) */
.FAQs-module__qOQPnW__subline {
  letter-spacing: 0;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.FAQs-module__qOQPnW__accordion {
  letter-spacing: 0;
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(159 168 181 / var(--tw-border-opacity, 1));
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.FAQs-module__qOQPnW__content {
  overflow: hidden;
}

.FAQs-module__qOQPnW__content[data-state="open"] {
  animation: .3s cubic-bezier(.87, 0, .13, 1) FAQs-module__qOQPnW__slideDown;
}

.FAQs-module__qOQPnW__content[data-state="closed"] {
  animation: .3s cubic-bezier(.87, 0, .13, 1) FAQs-module__qOQPnW__slideUp;
}

.FAQs-module__qOQPnW__question {
  text-align: left;
  --tw-text-opacity: 1;
  width: 100%;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-color: rgb(159 168 181 / var(--tw-border-opacity, 1));
  justify-content: space-between;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-weight: 600;
  display: flex;
}

.FAQs-module__qOQPnW__toggleIcon {
  --tw-text-opacity: 1;
  color: rgb(239 122 11 / var(--tw-text-opacity, 1));
  flex-shrink: 0;
  margin-left: .5rem;
  margin-right: .5rem;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

[data-state="open"] .FAQs-module__qOQPnW__toggleIcon {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.FAQs-module__qOQPnW__answer {
  color: #3b3d42;
  max-width: 65ch;
}

.FAQs-module__qOQPnW__answer :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.FAQs-module__qOQPnW__answer :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.FAQs-module__qOQPnW__answer :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #336692;
  font-weight: 500;
  text-decoration: underline;
}

.FAQs-module__qOQPnW__answer :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.FAQs-module__qOQPnW__answer :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.FAQs-module__qOQPnW__answer :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: decimal;
}

.FAQs-module__qOQPnW__answer :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.FAQs-module__qOQPnW__answer :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.FAQs-module__qOQPnW__answer :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.FAQs-module__qOQPnW__answer :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.FAQs-module__qOQPnW__answer :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.FAQs-module__qOQPnW__answer :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.FAQs-module__qOQPnW__answer :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.FAQs-module__qOQPnW__answer :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.FAQs-module__qOQPnW__answer :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.FAQs-module__qOQPnW__answer :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: disc;
}

.FAQs-module__qOQPnW__answer :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.FAQs-module__qOQPnW__answer :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.FAQs-module__qOQPnW__answer :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.FAQs-module__qOQPnW__answer :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.FAQs-module__qOQPnW__answer :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: italic;
  font-weight: 500;
}

.FAQs-module__qOQPnW__answer :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.FAQs-module__qOQPnW__answer :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.FAQs-module__qOQPnW__answer :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: max(2.25rem, min(5vw, 3.375rem));
  font-weight: 600;
  line-height: 1.05;
}

.FAQs-module__qOQPnW__answer :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.FAQs-module__qOQPnW__answer :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-top: 2em;
  margin-bottom: 1rem;
  font-size: max(1.75rem, min(4vw, 2.375rem));
  font-weight: 600;
  line-height: 1.2;
}

.FAQs-module__qOQPnW__answer :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.FAQs-module__qOQPnW__answer :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-top: 1.6em;
  margin-bottom: 1rem;
  font-size: max(1.375rem, min(3vw, 1.75rem));
  font-weight: 600;
  line-height: 1.25;
}

.FAQs-module__qOQPnW__answer :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.FAQs-module__qOQPnW__answer :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-top: 1.5em;
  margin-bottom: 1rem;
  font-size: max(1.25rem, min(2vw, 1.5rem));
  font-weight: 600;
  line-height: 1.25;
}

.FAQs-module__qOQPnW__answer :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.FAQs-module__qOQPnW__answer :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.FAQs-module__qOQPnW__answer :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.FAQs-module__qOQPnW__answer :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.FAQs-module__qOQPnW__answer :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  border-radius: .3125rem;
  padding-inline-start: .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.FAQs-module__qOQPnW__answer :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.FAQs-module__qOQPnW__answer :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .FAQs-module__qOQPnW__answer :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.FAQs-module__qOQPnW__answer :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.FAQs-module__qOQPnW__answer :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.FAQs-module__qOQPnW__answer :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.FAQs-module__qOQPnW__answer :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.FAQs-module__qOQPnW__answer :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  padding-top: .857143em;
  padding-inline-end: 1.14286em;
  padding-bottom: .857143em;
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding-inline-start: 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.FAQs-module__qOQPnW__answer :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.FAQs-module__qOQPnW__answer :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .FAQs-module__qOQPnW__answer :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.FAQs-module__qOQPnW__answer :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.FAQs-module__qOQPnW__answer :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.FAQs-module__qOQPnW__answer :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
  font-weight: 600;
}

.FAQs-module__qOQPnW__answer :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.FAQs-module__qOQPnW__answer :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.FAQs-module__qOQPnW__answer :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.FAQs-module__qOQPnW__answer :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.FAQs-module__qOQPnW__answer :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.FAQs-module__qOQPnW__answer :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}

.FAQs-module__qOQPnW__answer :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.FAQs-module__qOQPnW__answer :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.FAQs-module__qOQPnW__answer {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: #1118271a;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: #ffffff1a;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1.25rem;
  line-height: 1.5;
}

.FAQs-module__qOQPnW__answer :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.FAQs-module__qOQPnW__answer :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.FAQs-module__qOQPnW__answer :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .375em;
}

.FAQs-module__qOQPnW__answer :where(.FAQs-module__qOQPnW__prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.FAQs-module__qOQPnW__answer :where(.FAQs-module__qOQPnW__prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.FAQs-module__qOQPnW__answer :where(.FAQs-module__qOQPnW__prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.FAQs-module__qOQPnW__answer :where(.FAQs-module__qOQPnW__prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.FAQs-module__qOQPnW__answer :where(.FAQs-module__qOQPnW__prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.FAQs-module__qOQPnW__answer :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.FAQs-module__qOQPnW__answer :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.FAQs-module__qOQPnW__answer :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.FAQs-module__qOQPnW__answer :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .FAQs-module__qOQPnW__answer :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.FAQs-module__qOQPnW__answer :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.FAQs-module__qOQPnW__answer :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.FAQs-module__qOQPnW__answer :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .571429em;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
}

.FAQs-module__qOQPnW__answer :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.FAQs-module__qOQPnW__answer :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.FAQs-module__qOQPnW__answer :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.FAQs-module__qOQPnW__answer :where(.FAQs-module__qOQPnW__prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.FAQs-module__qOQPnW__answer :where(.FAQs-module__qOQPnW__prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.FAQs-module__qOQPnW__answer {
  font-family: myriad-pro, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.FAQs-module__qOQPnW__answer :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-bottom: 1rem;
  font-size: max(.875rem, min(1.5vw, 1.125rem));
  font-weight: 600;
  line-height: 1.25;
}

.FAQs-module__qOQPnW__answer :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: #00365e;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
}

.FAQs-module__qOQPnW__answer {
  padding-bottom: 1rem;
}

@keyframes FAQs-module__qOQPnW__slideDown {
  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

@keyframes FAQs-module__qOQPnW__slideUp {
  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

/* [project]/src/components/ui/Alert/Alert.module.css [client] (css) */
.Alert-module__uV-OLa__alert {
  border-width: 1px;
  border-radius: .125rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.Alert-module__uV-OLa__alert > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.Alert-module__uV-OLa__alert {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.Alert-module__uV-OLa__error {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
  background-color: #9b1c1c1a;
}

.Alert-module__uV-OLa__message {
  color: #000c;
}

/* [project]/src/components/ui/FormRow/FormRow.module.css [client] (css) */
.FormRow-module__W7CUYa__row {
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

@media (min-width: 640px) {
  .FormRow-module__W7CUYa__row {
    gap: 1rem;
  }

  .FormRow-module__W7CUYa__row.FormRow-module__W7CUYa__twoCols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* [project]/src/components/ui/Input/Input.module.css [client] (css) */
.Input-module__Tl1jgW__wrapper {
  flex-direction: column;
  display: flex;
}

.Input-module__Tl1jgW__wrapper.Input-module__Tl1jgW__disabled {
  cursor: not-allowed;
  opacity: .5;
}

.Input-module__Tl1jgW__wrapper.Input-module__Tl1jgW__disabled > * {
  pointer-events: none;
}

.Input-module__Tl1jgW__label {
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  letter-spacing: 0;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.Input-module__Tl1jgW__description {
  --tw-text-opacity: 1;
  color: rgb(92 97 107 / var(--tw-text-opacity, 1));
  margin-bottom: .375rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.Input-module__Tl1jgW__input {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(48 49 50 / var(--tw-border-opacity, 1));
  caret-color: #000;
  border-radius: .125rem;
  flex-shrink: 0;
  height: 2.75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 400;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.Input-module__Tl1jgW__input.Input-module__Tl1jgW__error {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__input.Input-module__Tl1jgW__error::placeholder {
  color: #9b1c1c66;
}

.Input-module__Tl1jgW__input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 23 42 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__input:focus {
  outline-offset: 4px;
  outline-style: solid;
  outline-color: #ef7a0b;
}

.Input-module__Tl1jgW__input[data-focus-visible-added] {
  --tw-border-opacity: 1;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  outline-offset: 4px;
  --tw-shadow: 0px 0px 0px 2px #7694b7;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-style: solid;
  outline-color: #ef7a0b;
}

select.Input-module__Tl1jgW__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 7l3-3 3 3m0 6l-3 3-3-3' stroke='%239fa6b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

textarea.Input-module__Tl1jgW__input {
  height: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper {
  align-items: flex-start;
  display: flex;
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input {
  cursor: pointer;
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input:hover + .Input-module__Tl1jgW__custom_radio .Input-module__Tl1jgW__custom_radio_inner, .Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input:hover + .Input-module__Tl1jgW__custom_checkbox .Input-module__Tl1jgW__custom_checkbox_inner {
  --tw-border-opacity: 1;
  border-color: rgb(92 97 107 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input[data-focus-visible-added] + .Input-module__Tl1jgW__custom_radio .Input-module__Tl1jgW__custom_radio_inner, .Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input[data-focus-visible-added] + .Input-module__Tl1jgW__custom_checkbox .Input-module__Tl1jgW__custom_checkbox_inner {
  --tw-border-opacity: 1;
  border-color: rgb(18 75 120 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 0px 0px 2px #7694b7;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input:checked + .Input-module__Tl1jgW__custom_radio .Input-module__Tl1jgW__custom_radio_circle, .Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input:checked + .Input-module__Tl1jgW__custom_checkbox .Input-module__Tl1jgW__checkIcon {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input.Input-module__Tl1jgW__error + .Input-module__Tl1jgW__custom_radio .Input-module__Tl1jgW__custom_radio_inner, .Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__input.Input-module__Tl1jgW__error + .Input-module__Tl1jgW__custom_checkbox .Input-module__Tl1jgW__custom_checkbox_inner {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__checkboxOrRadioWrapper .Input-module__Tl1jgW__label {
  cursor: pointer;
  white-space: normal;
}

.Input-module__Tl1jgW__customInputWrapper {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -1px;
  margin-right: .25rem;
  position: relative;
}

.Input-module__Tl1jgW__custom_checkbox {
  pointer-events: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.Input-module__Tl1jgW__custom_checkbox_inner {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(159 168 181 / var(--tw-border-opacity, 1));
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: relative;
}

.Input-module__Tl1jgW__checkIcon {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(0 54 94 / var(--tw-text-opacity, 1));
  opacity: 0;
  width: 1.375rem;
  height: 1.375rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: inline-block;
  position: absolute;
  top: -.4rem;
  right: -.4rem;
}

.Input-module__Tl1jgW__custom_radio {
  pointer-events: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.Input-module__Tl1jgW__custom_radio_inner {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(159 168 181 / var(--tw-border-opacity, 1));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.Input-module__Tl1jgW__custom_radio_circle {
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 94 / var(--tw-bg-opacity, 1));
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  width: .5rem;
  height: .5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.Input-module__Tl1jgW__errorMessage {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
  align-items: flex-start;
  margin-top: .625rem;
  font-size: .875rem;
  line-height: 1.25;
  display: inline-flex;
}

.Input-module__Tl1jgW__errorIcon {
  flex-shrink: 0;
  margin-top: -.125rem;
  margin-right: .5rem;
}

.Input-module__Tl1jgW__dropzone {
  cursor: pointer;
  border-style: dashed;
  border-radius: .125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 2rem;
  display: flex;
}

.Input-module__Tl1jgW__dropzone.Input-module__Tl1jgW__error {
  --tw-border-opacity: 1;
  border-color: rgb(155 28 28 / var(--tw-border-opacity, 1));
}

.Input-module__Tl1jgW__dropzoneIcon {
  --tw-text-opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
  color: rgb(239 122 11 / var(--tw-text-opacity, 1));
  margin-bottom: .5rem;
}

.Input-module__Tl1jgW__error .Input-module__Tl1jgW__dropzoneIcon {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity, 1));
  opacity: .7;
}

.Input-module__Tl1jgW__filePreview {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  border-radius: .125rem;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.25;
  display: flex;
}

.Input-module__Tl1jgW__fileName {
  word-break: break-all;
  padding: .5rem;
  display: inline;
}

.Input-module__Tl1jgW__fileSize {
  white-space: nowrap;
  font-weight: 700;
}

/* [project]/src/components/content/Form/Form.module.css [client] (css) */
.Form-module__ReTGXW__form {
  max-width: 36rem;
  margin-top: 2rem;
}

/* [project]/src/components/content/atoms/InfoBlock/InfoBlock.module.css [client] (css) */
.InfoBlock-module__r_9iSG__wrapper:not(.InfoBlock-module__r_9iSG__noAnimation):not(.InfoBlock-module__r_9iSG__animation) {
  opacity: 0;
  transform: translateY(60px);
}

@media (prefers-reduced-motion: reduce) {
  .InfoBlock-module__r_9iSG__wrapper.InfoBlock-module__r_9iSG__animation {
    animation: ease-out forwards InfoBlock-module__r_9iSG__slideIn;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .InfoBlock-module__r_9iSG__wrapper.InfoBlock-module__r_9iSG__animation {
    animation: 1s ease-out forwards InfoBlock-module__r_9iSG__slideIn;
  }

  @media (min-width: 1024px) {
    .InfoBlock-module__r_9iSG__wrapper.InfoBlock-module__r_9iSG__animation {
      animation-fill-mode: backwards;
      animation-delay: var(--laola-time);
    }
  }
}

@keyframes InfoBlock-module__r_9iSG__slideIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.InfoBlock-module__r_9iSG__infoBlock {
  flex-direction: column;
  align-items: center;
  width: 15rem;
  max-width: 100%;
  display: inline-flex;
}

.InfoBlock-module__r_9iSG__iconContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.5rem;
  display: flex;
}

@media (min-width: 768px) {
  .InfoBlock-module__r_9iSG__iconContainer {
    width: 9rem;
    height: 9rem;
  }
}

.InfoBlock-module__r_9iSG__text {
  margin-bottom: 1rem;
}

.InfoBlock-module__r_9iSG__description {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-align: center;
  letter-spacing: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: inline-block;
}

.InfoBlock-module__r_9iSG__link .InfoBlock-module__r_9iSG__iconContainer {
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.InfoBlock-module__r_9iSG__link:hover .InfoBlock-module__r_9iSG__iconContainer {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* [project]/src/components/content/InfoBlocks/InfoBlocks.module.css [client] (css) */
.InfoBlocks-module__uDwbOa__itemsGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem 1rem;
  margin-top: 3.5rem;
  display: grid;
}

@media (min-width: 640px) {
  .InfoBlocks-module__uDwbOa__itemsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 768px) {
  .InfoBlocks-module__uDwbOa__itemsGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
  }
}

/* [project]/src/components/content/atoms/BlogEntryCard/BlogEntryCard.module.css [client] (css) */
.BlogEntryCard-module__JagP4q__wrapper {
  flex-direction: column;
  height: 100%;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.BlogEntryCard-module__JagP4q__wrapper:hover {
  transform: scale(1.07);
}

.BlogEntryCard-module__JagP4q__wrapper:not(.BlogEntryCard-module__JagP4q__noAnimation):not(.BlogEntryCard-module__JagP4q__animation) {
  opacity: 0;
  transform: translateY(60px);
}

@media (prefers-reduced-motion: reduce) {
  .BlogEntryCard-module__JagP4q__wrapper.BlogEntryCard-module__JagP4q__animation {
    animation: ease-out forwards BlogEntryCard-module__JagP4q__slideIn;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .BlogEntryCard-module__JagP4q__wrapper.BlogEntryCard-module__JagP4q__animation {
    animation: 1s ease-out forwards BlogEntryCard-module__JagP4q__slideIn;
  }

  @media (min-width: 1024px) {
    .BlogEntryCard-module__JagP4q__wrapper.BlogEntryCard-module__JagP4q__animation {
      animation-fill-mode: backwards;
      animation-delay: var(--laola-time);
    }
  }
}

@keyframes BlogEntryCard-module__JagP4q__slideIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.BlogEntryCard-module__JagP4q__content {
  flex-direction: column;
  flex: 1;
  padding: .5rem 1rem 1rem;
  display: flex;
}

.BlogEntryCard-module__JagP4q__date {
  --tw-text-opacity: 1;
  color: rgb(18 75 120 / var(--tw-text-opacity, 1));
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-block;
}

.BlogEntryCard-module__JagP4q__title {
  margin-bottom: .375rem;
}

.BlogEntryCard-module__JagP4q__teaserText {
  letter-spacing: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 5.5rem;
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
}

.BlogEntryCard-module__JagP4q__tags {
  margin: 1rem -.25rem -.25rem;
}

.BlogEntryCard-module__JagP4q__tag {
  margin: .25rem;
}

.BlogEntryCard-module__JagP4q__link {
  border-radius: .125rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.BlogEntryCard-module__JagP4q__corner {
  width: 1rem;
  height: 6rem;
  position: absolute;
  top: 0;
  right: 0;
}

/* [project]/src/components/content/LatestBlogEntries/LatestBlogEntries.module.css [client] (css) */
.LatestBlogEntries-module__GCHPeq__entriesGrid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
  display: grid;
}

@media (min-width: 640px) {
  .LatestBlogEntries-module__GCHPeq__entriesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .LatestBlogEntries-module__GCHPeq__entriesGrid {
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .LatestBlogEntries-module__GCHPeq__entriesGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* [project]/src/components/content/Text/Text.module.css [client] (css) */
.Text-module__aG3fxq__content {
  flex-direction: column;
  display: flex;
}

section.Text-module__aG3fxq__heroWrapper {
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 10;
}

@media (min-width: 768px) {
  section.Text-module__aG3fxq__heroWrapper {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  section.Text-module__aG3fxq__heroWrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* [project]/src/components/content/TextImage/TextImage.module.css [client] (css) */
.TextImage-module__Y5zNWG__content {
  flex-direction: column;
  display: flex;
}

.TextImage-module__Y5zNWG__ctas {
  margin-top: 2rem;
}

@media (min-width: 460px) {
  .TextImage-module__Y5zNWG__noText .TextImage-module__Y5zNWG__ctas {
    justify-content: center;
  }
}

.TextImage-module__Y5zNWG__mediaWrapper {
  padding-right: .5rem;
  position: relative;
}

@media (min-width: 1024px) {
  .TextImage-module__Y5zNWG__mediaWrapper {
    padding-right: .7rem;
  }
}

.TextImage-module__Y5zNWG__mediaWrapper + .TextImage-module__Y5zNWG__contentWrapper {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .TextImage-module__Y5zNWG__mediaWrapper + .TextImage-module__Y5zNWG__contentWrapper {
    margin-top: 2rem;
  }

  .TextImage-module__Y5zNWG__singleImage.TextImage-module__Y5zNWG__imageRight .TextImage-module__Y5zNWG__mediaWrapper {
    order: 1;
    padding-right: .7rem;
  }
}

.TextImage-module__Y5zNWG__imageCaption {
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .TextImage-module__Y5zNWG__singleImage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
    gap: 2.5rem;
    display: grid;
  }

  .TextImage-module__Y5zNWG__singleImage .TextImage-module__Y5zNWG__contentWrapper {
    margin-top: 0;
  }
}

.TextImage-module__Y5zNWG__noText {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.TextImage-module__Y5zNWG__noText .TextImage-module__Y5zNWG__figure {
  margin-bottom: 0;
}

.TextImage-module__Y5zNWG__noText .TextImage-module__Y5zNWG__ctas {
  margin-top: 0;
}

section.TextImage-module__Y5zNWG__heroWrapper {
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 10;
  padding-top: 0;
}

@media (min-width: 768px) {
  section.TextImage-module__Y5zNWG__heroWrapper {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  section.TextImage-module__Y5zNWG__heroWrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.TextImage-module__Y5zNWG__isHero .TextImage-module__Y5zNWG__mediaWrapper {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-right: .5rem;
}

@media (min-width: 768px) {
  .TextImage-module__Y5zNWG__isHero .TextImage-module__Y5zNWG__mediaWrapper {
    padding-right: .7rem;
  }
}

@media (min-width: 1024px) {
  .TextImage-module__Y5zNWG__isHero {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 2.25rem;
    display: grid;
  }

  .TextImage-module__Y5zNWG__isHero .TextImage-module__Y5zNWG__mediaWrapper {
    grid-column: span 2 / span 2;
    margin-left: 0;
    margin-right: 0;
    padding-right: .7rem;
  }
}

.TextImage-module__Y5zNWG__corner {
  z-index: 10;
  width: 1rem;
  height: 6rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .TextImage-module__Y5zNWG__corner {
    width: 1.5rem;
    height: 9.75rem;
  }
}

.TextImage-module__Y5zNWG__mediaWrapper:not(.TextImage-module__Y5zNWG__noAnimation):not(.TextImage-module__Y5zNWG__animation), .TextImage-module__Y5zNWG__contentWrapper:not(.TextImage-module__Y5zNWG__noAnimation):not(.TextImage-module__Y5zNWG__animation) {
  opacity: 0;
  transform: translateY(60px);
}

@media (prefers-reduced-motion: reduce) {
  .TextImage-module__Y5zNWG__mediaWrapper.TextImage-module__Y5zNWG__animation, .TextImage-module__Y5zNWG__contentWrapper.TextImage-module__Y5zNWG__animation {
    animation: ease-out forwards TextImage-module__Y5zNWG__slideIn;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .TextImage-module__Y5zNWG__mediaWrapper.TextImage-module__Y5zNWG__animation, .TextImage-module__Y5zNWG__contentWrapper.TextImage-module__Y5zNWG__animation {
    animation: 1s ease-out forwards TextImage-module__Y5zNWG__slideIn;
  }

  @media (min-width: 1024px) {
    .TextImage-module__Y5zNWG__mediaWrapper.TextImage-module__Y5zNWG__animation, .TextImage-module__Y5zNWG__contentWrapper.TextImage-module__Y5zNWG__animation {
      animation-fill-mode: backwards;
      animation-delay: var(--laola-time);
    }
  }
}

@keyframes TextImage-module__Y5zNWG__slideIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* [project]/src/components/content/atoms/YouTubeEmbed/YouTubeEmbed.module.css [client] (css) */
.YouTubeEmbed-module__uAy8sG__consentWrapper {
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(199 205 213 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  text-align: center;
  border-radius: .125rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.YouTubeEmbed-module__uAy8sG__heading {
  margin-bottom: .5rem;
}

.YouTubeEmbed-module__uAy8sG__text {
  max-width: 36rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.YouTubeEmbed-module__uAy8sG__buttons {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

@media (min-width: 460px) {
  .YouTubeEmbed-module__uAy8sG__buttons {
    flex-direction: row;
    width: auto;
  }

  .YouTubeEmbed-module__uAy8sG__buttons > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

/* [project]/src/components/content/atoms/MediaSlider/MediaSlider.module.css [client] (css) */
.MediaSlider-module__-gGZPW__figure {
  height: 100%;
  position: relative;
}

.MediaSlider-module__-gGZPW__slide {
  align-self: stretch;
  height: 100%;
}

.MediaSlider-module__-gGZPW__isSlider .swiper-transition .swiper-wrapper {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

/* [project]/src/components/content/TextImageSlider/TextImageSlider.module.css [client] (css) */
.TextImageSlider-module__HQgw3a__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.TextImageSlider-module__HQgw3a__wrapper .swiper-wrapper {
  align-items: center;
  display: flex;
}

.TextImageSlider-module__HQgw3a__nextButton {
  margin-left: .5rem;
}

.TextImageSlider-module__HQgw3a__prevButton {
  margin-right: .5rem;
}

.TextImageSlider-module__HQgw3a__slider {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

/* [project]/src/components/ui/Chip/Chip.module.css [client] (css) */
.Chip-module__elGYjG__wrapper {
  z-index: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.Chip-module__elGYjG__input {
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
}

.Chip-module__elGYjG__input:checked + .Chip-module__elGYjG__chip {
  --tw-bg-opacity: 1;
  background-color: rgb(199 205 213 / var(--tw-bg-opacity, 1));
}

.Chip-module__elGYjG__input:checked + .Chip-module__elGYjG__chip .Chip-module__elGYjG__checkIcon {
  width: 1.25rem;
}

.Chip-module__elGYjG__input[data-focus-visible-added] + .Chip-module__elGYjG__chip {
  --tw-border-opacity: 1;
  border-color: rgb(118 148 183 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 205 213 / var(--tw-bg-opacity, 1));
}

.Chip-module__elGYjG__chip {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  letter-spacing: .0167em;
  border-width: 2px;
  border-color: #0000;
  border-radius: 9999px;
  align-items: center;
  height: 2rem;
  padding-left: .5rem;
  padding-right: .75rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .1s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.Chip-module__elGYjG__chip:before {
  content: "";
  border-radius: inherit;
  background: inherit;
  z-index: -1;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: linear;
  position: absolute;
  inset: 0;
}

.Chip-module__elGYjG__chip:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 235 / var(--tw-bg-opacity, 1));
}

.Chip-module__elGYjG__chip:hover:before {
  inset: -.5rem;
}

.Chip-module__elGYjG__chip:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 205 213 / var(--tw-bg-opacity, 1));
}

.Chip-module__elGYjG__checkIcon {
  width: 0;
  height: 1.25rem;
  margin-right: .25rem;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

/* [project]/src/pages/presse/press.module.css [client] (css) */
.press-module__CQCCKG__gridHeadline {
  margin-bottom: 1rem;
  display: inline-block;
}

.press-module__CQCCKG__entriesGrid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  display: grid;
}

@media (min-width: 640px) {
  .press-module__CQCCKG__entriesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .press-module__CQCCKG__entriesGrid {
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .press-module__CQCCKG__entriesGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.press-module__CQCCKG__filters {
  flex-wrap: wrap;
  margin: -.25rem;
  display: flex;
}

.press-module__CQCCKG__filter {
  margin: .25rem;
}

/*# sourceMappingURL=src_14mc_nm._.css.map*/