.glassmorphism {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-icon {
  transition: all 200ms ease-in;
}

@media (max-width: 559px) {
  body {
    hyphens: auto;
  }
}
@media (max-width: calc(1200px + 2rem)) {
  .elementor[data-elementor-type=wp-page] > .elementor-element:not(.sticky-menu):not(.mobile-full-width),
  .elementor.elementor-location-header .meta-container,
  .elementor.elementor-location-header .main-container,
  .elementor.elementor-location-footer .footer-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.elementor .elementor-widget-image a img[src$=".svg"] {
  width: 100%;
}

.widget-image-caption:not(:empty) {
  margin-top: 20px;
}

.elementor-element.content-padding-left {
  padding-left: 1rem;
}
@media (min-width: calc(1200px + 2rem)) {
  .elementor-element.content-padding-left {
    padding-left: calc((100vw - 1200px) / 2);
  }
}

.content-padding-right {
  padding-right: 1rem;
}
@media (min-width: calc(1200px + 2rem)) {
  .content-padding-right {
    padding-right: calc((100vw - 1200px) / 2);
  }
}

.elementor .highlight {
  color: var(--e-global-color-secondary);
}
.elementor p .highlight {
  font-weight: 500;
}
.elementor .intro-text,
.elementor .intro-text a {
  font-size: 1.325rem;
  letter-spacing: 0.01em;
  line-height: 1.45em;
}
.elementor .small-text,
.elementor .small-text a {
  font-size: 1rem;
}
.elementor .gold-gradient-effect {
  background-image: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg));
  background-size: cover;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  font-style: var(--e-global-typography-accent-font-style);
}
.elementor .leitsatz {
  font-size: clamp(2rem, 3.33vw, 2.5rem);
  font-family: var(--e-global-typography-primary-font-family), serif;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  padding-left: 1.25rem;
}
.elementor-widget-text-editor ul li::marker,
.elementor-widget-text-editor ol li::marker {
  color: var(--e-global-color-primary);
  font-size: 1.5em;
  font-weight: 400;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  font-style: var(--e-global-typography-accent-font-style);
}
.elementor-widget-text-editor ol {
  padding-left: 1.25rem !important;
}
.elementor-widget-text-editor.list-secondary ul li::marker,
.elementor-widget-text-editor.list-secondary ol li::marker {
  color: var(--e-global-color-secondary);
}

.elementor .no-margin {
  margin-bottom: 0 !important;
}
.elementor .no-margin h1,
.elementor .no-margin h2,
.elementor .no-margin h3,
.elementor .no-margin h4,
.elementor .no-margin h5,
.elementor .no-margin h6,
.elementor .no-margin p,
.elementor .no-margin a {
  margin-bottom: 0;
}

.image-object-fit,
.image-object-fit > .elementor-widget-container,
.image-object-fit > .elementor-widget-container .elementor-image {
  height: 100%;
}

.image-object-fit img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.elementor .heading-animation {
  display: inline-block;
  background-color: var(--e-global-color-secondary);
  width: fit-content;
}
.elementor .heading-animation h1,
.elementor .heading-animation h2,
.elementor .heading-animation h3 {
  margin-bottom: 0;
  background-color: white;
  display: inline-block;
  transform: translateX(-100%);
  transition: 1000ms ease-in-out;
  line-height: 2em;
}
.elementor .in-view .heading-animation h1,
.elementor .in-view .heading-animation h2,
.elementor .in-view .heading-animation h3 {
  transform: translateX(0);
  transition: 500ms ease-in-out;
}
.elementor .in-view .heading-animation:nth-child(1) h1,
.elementor .in-view .heading-animation:nth-child(1) h2,
.elementor .in-view .heading-animation:nth-child(1) h3 {
  transition-delay: 0ms;
}
.elementor .in-view .heading-animation:nth-child(2) h1,
.elementor .in-view .heading-animation:nth-child(2) h2,
.elementor .in-view .heading-animation:nth-child(2) h3 {
  transition-delay: 200ms;
}
.elementor .in-view .heading-animation:nth-child(3) h1,
.elementor .in-view .heading-animation:nth-child(3) h2,
.elementor .in-view .heading-animation:nth-child(3) h3 {
  transition-delay: 400ms;
}
.elementor .in-view .heading-animation:nth-child(4) h1,
.elementor .in-view .heading-animation:nth-child(4) h2,
.elementor .in-view .heading-animation:nth-child(4) h3 {
  transition-delay: 600ms;
}
.elementor .in-view .heading-animation:nth-child(5) h1,
.elementor .in-view .heading-animation:nth-child(5) h2,
.elementor .in-view .heading-animation:nth-child(5) h3 {
  transition-delay: 800ms;
}
.elementor .in-view .heading-animation:nth-child(6) h1,
.elementor .in-view .heading-animation:nth-child(6) h2,
.elementor .in-view .heading-animation:nth-child(6) h3 {
  transition-delay: 1000ms;
}
.elementor .in-view .heading-animation:nth-child(7) h1,
.elementor .in-view .heading-animation:nth-child(7) h2,
.elementor .in-view .heading-animation:nth-child(7) h3 {
  transition-delay: 1200ms;
}
.elementor .in-view .heading-animation:nth-child(8) h1,
.elementor .in-view .heading-animation:nth-child(8) h2,
.elementor .in-view .heading-animation:nth-child(8) h3 {
  transition-delay: 1400ms;
}
.elementor .in-view .heading-animation:nth-child(9) h1,
.elementor .in-view .heading-animation:nth-child(9) h2,
.elementor .in-view .heading-animation:nth-child(9) h3 {
  transition-delay: 1600ms;
}
.elementor .in-view .heading-animation:nth-child(10) h1,
.elementor .in-view .heading-animation:nth-child(10) h2,
.elementor .in-view .heading-animation:nth-child(10) h3 {
  transition-delay: 1800ms;
}

.elementor .teaser-entry-animation-container .teaser-entry-animation {
  transform: translateX(calc(100% + 100vw));
  opacity: 0;
  transition: 1000ms ease-in-out;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation {
  transform: translateX(0);
  transition: 1000ms ease-in-out;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(1) {
  transition-delay: 0ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(2) {
  transition-delay: 800ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(3) {
  transition-delay: 1600ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(4) {
  transition-delay: 2400ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(5) {
  transition-delay: 3200ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(6) {
  transition-delay: 4000ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(7) {
  transition-delay: 4800ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(8) {
  transition-delay: 5600ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(9) {
  transition-delay: 6400ms;
  opacity: 1;
}
.in-view .teaser-entry-animation-container .teaser-entry-animation:nth-child(10) {
  transition-delay: 7200ms;
  opacity: 1;
}

.golden-border {
  border-image-slice: 1;
  border-image-source: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg));
}
.golden-border .elementor-divider-separator {
  border-image-slice: 1;
  border-image-source: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg));
}

.golden-icon-fill svg path {
  fill: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg));
}

.golden-number {
  background-image: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg));
  background-size: cover;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  font-style: var(--e-global-typography-accent-font-style);
  font-size: clamp(3rem, 6vw, 5.5rem) !important;
  line-height: 1.2em !important;
  margin-bottom: 0 !important;
  display: inline-block;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
  margin-top: 0;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
.elementor h1 {
  font-size: clamp(3rem, 6vw, 4.5rem);
}
.elementor .h1 h1,
.elementor .h1 h2,
.elementor .h1 h3,
.elementor .h1 h4,
.elementor .h1 h5,
.elementor .h1 h6,
.elementor .h1 p {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-family: var(--e-global-typography-primary-font-family), serif;
}
.elementor h2 {
  font-size: clamp(2.25rem, 3vw, 4rem);
}
.elementor .h2 h1,
.elementor .h2 h2,
.elementor .h2 h3,
.elementor .h2 h4,
.elementor .h2 h5,
.elementor .h2 h6,
.elementor .h2 p {
  font-size: clamp(2.25rem, 3vw, 4rem);
  font-family: var(--e-global-typography-primary-font-family), serif;
}
.elementor h3 {
  font-size: clamp(1.5rem, 2.33vw, 1.75rem);
}
.elementor .h3 h1,
.elementor .h3 h2,
.elementor .h3 h3,
.elementor .h3 h4,
.elementor .h3 h5,
.elementor .h3 h6,
.elementor .h3 p {
  font-size: clamp(1.75rem, 2.22vw, 2rem);
  font-family: var(--e-global-typography-primary-font-family), serif;
}
.elementor h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
.elementor .h4 h1,
.elementor .h4 h2,
.elementor .h4 h3,
.elementor .h4 h4,
.elementor .h4 h5,
.elementor .h4 h6,
.elementor .h4 p {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
.elementor h5,
.elementor h6 {
  font-size: 0.875rem;
  letter-spacing: 0.32em;
  font-weight: 400 !important;
}
.elementor .h5 h1,
.elementor .h5 h2,
.elementor .h5 h3,
.elementor .h5 h4,
.elementor .h5 h5,
.elementor .h5 h6,
.elementor .h5 p,
.elementor .h6 h1,
.elementor .h6 h2,
.elementor .h6 h3,
.elementor .h6 h4,
.elementor .h6 h5,
.elementor .h6 h6,
.elementor .h6 p {
  font-size: 0.875rem;
  letter-spacing: 0.32em;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.elementor p,
.elementor i,
.elementor li,
.elementor label {
  letter-spacing: 0.015em;
  line-height: 1.6em;
  font-size: 1.125rem;
}
.elementor p,
.elementor label {
  margin-bottom: 0.75em;
}
.elementor a:not(.elementor-icon):not(.elementor-button),
.elementor a:not(.elementor-icon):not(.elementor-button):hover {
  letter-spacing: 0.015em;
  line-height: 1.6em;
  font-size: 1.125rem;
  font-weight: 500;
}
.elementor b,
.elementor strong {
  font-weight: 600;
}
.elementor .elementor-widget-text-editor ul,
.elementor .elementor-widget-text-editor ol {
  margin-bottom: 2em;
}
.elementor .elementor-widget-text-editor ol {
  padding-left: 2rem;
}
.elementor .elementor-posts .elementor-post__title a,
.elementor .elementor-posts .elementor-post__title a:hover,
.elementor .elementor-posts .elementor-post__read-more:hover {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.elementor .elementor-posts .elementor-post__read-more,
.elementor .elementor-posts .elementor-post__read-more:hover {
  font-size: 0.875rem;
  font-family: inherit;
  font-weight: 600;
}

.elementor .white-text h1,
.elementor .white-text h2,
.elementor .white-text h3,
.elementor .white-text h4,
.elementor .white-text h5,
.elementor .white-text h6 {
  color: #ffffff;
}
.elementor .white-text p,
.elementor .white-text li,
.elementor .white-text i {
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-element.elementor-widget-button .elementor-button .elementor-button-text {
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button .elementor-button-text {
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button:hover {
  background-color: color-mix(in srgb, #ffffff 70%, transparent);
}
.elementor .white-text .elementor-element.elementor-widget-button.button-outline .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-text);
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text {
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-element.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-icon svg {
  fill: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-widget-form .elementor-field-group {
  margin-bottom: 1.5rem !important;
}
.elementor .white-text .elementor-widget-form .elementor-field-group label {
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-widget-form .elementor-field-group input,
.elementor .white-text .elementor-widget-form .elementor-field-group textarea,
.elementor .white-text .elementor-widget-form .elementor-field-group select {
  background-color: color-mix(in srgb, #000000 40%, transparent) !important;
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-widget-form .elementor-field-group input::placeholder,
.elementor .white-text .elementor-widget-form .elementor-field-group textarea::placeholder,
.elementor .white-text .elementor-widget-form .elementor-field-group select::placeholder {
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-widget-form .elementor-field-group .elementor-field-option label {
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-widget-text-editor ul li::marker,
.elementor .white-text .elementor-widget-text-editor ol li::marker {
  color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, var(--e-global-color-primary));
}
.elementor .white-text .elementor-widget-text-editor.list-secondary ul li::marker,
.elementor .white-text .elementor-widget-text-editor.list-secondary ol li::marker {
  color: var(--e-global-color-secondary);
}
.elementor .white-text .elementor-field-type-submit {
  width: unset !important;
}
.elementor .white-text .elementor-field-type-submit .elementor-button {
  background-color: var(--e-global-color-secondary) !important;
}
.elementor .white-text .elementor-field-type-submit .elementor-button:hover {
  background-color: var(--e-global-color-accent) !important;
}
.elementor .white-text .elementor-field-type-submit .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-text);
}

.elementor .light-text h1,
.elementor .light-text h2,
.elementor .light-text h3,
.elementor .light-text h4,
.elementor .light-text h5,
.elementor .light-text h6,
.elementor .light-text p,
.elementor .light-text li,
.elementor .light-text i {
  color: color-mix(in srgb, var(--e-global-color-accent) 75%, var(--e-global-color-primary));
}
.elementor .light-text .elementor-nav-menu__container .elementor-nav-menu .menu-item .elementor-item {
  color: color-mix(in srgb, var(--e-global-color-accent) 75%, var(--e-global-color-primary));
}
.elementor .light-text .elementor-nav-menu__container .elementor-nav-menu .menu-item .elementor-item:hover {
  color: var(--e-global-color-accent);
}

.elementor-button {
  border-radius: 0;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-widget-button .elementor-button .elementor-button-text {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.elementor-widget-button .elementor-button:hover .elementor-button-text {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.elementor-widget-button.button-secondary .elementor-button {
  background-color: var(--e-global-color-secondary);
  background-image: linear-gradient(125deg, var(--e-global-color-primary) 30%, var(--e-global-color-secondary) 50%, var(--e-global-color-primary) 80%, var(--e-global-color-accent) 90%);
}
.elementor-widget-button.button-secondary .elementor-button:hover {
  background-color: var(--e-global-color-primary);
}
.elementor-widget-button.button-outline .elementor-button {
  background-color: transparent;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg));
}
.elementor-widget-button.button-outline .elementor-button .elementor-button-text {
  color: var(--e-global-color-primary);
}
.elementor-widget-button.button-outline .elementor-button:hover {
  background-color: color-mix(in srgb, var(--e-global-color-primary) 70%, transparent);
}
.elementor-widget-button.button-outline .elementor-button:hover .elementor-button-text {
  color: #ffffff;
}
.elementor-widget-button.button-small .elementor-button {
  padding: 0.25em 1em !important;
}
.elementor-widget-button.button-small .elementor-button .elementor-button-text {
  font-size: 1rem;
}
.elementor-widget-button.elementor-button-info .elementor-button {
  padding: 0;
  background-color: transparent !important;
}
.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-text {
  color: var(--e-global-color-secondary);
  line-height: 1rem;
  font-weight: 500;
}
.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-icon {
  margin-left: 0.5rem;
}
.elementor-widget-button.elementor-button-info .elementor-button .elementor-button-icon svg {
  fill: var(--e-global-color-secondary);
  width: 0.375rem !important;
}
.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-text {
  color: var(--e-global-color-primary);
}
.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-icon {
  margin-left: 1.25rem;
}
.elementor-widget-button.elementor-button-info .elementor-button:hover .elementor-button-icon svg {
  fill: var(--e-global-color-primary);
}

.button-overlay .elementor-button {
  position: relative;
  display: inline-block;
  width: fit-content;
  overflow: hidden;
}
.button-overlay .elementor-button .elementor-button-content-wrapper::before {
  content: "";
  width: 150%;
  aspect-ratio: 1/1;
  background-color: var(--e-global-color-secondary);
  border-radius: 50%;
  top: 100%;
  left: 0;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  transition: all ease-in 400ms;
}
.button-overlay .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  z-index: 2;
  transition: color ease-in 200ms;
  transition-delay: 20ms;
}
.button-overlay .elementor-button:hover {
  background-color: var(--e-global-color-primary) !important;
}
.button-overlay .elementor-button:hover .elementor-button-content-wrapper::before {
  top: center;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 600ms;
}
.button-overlay .elementor-button:hover .elementor-button-content-wrapper .elementor-button-text {
  color: white;
  transition: color ease-in 300ms;
  transition-delay: 150ms;
}

.elementor-widget-button.button-overlay-center .elementor-button {
  position: relative;
  display: inline-block;
  width: fit-content;
  overflow: hidden;
}
.elementor-widget-button.button-overlay-center .elementor-button .elementor-button-content-wrapper::before {
  content: "";
  width: 0px;
  aspect-ratio: 1/1;
  background-color: var(--e-global-color-secondary);
  opacity: 0;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  transition: all ease-in 500ms;
}
.elementor-widget-button.button-overlay-center .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  z-index: 2;
  transition: color ease-in 200ms;
  transition-delay: 20ms;
}
.elementor-widget-button.button-overlay-center .elementor-button:hover {
  background-color: var(--e-global-color-primary) !important;
}
.elementor-widget-button.button-overlay-center .elementor-button:hover .elementor-button-content-wrapper::before {
  width: 120%;
  transition: all ease-out 600ms;
  opacity: 1;
}
.elementor-widget-button.button-icon-animation .elementor-button {
  transition: all 250ms;
}
.elementor-widget-button.button-icon-animation .elementor-button:hover, .elementor-widget-button.button-icon-animation .elementor-button:focus {
  outline: none;
  cursor: pointer;
  transform: translate3d(0, 0, -15px);
}
.elementor-widget-button.button-icon-animation .elementor-button:hover .elementor-button-icon, .elementor-widget-button.button-icon-animation .elementor-button:focus .elementor-button-icon {
  transition: all 1000ms;
  animation: move 1000ms infinite ease-in-out;
}
.elementor-widget-button.button-icon-animation .elementor-button:hover .elementor-button-icon svg, .elementor-widget-button.button-icon-animation .elementor-button:focus .elementor-button-icon svg {
  width: 2rem !important;
}
.elementor-widget-button.button-icon-animation .elementor-button.active .elementor-button-icon {
  animation: move 1000ms forwards ease-in-out;
}
.elementor-widget-button.button-icon-animation .elementor-button .elementor-button-icon {
  transition: all 1000ms;
  offset-path: path("M12,12c0,0,186.7,42.3,234.7-177");
}
.elementor-widget-button.button-icon-animation .elementor-button .elementor-button-icon svg {
  margin-left: 1rem;
  width: 2rem !important;
}
.elementor-widget-button.button-gradient-hover .elementor-button {
  transition: all 500ms ease-in-out;
  background: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-secondary) 33%, var(--e-global-color-primary) 66%, var(--e-global-color-primary) 100%) !important;
  background-size: 300% 100% !important;
  background-position: 100% !important;
}
.elementor-widget-button.button-gradient-hover .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-widget-button.button-gradient-hover .elementor-button .elementor-button-text {
  font-size: 1.125rem;
}
.elementor-widget-button.button-gradient-hover .elementor-button:hover {
  background-position: 0% !important;
}
.elementor-widget-button.button-underline, .elementor-widget-button.button-underline-center {
  display: inline-block;
  width: fit-content;
}
.elementor-widget-button.button-underline .elementor-button, .elementor-widget-button.button-underline-center .elementor-button {
  transition: all 500ms ease-in-out;
  background: transparent !important;
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
  padding-top: 0 !important;
  padding-bottom: 0.25em !important;
}
.elementor-widget-button.button-underline .elementor-button .elementor-button-content-wrapper, .elementor-widget-button.button-underline-center .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-widget-button.button-underline .elementor-button .elementor-button-content-wrapper::before, .elementor-widget-button.button-underline-center .elementor-button .elementor-button-content-wrapper::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--e-global-color-primary);
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  transition: all ease-in 500ms;
}
.elementor-widget-button.button-underline .elementor-button .elementor-button-text, .elementor-widget-button.button-underline-center .elementor-button .elementor-button-text {
  color: var(--e-global-color-primary);
}
.elementor-widget-button.button-underline .elementor-button:hover .elementor-button-content-wrapper, .elementor-widget-button.button-underline-center .elementor-button:hover .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-widget-button.button-underline .elementor-button:hover .elementor-button-content-wrapper::before, .elementor-widget-button.button-underline-center .elementor-button:hover .elementor-button-content-wrapper::before {
  width: 0;
  z-index: 1;
  transition: all ease-in 500ms;
}
.elementor-widget-button.button-underline-center .elementor-button .elementor-button-content-wrapper::before {
  transform: translateX(-50%);
  left: 50%;
}
.elementor-widget-button.button-underline-center:hover .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-widget-button.button-underline-center:hover .elementor-button-content-wrapper::before {
  width: 0;
}

@keyframes move {
  0% {
    offset-distance: 0%;
    transform: scale(1);
  }
  100% {
    offset-distance: 100%;
    transform: scale(0);
  }
}
.elementor-widget-form .elementor-field-group {
  margin-bottom: 1.5rem !important;
}
.elementor-widget-form .elementor-field-group label {
  font-size: 0.875rem;
  letter-spacing: 0.32em;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.elementor-widget-form .elementor-field-group .elementor-field-option label,
.elementor-widget-form .elementor-field-group .elementor-acceptance-field + label {
  color: inherit;
  text-transform: inherit;
  letter-spacing: 0.01em;
  font-size: 1rem !important;
  font-weight: 300 !important;
}
.elementor-widget-form .elementor-field-group .elementor-field-option label a,
.elementor-widget-form .elementor-field-group .elementor-acceptance-field + label a {
  font-size: 1rem !important;
}
.elementor-widget-form .elementor-field-group input,
.elementor-widget-form .elementor-field-group textarea,
.elementor-widget-form .elementor-field-group select {
  background-color: color-mix(in srgb, #ffffff 40%, transparent) !important;
  font-size: 1rem !important;
  padding: 1rem 0.75rem !important;
}
.elementor-widget-form .elementor-field-group.elementor-field-required label::after {
  content: "*";
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.elementor-widget-form .e-form__buttons {
  display: flex;
  justify-content: center;
}
.elementor-widget-form .elementor-field-type-submit {
  width: unset !important;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button {
  background-color: var(--e-global-color-primary) !important;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button .elementor-button-text {
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.elementor-widget-form .elementor-field-type-submit .elementor-button:hover {
  background-color: var(--e-global-color-secondary) !important;
}

.post-loop-item .elementor-widget-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl {
  padding: 1rem !important;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl .elementor-button-content-wrapper {
  align-items: center;
  justify-content: center;
}
.post-loop-item .elementor-widget-button .elementor-button.elementor-size-xl .elementor-button-text {
  display: none;
}

.e-loop-item > .elementor-element {
  height: 100%;
}
.e-loop-item > .elementor-element > .e-con-inner .e-loop-item_content {
  height: 100%;
  justify-content: space-between;
}

.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  justify-content: space-between;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  position: relative;
  width: 1.5em;
  height: 1.5em;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened,
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  display: none !important;
}
.e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::before, .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon::after {
  content: "";
  width: 1.5em;
  height: 4px;
  display: block;
  background-color: var(--e-global-color-primary);
  position: absolute;
  transition: all 250ms;
}
.e-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon::after {
  rotate: 270deg;
  transition: all 500ms;
}

.element-heading-h3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title,
.element-heading-h3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: clamp(1.75rem, 2.22vw, 2rem);
}

.element-heading-h4 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title,
.element-heading-h4 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: clamp(1.5rem, 1.8vw, 1.625rem);
}

.element-heading-h5 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title,
.element-heading-h5 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 1.25rem;
}

.element-heading-h3 .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-size: clamp(1.75rem, 2.22vw, 2rem);
}

.element-heading-h4 .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-size: clamp(1.5rem, 1.8vw, 1.625rem);
}

.element-heading-h5 .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-size: 1.25rem;
}

.same-height .swiper.elementor-loop-container .swiper-wrapper .swiper-slide > .elementor-element > .e-con-inner > .elementor-element {
  height: 100%;
}
.same-height .swiper.elementor-loop-container .swiper-wrapper .swiper-slide > .elementor-element > .e-con-inner > .elementor-element img {
  max-height: 50vh;
  height: 100%;
  object-fit: cover;
}

.gallery {
  display: flex;
}
.gallery .gallery-item {
  align-self: stretch;
}
.gallery .gallery-item .gallery-icon {
  height: 100%;
  display: block;
  position: relative;
  background-color: #000000;
  overflow: hidden;
}
.gallery .gallery-item .gallery-icon img {
  transition: all 500ms ease-in-out;
}
.gallery .gallery-item .gallery-icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: white;
  font-size: 24px;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: 0 0 10px var(--e-global-color-text);
}
.gallery .gallery-item .gallery-icon:hover img {
  opacity: 0.75;
  scale: 1.1;
  transition: all 500ms ease-in-out;
}

.elementor-widget-image-carousel.carousel-logos .swiper-slide {
  padding: 0 1rem;
}
.elementor-widget-image-carousel.carousel-logos .swiper-slide figure {
  aspect-ratio: 1/1;
  border: 1px solid lightgray;
  align-content: center;
  padding: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}

.main-menu .elementor-nav-menu__container,
.footer-menu .elementor-nav-menu__container {
  min-width: 100%;
}
.main-menu .elementor-nav-menu__container .elementor-nav-menu > .menu-item:last-of-type a, .main-menu .elementor-nav-menu__container .elementor-nav-menu > .menu-item.last-menu-item a,
.footer-menu .elementor-nav-menu__container .elementor-nav-menu > .menu-item:last-of-type a,
.footer-menu .elementor-nav-menu__container .elementor-nav-menu > .menu-item.last-menu-item a {
  padding-right: 0;
}
.main-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item,
.footer-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item {
  font-size: 0.875rem !important;
  letter-spacing: 0.15em;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
.main-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item:hover,
.footer-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item:hover {
  letter-spacing: 0.15em;
}
.main-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item:hover::after,
.footer-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item:hover::after {
  background-image: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg)) !important;
}
.main-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item.elementor-item-active::after,
.footer-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item.elementor-item-active::after {
  background-image: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg)) !important;
}
@media (min-width: 1024px) {
  .main-menu .elementor-nav-menu__container .elementor-nav-menu .menu-item.desktop-hidden,
  .footer-menu .elementor-nav-menu__container .elementor-nav-menu .menu-item.desktop-hidden {
    display: none;
  }
}
.main-menu .elementor-nav-menu__container ul.sub-menu,
.footer-menu .elementor-nav-menu__container ul.sub-menu {
  transform: translateY(calc(1rem + 3px));
  min-width: 350px !important;
}
.main-menu .elementor-nav-menu__container ul.sub-menu li a.elementor-sub-item,
.footer-menu .elementor-nav-menu__container ul.sub-menu li a.elementor-sub-item {
  white-space: normal;
}
.main-menu .elementor-nav-menu--dropdown:not(.sub-menu),
.footer-menu .elementor-nav-menu--dropdown:not(.sub-menu) {
  margin-top: 0.5rem;
  padding: 2rem 0;
}
.main-menu .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu,
.footer-menu .elementor-nav-menu--dropdown:not(.sub-menu) .sub-menu {
  background-color: transparent !important;
  margin-top: 20px !important;
}

.footer-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item {
  font-size: 0.875rem !important;
}
.footer-menu .elementor-nav-menu__container .elementor-nav-menu .elementor-item:hover {
  letter-spacing: 0.15em;
}

.elementor-location-header .header-content .elementor-menu-toggle {
  padding: 0;
  border-radius: 0;
}
.elementor-location-header .header-content .main-container {
  transition: all 500ms ease-in-out;
}
.elementor-location-header .header-content .main-container .nav-container {
  width: fit-content;
}
.elementor-location-header .header-content .main-container .logo-container {
  transition: all 500ms ease-in-out;
}
.elementor-location-header .header-content .main-container .logo-container .elementor-widget-theme-site-logo img {
  width: 200px;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .header-content.elementor-sticky {
  transition: all 500ms ease-in-out;
  min-width: 100%;
  z-index: 10 !important;
}
.elementor-location-header .header-content.elementor-sticky.elementor-sticky--effects .meta-container {
  display: none;
}
.elementor-location-header .header-content.elementor-sticky.elementor-sticky--effects .main-container {
  height: fit-content;
  background-color: var(--e-global-color-primary);
  transition: all 500ms ease-in-out;
}
.elementor-location-header .header-content.elementor-sticky.elementor-sticky--effects .main-container .nav-container {
  transition: all 500ms ease-in-out;
}
.elementor-location-header .header-content.elementor-sticky.elementor-sticky--effects .main-container .logo-container {
  transition: all 500ms ease-in-out;
}
.elementor-location-header .header-content.elementor-sticky.elementor-sticky--effects .main-container .logo-container .elementor-widget-theme-site-logo {
  height: fit-content;
  transition: all 500ms ease-in-out;
}
.elementor-location-header .header-content.elementor-sticky.elementor-sticky--effects .main-container .logo-container .elementor-widget-theme-site-logo img {
  width: 150px;
  transition: all 500ms ease-in-out;
}
@media (max-width: 1023px) {
  .elementor-location-header .header-content.elementor-sticky > .e-con-inner > .elementor-element {
    flex-wrap: nowrap !important;
  }
  .elementor-location-header .header-content.elementor-sticky .meta-container {
    display: none !important;
  }
  .elementor-location-header .header-content.elementor-sticky .elementor-nav-menu__container {
    position: absolute;
    top: 55px;
    right: 0;
    min-width: 350px;
  }
}
@media (max-width: 559px) {
  .elementor-location-header .header-content.elementor-sticky > .e-con-inner > .elementor-element {
    flex-wrap: nowrap !important;
  }
  .elementor-location-header .header-content.elementor-sticky > .e-con-inner > .elementor-element.meta-container {
    display: none !important;
  }
}

.elementor-location-footer .footer-content-4-col > .e-con-inner {
  flex-direction: column;
  --flex-wrap: wrap;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .elementor-location-footer .footer-content-4-col > .e-con-inner {
    border: none;
    flex-direction: row;
    row-gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .elementor-location-footer .footer-content-4-col > .e-con-inner {
    border: none;
    --flex-wrap: nowrap;
    row-gap: inherit;
  }
}
.elementor-location-footer .footer-content-4-col > .e-con-inner > .e-child {
  flex-basis: calc(50% - 0.5rem);
}
.elementor-location-footer .footer-content-4-col > .e-con-inner > .e-child a {
  color: var(--e-global-color-text);
}
.elementor-location-footer .footer-content-4-col > .e-con-inner > .e-child a:hover {
  color: var(--e-global-color-primary);
}
.elementor-location-footer .e-flex.sticky-menu {
  z-index: 3;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu {
    width: auto;
    bottom: 45%;
    left: 100%;
  }
}
.elementor-location-footer .e-flex.sticky-menu > .e-con-inner {
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu > .e-con-inner {
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button {
  flex-basis: 33.3333333333%;
  flex-grow: 1;
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button {
  padding: 1rem 1.5rem 1rem 1rem;
  height: 4rem;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button {
    transform: translateX(-3.75rem);
    width: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button:hover {
    transform: translateX(-250px);
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
  gap: 1.125rem !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.elementor-location-footer .e-flex.sticky-menu .elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  font-size: 2rem !important;
}

.elementor .elementor-element.custom-gradient {
  background-repeat: no-repeat !important;
  background: radial-gradient(var(--e-global-color-secondary) 0%, transparent 69%, transparent 70%), radial-gradient(var(--e-global-color-secondary) 0%, transparent 69%, transparent 70%), radial-gradient(var(--e-global-color-primary) 0%, transparent 69%, transparent 70%);
  background-size: 120% 180%, 140% 160%, 80% 130%;
  background-position: 400% 110%, 30% -100%, 440% 60%;
  animation: 20s infinite alternate gradient-move;
}

@keyframes gradient-move {
  0% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 400% 110%, 30% -100%, 440% 60%;
  }
  25% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 350% 200%, 130% 100%, 440% 60%;
  }
  50% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 300% 10%, -30% 100%, 380% 60%;
  }
  75% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 300% -50%, 30% -100%, 300% 180%;
  }
  100% {
    background-size: 120% 180%, 140% 160%, 80% 130%;
    background-position: 400% 110%, 30% -100%, 440% 60%;
  }
}
.elementor .animation-container {
  overflow: hidden;
}
.elementor .animation-container .animation-container_content {
  z-index: 1;
}
.elementor .animation-container .animation-container_inner {
  opacity: 0.6;
}
.elementor .animation-container .animation-container_inner .floral-animation {
  width: 50vw;
}
.elementor .animation-container .animation-container_inner .floral-animation .anim-path {
  fill: none;
  stroke: #DFE3D4;
  stroke-linecap: square;
  stroke-linejoin: square;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-width: 1;
  z-index: 0;
  animation: fill-path 800ms ease-in forwards;
}
.elementor .animation-container .animation-container_inner .floral-animation .anim-path.detail {
  animation-duration: 150ms;
}
@keyframes fill-path {
  to {
    stroke-dashoffset: 0;
  }
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(1) {
  animation-delay: calc(1s + 0.5s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(2) {
  animation-delay: calc(1s + 0.5s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(3) {
  animation-delay: calc(1s + 0.5s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(4) {
  animation-delay: calc(1s + 0.5s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(5) {
  animation-delay: calc(1s + 0.5s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(6) {
  animation-delay: calc(1s + 0.5s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(7) {
  animation-delay: calc(1s + 0.5s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(8) {
  animation-delay: calc(1s + 0.5s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(9) {
  animation-delay: calc(1s + 0.5s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(10) {
  animation-delay: calc(1s + 0.5s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(11) {
  animation-delay: calc(1s + 0.5s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(12) {
  animation-delay: calc(1s + 0.5s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(13) {
  animation-delay: calc(1s + 0.5s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(14) {
  animation-delay: calc(1s + 0.5s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(15) {
  animation-delay: calc(1s + 0.5s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(16) {
  animation-delay: calc(1s + 0.5s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(17) {
  animation-delay: calc(1s + 0.5s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(18) {
  animation-delay: calc(1s + 0.5s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(19) {
  animation-delay: calc(1s + 0.5s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(20) {
  animation-delay: calc(1s + 0.5s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(21) {
  animation-delay: calc(1s + 0.5s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(22) {
  animation-delay: calc(1s + 0.5s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(23) {
  animation-delay: calc(1s + 0.5s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(24) {
  animation-delay: calc(1s + 0.5s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(25) {
  animation-delay: calc(1s + 0.5s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(26) {
  animation-delay: calc(1s + 0.5s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(27) {
  animation-delay: calc(1s + 0.5s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(28) {
  animation-delay: calc(1s + 0.5s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(29) {
  animation-delay: calc(1s + 0.5s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .branch .anim-path:nth-of-type(30) {
  animation-delay: calc(1s + 0.5s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(1) {
  animation-delay: calc(2.2s + 0.5s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(2) {
  animation-delay: calc(2.2s + 0.5s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(3) {
  animation-delay: calc(2.2s + 0.5s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(4) {
  animation-delay: calc(2.2s + 0.5s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(5) {
  animation-delay: calc(2.2s + 0.5s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(6) {
  animation-delay: calc(2.2s + 0.5s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(7) {
  animation-delay: calc(2.2s + 0.5s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(8) {
  animation-delay: calc(2.2s + 0.5s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(9) {
  animation-delay: calc(2.2s + 0.5s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(10) {
  animation-delay: calc(2.2s + 0.5s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(11) {
  animation-delay: calc(2.2s + 0.5s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(12) {
  animation-delay: calc(2.2s + 0.5s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(13) {
  animation-delay: calc(2.2s + 0.5s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(14) {
  animation-delay: calc(2.2s + 0.5s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(15) {
  animation-delay: calc(2.2s + 0.5s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(16) {
  animation-delay: calc(2.2s + 0.5s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(17) {
  animation-delay: calc(2.2s + 0.5s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(18) {
  animation-delay: calc(2.2s + 0.5s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(19) {
  animation-delay: calc(2.2s + 0.5s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(20) {
  animation-delay: calc(2.2s + 0.5s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(21) {
  animation-delay: calc(2.2s + 0.5s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(22) {
  animation-delay: calc(2.2s + 0.5s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(23) {
  animation-delay: calc(2.2s + 0.5s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(24) {
  animation-delay: calc(2.2s + 0.5s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(25) {
  animation-delay: calc(2.2s + 0.5s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(26) {
  animation-delay: calc(2.2s + 0.5s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(27) {
  animation-delay: calc(2.2s + 0.5s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(28) {
  animation-delay: calc(2.2s + 0.5s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(29) {
  animation-delay: calc(2.2s + 0.5s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .knospen .anim-path:nth-of-type(30) {
  animation-delay: calc(2.2s + 0.5s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(1) {
  animation-delay: calc(5s + 0.5s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(2) {
  animation-delay: calc(5s + 0.5s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(3) {
  animation-delay: calc(5s + 0.5s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(4) {
  animation-delay: calc(5s + 0.5s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(5) {
  animation-delay: calc(5s + 0.5s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(6) {
  animation-delay: calc(5s + 0.5s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(7) {
  animation-delay: calc(5s + 0.5s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(8) {
  animation-delay: calc(5s + 0.5s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(9) {
  animation-delay: calc(5s + 0.5s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(10) {
  animation-delay: calc(5s + 0.5s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(11) {
  animation-delay: calc(5s + 0.5s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(12) {
  animation-delay: calc(5s + 0.5s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(13) {
  animation-delay: calc(5s + 0.5s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(14) {
  animation-delay: calc(5s + 0.5s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(15) {
  animation-delay: calc(5s + 0.5s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(16) {
  animation-delay: calc(5s + 0.5s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(17) {
  animation-delay: calc(5s + 0.5s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(18) {
  animation-delay: calc(5s + 0.5s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(19) {
  animation-delay: calc(5s + 0.5s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(20) {
  animation-delay: calc(5s + 0.5s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(21) {
  animation-delay: calc(5s + 0.5s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(22) {
  animation-delay: calc(5s + 0.5s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(23) {
  animation-delay: calc(5s + 0.5s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(24) {
  animation-delay: calc(5s + 0.5s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(25) {
  animation-delay: calc(5s + 0.5s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(26) {
  animation-delay: calc(5s + 0.5s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(27) {
  animation-delay: calc(5s + 0.5s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(28) {
  animation-delay: calc(5s + 0.5s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(29) {
  animation-delay: calc(5s + 0.5s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .leaves .anim-path:nth-of-type(30) {
  animation-delay: calc(5s + 0.5s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(1) {
  animation-delay: calc(8s + 0.5s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(2) {
  animation-delay: calc(8s + 0.5s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(3) {
  animation-delay: calc(8s + 0.5s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(4) {
  animation-delay: calc(8s + 0.5s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(5) {
  animation-delay: calc(8s + 0.5s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(6) {
  animation-delay: calc(8s + 0.5s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(7) {
  animation-delay: calc(8s + 0.5s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(8) {
  animation-delay: calc(8s + 0.5s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(9) {
  animation-delay: calc(8s + 0.5s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(10) {
  animation-delay: calc(8s + 0.5s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(11) {
  animation-delay: calc(8s + 0.5s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(12) {
  animation-delay: calc(8s + 0.5s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(13) {
  animation-delay: calc(8s + 0.5s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(14) {
  animation-delay: calc(8s + 0.5s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(15) {
  animation-delay: calc(8s + 0.5s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(16) {
  animation-delay: calc(8s + 0.5s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(17) {
  animation-delay: calc(8s + 0.5s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(18) {
  animation-delay: calc(8s + 0.5s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(19) {
  animation-delay: calc(8s + 0.5s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(20) {
  animation-delay: calc(8s + 0.5s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(21) {
  animation-delay: calc(8s + 0.5s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(22) {
  animation-delay: calc(8s + 0.5s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(23) {
  animation-delay: calc(8s + 0.5s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(24) {
  animation-delay: calc(8s + 0.5s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(25) {
  animation-delay: calc(8s + 0.5s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(26) {
  animation-delay: calc(8s + 0.5s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(27) {
  animation-delay: calc(8s + 0.5s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(28) {
  animation-delay: calc(8s + 0.5s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(29) {
  animation-delay: calc(8s + 0.5s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1 .anim-path:nth-of-type(30) {
  animation-delay: calc(8s + 0.5s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(1) {
  animation-delay: calc(9.5s + 0.15s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(2) {
  animation-delay: calc(9.5s + 0.15s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(3) {
  animation-delay: calc(9.5s + 0.15s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(4) {
  animation-delay: calc(9.5s + 0.15s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(5) {
  animation-delay: calc(9.5s + 0.15s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(6) {
  animation-delay: calc(9.5s + 0.15s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(7) {
  animation-delay: calc(9.5s + 0.15s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(8) {
  animation-delay: calc(9.5s + 0.15s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(9) {
  animation-delay: calc(9.5s + 0.15s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(10) {
  animation-delay: calc(9.5s + 0.15s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(11) {
  animation-delay: calc(9.5s + 0.15s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(12) {
  animation-delay: calc(9.5s + 0.15s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(13) {
  animation-delay: calc(9.5s + 0.15s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(14) {
  animation-delay: calc(9.5s + 0.15s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(15) {
  animation-delay: calc(9.5s + 0.15s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(16) {
  animation-delay: calc(9.5s + 0.15s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(17) {
  animation-delay: calc(9.5s + 0.15s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(18) {
  animation-delay: calc(9.5s + 0.15s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(19) {
  animation-delay: calc(9.5s + 0.15s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(20) {
  animation-delay: calc(9.5s + 0.15s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(21) {
  animation-delay: calc(9.5s + 0.15s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(22) {
  animation-delay: calc(9.5s + 0.15s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(23) {
  animation-delay: calc(9.5s + 0.15s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(24) {
  animation-delay: calc(9.5s + 0.15s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(25) {
  animation-delay: calc(9.5s + 0.15s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(26) {
  animation-delay: calc(9.5s + 0.15s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(27) {
  animation-delay: calc(9.5s + 0.15s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(28) {
  animation-delay: calc(9.5s + 0.15s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(29) {
  animation-delay: calc(9.5s + 0.15s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower1-details .anim-path:nth-of-type(30) {
  animation-delay: calc(9.5s + 0.15s * (29));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(1) {
  animation-delay: calc(11s + 0.15s * (0));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(2) {
  animation-delay: calc(11s + 0.15s * (1));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(3) {
  animation-delay: calc(11s + 0.15s * (2));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(4) {
  animation-delay: calc(11s + 0.15s * (3));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(5) {
  animation-delay: calc(11s + 0.15s * (4));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(6) {
  animation-delay: calc(11s + 0.15s * (5));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(7) {
  animation-delay: calc(11s + 0.15s * (6));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(8) {
  animation-delay: calc(11s + 0.15s * (7));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(9) {
  animation-delay: calc(11s + 0.15s * (8));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(10) {
  animation-delay: calc(11s + 0.15s * (9));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(11) {
  animation-delay: calc(11s + 0.15s * (10));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(12) {
  animation-delay: calc(11s + 0.15s * (11));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(13) {
  animation-delay: calc(11s + 0.15s * (12));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(14) {
  animation-delay: calc(11s + 0.15s * (13));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(15) {
  animation-delay: calc(11s + 0.15s * (14));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(16) {
  animation-delay: calc(11s + 0.15s * (15));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(17) {
  animation-delay: calc(11s + 0.15s * (16));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(18) {
  animation-delay: calc(11s + 0.15s * (17));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(19) {
  animation-delay: calc(11s + 0.15s * (18));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(20) {
  animation-delay: calc(11s + 0.15s * (19));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(21) {
  animation-delay: calc(11s + 0.15s * (20));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(22) {
  animation-delay: calc(11s + 0.15s * (21));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(23) {
  animation-delay: calc(11s + 0.15s * (22));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(24) {
  animation-delay: calc(11s + 0.15s * (23));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(25) {
  animation-delay: calc(11s + 0.15s * (24));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(26) {
  animation-delay: calc(11s + 0.15s * (25));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(27) {
  animation-delay: calc(11s + 0.15s * (26));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(28) {
  animation-delay: calc(11s + 0.15s * (27));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(29) {
  animation-delay: calc(11s + 0.15s * (28));
}
.elementor .animation-container .animation-container_inner .floral-animation .flower2 .anim-path:nth-of-type(30) {
  animation-delay: calc(11s + 0.15s * (29));
}
.elementor .animation-container.animated .animation-container_inner .signet-animation {
  width: 70vw;
}
.elementor .animation-container.animated .animation-container_inner .signet-animation .anim-path {
  animation: fill-path 4000ms ease-in forwards;
}
.elementor .animation-container.hero-teaser .animation-container_inner {
  right: -10%;
  transform: translateY(-60%);
}
.elementor .animation-container.hero-teaser .animation-container_inner .signet-animation {
  width: 75vw;
}
.elementor .animation-container.hero-teaser .animation-container_inner .signet-animation .anim-path {
  animation: fill-path 4000ms ease-in forwards;
}

.screenline-anim .anim-path,
.tableline-anim .anim-path {
  fill: none;
  stroke: var(--e-global-color-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-width: 5;
  z-index: 0;
  animation: fill-screen-path 8000ms ease-in forwards;
}

.ring-line-animation .anim-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-width: 5;
  z-index: 0;
}

.in-view .ring-line-animation .anim-path {
  animation: fill-screen-path 2500ms ease-in forwards;
}

@keyframes fill-screen-path {
  to {
    stroke-dashoffset: 0;
  }
}
.custom-timeline {
  display: flex;
  gap: 5rem;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  .custom-timeline {
    padding-left: 2.5rem;
  }
}
.custom-timeline::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: var(--e-global-color-37171fa);
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
@media (max-width: 1023px) {
  .custom-timeline::before {
    left: 2.5rem;
  }
}
.custom-timeline .timeline-item {
  display: flex;
  gap: 5rem;
}
@media (max-width: 1023px) {
  .custom-timeline .timeline-item {
    flex-direction: column;
    margin-left: 2.5rem;
    gap: 2.5rem;
  }
}
.custom-timeline .timeline-item .timeline-image,
.custom-timeline .timeline-item .timeline-content {
  flex-basis: 50%;
}
.custom-timeline .timeline-item .timeline-image {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .custom-timeline .timeline-item .timeline-image {
    justify-content: flex-start;
  }
}
.custom-timeline .timeline-item .timeline-image .timeline-image_image {
  width: 70%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
@media (min-width: 1024px) and (max-width: 1360px) {
  .custom-timeline .timeline-item .timeline-image .timeline-image_image {
    width: 100%;
  }
}
.custom-timeline .timeline-item .timeline-content {
  padding-right: 1rem;
}
.custom-timeline .timeline-item .timeline-content .timeline-content_date {
  font-size: 0.875rem;
  letter-spacing: 0.32em;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
.custom-timeline .timeline-item .timeline-content .timeline-content_heading {
  position: relative;
}
.custom-timeline .timeline-item .timeline-content .timeline-content_heading::before {
  content: "";
  height: 5rem;
  width: 4px;
  background-color: var(--e-global-color-37171fa);
  transition: all 750ms ease-in-out;
  position: absolute;
  top: 2em;
  left: calc((2.5rem + 2px) * -1);
}
@media (min-width: 1024px) {
  .custom-timeline .timeline-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .custom-timeline .timeline-item:nth-child(2n) .timeline-image {
    justify-content: flex-start;
  }
  .custom-timeline .timeline-item:nth-child(2n) .timeline-content {
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .custom-timeline .timeline-item:nth-child(2n) .timeline-content .timeline-content_heading {
    position: relative;
  }
  .custom-timeline .timeline-item:nth-child(2n) .timeline-content .timeline-content_heading::before {
    left: auto;
    right: calc((2.5rem + 2px) * -1);
  }
}
.custom-timeline .timeline-item.in-view .timeline-content .timeline-content_heading::before {
  background-image: linear-gradient(100deg, oklch(66% 0.08 70deg), oklch(86% 0.09 92deg), oklch(70% 0.085 75deg));
  top: -0.25em;
  transition: all 750ms ease-in-out;
}

.glassmorphism-white {
  background-color: color-mix(in srgb, #ffffff 60%, transparent);
}

.glassmorphism-light-bg {
  background-color: color-mix(in srgb, var(--e-global-color-37171fa) 75%, transparent);
}

.glassmorphism-accent {
  background-color: color-mix(in srgb, var(--e-global-color-accent) 75%, transparent);
}

.glassmorphism-primary {
  background-color: color-mix(in srgb, var(--e-global-color-primary) 85%, transparent);
}

.glassmorphism-secondary {
  background-color: color-mix(in srgb, var(--e-global-color-secondary) 75%, transparent);
}