@charset "UTF-8";
/**
 * Theme Name:  Temple Menorah
 * Author:      Open Water Marketing Agency
 * Version:     1.0.2
 * Text Domain: temple-menorah
 * Template:    hello-elementor
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, ol {
  list-style: none;
}

.wp-block-list,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.entry-content ul,
.entry-content ol {
  list-style: revert;
  padding-inline-start: 1.5em;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

svg {
  flex-shrink: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

textarea {
  resize: vertical;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Typography
 */
/**
 * Typography
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

p, a, ul, ol {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

p, ul, ol {
  margin-bottom: 1.5rem;
}
p:last-child, ul:last-child, ol:last-child {
  margin: 0;
}

.ow-tagline {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1260A6;
}
.ow-tagline--small {
  font-size: 14px;
}

.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
  margin-bottom: 1.5rem;
  color: #103256;
}
.elementor-widget-text-editor h1, .elementor-widget-text-editor h2 {
  font-size: 36px;
}
@media (min-width: 1024px) {
  .elementor-widget-text-editor h1, .elementor-widget-text-editor h2 {
    font-size: 40px;
  }
}
.elementor-widget-text-editor h3 {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .elementor-widget-text-editor h3 {
    font-size: 36px;
  }
}
.elementor-widget-text-editor h4 {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .elementor-widget-text-editor h4 {
    font-size: 28px;
  }
}
.elementor-widget-text-editor h5 {
  font-size: 22px;
}
.elementor-widget-text-editor h6 {
  font-size: 18px;
}
.elementor-widget-text-editor a {
  font-weight: 600;
  color: #1260A6;
  text-decoration: underline !important;
  transition: color 0.2s ease-in-out;
}
.elementor-widget-text-editor a:hover, .elementor-widget-text-editor a:focus {
  color: #211F20 !important;
  text-decoration: none !important;
}

/**
 * Typography
 */
/**
 * Global
 */
.elementor-widget-wrap {
  width: 100%;
}

.elementor-section,
.elementor-container,
.e-con {
  box-sizing: border-box;
}

.elementor-widget-icon {
  display: inline-flex;
}
.elementor-widget-icon .elementor-icon-wrapper {
  display: inline-flex;
}

body:not(.elementor-editor-active) #ow-animate {
  opacity: 0;
}

.ow-image--lightbox button.e-image-link-base {
  width: 100%;
  border-radius: 4px;
}
.ow-image--lightbox button.e-image-link-base .e-image-base {
  transition: transform 0.3s ease-in-out;
}
.ow-image--lightbox:hover .e-image-base, .ow-image--lightbox:focus .e-image-base {
  transform: scale(1.03);
}

/**
 * Typography
 */
/**
 * Accordion
 */
.ow-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ow-accordion__item {
  background-color: #E8F3FC;
  border: 1px solid #E8F3FC;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.ow-accordion__item.active {
  border-color: #1260A6;
}
.ow-accordion__item.active .ow-accordion__item-title .icon {
  background-color: #1260A6;
  color: #FFFFFF;
  transform: rotate(45deg);
}
.ow-accordion__item.active .ow-accordion__item-content {
  opacity: 1;
  visibility: visible;
  transition: max-height 0.3s ease-in-out, opacity 0.25s ease, visibility 0s;
}
.ow-accordion__item-title {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #211F20;
  text-align: left;
  white-space: normal;
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.ow-accordion__item-title:hover, .ow-accordion__item-title:focus {
  background-color: #E8F3FC;
  color: #211F20;
}
.ow-accordion__item-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px;
  border-radius: 1000px;
  transition-property: background-color, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.ow-accordion__item-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.25s ease, visibility 0s 0.3s;
}
.ow-accordion__item-content-inner {
  padding: 16px 20px;
}
.ow-accordion__item-content-inner > * {
  font-family: "Manrope", sans-serif;
  color: #211F20;
  margin-bottom: 20px;
}
.ow-accordion__item-content-inner p:has(+ ul), .ow-accordion__item-content-inner p:has(+ ol) {
  margin-bottom: 8px;
}
.ow-accordion__item-content-inner ul, .ow-accordion__item-content-inner ol {
  padding-left: 48px;
}

/**
 * Typography
 */
/**
 * Button
 */
.elementor-widget.elementor-widget-ow-button {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .elementor-widget.elementor-widget-ow-button {
    width: auto;
  }
}

.ow-btn, #ow-contact-form #ow-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: unset;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  min-height: 52px;
  border-radius: 1000px;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .ow-btn, #ow-contact-form #ow-btn {
    width: auto;
  }
}
.ow-btn:disabled, #ow-contact-form #ow-btn:disabled {
  opacity: 0.2;
}
.ow-btn__icon {
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.ow-btn--trailing:hover .ow-btn__icon, .ow-btn--trailing:focus .ow-btn__icon {
  transform: translateX(4px);
}
.ow-btn--primary, #ow-contact-form #ow-btn {
  background-color: #1260A6;
  border-color: #1260A6;
  color: #FFFFFF;
}
.ow-btn--primary:hover, #ow-contact-form #ow-btn:hover {
  background-color: #103256;
  border-color: #103256;
  color: #FFFFFF;
}
.ow-btn--primary:focus, #ow-contact-form #ow-btn:focus {
  background-color: #1260A6;
  border-color: #1260A6;
  box-shadow: 0 0 0 4px rgba(18, 96, 166, 0.2);
}
.ow-btn--primary.ow-btn--trailing .ow-btn__icon, #ow-contact-form .ow-btn--trailing#ow-btn .ow-btn__icon {
  background-color: #FFFFFF;
  color: #211F20;
}
.ow-btn--dark {
  background-color: #211F20;
  border-color: #211F20;
  color: #FFFFFF;
}
.ow-btn--dark:hover {
  background-color: #1260A6;
  border-color: #1260A6;
  color: #FFFFFF;
}
.ow-btn--dark:focus {
  background-color: #211F20;
  border-color: #211F20;
  color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(33, 31, 32, 0.2);
}
.ow-btn--dark.ow-btn--trailing .ow-btn__icon {
  background-color: #FFFFFF;
  color: #211F20;
}
.ow-btn--light {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #211F20;
}
.ow-btn--light:hover {
  background-color: #211F20;
  border-color: #211F20;
  color: #FFFFFF;
}
.ow-btn--light:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #211F20;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.ow-btn--light.ow-btn--trailing .ow-btn__icon {
  background-color: #211F20;
  color: #FFFFFF;
}
.ow-btn--light.ow-btn--trailing:hover .ow-btn__icon {
  background-color: #FFFFFF;
  color: #211F20;
}
.ow-btn--light.ow-btn--trailing:focus .ow-btn__icon {
  background-color: #211F20;
  color: #FFFFFF;
}
.ow-btn--primary .ow-btn__icon, #ow-contact-form #ow-btn .ow-btn__icon, .ow-btn--dark .ow-btn__icon, .ow-btn--light .ow-btn__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 28px;
  height: 28px;
  border-radius: 1000px;
}
.ow-btn--primary.ow-btn--trailing, #ow-contact-form .ow-btn--trailing#ow-btn, .ow-btn--dark.ow-btn--trailing, .ow-btn--light.ow-btn--trailing {
  padding: 12px 8px 12px 16px;
}
.ow-btn--primary.ow-btn--trailing.ow-btn--small, #ow-contact-form .ow-btn--trailing.ow-btn--small#ow-btn, .ow-btn--dark.ow-btn--trailing.ow-btn--small, .ow-btn--light.ow-btn--trailing.ow-btn--small {
  padding: 8px 8px 8px 16px;
}
.ow-btn--primary.ow-btn--trailing.ow-btn--small .ow-btn__icon, #ow-contact-form .ow-btn--trailing.ow-btn--small#ow-btn .ow-btn__icon, .ow-btn--dark.ow-btn--trailing.ow-btn--small .ow-btn__icon, .ow-btn--light.ow-btn--trailing.ow-btn--small .ow-btn__icon {
  width: 26px;
  height: 26px;
}
.ow-btn--primary:hover.ow-btn--trailing .ow-btn__icon, #ow-contact-form #ow-btn:hover.ow-btn--trailing .ow-btn__icon, .ow-btn--primary:focus.ow-btn--trailing .ow-btn__icon, #ow-contact-form #ow-btn:focus.ow-btn--trailing .ow-btn__icon, .ow-btn--dark:hover.ow-btn--trailing .ow-btn__icon, .ow-btn--dark:focus.ow-btn--trailing .ow-btn__icon, .ow-btn--light:hover.ow-btn--trailing .ow-btn__icon, .ow-btn--light:focus.ow-btn--trailing .ow-btn__icon {
  transform: rotate(-45deg);
}
.ow-btn--outline-primary {
  border-color: #103256;
  color: #103256;
}
.ow-btn--outline-primary:hover {
  background-color: #1260A6;
  border-color: #1260A6;
  color: #FFFFFF;
}
.ow-btn--outline-primary:focus {
  background-color: #1260A6;
  border-color: #1260A6;
  color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(18, 96, 166, 0.2);
}
.ow-btn--outline-dark {
  border-color: #211F20;
  color: #211F20;
}
.ow-btn--outline-dark:hover {
  background-color: #211F20;
  border-color: #211F20;
  color: #FFFFFF;
}
.ow-btn--outline-dark:focus {
  background-color: #211F20;
  border-color: #211F20;
  color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(33, 31, 32, 0.2);
}
.ow-btn--outline-light {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.ow-btn--outline-light:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #211F20;
}
.ow-btn--outline-light:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #211F20;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.ow-btn--text-primary, .ow-btn--text-dark, .ow-btn--text-light {
  justify-content: flex-start;
  background: none;
  border-color: transparent;
  padding: 0;
  min-height: unset;
}
.ow-btn--text-primary:hover, .ow-btn--text-primary:focus, .ow-btn--text-dark:hover, .ow-btn--text-dark:focus, .ow-btn--text-light:hover, .ow-btn--text-light:focus {
  background: none;
  border-color: transparent;
  box-shadow: none;
}
.ow-btn--text-primary {
  color: #103256;
}
.ow-btn--text-dark {
  color: #211F20;
}
.ow-btn--text-light {
  color: #FFFFFF;
}
.ow-btn--small {
  font-size: 14px;
  padding: 8px 16px;
  min-height: 44px;
}
.ow-btn--small.ow-btn--trailing .ow-btn__icon {
  font-size: 18px;
}

/**
 * Typography
 */
/**
 * News Carousel
 */
.ow-blog-carousel-wrap {
  width: 100%;
}

.ow-blog-carousel {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.ow-blog-carousel .swiper-slide {
  height: auto;
}
.ow-blog-carousel__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.ow-blog-carousel__image-wrap {
  height: 275px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E4E4E4;
}
.ow-blog-carousel__image-wrap:hover .ow-blog-carousel__image, .ow-blog-carousel__image-wrap:focus .ow-blog-carousel__image {
  transform: scale(1.03);
}
.ow-blog-carousel__image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.ow-blog-carousel__image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #E4E4E4;
}
.ow-blog-carousel__image-placeholder > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ow-blog-carousel__category {
  position: absolute;
  top: 12px;
  right: 12px;
}
.ow-blog-carousel__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ow-blog-carousel__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ow-blog-carousel__title-link {
  color: #103256;
}
.ow-blog-carousel__title-link:hover {
  text-decoration: underline;
}
.ow-blog-carousel__title {
  font-size: 22px;
}
.ow-blog-carousel__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ow-blog-carousel__meta-item {
  display: flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #444444;
  gap: 8px;
}
.ow-blog-carousel__icon {
  color: #89673E;
}
.ow-blog-carousel__excerpt {
  font-size: 16px;
  color: #211F20;
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ow-blog-carousel__read-more {
  display: inline-flex !important;
  margin-top: auto;
}
.ow-blog-carousel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px;
}
.ow-blog-carousel__footer:has(.swiper-pagination-lock) {
  display: none;
}
.ow-blog-carousel__pagination {
  position: relative !important;
  bottom: 0 !important;
  text-align: left !important;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #103256;
}
.ow-blog-carousel__nav {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.ow-blog-carousel__btn-prev, .ow-blog-carousel__btn-next {
  width: 52px;
  padding: 0;
}
.ow-blog-carousel__empty {
  padding: 48px 0;
  text-align: center;
}
.ow-blog-carousel__empty p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #757575;
  margin: 0;
}

/**
 * Typography
 */
/**
 * Category Filter
 */
.elementor-widget-ow-category-filter {
  position: relative;
  width: 100%;
}

.ow-category-filter {
  position: relative;
}
.ow-category-filter__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  background-color: #FFFFFF;
  border: 1px solid #868B98;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
}
.ow-category-filter__toggle--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ow-category-filter__label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #211F20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.ow-category-filter__icon {
  display: flex;
  color: #211F20;
  flex-shrink: 0;
}
.ow-category-filter__arrow {
  display: flex;
  color: #211F20;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.ow-category-filter__toggle--open .ow-category-filter__arrow {
  transform: rotate(180deg);
}
.ow-category-filter__arrow-icon {
  display: block;
}
.ow-category-filter__panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF;
  border: 1px solid #868B98;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 4px rgba(33, 31, 32, 0.03), 0 12px 12px rgba(33, 31, 32, 0.08);
  overflow: hidden;
}
.ow-category-filter__panel[hidden] {
  display: none;
}
.ow-category-filter__panel-list {
  display: flex;
  flex-direction: column;
}
.ow-category-filter__panel-item {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: none;
  border: none;
  border-bottom: 1px solid #D1D1D1;
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #211F20;
  cursor: pointer;
}
.ow-category-filter__panel-item:last-child {
  border-bottom: none;
}
.ow-category-filter__panel-item:hover {
  background-color: #F6F6F6;
}
.ow-category-filter__panel-item[aria-pressed=true] {
  font-weight: 700;
}

/**
 * Typography
 */
/**
 * CTA
 */
.elementor-widget-ow-cta {
  width: 100%;
}

.ow-cta-wrap {
  padding: 0 !important;
}

.ow-cta {
  background-color: #1260A6;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .ow-cta {
    padding: 64px 20px;
  }
}
@media (min-width: 1024px) {
  .ow-cta {
    padding: 96px 20px;
  }
}
.ow-cta__container {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 1280px) {
  .ow-cta__container {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.ow-cta__content {
  display: flex;
  flex-direction: column;
  max-width: 856px;
  gap: 16px;
  flex: 1 0 0;
}
.ow-cta__heading {
  font-size: 32px;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .ow-cta__heading {
    font-size: 36px;
  }
}
.ow-cta__description {
  color: #FFFFFF;
  font-size: 20px;
}
.ow-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .ow-cta__actions {
    flex-direction: row;
    align-items: flex-start;
  }
}

/**
 * Typography
 */
/**
 * Single Event Date List
 */
.elementor-widget-ow-single-event-date-list {
  width: 100%;
}

.ow-single-event-date-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ow-single-event-date-list__empty {
  color: #757575;
  font-size: 16px;
  text-align: center;
  margin: 32px !important;
}
.ow-single-event-date-list__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .ow-single-event-date-list__row {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
}
.ow-single-event-date-list__row--bordered {
  border-top: 1px solid #868B98;
}
.ow-single-event-date-list__content {
  display: flex;
  flex: 1;
  gap: 16px;
  align-items: flex-start;
  min-width: 0;
}
.ow-single-event-date-list__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  padding: 8px 4px;
  background-color: #1260A6;
  color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
}
.ow-single-event-date-list__day {
  display: block;
  font-family: "Manrope", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.44px;
}
.ow-single-event-date-list__month {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.ow-single-event-date-list__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.ow-single-event-date-list__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.ow-single-event-date-list__title {
  font-family: "Manrope", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.36px;
  color: #211F20;
}
.ow-single-event-date-list__pill.ow-pill {
  width: fit-content;
}
.ow-single-event-date-list__pill.ow-pill.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .ow-single-event-date-list__pill.ow-pill.desktop-only {
    display: inline-flex;
  }
  .ow-single-event-date-list__pill.ow-pill.mobile-only {
    display: none;
  }
}
.ow-single-event-date-list__meta {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.ow-single-event-date-list__meta-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
}
.ow-single-event-date-list__meta-icon {
  display: flex;
  color: #89673E;
  flex-shrink: 0;
}
.ow-single-event-date-list__meta-text {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  white-space: nowrap;
}
.ow-single-event-date-list__desc {
  font-size: 14px;
  color: #211F20;
}
.ow-single-event-date-list__actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ow-single-event-date-list__actions {
    width: auto;
  }
}
.ow-single-event-date-list__register {
  min-height: unset;
  font-size: 14px;
}

/**
 * Typography
 */
/**
 * Single Event Details
 */
.ow-single-event-details {
  display: flex;
  gap: 4px;
}
.ow-single-event-details--stack {
  flex-direction: column;
}
.ow-single-event-details--horizontal {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
  row-gap: 4px;
}
.ow-single-event-details--medium .ow-single-event-details__item {
  font-size: 16px;
}
.ow-single-event-details--small .ow-single-event-details__item {
  font-size: 14px;
  gap: 4px;
}
.ow-single-event-details__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #444444;
}
.ow-single-event-details__icon {
  display: flex;
  color: #89673E;
}

/**
 * Typography
 */
/**
 * Events Calendar
 */
@keyframes ow-cal-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ow-cal-slide-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.elementor-widget-ow-events-calendar {
  width: 100%;
}

body.ow-no-scroll {
  overflow: hidden;
}

.ow-events-calendar-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ow-events-calendar-wrap.is-open {
  position: fixed;
  inset: 0;
  z-index: 510;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.ow-events-calendar-wrap.is-open::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #211F20;
  opacity: 0.8;
  animation: ow-cal-backdrop-in 0.2s ease-out;
}
.ow-events-calendar-wrap.is-open .ow-events-calendar__clear {
  display: none;
}
@media (min-width: 1024px) {
  .ow-events-calendar-wrap {
    position: sticky;
    top: calc(var(--ow-header-height) + var(--ow-header-offset) + 24px);
  }
}

.ow-events-calendar__toggle {
  position: fixed;
  bottom: 16px;
  right: 16px;
  left: 16px;
  z-index: 520;
  width: calc(100% - 32px);
  max-width: 500px;
  height: 64px;
  min-height: unset;
  margin: auto;
  border-color: #FFFFFF;
}
.ow-events-calendar__toggle:hover, .ow-events-calendar__toggle:focus {
  background-color: #1260A6;
  border-color: #FFFFFF;
}
.ow-events-calendar__toggle:focus {
  box-shadow: none;
}
@media (min-width: 1024px) {
  .ow-events-calendar__toggle {
    display: none !important;
  }
}

.ow-events-calendar__toggle-state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ow-events-calendar__toggle-state--close {
  display: none;
}

.ow-events-calendar__toggle--open .ow-events-calendar__toggle-state--calendar {
  display: none;
}
.ow-events-calendar__toggle--open .ow-events-calendar__toggle-state--close {
  display: inline-flex;
}

.ow-events-calendar {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 32px 16px;
  background-color: #F1F2F3;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .ow-events-calendar {
    display: flex;
  }
}
.ow-events-calendar-wrap.is-open .ow-events-calendar {
  display: flex;
  position: relative;
  animation: ow-cal-slide-up 0.25s ease-out 0.1s both;
}
.ow-events-calendar--loading {
  opacity: 0.6;
  pointer-events: none;
}
.ow-events-calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ow-events-calendar__month-label {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #211F20;
  text-align: center;
  flex: 1;
}
.ow-events-calendar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  color: #211F20;
}
.ow-events-calendar__nav:hover {
  color: #1260A6;
}
.ow-events-calendar__grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ow-events-calendar__day-row {
  display: grid;
  grid-template-columns: repeat(7, 36px);
  gap: 8px;
  padding: 8px 0;
}
.ow-events-calendar__day-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  padding: 2px 8px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #211F20;
}
.ow-events-calendar__week {
  display: grid;
  grid-template-columns: repeat(7, 36px);
  gap: 8px;
  padding: 4px 0;
}
.ow-events-calendar__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #5C5C5C;
  background: none;
  border: none;
  border-radius: 1000px;
  cursor: default;
}
.ow-events-calendar__cell--empty {
  pointer-events: none;
}
.ow-events-calendar__cell--has-events {
  width: 32px;
  height: 32px;
  margin: 2px;
  padding: 4px 12px;
  background-color: #1260A6;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 1000px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.ow-events-calendar__cell--has-events:hover {
  background-color: #103256;
}
.ow-events-calendar__cell--today {
  font-weight: 700;
  color: #1260A6;
}
.ow-events-calendar__cell--today.ow-events-calendar__cell--has-events {
  color: #FFFFFF;
}
.ow-events-calendar__cell--selected {
  outline: 2px solid #1260A6;
  outline-offset: 2px;
}
.ow-events-calendar__clear {
  justify-content: center;
  display: none !important;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .ow-events-calendar__clear {
    justify-content: flex-start;
  }
}
.ow-events-calendar__clear--visible {
  display: inline-flex !important;
}
.ow-events-calendar__clear:hover, .ow-events-calendar__clear:focus {
  text-decoration: underline;
}

/**
 * Typography
 */
/**
 * Events Carousel
 */
.elementor-widget-ow-events-carousel {
  width: 100%;
}

.ow-events-carousel__empty {
  color: #757575;
  font-size: 16px;
  text-align: center;
  margin: 32px !important;
}
.ow-events-carousel__swiper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .ow-events-carousel__swiper {
    gap: 64px;
  }
}
.ow-events-carousel__swiper .swiper-slide {
  height: auto;
}
.ow-events-carousel__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.ow-events-carousel__image-link {
  display: block;
  text-decoration: none;
  flex-shrink: 0;
}
.ow-events-carousel__image {
  position: relative;
  height: 275px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E4E4E4;
}
.ow-events-carousel__img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.ow-events-carousel__img:hover {
  transform: scale(1.03);
}
.ow-events-carousel__img-placeholder {
  width: 100%;
  height: 100%;
  background-color: #E4E4E4;
}
.ow-events-carousel__img-placeholder > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ow-events-carousel__pill {
  position: absolute;
  top: 12px;
  right: 12px;
}
.ow-events-carousel__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
}
.ow-events-carousel__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.ow-events-carousel__title-link {
  text-decoration: none;
  color: inherit;
}
.ow-events-carousel__title-link:hover .ow-events-carousel__title {
  text-decoration: underline;
}
.ow-events-carousel__title {
  font-family: "Manrope", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.56px;
  color: #103256;
  margin: 0;
  transition: color 0.2s ease;
}
.ow-events-carousel__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ow-events-carousel__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ow-events-carousel__meta-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #89673E;
  width: 20px;
  height: 20px;
}
.ow-events-carousel__meta-icon svg {
  width: 20px;
  height: 20px;
}
.ow-events-carousel__meta-text {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ow-events-carousel__excerpt {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #211F20;
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ow-events-carousel__action {
  padding-top: 8px;
  margin-top: auto;
}
.ow-events-carousel__action .ow-btn {
  display: inline-flex;
}
.ow-events-carousel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px;
}
.ow-events-carousel__footer:has(.swiper-pagination-lock) {
  display: none;
}
.ow-events-carousel__pagination {
  position: relative !important;
  bottom: 0 !important;
  text-align: left !important;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  color: #103256;
}
.ow-events-carousel__nav {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.ow-events-carousel__btn-prev, .ow-events-carousel__btn-next {
  width: 52px;
  padding: 0;
}
.ow-events-carousel__btn-prev.swiper-button-disabled, .ow-events-carousel__btn-next.swiper-button-disabled {
  pointer-events: none;
}

/**
 * Typography
 */
/**
 * Events Filter
 */
.elementor-widget-ow-events-filter {
  position: relative;
  width: 100%;
}

.ow-events-filter {
  position: relative;
}
.ow-events-filter__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  background-color: #FFFFFF;
  border: 1px solid #868B98;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
}
.ow-events-filter__toggle--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #868B98;
}
.ow-events-filter__toggle--active .ow-events-filter__toggle-text {
  color: #1260A6;
  font-weight: 600;
}
.ow-events-filter__toggle-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #211F20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.ow-events-filter__toggle-icon {
  display: flex;
  color: #211F20;
  flex-shrink: 0;
}
.ow-events-filter__toggle-arrow {
  display: flex;
  color: #211F20;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.ow-events-filter__toggle--open .ow-events-filter__toggle-arrow {
  transform: rotate(180deg);
}
.ow-events-filter__arrow-icon {
  display: block;
}
.ow-events-filter__panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF;
  border: 1px solid #868B98;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 4px rgba(33, 31, 32, 0.03), 0 12px 12px rgba(33, 31, 32, 0.08);
  overflow: hidden;
}
.ow-events-filter__panel[hidden] {
  display: none;
}
.ow-events-filter__form {
  display: flex;
  flex-direction: column;
}
.ow-events-filter__section {
  border-bottom: 1px solid #D1D1D1;
}
.ow-events-filter__section:last-child {
  border-bottom: none;
}
.ow-events-filter__section-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
}
.ow-events-filter__parent-label {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #211F20;
}
.ow-events-filter__section-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #211F20;
  transition: transform 0.2s ease;
}
.ow-events-filter__section-toggle--collapsed {
  transform: rotate(-90deg);
}
.ow-events-filter__children {
  list-style: none;
  margin: 0;
  padding: 0 0 12px;
}
.ow-events-filter__children[hidden] {
  display: none;
}
.ow-events-filter__child-item {
  display: flex;
  align-items: center;
  padding: 4px 32px;
}
.ow-events-filter__child-label {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #211F20;
}
.ow-events-filter__checkbox-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ow-events-filter__checkbox {
  position: absolute;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}
.ow-events-filter__checkbox:focus-visible + .ow-events-filter__checkbox-box {
  outline: 2px solid #1260A6;
  outline-offset: 2px;
}
.ow-events-filter__checkbox-box {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #5C5C5C;
  border-radius: 4px;
  background-color: #FFFFFF;
  flex-shrink: 0;
}
.ow-events-filter__checkbox:checked + .ow-events-filter__checkbox-box {
  background-color: #1260A6;
  border-color: #1260A6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.3 4.3a1 1 0 0 0-1.4 0L6.5 9.6 4.1 7.3a1 1 0 0 0-1.4 1.4l3 3a1 1 0 0 0 1.4 0l6-6a1 1 0 0 0 0-1.4Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

/**
 * Typography
 */
/**
 * Events List
 */
.elementor-widget-ow-events-list {
  width: 100%;
}

.ow-events-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ow-events-list--loading {
  opacity: 0.5;
  pointer-events: none;
}
.ow-events-list__group {
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .ow-events-list__group {
    flex-direction: row;
    gap: 24px;
  }
}
.ow-events-list__group:last-child .ow-events-list__cards .ow-events-list__card:last-child {
  border: none;
}
.ow-events-list__date-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  min-width: 64px;
}
@media (min-width: 768px) {
  .ow-events-list__date-label {
    flex-direction: column;
    gap: 4px;
  }
}
.ow-events-list__date-num {
  font-family: "Manrope", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2%;
  color: #211F20;
}
.ow-events-list__date-abbr {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #5C5C5C;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ow-events-list__date-abbr {
    margin-top: 2px;
  }
}
.ow-events-list__date-today {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1260A6;
  text-transform: uppercase;
  letter-spacing: 10%;
}
.ow-events-list__cards {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}
.ow-events-list__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #868B98;
  position: relative;
}
@media (min-width: 768px) {
  .ow-events-list__card {
    flex-direction: row;
  }
}
.ow-events-list__card:first-child {
  padding-top: 0;
}
.ow-events-list__card-media {
  display: none;
  flex-shrink: 0;
  width: 232px;
  height: 232px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E4E4E4;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .ow-events-list__card-media {
    display: block;
  }
}
.ow-events-list__card-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.ow-events-list__card-img:hover {
  transform: scale(1.03);
}
.ow-events-list__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.ow-events-list__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ow-events-list__card-category {
  width: fit-content;
}
.ow-events-list__card-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.ow-events-list__card-title-link {
  text-decoration: none;
  color: inherit;
}
.ow-events-list__card-title-link:hover .ow-events-list__card-title {
  text-decoration: underline;
}
.ow-events-list__card-title {
  flex: 1;
  font-family: "Manrope", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.44px;
  color: #103256;
  margin: 0;
}
.ow-events-list__card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.ow-events-list__card-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.ow-events-list__card-meta-icon {
  display: flex;
  color: #89673E;
  flex-shrink: 0;
}
.ow-events-list__card-meta-text {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  white-space: nowrap;
}
.ow-events-list__card-excerpt {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #211F20;
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ow-events-list__card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ow-events-list__card-actions .ow-btn {
  width: auto;
}
.ow-events-list__card-link-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #1260A6;
  text-decoration: none;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .ow-events-list__card-link-icon {
    display: flex;
  }
}
.ow-events-list__empty {
  padding: 48px 0;
  text-align: center;
}
.ow-events-list__empty p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #757575;
  margin: 0;
}

/**
 * Typography
 */
/**
 * Events Search
 */
.elementor-widget-ow-events-search {
  width: 100%;
}

.ow-events-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  gap: 12px;
  background-color: #FFFFFF;
  border: 1px solid #868B98;
  border-radius: 4px;
}
.ow-events-search__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #211F20;
  pointer-events: none;
}
.ow-events-search__input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #211F20;
}
.ow-events-search__input::placeholder {
  color: #757575;
}
.ow-events-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/**
 * Typography
 */
/**
 * Gallery Track Widget
 */
@keyframes ow-gallery-track-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ow-gallery-track {
  overflow: hidden;
  width: 100%;
}
.ow-gallery-track__inner {
  display: flex;
  width: max-content;
  animation: ow-gallery-track-scroll 50s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}
.ow-gallery-track__inner[data-track-ready] {
  animation-play-state: running;
}
.ow-gallery-track__set {
  display: flex;
  gap: 32px;
  flex-shrink: 0;
  padding-right: 32px;
}
.ow-gallery-track__item {
  flex-shrink: 0;
  height: 350px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E4E4E4;
}
.ow-gallery-track__item--landscape {
  width: 600px;
}
.ow-gallery-track__item--portrait {
  width: 400px;
}
@media (min-width: 768px) {
  .ow-gallery-track__item {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .ow-gallery-track__item {
    height: 450px;
  }
}
.ow-gallery-track__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/**
 * Typography
 */
/**
 * Header
 */
:root {
  --ow-header-height: 129px;
  --ow-header-offset: 0px;
}
@media (min-width: 430px) {
  :root {
    --ow-header-height: 140px;
  }
}
@media (min-width: 1280px) {
  :root {
    --ow-header-height: 153px;
  }
}

body.ow-menu-open {
  overflow: hidden;
}
body.ow-menu-open .elementor-location-header {
  z-index: 530;
}

@media (min-width: 601px) {
  body:has(#wpadminbar) {
    --ow-header-offset: 46px;
  }
}
@media (min-width: 783px) {
  body:has(#wpadminbar) {
    --ow-header-offset: 32px;
  }
}

.elementor-location-header {
  position: sticky;
  top: var(--ow-header-offset);
  z-index: 500;
}

.ow-header__topbar {
  display: flex;
  justify-content: center;
  min-height: 37px;
  padding: 8px 20px;
  background-color: #211F20;
}
.ow-header__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1312px;
}
.ow-header__topbar-info {
  display: flex;
  align-items: center;
  gap: 32px;
}
.ow-header__topbar-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.ow-header__topbar-link svg {
  color: #FFFFFF;
  flex-shrink: 0;
}
.ow-header__topbar-link:hover, .ow-header__topbar-link:focus {
  text-decoration: underline;
}
.ow-header__location {
  display: none;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ow-header__location {
    display: flex;
  }
}
.ow-header__topbar-nav {
  display: block;
  margin-left: auto;
}
.ow-header__topbar-nav .ow-header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ow-header__topbar-nav .menu-item {
  line-height: 1;
}
.ow-header__topbar-nav .menu-item > a {
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.ow-header__topbar-nav .menu-item > a:hover, .ow-header__topbar-nav .menu-item > a:focus {
  text-decoration: underline;
}
.ow-header__navbar {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 16px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .ow-header__navbar {
    padding: 20px;
  }
}
.ow-header__navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1312px;
}
@media (min-width: 1280px) {
  .ow-header__navbar-inner {
    gap: 32px;
  }
}
.ow-header__brand {
  display: block;
  flex-shrink: 0;
  width: 200px;
}
@media (min-width: 430px) {
  .ow-header__brand {
    width: 250px;
  }
}
@media (min-width: 1280px) {
  .ow-header__brand {
    width: 300px;
  }
}
.ow-header__brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ow-header__primary-nav {
  display: none;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .ow-header__primary-nav {
    display: block;
  }
}
.ow-header__primary-nav .ow-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
@media (min-width: 1280px) {
  .ow-header__primary-nav .ow-header__nav-list {
    gap: 32px;
  }
}
.ow-header__primary-nav .ow-header__nav-list > .menu-item > .ow-header__nav-link {
  position: relative;
}
.ow-header__primary-nav .ow-header__nav-list > .menu-item > .ow-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  background-color: #211F20;
  transform: translateY(-4px);
  transition: all 0.2s ease-in-out;
}
.ow-header__primary-nav .ow-header__nav-list > .menu-item > .ow-header__nav-link:hover::after, .ow-header__primary-nav .ow-header__nav-list > .menu-item > .ow-header__nav-link:focus::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.ow-header__primary-nav .menu-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  transition: background-color 0.3s ease-in-out;
}
.ow-header__primary-nav .menu-item > a {
  color: #211F20;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.ow-header__primary-nav .menu-item > .ow-header__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #211F20;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.ow-header__primary-nav .menu-item.is-open > .ow-header__chevron {
  transform: rotate(180deg);
}
.ow-header__primary-nav .menu-item.is-open > .ow-header__mega-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.ow-header__mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #D1D1D1;
  box-shadow: 0px 4px 6px rgba(33, 31, 32, 0.03), 0px 12px 24px rgba(33, 31, 32, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  visibility: hidden;
  transition: all 0.2s ease-in;
  z-index: 200;
}
.ow-header__mega-menu--text .ow-header__mega-tagline {
  color: #444444;
}
.ow-header__mega-menu-inner {
  display: flex;
  align-items: stretch;
  gap: 48px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 24px;
}
.ow-header__mega-border {
  height: 8px;
  background-color: #1260A6;
}
.ow-header__mega-featured {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
  width: 100%;
  max-width: 360px;
  padding: 48px 48px 48px 0;
  border-right: 1px solid #D1D1D1;
}
@media (min-width: 1280px) {
  .ow-header__mega-featured {
    max-width: 420px;
  }
}
.ow-header__mega-tagline {
  margin: 0;
}
.ow-header__mega-image {
  display: none;
  width: 100%;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ow-header__mega-image {
    display: block;
  }
}
.ow-header__mega-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.ow-header__mega-image:hover img, .ow-header__mega-image:focus img {
  transform: scale(1.03);
}
.ow-header__mega-heading {
  font-family: "Manrope", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #1260A6;
  margin: 0;
}
.ow-header__mega-description {
  font-size: 14px;
  margin: 0;
}
@media (min-width: 768px) {
  .ow-header__mega-description {
    font-size: 16px;
  }
}
.ow-header__mega-cta {
  font-size: 16px;
}
.ow-header__mega-columns {
  display: flex;
  flex-grow: 1;
  padding: 48px 0;
  gap: 24px;
}
.ow-header__mega-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.ow-header__mega-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ow-header__mega-group-tagline {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ow-header__mega-group-icon {
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  color: #103256;
}
.ow-header__mega-links {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .ow-header__mega-links {
    gap: 24px;
  }
}
.ow-header__mega-links li {
  border-radius: 4px;
}
.ow-header__mega-links li a {
  display: flex;
  flex-direction: column;
}
.ow-header__mega-links li a:hover .ow-header__mega-link-label, .ow-header__mega-links li a:focus .ow-header__mega-link-label {
  text-decoration: underline;
}
.ow-header__mega-link-label {
  font-size: 16px;
  font-weight: 700;
  color: #211F20;
}
.ow-header__mega-link-description {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #444444;
}
.ow-header--scrolled .ow-header__navbar:not(:has(+ .ow-header__mobile-drawer--open)) {
  box-shadow: 0px 4px 16px rgba(33, 31, 32, 0.12);
}
.ow-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.ow-header__search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 4px;
  color: #211F20;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .ow-header__search-toggle {
    width: 40px;
    height: 40px;
  }
}
.ow-header__search-toggle:hover, .ow-header__search-toggle:focus {
  background-color: #1260A6;
  color: #FFFFFF;
}
.ow-header__search-toggle svg {
  display: block;
}
.ow-header__search-toggle.ow-btn {
  width: 100%;
  height: auto;
}
.ow-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 52px;
  height: 48px;
  padding: 0;
  background-color: transparent !important;
  border: 1px solid #211F20;
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .ow-header__hamburger {
    display: none;
  }
}
.ow-header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #211F20;
  border-radius: 1000px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.2s;
}
.ow-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.ow-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.ow-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.ow-header__mobile-drawer {
  overflow: hidden;
  max-height: 0;
  background-color: #FFFFFF;
  transition: max-height 0.35s ease;
}
@media (min-width: 1024px) {
  .ow-header__mobile-drawer {
    display: none;
  }
}
.ow-header__mobile-drawer--open {
  height: 100vh;
  max-height: calc(100vh - var(--ow-header-height));
  overflow-y: auto;
}
.ow-header__mobile-inner {
  display: flex;
  flex-direction: column;
}
.ow-header__mobile-primary .ow-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ow-header__mobile-primary .menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #E4E4E4;
}
.ow-header__mobile-primary .menu-item:last-child {
  border-bottom: none;
}
.ow-header__mobile-primary .menu-item > .ow-header__mobile-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  transition: background-color 0.3s ease-in-out;
}
.ow-header__mobile-primary .menu-item > .ow-header__mobile-item-header > a {
  flex-grow: 1;
  display: block;
  padding: 16px;
  color: #211F20;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
}
.ow-header__mobile-primary .menu-item > .ow-header__mobile-item-header > .ow-header__chevron {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #211F20;
  margin: 0 16px;
  transition: transform 0.25s ease;
}
.ow-header__mobile-primary .menu-item > .ow-header__mobile-item-header > .ow-header__chevron svg {
  width: 28px;
  height: 28px;
}
.ow-header__mobile-primary .menu-item > a {
  flex-grow: 1;
  display: block;
  padding: 16px;
  color: #211F20;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
}
.ow-header__mobile-primary .menu-item.is-open > .ow-header__mobile-item-header {
  background-color: #E8F3FC;
}
.ow-header__mobile-primary .menu-item.is-open > .ow-header__mobile-item-header > .ow-header__chevron {
  transform: rotate(180deg);
}
.ow-header__mobile-primary .menu-item.is-open > .sub-menu {
  max-height: 1500px;
  opacity: 1;
}
.ow-header__mobile-primary .sub-menu {
  flex-basis: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.ow-header__mobile-primary .sub-menu .menu-item {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  position: relative;
}
.ow-header__mobile-primary .sub-menu .menu-item > a {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.ow-header__mobile-primary .sub-menu .menu-item > .ow-header__chevron {
  display: none;
}
.ow-header__mobile-primary .sub-menu .menu-item.menu-item-has-children > .ow-header__chevron {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #211F20;
  transition: transform 0.25s ease;
}
.ow-header__mobile-primary .sub-menu .menu-item.menu-item-has-children.is-open > .ow-header__chevron {
  transform: rotate(180deg);
}
.ow-header__mega-mobile {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .ow-header__mega-mobile {
    gap: 24px;
  }
}
.ow-header__mega-mobile .ow-header__mega-group {
  padding: 0 16px 24px;
  gap: 8px;
}
.ow-header__mega-mobile .ow-header__mega-links li a {
  padding: 12px 0;
}
.ow-header__mega-mobile .ow-header__mega-link-label {
  font-size: 16px;
  font-weight: 400;
}
.ow-header__mega-mobile .ow-header__mega-featured {
  max-width: none;
  padding: 24px 16px 0;
  border-right: none;
}
.ow-header__mega-mobile .ow-header__mega-image {
  height: 200px;
}
@media (min-width: 768px) {
  .ow-header__mega-mobile .ow-header__mega-image {
    max-width: 50%;
  }
}
.ow-header__mega-mobile-divider {
  margin: 24px 16px !important;
  border: none;
  border-top: 1px solid #D1D1D1;
}
.ow-header__search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(33, 31, 32, 0.98);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 20px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.ow-header__search-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.ow-header__search-inner {
  position: relative;
  width: 100%;
  max-width: 768px;
}
.ow-header__search-close {
  width: 36px;
  height: 36px;
  padding: 0;
  position: absolute;
  top: -52px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #FFFFFF;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.ow-header__search-close:hover {
  background-color: #89673E;
}
.ow-header__search-form {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  border-bottom: 2px solid #89673E;
}
.ow-header__search-input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 12px 0;
}
.ow-header__search-input::placeholder {
  color: #B8B8B8;
}
.ow-header__search-input::-webkit-search-cancel-button, .ow-header__search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.ow-header__search-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ow-header__search-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 4px;
  text-decoration: none;
  color: #211F20;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ow-header__search-item:hover {
  background-color: rgba(232, 243, 252, 0.1);
}
.ow-header__search-item:hover .ow-header__search-item-title {
  text-decoration: underline;
}
.ow-header__search-item:hover .ow-header__search-item-excerpt {
  color: #FFFFFF;
}
.ow-header__search-item-image {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 4px;
}
.ow-header__search-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ow-header__search-item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ow-header__search-item-title {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  transition: color 0.3s ease-in-out;
}
.ow-header__search-item-excerpt {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #B8B8B8;
  transition: color 0.3s ease-in-out;
}
.ow-header__search-loading, .ow-header__search-empty {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #B8B8B8;
  text-align: center;
  padding: 24px 0;
  margin: 0;
}

/**
 * Typography
 */
/**
 * Hero Slider Widget
 */
.ow-hero-slider {
  position: relative;
  width: 100%;
}
.ow-hero-slider .ow-btn {
  display: inline-flex;
}
.ow-hero-slider .ow-btn:hover, .ow-hero-slider .ow-btn:focus {
  text-decoration: underline;
}
.ow-hero-slider__media {
  width: 100%;
  height: 500px;
  background-color: #E4E4E4;
}
@media (min-width: 1024px) {
  .ow-hero-slider__media {
    height: calc(100vh - var(--ow-header-height));
  }
}
.ow-hero-slider__media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ow-hero-slider__media::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(33, 31, 32, 0) 50%, #211f20);
}
.ow-hero-slider__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 815px;
  position: absolute;
  right: 0;
  bottom: 98px;
  left: 0;
  padding: 0 20px;
  z-index: 5;
}
@media (min-width: 1280px) {
  .ow-hero-slider__card {
    padding: 0 64px;
  }
}
.ow-hero-slider__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
}
.ow-hero-slider__title {
  margin: 0;
  font-family: "Manrope", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.44px;
  color: #103256;
}
.ow-hero-slider__divider {
  margin: 0;
  border: none;
  border-top: 1px solid #D1D1D1;
}
.ow-hero-slider__description {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #211F20;
}
.ow-hero-slider__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 815px;
  padding: 24px 20px 32px;
  z-index: 5;
}
@media (min-width: 1280px) {
  .ow-hero-slider__footer {
    padding: 24px 64px 32px;
  }
}
.ow-hero-slider__pagination {
  display: flex;
  gap: 8px;
}
.ow-hero-slider__pagination.swiper-pagination.swiper-pagination-bullets {
  position: relative;
  bottom: unset;
  left: unset;
  text-align: left;
}
.ow-hero-slider__pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.ow-hero-slider__pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  width: 24px;
}
.ow-hero-slider__nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.ow-hero-slider__prev, .ow-hero-slider__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  min-height: unset;
  padding: 0;
  flex-shrink: 0;
}

/**
 * Typography
 */
/**
 * Image Carousel
 */
.ow-image-carousel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .ow-image-carousel {
    gap: 32px;
  }
}
.ow-image-carousel.swiper {
  padding: 4px;
  margin: -4px;
}
.ow-image-carousel__slide, .ow-image-carousel__arrow {
  height: 350px;
}
@media (min-width: 768px) {
  .ow-image-carousel__slide, .ow-image-carousel__arrow {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .ow-image-carousel__slide, .ow-image-carousel__arrow {
    height: 600px;
  }
}
.ow-image-carousel__slide {
  border-radius: 4px;
  overflow: hidden;
  background-color: #E4E4E4;
}
.ow-image-carousel__image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.ow-image-carousel__image:hover {
  transform: scale(1.03);
}
.ow-image-carousel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ow-image-carousel__nav {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.ow-image-carousel__btn-prev.swiper-button-disabled, .ow-image-carousel__btn-next.swiper-button-disabled, .ow-image-carousel__arrow.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.ow-image-carousel__btn-prev, .ow-image-carousel__btn-next {
  width: 52px;
  padding: 0;
}
.ow-image-carousel__pagination {
  position: relative !important;
  bottom: 0 !important;
  left: 0 !important;
  transform: none !important;
  text-align: right !important;
}
.ow-image-carousel__pagination .swiper-pagination-bullet {
  background-color: #211F20;
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
}
.ow-image-carousel__pagination .swiper-pagination-bullet-active {
  background-color: #1260A6;
}
.ow-image-carousel--height-small .ow-image-carousel__slide,
.ow-image-carousel--height-small .ow-image-carousel__arrow {
  height: 200px;
}
@media (min-width: 768px) {
  .ow-image-carousel--height-small .ow-image-carousel__slide,
  .ow-image-carousel--height-small .ow-image-carousel__arrow {
    height: 150px;
  }
}
.ow-image-carousel--arrows-inside {
  position: relative;
}
.ow-image-carousel--arrows-inside .ow-image-carousel__footer {
  justify-content: center;
}
.ow-image-carousel__arrow {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #FFFFFF;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.ow-image-carousel__arrow:hover, .ow-image-carousel__arrow:focus-visible {
  opacity: 1;
}
.ow-image-carousel__arrow--prev {
  left: 8px;
}
.ow-image-carousel__arrow--next {
  right: 8px;
}
.ow-image-carousel__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.ow-image-carousel__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.ow-image-carousel__slide:hover .ow-image-carousel__zoom, .ow-image-carousel__link:focus-visible .ow-image-carousel__zoom {
  opacity: 1;
}

/**
 * Typography
 */
/**
 * Timeline Widget
 */
.ow-timeline--no-animate,
.ow-timeline--no-animate * {
  transition: none !important;
}

.ow-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ow-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 2px;
  background-color: #868B98;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .ow-timeline::before {
    left: 50%;
  }
}

.ow-timeline__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 28px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .ow-timeline__item {
    padding-left: 44px;
  }
}
@media (min-width: 1024px) {
  .ow-timeline__item {
    display: grid;
    grid-template-columns: 1fr 32px 1fr;
    gap: 0 24px;
    align-items: start;
    padding-left: 0;
    padding-bottom: 64px;
  }
  .ow-timeline__item:not(.ow-timeline__item--even):not(.is-visible) .ow-timeline__media-col {
    opacity: 0;
    transform: translateX(-30px);
  }
  .ow-timeline__item:not(.ow-timeline__item--even):not(.is-visible) .ow-timeline__content-col {
    opacity: 0;
    transform: translateX(30px);
  }
  .ow-timeline__item.ow-timeline__item--even:not(.is-visible) .ow-timeline__media-col {
    opacity: 0;
    transform: translateX(30px);
  }
  .ow-timeline__item.ow-timeline__item--even:not(.is-visible) .ow-timeline__content-col {
    opacity: 0;
    transform: translateX(-30px);
  }
  .ow-timeline__item.is-visible .ow-timeline__media-col,
  .ow-timeline__item.is-visible .ow-timeline__content-col {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 1280px) {
  .ow-timeline__item {
    gap: 0 48px;
  }
}
.ow-timeline__item:not(.is-visible) .ow-timeline__media-col,
.ow-timeline__item:not(.is-visible) .ow-timeline__content-col {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ow-timeline__item.is-visible .ow-timeline__media-col,
.ow-timeline__item.is-visible .ow-timeline__content-col {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.ow-timeline__item.is-visible .ow-timeline__media-col {
  transition-delay: 0.1s;
}

.ow-timeline__line-col {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  display: flex;
  justify-content: center;
  padding-top: 16px;
}
@media (min-width: 1024px) {
  .ow-timeline__line-col {
    padding-top: 20px;
    position: relative;
    width: auto;
    grid-column: 2;
    display: flex;
    justify-content: center;
    order: 2;
  }
}

.ow-timeline__marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #89673E;
  padding: 8px 0;
}

.ow-timeline__media-col {
  order: 3;
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .ow-timeline__media-col {
    order: 1;
    width: auto;
    margin-top: 0;
    grid-column: 1;
  }
  .ow-timeline__item--even .ow-timeline__media-col {
    order: 3;
    grid-column: 3;
  }
}

.ow-timeline__content-col {
  order: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .ow-timeline__content-col {
    order: 3;
    width: auto;
    grid-column: 3;
  }
  .ow-timeline__item--even .ow-timeline__content-col {
    order: 1;
    grid-column: 1;
    text-align: right;
  }
  .ow-timeline__item--even .ow-timeline__content-col .ow-timeline__date,
  .ow-timeline__item--even .ow-timeline__content-col .ow-timeline__title,
  .ow-timeline__item--even .ow-timeline__content-col .ow-timeline__description {
    text-align: right;
  }
}

.ow-timeline__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}
@media (min-width: 1024px) {
  .ow-timeline__text {
    gap: 24px;
  }
}

.ow-timeline__date {
  margin: 0;
  font-family: "Manrope", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #1260A6;
}
@media (min-width: 1024px) {
  .ow-timeline__date {
    font-size: 36px;
  }
}

.ow-timeline__title {
  margin: 0;
  font-family: "Manrope", serif;
  font-size: 24px;
  color: #103256;
}
@media (min-width: 1024px) {
  .ow-timeline__title {
    font-size: 28px;
  }
}

.ow-timeline__description {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #211F20;
}

.ow-timeline__image {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #E4E4E4;
}
.ow-timeline__image a.ow-timeline__image-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.ow-timeline__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.ow-timeline__image--medium {
  height: 260px;
}
@media (min-width: 768px) {
  .ow-timeline__image--medium {
    height: 350px;
  }
}

.ow-timeline__image--large {
  height: 320px;
}
@media (min-width: 768px) {
  .ow-timeline__image--large {
    height: 500px;
  }
}

/**
 * Typography
 */
/**
 * Page Header Widget
 */
@keyframes ow-page-header-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ow-page-header-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ow-page-header-wrap {
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
}

.elementor-widget-ow-page-header {
  width: 100%;
}

.ow-page-header {
  background-color: #FFFFFF;
  padding: 48px 16px;
}
@media (min-width: 768px) {
  .ow-page-header {
    padding: 64px 20px;
  }
}
.ow-page-header__container {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ow-page-header__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0;
  animation: ow-page-header-fade-up 0.5s ease-in-out both;
}
@media (min-width: 1024px) {
  .ow-page-header__content {
    flex-direction: row;
    gap: 80px;
  }
}
.ow-page-header__column {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ow-page-header__tagline {
  margin: 0;
}
.ow-page-header__heading {
  color: #103256;
  font-size: 40px;
}
@media (min-width: 1024px) {
  .ow-page-header__heading {
    font-size: 48px;
  }
}
.ow-page-header__description {
  color: #444444;
  font-size: 20px;
}
.ow-page-header__media {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #E4E4E4;
  opacity: 0;
  order: -1;
  animation: ow-page-header-fade-in 0.5s ease-in-out 0.5s both;
}
@media (min-width: 768px) {
  .ow-page-header__media {
    height: 400px;
    order: 0;
  }
}
.ow-page-header__media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.ow-page-header__media img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/**
 * Typography
 */
/**
 * Blocks
 *
 * Custom, reusable section templates used to compose pages faster and
 * more consistently across the site. Maps to the "TM –" row templates
 * in the Elementor Template Library.
 */
.elementor .elementor-element.ow-block-area {
  overflow: hidden;
  flex-direction: column;
  gap: 64px;
  padding: 0 0 64px;
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block-area {
    padding-bottom: 96px;
  }
}

.elementor .elementor-element.ow-block {
  background-color: #FFFFFF;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .elementor .elementor-element.ow-block {
    padding: 0 20px;
  }
}
.elementor .elementor-element.ow-block .ow-block__container {
  max-width: 1312px;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .elementor .elementor-element.ow-block .ow-block__container {
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block .ow-block__container {
    flex-direction: row;
    gap: 64px;
  }
}
@media (min-width: 1280px) {
  .elementor .elementor-element.ow-block .ow-block__container {
    gap: 80px;
  }
}
.elementor .elementor-element.ow-block .ow-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.elementor .elementor-element.ow-block--body-text .ow-block__container {
  flex-direction: column;
  gap: 0;
}
.elementor .elementor-element.ow-block--body-text .ow-block__tagline {
  margin-bottom: 16px;
}
.elementor .elementor-element.ow-block--body-text .elementor-widget-text-editor,
.elementor .elementor-element.ow-block--body-text .elementor-widget-icon-list {
  margin-top: 24px;
}
.elementor .elementor-element.ow-block--body-text .elementor-widget-text-editor:only-child,
.elementor .elementor-element.ow-block--body-text .elementor-widget-icon-list:only-child {
  margin: 0;
}
.elementor .elementor-element.ow-block--full-width-image .ow-block__container {
  flex-direction: column;
  gap: 8px;
}
.elementor .elementor-element.ow-block--full-width-image .ow-block__image {
  height: 350px;
}
@media (min-width: 768px) {
  .elementor .elementor-element.ow-block--full-width-image .ow-block__image {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--full-width-image .ow-block__image {
    height: 500px;
  }
}
.elementor .elementor-element.ow-block--pull-quote .ow-block__container {
  gap: 16px;
  padding: 0 24px;
}
.elementor .elementor-element.ow-block--pull-quote .ow-block__quote {
  padding: 24px;
  border-left: 4px solid #1260A6;
}
.elementor .elementor-element.ow-block--blockquote .ow-block__container {
  padding: 0 24px;
}
.elementor .elementor-element.ow-block--blockquote .ow-block__quote {
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background-color: #E8F3FC;
  border-radius: 4px;
}
.elementor .elementor-element.ow-block--blockquote .ow-block__quote-author {
  font-weight: 700;
  color: #1260A6;
}
.elementor .elementor-element.ow-block--image-left-text-right .ow-block__container, .elementor .elementor-element.ow-block--image-right-text-left .ow-block__container {
  align-items: center;
}
.elementor .elementor-element.ow-block--image-left-text-right .ow-block__content, .elementor .elementor-element.ow-block--image-right-text-left .ow-block__content {
  flex-direction: column;
  padding: 0;
}
.elementor .elementor-element.ow-block--image-left-text-right .ow-block__image-wrap, .elementor .elementor-element.ow-block--image-right-text-left .ow-block__image-wrap {
  padding: 0;
  height: 350px;
}
@media (min-width: 768px) {
  .elementor .elementor-element.ow-block--image-left-text-right .ow-block__image-wrap, .elementor .elementor-element.ow-block--image-right-text-left .ow-block__image-wrap {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--image-left-text-right .ow-block__image-wrap, .elementor .elementor-element.ow-block--image-right-text-left .ow-block__image-wrap {
    height: 640px;
    max-width: 600px;
  }
}
.elementor .elementor-element.ow-block--image-left-text-right .ow-block__tagline, .elementor .elementor-element.ow-block--image-right-text-left .ow-block__tagline {
  margin-bottom: 16px;
}
.elementor .elementor-element.ow-block--image-left-text-right .ow-block__title, .elementor .elementor-element.ow-block--image-right-text-left .ow-block__title {
  margin-bottom: 24px;
}
.elementor .elementor-element.ow-block--image-left-text-right .elementor-widget-ow-button, .elementor .elementor-element.ow-block--image-right-text-left .elementor-widget-ow-button {
  margin-top: 32px;
}
.elementor .elementor-element.ow-block--image-right-text-left .ow-block__image-wrap {
  order: -1;
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--image-right-text-left .ow-block__image-wrap {
    order: 1;
  }
}
.elementor .elementor-element.ow-block--carousel-left-text-right .ow-block__container, .elementor .elementor-element.ow-block--carousel-right-text-left .ow-block__container {
  align-items: center;
}
.elementor .elementor-element.ow-block--carousel-left-text-right .ow-block__content, .elementor .elementor-element.ow-block--carousel-right-text-left .ow-block__content {
  flex-direction: column;
  padding: 0;
}
.elementor .elementor-element.ow-block--carousel-left-text-right .ow-block__carousel-wrap, .elementor .elementor-element.ow-block--carousel-right-text-left .ow-block__carousel-wrap {
  padding: 0;
}
.elementor .elementor-element.ow-block--carousel-left-text-right .ow-block__tagline, .elementor .elementor-element.ow-block--carousel-right-text-left .ow-block__tagline {
  margin-bottom: 16px;
}
.elementor .elementor-element.ow-block--carousel-left-text-right .ow-block__title, .elementor .elementor-element.ow-block--carousel-right-text-left .ow-block__title {
  margin-bottom: 24px;
}
.elementor .elementor-element.ow-block--carousel-right-text-left .ow-block__carousel-wrap {
  order: -1;
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--carousel-right-text-left .ow-block__carousel-wrap {
    order: 1;
  }
}
.elementor .elementor-element.ow-block--image-gallery .ow-block__container {
  flex-direction: column;
  gap: 0;
}
.elementor .elementor-element.ow-block--image-gallery .ow-block__tagline {
  margin-bottom: 16px;
}
.elementor .elementor-element.ow-block--image-gallery .elementor-widget-text-editor {
  margin-top: 24px;
}
.elementor .elementor-element.ow-block--image-gallery .elementor-widget-text-editor:only-child {
  margin: 0;
}
.elementor .elementor-element.ow-block--cards .ow-block__container {
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 32px;
}
.elementor .elementor-element.ow-block--cards .ow-block__section-title {
  flex-direction: column;
  padding: 0;
  gap: 24px;
}
.elementor .elementor-element.ow-block--cards .ow-block__section-title .elementor-widget-text-editor {
  font-size: 20px;
}
.elementor .elementor-element.ow-block--cards .ow-block__cards {
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .elementor .elementor-element.ow-block--cards .ow-block__cards {
    padding: 0 48px;
  }
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--cards .ow-block__cards {
    flex-direction: row;
    gap: 32px;
  }
}
.elementor .elementor-element.ow-block--cards .ow-block__card {
  background-color: #E8F3FC;
  flex-direction: column;
  padding: 32px;
  border-radius: 4px;
}
.elementor .elementor-element.ow-block--cards .ow-block__title {
  margin-bottom: 16px;
}
.elementor .elementor-element.ow-block--cards .ow-block_subheading {
  margin-bottom: 16px;
  font-weight: 700;
  color: #1260A6;
}
.elementor .elementor-element.ow-block--cards .elementor-widget-text-editor {
  font-size: 16px;
  color: #211F20;
  line-height: 1.5;
}
.elementor .elementor-element.ow-block--cards .ow-block__actions {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
  padding: 0;
}
.elementor .elementor-element.ow-block--cards:has(.ow-block__actions) .elementor-widget-text-editor {
  margin-bottom: 24px;
}
.elementor .elementor-element.ow-block--image-grid .ow-block__container {
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 48px;
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--image-grid .ow-block__container {
    gap: 64px;
  }
}
.elementor .elementor-element.ow-block--image-grid .ow-block__section-title {
  flex-direction: column;
  padding: 0;
  gap: 24px;
}
.elementor .elementor-element.ow-block--image-grid .ow-block__section-title .elementor-widget-text-editor {
  font-size: 20px;
}
.elementor .elementor-element.ow-block--image-grid .ow-block__cards {
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .elementor .elementor-element.ow-block--image-grid .ow-block__cards {
    padding: 0 48px;
  }
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--image-grid .ow-block__cards {
    flex-direction: row;
    gap: 32px;
  }
}
.elementor .elementor-element.ow-block--image-grid .ow-block__card {
  flex-direction: column;
  padding: 0;
}
.elementor .elementor-element.ow-block--image-grid .ow-block__image {
  margin-bottom: 24px;
  height: 250px;
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--image-grid .ow-block__image {
    height: 350px;
  }
}
.elementor .elementor-element.ow-block--image-grid .ow-block__title {
  margin-bottom: 16px;
}
.elementor .elementor-element.ow-block--image-grid .elementor-widget-text-editor {
  font-size: 16px;
  color: #211F20;
  line-height: 1.5;
}
.elementor .elementor-element.ow-block--feature {
  background-color: #103256;
  background-image: url("./assets/bg-pattern-star.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .elementor .elementor-element.ow-block--feature {
    padding: 64px 20px;
  }
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--feature {
    padding: 96px 20px;
    margin: 32px 0;
  }
}
.elementor .elementor-element.ow-block--feature .ow-block__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  gap: 16px;
  text-align: center;
}
.elementor .elementor-element.ow-block--feature .e-heading-base,
.elementor .elementor-element.ow-block--feature .e-paragraph-base {
  color: #FFFFFF;
}
.elementor .elementor-element.ow-block--feature .ow-block__actions {
  padding: 0;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.elementor .elementor-element.ow-block--feature .ow-btn--primary:hover, .elementor .elementor-element.ow-block--feature .ow-btn--primary:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #211F20;
}
.elementor .elementor-element.ow-block--feature .ow-btn--primary:hover .ow-btn__icon, .elementor .elementor-element.ow-block--feature .ow-btn--primary:focus .ow-btn__icon {
  background-color: #211F20;
  color: #FFFFFF;
}
.elementor .elementor-element.ow-block--feature .ow-btn--primary:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.elementor .elementor-element.ow-block--events-feed {
  align-items: center;
  padding: 48px 16px;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .elementor .elementor-element.ow-block--events-feed {
    padding: 64px 20px;
  }
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--events-feed {
    padding: 96px 20px;
  }
}
.elementor .elementor-element.ow-block--events-feed .ow-block__container {
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--events-feed .ow-block__container {
    gap: 64px;
  }
}
.elementor .elementor-element.ow-block--events-feed .ow-block__section-title {
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
}
@media (min-width: 1024px) {
  .elementor .elementor-element.ow-block--events-feed .ow-block__section-title {
    flex-direction: row;
    align-items: flex-end;
    gap: 64px;
  }
}
@media (min-width: 1280px) {
  .elementor .elementor-element.ow-block--events-feed .ow-block__section-title {
    gap: 80px;
  }
}
.elementor .elementor-element.ow-block--events-feed .ow-block__content {
  flex-direction: column;
  max-width: 768px;
  padding: 0;
}
.elementor .elementor-element.ow-block--events-feed .e-heading-base {
  margin-bottom: 24px;
}

/**
 * Typography
 */
/**
 * Footer
 */
.elementor-location-footer .elementor-icon-list-items .elementor-icon-list-item > a {
  color: #B8B8B8;
}
.elementor-location-footer .elementor-icon-list-items .elementor-icon-list-item > a:hover, .elementor-location-footer .elementor-icon-list-items .elementor-icon-list-item > a:focus {
  color: #FFFFFF;
}
.elementor-location-footer .ow-footer-details .elementor-icon-list-item > a .elementor-icon-list-text:hover, .elementor-location-footer .ow-footer-details .elementor-icon-list-item > a .elementor-icon-list-text:focus {
  text-decoration: underline;
}
.elementor-location-footer .elementor-widget-social-icons .elementor-social-icon svg {
  transition: fill 0.3s ease-in-out;
}

/**
 * Typography
 */
/**
 * Contact Form
 */
#ow-contact-form .elementor-field-group {
  display: block;
}
#ow-contact-form .elementor-field-group .elementor-field-label {
  display: block;
  margin-bottom: 8px;
  padding: 0;
}
#ow-contact-form .elementor-size-md {
  min-height: 52px;
  padding: 12px 16px;
}
#ow-contact-form .elementor-size-md:focus {
  border-color: #1260A6;
  box-shadow: none;
}
#ow-contact-form .elementor-select-wrapper .select-caret-down-wrapper {
  font-size: 8px;
  top: 46%;
  right: 16px;
}
#ow-contact-form .elementor-message {
  font-weight: 600;
  margin: 32px 0 0;
}
#ow-contact-form .elementor-message.elementor-help-inline {
  margin: 8px 0 0;
  font-size: 14px;
}
#ow-contact-form .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
#ow-contact-form .elementor-field-option input[type=radio] {
  width: 16px;
  height: 16px;
  accent-color: #1260A6;
}
#ow-contact-form #ow-btn {
  min-width: 200px;
  margin-top: 16px;
}

/**
 * Typography
 */
/**
 * Elementor Image Gallery
 */
.elementor-image-gallery .gallery {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .elementor-image-gallery .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .elementor-image-gallery .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.elementor-image-gallery .gallery-item {
  max-width: 100% !important;
}
.elementor-image-gallery .gallery-icon > a {
  display: flex;
  height: 350px;
  overflow: hidden;
  border-radius: 4px;
}
.elementor-image-gallery .gallery-icon > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.elementor-image-gallery .gallery-icon > a:hover img, .elementor-image-gallery .gallery-icon > a:focus img {
  transform: scale(1.03);
}

.dialog-widget {
  font-family: "Manrope", sans-serif;
}

/**
 * Typography
 */
/**
 * Pills
 */
.ow-pill, .ow-post-terms .elementor-post-info .elementor-post-info__item .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 1000px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.ow-pill--primary {
  background-color: #1260A6;
  color: #FFFFFF;
}
.ow-pill--light {
  background-color: #D1E7FA;
  color: #103256;
}

.ow-post-terms .elementor-post-info .elementor-post-info__item .elementor-post-info__terms-list {
  display: flex;
  font-size: 0;
}
.ow-post-terms .elementor-post-info .elementor-post-info__item .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  margin-left: 8px;
}
.ow-post-terms .elementor-post-info .elementor-post-info__item .elementor-post-info__terms-list .elementor-post-info__terms-list-item:first-child {
  margin: 0;
}
.ow-post-terms.show-one .elementor-post-info .elementor-post-info__item .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  display: none;
}
.ow-post-terms.show-one .elementor-post-info .elementor-post-info__item .elementor-post-info__terms-list .elementor-post-info__terms-list-item:first-child {
  display: inline-flex;
}
.ow-post-terms--primary .elementor-post-info .elementor-post-info__item .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  background-color: #1260A6;
  color: #FFFFFF;
}
.ow-post-terms--light .elementor-post-info .elementor-post-info__item .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
  background-color: #D1E7FA;
  color: #103256;
}

/**
 * Typography
 */
/**
 * Homepage
 */
.ow-home-events-list .e-loop-item {
  border-top: 1px solid #868B98;
}
.ow-home-events-list .e-loop-item:first-of-type {
  border: none;
}

/**
 * Typography
 */
/**
 * Blog
 *
 * Custom styling for the blog. Includes pagination and grid loop item.
 */
.ow-blog .elementor-pagination {
  display: flex;
  justify-content: space-between;
}
.ow-blog .elementor-pagination span {
  opacity: 0.5;
  pointer-events: none;
}
.ow-blog .elementor-pagination .page-numbers {
  min-width: 110px;
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #103256;
  padding: 12px 20px;
  border: 1px solid #103256;
  border-radius: 1000px;
  transition: all 0.2s ease-in-out;
}
.ow-blog .elementor-pagination .page-numbers:hover, .ow-blog .elementor-pagination .page-numbers:focus {
  background-color: #1260A6;
  border-color: #1260A6;
  color: #FFFFFF;
}
.ow-blog .elementor-pagination .page-numbers:focus {
  box-shadow: 0 0 0 4px rgba(18, 96, 166, 0.2);
}

.ow-blog-loop-item__image {
  overflow: hidden;
  border-radius: 4px;
}
.ow-blog-loop-item__image img {
  transition: transform 0.3s ease;
}
.ow-blog-loop-item__image > a {
  width: 100%;
  height: 100%;
}
.ow-blog-loop-item__image:hover img {
  transform: scale(1.03);
}
.ow-blog-loop-item__title a {
  font-weight: 600;
}
.ow-blog-loop-item__title a:hover, .ow-blog-loop-item__title a:focus {
  text-decoration: underline;
}
.ow-blog-loop-item__excerpt {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
