/**
 * Theme Name:  Future Planner Careers
 * Author:      Open Water Marketing Agency
 * Version:     1.0.0
 * Text Domain: future-planner-careers
 * 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: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
  font-weight: 600;
  color: #3A7C82;
}

p, a, ul, ol {
  font-family: "Figtree", 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;
}

.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: #211F20;
}
.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: #3A7C82;
  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;
}

.text-tagline {
  line-height: 1;
}
.text-tagline::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #3A7C82;
}
.text-tagline--light::before {
  background-color: #6EA8A5;
}

/**
 * Animations
 */
@keyframes ow-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ow-icon-cycle {
  0% {
    transform: translateY(0);
  }
  49% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/**
 * Typography
 */
/**
 * Accordion
 */
.ow-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ow-accordion__item {
  background-color: #E8E6DE;
  border: 1px solid #E8E6DE;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.ow-accordion__item.active {
  border-color: #3A7C82;
}
.ow-accordion__item.active .ow-accordion__item-title .icon {
  background-color: #3A7C82;
  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;
  gap: 16px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #211F20;
  text-align: left;
  white-space: normal;
  width: 100%;
  padding: 12px 20px;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.ow-accordion__item-title:hover, .ow-accordion__item-title:focus {
  background-color: #E8E6DE;
  color: #211F20;
}
.ow-accordion__item-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 7px;
  border-radius: 8px;
  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: "Figtree", 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
 */
/**
 * OW 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, .global-form-overrides #ow-btn, .elementor-location-popup .elementor-widget-form #ow-btn, #ow-contact-form #ow-btn, #ow-multistep-form #ow-btn, #ow-multistep-form .e-form__buttons__wrapper .elementor-button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: unset;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  min-height: 52px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .ow-btn, .global-form-overrides #ow-btn, .elementor-location-popup .elementor-widget-form #ow-btn, #ow-contact-form #ow-btn, #ow-multistep-form #ow-btn, #ow-multistep-form .e-form__buttons__wrapper .elementor-button {
    width: auto;
  }
}
.ow-btn:disabled, .global-form-overrides #ow-btn:disabled, .elementor-location-popup .elementor-widget-form #ow-btn:disabled, #ow-contact-form #ow-btn:disabled, #ow-multistep-form #ow-btn:disabled, #ow-multistep-form .e-form__buttons__wrapper .elementor-button:disabled {
  opacity: 0.2;
}
.ow-btn__icon {
  font-size: 20px;
  width: 20px;
  height: 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, .global-form-overrides #ow-btn, .elementor-location-popup .elementor-widget-form #ow-btn, #ow-contact-form #ow-btn, #ow-multistep-form #ow-btn, #ow-multistep-form .e-form__buttons__wrapper .elementor-button {
  background-color: #3A7C82;
  border-color: #3A7C82;
  color: #FFFFFF;
}
.ow-btn--primary:hover, .global-form-overrides #ow-btn:hover, .elementor-location-popup .elementor-widget-form #ow-btn:hover, #ow-contact-form #ow-btn:hover, #ow-multistep-form #ow-btn:hover, #ow-multistep-form .e-form__buttons__wrapper .elementor-button:hover {
  background-color: #3D3E40;
  border-color: #3D3E40;
  color: #FFFFFF;
}
.ow-btn--primary:focus, .global-form-overrides #ow-btn:focus, .elementor-location-popup .elementor-widget-form #ow-btn:focus, #ow-contact-form #ow-btn:focus, #ow-multistep-form #ow-btn:focus, #ow-multistep-form .e-form__buttons__wrapper .elementor-button:focus {
  background-color: #3A7C82;
  border-color: #3A7C82;
  color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(58, 124, 130, 0.2);
}
.ow-btn--dark {
  background-color: #3D3E40;
  border-color: #3D3E40;
  color: #FFFFFF;
}
.ow-btn--dark:hover {
  background-color: #2E2A2B;
  border-color: #2E2A2B;
  color: #FFFFFF;
}
.ow-btn--dark:focus {
  background-color: #3D3E40;
  border-color: #3D3E40;
  color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(61, 62, 64, 0.2);
}
.ow-btn--light {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #3D3E40;
}
.ow-btn--light:hover {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  color: #3D3E40;
}
.ow-btn--light:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #3D3E40;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.ow-btn--outline-primary {
  background-color: transparent;
  border-color: #3A7C82;
  color: #3A7C82;
}
.ow-btn--outline-primary:hover {
  background-color: #3A7C82;
  border-color: #3A7C82;
  color: #FFFFFF;
}
.ow-btn--outline-primary:focus {
  background-color: #3A7C82;
  border-color: #3A7C82;
  color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(58, 124, 130, 0.2);
}
.ow-btn--outline-dark {
  background-color: transparent;
  border-color: #3D3E40;
  color: #3D3E40;
}
.ow-btn--outline-dark:hover {
  background-color: #3D3E40;
  border-color: #3D3E40;
  color: #FFFFFF;
}
.ow-btn--outline-dark:focus {
  background-color: #3D3E40;
  border-color: #3D3E40;
  color: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(61, 62, 64, 0.2);
}
.ow-btn--outline-light {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.ow-btn--outline-light:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #3D3E40;
}
.ow-btn--outline-light:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #3D3E40;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.ow-btn--text-primary, .ow-btn--text-secondary, .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-secondary:hover, .ow-btn--text-secondary: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: #3A7C82;
}
.ow-btn--text-primary:hover, .ow-btn--text-primary:focus {
  color: #405C5B;
}
.ow-btn--text-dark {
  color: #3D3E40;
}
.ow-btn--text-dark:hover, .ow-btn--text-dark:focus {
  color: #211F20;
}
.ow-btn--text-light {
  color: #FFFFFF;
}
.ow-btn--text-light:hover, .ow-btn--text-light:focus {
  color: #F6F6F6;
}
.ow-btn--small {
  padding: 10px 20px;
  font-size: 14px;
}

/**
 * Typography
 */
/**
 * Header
 */
:root {
  --ow-header-height: 107px;
  --ow-header-offset: 0px;
}

body.ow-menu-open {
  overflow: hidden;
}

@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: 999;
}

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

.ow-header__navbar {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .ow-header__navbar {
    padding: 16px 20px;
  }
}
.ow-header__navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
}
@media (min-width: 1280px) {
  .ow-header__navbar-inner {
    gap: 48px;
  }
}
.ow-header__brand {
  display: block;
  flex-shrink: 0;
  width: 200px;
}
.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::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  transform: translateY(4px);
  opacity: 0;
  visibility: hidden;
  background-color: #3A7C82;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.ow-header__primary-nav .ow-header__nav-list > .menu-item:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ow-header__primary-nav .menu-item {
  position: relative;
  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: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.ow-header__primary-nav .menu-item > .ow-header__arrow {
  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 > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  margin-top: 8px;
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 12px 12px 0 rgba(10, 13, 18, 0.08), 0 4px 4px 0 rgba(10, 13, 18, 0.03);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.ow-header__primary-nav .menu-item > .sub-menu .menu-item {
  position: relative;
  padding: 0;
}
.ow-header__primary-nav .menu-item > .sub-menu .menu-item > a {
  display: block;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  transition: background-color 0.2s ease;
}
.ow-header__primary-nav .menu-item > .sub-menu .menu-item > a:hover {
  background-color: #E8E6DE;
}
.ow-header__primary-nav .menu-item > .sub-menu .menu-item > .ow-header__arrow {
  display: none;
}
.ow-header__primary-nav .menu-item > .sub-menu .menu-item.menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ow-header__primary-nav .menu-item > .sub-menu .menu-item.menu-item-has-children > a {
  width: auto;
  flex-grow: 1;
}
.ow-header__primary-nav .menu-item > .sub-menu .menu-item.menu-item-has-children > .ow-header__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #211F20;
  transform: rotate(-90deg);
}
.ow-header__primary-nav .menu-item > .sub-menu .menu-item.menu-item-has-children > .sub-menu {
  top: -8px;
  left: 100%;
  margin-top: 0;
}
.ow-header__primary-nav .menu-item.is-open > .ow-header__arrow {
  transform: rotate(180deg);
}
.ow-header__primary-nav .menu-item.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.ow-header--scrolled .ow-header__navbar:not(:has(+ .ow-header__mobile-drawer--open)) {
  box-shadow: 0 12px 12px 0 rgba(10, 13, 18, 0.08), 0 4px 4px 0 rgba(10, 13, 18, 0.03);
}
.ow-header__actions {
  display: none;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .ow-header__actions {
    display: flex;
  }
}
.ow-header__cta {
  color: #FFFFFF;
  background-color: #DC3832;
  border-color: #DC3832;
}
.ow-header__cta:hover {
  background-color: #57110F;
  border-color: #57110F;
}
.ow-header__cta:focus {
  background-color: #DC3832;
  border-color: #DC3832;
  box-shadow: 0 0 0 4px rgba(220, 56, 50, 0.2);
}
.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 #3D3E40;
  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: #3D3E40;
  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-buttons {
  padding: 16px;
}
.ow-header__mobile-buttons .ow-header__cta {
  width: 100%;
}
.ow-header__mobile-primary .ow-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ow-header__mobile-primary .ow-header__nav-list > .menu-item.is-open > .ow-header__mobile-item-header {
  background-color: #E8E6DE;
}
.ow-header__mobile-primary .menu-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #D1D1D1;
}
.ow-header__mobile-primary .menu-item:last-child {
  border-bottom: none;
}
.ow-header__mobile-primary .menu-item > a,
.ow-header__mobile-primary .menu-item > .ow-header__mobile-item-header > a {
  flex-grow: 1;
  display: block;
  padding: 16px;
  color: #211F20;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
}
.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 > .ow-header__arrow {
  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__arrow svg {
  width: 24px;
  height: 24px;
}
.ow-header__mobile-primary .menu-item.is-open > .ow-header__mobile-item-header > a {
  font-weight: 600;
}
.ow-header__mobile-primary .menu-item.is-open > .ow-header__mobile-item-header > .ow-header__arrow {
  transform: rotate(180deg);
}
.ow-header__mobile-primary .menu-item.is-open > .sub-menu {
  max-height: 1000px;
  opacity: 1;
}
.ow-header__mobile-primary .sub-menu {
  flex-basis: 100%;
  max-height: 0;
  opacity: 0;
  padding-left: 16px;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.ow-header__mobile-primary .sub-menu .menu-item {
  border-bottom: none;
}

/**
 * Typography
 */
/**
 * Image Carousel
 */
.ow-image-carousel-wrap {
  position: relative;
  overflow: hidden;
  padding: 8px;
}

.ow-image-carousel {
  width: 100%;
  overflow: visible !important;
}
.ow-image-carousel .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.ow-image-carousel .swiper-slide-active, .ow-image-carousel .swiper-slide-next {
  opacity: 1;
  visibility: visible;
}
.ow-image-carousel__slide {
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 12px 0 rgba(10, 13, 18, 0.08), 0 4px 4px 0 rgba(10, 13, 18, 0.03);
}
@media (min-width: 1024px) {
  .ow-image-carousel__slide {
    height: 640px;
  }
}
.ow-image-carousel__image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.ow-image-carousel__footer {
  margin-top: 32px;
}

.ow-image-carousel__pagination.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: auto;
  bottom: 0 !important;
}
@media (min-width: 1024px) {
  .ow-image-carousel__pagination.swiper-pagination {
    width: calc((100% - 3.2px) / 1.1) !important;
  }
}
.ow-image-carousel__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  opacity: 1;
  background: rgba(61, 62, 64, 0.2);
  transition: background-color 0.2s ease-in-out;
}
.ow-image-carousel__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3D3E40;
}

/**
 * Typography
 */
/**
 * Page Header
 */
.elementor-widget-ow-page-header {
  width: 100%;
}

.ow-page-header {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #3A7C82;
  padding: 96px 16px;
  min-height: 375px;
}
@media (min-width: 1024px) {
  .ow-page-header {
    padding: 96px 20px;
  }
}
.ow-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/page-header-pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.ow-page-header__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
.ow-page-header__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 768px;
}
.ow-page-header__title, .ow-page-header__description {
  opacity: 0;
  animation: ow-fade-in-up 0.5s ease-in-out forwards;
}
.ow-page-header__title {
  color: #FFFFFF;
  font-size: 44px;
}
@media (min-width: 768px) {
  .ow-page-header__title {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .ow-page-header__title {
    font-size: 56px;
  }
}
.ow-page-header__description {
  color: #FFFFFF;
  font-size: 20px;
  animation-delay: 0.5s;
}

/**
 * Typography
 */
/**
 * OW Event Cards
 */
.elementor-widget-ow-event-cards {
  width: 100%;
}

.ow-event-cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.ow-event-cards--empty {
  justify-content: center;
  text-align: center;
}
.ow-event-cards--empty p {
  font-family: "Figtree", sans-serif;
  color: #3D3E40;
}

.ow-event-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #D1D1D1;
}
.ow-event-card:first-child {
  padding-top: 0;
  border-top: none;
}
.ow-event-card:last-child {
  padding-bottom: 0;
}
.ow-event-card__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100px;
  padding: 12px 4px;
  text-align: center;
  background-color: #E8E6DE;
  border-radius: 8px;
}
.ow-event-card__day-name, .ow-event-card__month {
  display: block;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D3E40;
}
.ow-event-card__day-number {
  display: block;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #3A7C82;
}
.ow-event-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.ow-event-card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ow-event-card__title {
  font-size: 22px;
  color: #211F20;
}
.ow-event-card__title a {
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.2s ease-in-out;
}
.ow-event-card__title a:hover, .ow-event-card__title a:focus {
  color: #3A7C82;
}
.ow-event-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.ow-event-card__meta-item {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D3E40;
  white-space: nowrap;
}
.ow-event-card__meta-divider {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  background-color: #3A7C82;
}
.ow-event-card__description {
  font-size: 16px;
  color: #3D3E40;
  margin: 0;
}

/**
 * Typography
 */
/**
 * OW Event Filter
 */
.elementor-widget-ow-event-filter {
  width: 100%;
}

.ow-event-filter {
  width: 100%;
}
.ow-event-filter__tabs {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .ow-event-filter__tabs {
    display: flex;
  }
}
.ow-event-filter__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 16px 20px;
  min-height: 52px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #3D3E40;
  cursor: pointer;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ow-event-filter__tab:hover, .ow-event-filter__tab:focus {
  color: #3A7C82;
}
.ow-event-filter__tab.is-active {
  border-color: #3A7C82;
  color: #3A7C82;
}
.ow-event-filter__dropdown {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .ow-event-filter__dropdown {
    display: none;
  }
}
.ow-event-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 #757575;
  border-radius: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D3E40;
  cursor: pointer;
}
.ow-event-filter__toggle.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ow-event-filter__toggle.is-open .ow-event-filter__toggle-icon {
  transform: rotate(180deg);
}
.ow-event-filter__toggle-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ow-event-filter__toggle-icon {
  display: flex;
  flex-shrink: 0;
  font-size: 24px;
  transition: transform 0.2s ease-in-out;
}
.ow-event-filter__panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #757575;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 6px 0 rgba(10, 13, 18, 0.1), 0 2px 2px 0 rgba(10, 13, 18, 0.06);
  overflow: hidden;
}
.ow-event-filter__panel[hidden] {
  display: none;
}
.ow-event-filter__option {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: none;
  border: none;
  text-align: left;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D3E40;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.ow-event-filter__option:hover, .ow-event-filter__option:focus {
  background-color: #F6F6F6;
}
.ow-event-filter__option.is-active {
  color: #3A7C82;
  font-weight: 600;
}

/**
 * Typography
 */
/**
 * OW Upcoming Events
 */
.elementor-widget-ow-upcoming-events {
  width: 100%;
}
.elementor-widget-ow-upcoming-events .elementor-widget-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .elementor-widget-ow-upcoming-events .elementor-widget-container {
    gap: 64px;
  }
}

.ow-featured-event {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ow-featured-event {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
}
.ow-featured-event--fallback {
  display: block;
}
.ow-featured-event__media {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 12px 0 rgba(10, 13, 18, 0.08), 0 4px 4px 0 rgba(10, 13, 18, 0.03);
}
@media (min-width: 768px) {
  .ow-featured-event__media {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .ow-featured-event__media {
    flex: 1 0 0;
  }
}
.ow-featured-event__image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.ow-featured-event__date {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 12px 4px;
  text-align: center;
  background-color: #E8E6DE;
  border-radius: 8px;
}
.ow-featured-event__day-name, .ow-featured-event__month {
  display: block;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D3E40;
}
.ow-featured-event__day-number {
  display: block;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #3A7C82;
}
.ow-featured-event__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 0 0;
}
.ow-featured-event__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ow-featured-event__pill {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  padding: 8px 12px;
  background-color: #E8E6DE;
  color: #405C5B;
  border-radius: 4px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.ow-featured-event__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ow-featured-event__title {
  font-size: 36px;
  color: #211F20;
}
.ow-featured-event__title a {
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.2s ease-in-out;
}
.ow-featured-event__title a:hover, .ow-featured-event__title a:focus {
  color: #3A7C82;
}
.ow-featured-event__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.ow-featured-event__meta-item {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D3E40;
  white-space: nowrap;
}
.ow-featured-event__meta-divider {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  background-color: #3A7C82;
}
.ow-featured-event__description {
  font-size: 20px;
  color: #3D3E40;
  margin: 0;
}
.ow-featured-event__actions {
  display: flex;
}

.ow-upcoming-events-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ow-upcoming-events-list--empty {
  justify-content: center;
  text-align: center;
}
.ow-upcoming-events-list--empty p {
  font-family: "Figtree", sans-serif;
  color: #3D3E40;
}
.ow-upcoming-events-list__no-match {
  text-align: center;
  color: #3D3E40;
}

.ow-upcoming-event-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #D1D1D1;
}
@media (min-width: 768px) {
  .ow-upcoming-event-card {
    flex-direction: row;
    align-items: center;
  }
}
.ow-upcoming-event-card:first-child {
  padding-top: 0;
  border-top: none;
}
.ow-upcoming-event-card:last-child {
  padding-bottom: 0;
}
.ow-upcoming-event-card__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100px;
  padding: 12px 4px;
  text-align: center;
  background-color: #E8E6DE;
  border-radius: 8px;
}
.ow-upcoming-event-card__day-name, .ow-upcoming-event-card__month {
  display: block;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D3E40;
}
.ow-upcoming-event-card__day-number {
  display: block;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #3A7C82;
}
.ow-upcoming-event-card__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .ow-upcoming-event-card__row {
    flex-direction: row;
    gap: 80px;
  }
}
.ow-upcoming-event-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.ow-upcoming-event-card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ow-upcoming-event-card__title {
  font-size: 28px;
  color: #211F20;
}
.ow-upcoming-event-card__title a {
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.2s ease-in-out;
}
.ow-upcoming-event-card__title a:hover, .ow-upcoming-event-card__title a:focus {
  color: #3A7C82;
}
.ow-upcoming-event-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.ow-upcoming-event-card__meta-item {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3D3E40;
  white-space: nowrap;
}
.ow-upcoming-event-card__meta-divider {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  background-color: #3A7C82;
}
.ow-upcoming-event-card__description {
  font-size: 16px;
  color: #3D3E40;
  margin: 0;
}

/**
 * Typography
 */
/**
 * OW Webinar Recordings
 */
.elementor-widget-ow-webinar-recordings {
  width: 100%;
}

.ow-webinar-cards--empty p {
  font-family: "Figtree", sans-serif;
  color: #3D3E40;
  text-align: center;
}

.ow-webinar-recordings-wrap {
  width: 100%;
  padding: 8px;
  margin: -8px;
  overflow: hidden;
}

.ow-webinar-recordings {
  width: 100%;
  overflow: visible !important;
}
.ow-webinar-recordings .swiper-wrapper {
  align-items: stretch;
}
.ow-webinar-recordings .swiper-slide {
  height: auto;
}

.ow-webinar-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 6px 0 rgba(10, 13, 18, 0.1), 0 2px 2px 0 rgba(10, 13, 18, 0.06);
}
.ow-webinar-card__media {
  height: 275px;
  border-radius: 8px;
  overflow: hidden;
}
.ow-webinar-card__image {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.ow-webinar-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.ow-webinar-card__title {
  font-size: 28px;
  color: #211F20;
  margin: 0;
}
.ow-webinar-card__title a {
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.2s ease-in-out;
}
.ow-webinar-card__title a:hover, .ow-webinar-card__title a:focus {
  color: #3A7C82;
}
.ow-webinar-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ow-webinar-card__meta-icon {
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  color: #3A7C82;
}
.ow-webinar-card__meta-item {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #3D3E40;
}
.ow-webinar-card__description {
  font-size: 16px;
  color: #3D3E40;
  margin: 0;
}
.ow-webinar-card__watch {
  width: 100%;
  display: inline-flex !important;
  justify-content: space-between;
}

.ow-webinar-recordings__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 64px;
}

.ow-webinar-recordings__fraction {
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  color: #211F20;
}

.ow-webinar-recordings__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ow-webinar-recordings__button {
  width: 52px;
  height: 52px;
  padding: 0;
}

/**
 * Typography
 */
/**
 * Single Event Details
 */
.ow-single-event-details {
  display: flex;
  gap: 8px;
}
.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: 8px;
}
.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: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #444444;
}
.ow-single-event-details__icon {
  display: flex;
  color: #3A7C82;
}

/**
 * Typography
 */
/**
 * Global
 */
.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-logos-white {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}

#ow-logos-snow {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F6F6F6 50%, rgba(255, 255, 255, 0) 100%);
}

.ow-card {
  transition: transform 0.3s ease-in-out;
}
.ow-card .ow-btn {
  width: 100%;
}
.ow-card .ow-btn:has(.ow-btn__icon) {
  justify-content: space-between;
}
.ow-card__download-list a.ow-card__download-list-item .elementor-icon {
  height: 24px;
  overflow: hidden;
}
.ow-card__download-list a.ow-card__download-list-item .elementor-icon .icon {
  transition: transform 0.3s ease-in-out;
}
.ow-card__download-list a.ow-card__download-list-item .text-md {
  transition: color 0.2s ease-in-out;
}
.ow-card__download-list a.ow-card__download-list-item:hover .icon {
  animation: ow-icon-cycle 0.5s ease-in-out forwards;
}
.ow-card__download-list a.ow-card__download-list-item:hover .text-md {
  color: #3A7C82;
}
.ow-card:hover, .ow-card:focus {
  transform: translateY(-4px);
}

#form-field-event_title {
  pointer-events: none;
}

/**
 * Typography
 */
/**
 * Footer
 */
.elementor-location-footer .elementor-widget-icon-list .elementor-icon-list-item a:hover .elementor-icon-list-icon i,
.elementor-location-footer .elementor-widget-icon-list .elementor-icon-list-item a:hover .elementor-icon-list-text, .elementor-location-footer .elementor-widget-icon-list .elementor-icon-list-item a:focus .elementor-icon-list-icon i,
.elementor-location-footer .elementor-widget-icon-list .elementor-icon-list-item a:focus .elementor-icon-list-text {
  color: #FFFFFF;
}
.elementor-location-footer .elementor-widget-nav-menu .elementor-nav-menu--main .menu-item > .elementor-item:hover, .elementor-location-footer .elementor-widget-nav-menu .elementor-nav-menu--main .menu-item > .elementor-item:focus {
  color: #FFFFFF !important;
}
.elementor-location-footer #ow-subscription .ow-subscription__message {
  color: #FFFFFF;
}
.elementor-location-footer #ow-subscription .ow-subscription__message > a {
  font-weight: 600;
  text-decoration: underline;
}
.elementor-location-footer #ow-subscription .ow-subscription__message > a:hover {
  text-decoration: none;
}

/**
 * Firms
 */
#ow-firms-pricing #ow-footer .ow-btn {
  min-width: 175px;
}

/**
 * Typography
 */
/**
 * Contact Form
 */
.global-form-overrides .elementor-field-group, #ow-multistep-form .elementor-field-group, #ow-contact-form .elementor-field-group, .elementor-location-popup .elementor-widget-form .elementor-field-group {
  display: block;
}
.global-form-overrides .elementor-field-group .elementor-field-label, #ow-multistep-form .elementor-field-group .elementor-field-label, #ow-contact-form .elementor-field-group .elementor-field-label, .elementor-location-popup .elementor-widget-form .elementor-field-group .elementor-field-label {
  display: block;
  margin-bottom: 8px;
  padding: 0;
}
.global-form-overrides .elementor-size-md, #ow-multistep-form .elementor-size-md, #ow-contact-form .elementor-size-md, .elementor-location-popup .elementor-widget-form .elementor-size-md {
  min-height: 52px;
  padding: 12px 16px;
}
.global-form-overrides .elementor-size-md:focus, #ow-multistep-form .elementor-size-md:focus, #ow-contact-form .elementor-size-md:focus, .elementor-location-popup .elementor-widget-form .elementor-size-md:focus {
  border-color: #3A7C82;
  outline: 1px solid #3A7C82;
  box-shadow: none;
}
.global-form-overrides .elementor-select-wrapper .select-caret-down-wrapper, #ow-multistep-form .elementor-select-wrapper .select-caret-down-wrapper, #ow-contact-form .elementor-select-wrapper .select-caret-down-wrapper, .elementor-location-popup .elementor-widget-form .elementor-select-wrapper .select-caret-down-wrapper {
  font-size: 8px;
  top: 46%;
  right: 16px;
}
.global-form-overrides .elementor-message, #ow-multistep-form .elementor-message, #ow-contact-form .elementor-message, .elementor-location-popup .elementor-widget-form .elementor-message {
  font-weight: 600;
  margin: 32px 0 0;
}
.global-form-overrides .elementor-message.elementor-help-inline, #ow-multistep-form .elementor-message.elementor-help-inline, #ow-contact-form .elementor-message.elementor-help-inline, .elementor-location-popup .elementor-widget-form .elementor-message.elementor-help-inline {
  margin: 8px 0 0;
  font-size: 14px;
}
.global-form-overrides #ow-btn, #ow-multistep-form #ow-btn, #ow-contact-form #ow-btn, .elementor-location-popup .elementor-widget-form #ow-btn {
  min-width: 145px;
  margin-top: 16px;
}

.elementor-location-popup .elementor-widget-form .elementor-field-type-submit {
  text-align: center;
}
.elementor-location-popup .elementor-widget-form .elementor-field-type-submit #ow-btn {
  min-width: 250px;
}

#ow-multistep-form .ow-title {
  font-size: 22px;
  color: #211F20;
  margin-bottom: 8px;
}
#ow-multistep-form .ow-section-label {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  color: #3A7C82;
  line-height: 1;
  letter-spacing: 8%;
  text-transform: uppercase;
  margin-top: 16px;
}
#ow-multistep-form .ow-spacer {
  display: block;
}
#ow-multistep-form .ow-list {
  margin-left: 32px;
}
#ow-multistep-form .ow-list--disc {
  list-style: disc;
}
#ow-multistep-form .ow-list--decimal {
  list-style: decimal;
}
#ow-multistep-form .ow-banner {
  display: block;
  background-color: #FFFAEB;
  font-size: 14px;
  color: #93370D;
  padding: 12px;
  border-radius: 8px;
}
#ow-multistep-form .ow-banner > a {
  font-weight: 600;
  text-decoration: underline;
}
#ow-multistep-form .elementor-field-type-radio .elementor-field-option,
#ow-multistep-form .elementor-field-type-checkbox .elementor-field-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#ow-multistep-form .elementor-field-type-radio .elementor-field-option label,
#ow-multistep-form .elementor-field-type-checkbox .elementor-field-option label {
  color: #3D3E40;
}
#ow-multistep-form .elementor-field-type-radio .elementor-field-option input[type=radio],
#ow-multistep-form .elementor-field-type-radio .elementor-field-option input[type=checkbox],
#ow-multistep-form .elementor-field-type-checkbox .elementor-field-option input[type=radio],
#ow-multistep-form .elementor-field-type-checkbox .elementor-field-option input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: #3A7C82;
}
#ow-multistep-form .e-form__indicators__indicator {
  display: none;
  white-space: nowrap;
  gap: 8px;
}
@media (min-width: 768px) {
  #ow-multistep-form .e-form__indicators__indicator {
    display: flex;
  }
}
#ow-multistep-form .e-form__indicators__indicator--state-active .e-form__indicators__indicator__number, #ow-multistep-form .e-form__indicators__indicator--state-completed .e-form__indicators__indicator__number {
  background-color: #3A7C82;
  font-weight: 600;
  color: #FFFFFF;
}
#ow-multistep-form .e-form__indicators__indicator--state-active {
  display: flex;
}
#ow-multistep-form .e-form__indicators__indicator--state-active + .e-form__indicators__indicator__separator {
  display: block;
}
#ow-multistep-form .e-form__indicators__indicator--state-active + .e-form__indicators__indicator__separator + .e-form__indicators__indicator {
  display: flex;
}
#ow-multistep-form .e-form__indicators__indicator--state-active + .e-form__indicators__indicator__separator + .e-form__indicators__indicator + .e-form__indicators__indicator__separator {
  display: block;
}
#ow-multistep-form .e-form__indicators__indicator--state-inactive {
  opacity: 0.5;
}
#ow-multistep-form .e-form__indicators__indicator__number {
  background-color: #E4E4E4;
  color: #757575;
  border: none;
  margin: 0;
}
#ow-multistep-form .e-form__indicators__indicator__label {
  font-size: 14px;
  font-weight: 600;
  color: #211F20;
}
#ow-multistep-form .e-form__indicators__indicator__separator {
  background-color: #3D3E40;
  display: none;
}
@media (min-width: 768px) {
  #ow-multistep-form .e-form__indicators__indicator__separator {
    display: block;
  }
}
#ow-multistep-form .e-form__indicators__indicator__separator:has(+ .e-form__indicators__indicator--state-active) {
  display: block;
}
#ow-multistep-form .e-form__indicators__indicator__separator:nth-last-child(4):has(~ .e-form__indicators__indicator--state-active:last-child) {
  display: block;
}
#ow-multistep-form .e-form__indicators__indicator:nth-last-child(3):has(~ .e-form__indicators__indicator--state-active:last-child) {
  display: flex;
}
#ow-multistep-form .e-form__buttons {
  justify-content: space-between;
  margin: 16px 0 0;
  width: 100%;
}
#ow-multistep-form .e-form__buttons:has(> :only-child) {
  justify-content: flex-end;
}
#ow-multistep-form .e-form__buttons__wrapper .elementor-button {
  min-width: 145px;
}

.ow-subscribe__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .ow-subscribe__form {
    flex-direction: row;
  }
}
.ow-subscribe__field {
  width: 100%;
}
.ow-subscribe__input {
  width: 100%;
  height: 52px;
  padding: 12px 16px;
  color: #FFFFFF;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 8px;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.ow-subscribe__input::placeholder {
  color: #FFFFFF;
  opacity: 0.85;
}
.ow-subscribe__input:focus {
  outline: none;
}
.ow-subscribe__status {
  margin: 8px 0 0;
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.ow-subscribe__status:empty {
  display: none;
}
.ow-subscribe__status.is-error {
  color: #FFFFFF;
}
.ow-subscribe {
  /* Required by Mailchimp: keeps the bot-trap field invisible but present */
}
.ow-subscribe__bot-trap {
  position: absolute;
  left: -5000px;
}

.ow-subscribe-form-wrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/**
 * Typography
 */
/**
 * Hero Section
 */
#ow-hero-section .ow-heading span {
  display: block;
}
#ow-hero-section .ow-btn--text-dark {
  display: inline;
  text-decoration: underline;
}
#ow-hero-section .ow-btn--text-dark:hover {
  text-decoration: none;
}
