.hero-section[data-type=type-1] {
  text-align: var(--alignment);
  margin-bottom: var(--margin-bottom, 40px)
}

.hero-section[data-type=type-1] .page-description {
  display: inline-block;
  max-width: var(--description-max-width, 100%)
}

.hero-section[data-type=type-2] {
  position: relative;
  padding-top: calc(var(--has-transparent-header)*var(--header-height))
}

.hero-section[data-type=type-2]>[class*=ct-container] {
  display: flex;
  flex-direction: column;
  justify-content: var(--vertical-alignment, center);
  text-align: var(--alignment, center);
  position: relative;
  z-index: 2;
  padding: var(--container-padding, 50px 0);
  min-height: var(--min-height, 250px)
}

.hero-section[data-type=type-2]>figure {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  inset: 0;
  background-color: inherit
}

.hero-section[data-type=type-2]>figure .ct-media-container {
  height: 100%;
  vertical-align: top
}

.hero-section[data-type=type-2]>figure .ct-media-container img {
  height: 100%
}

.hero-section[data-type=type-2] .ct-title-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: .5em
}

.entry-header>*:not(:first-child) {
  margin-top: var(--itemSpacing, 20px)
}

.entry-header .page-title {
  margin-bottom: 0
}

.entry-header .page-description {
  color: var(--theme-text-color)
}

.entry-header .page-description>*:last-child {
  margin-bottom: 0
}

.entry-content>.elementor {
  width: initial;
  max-width: initial
}

.ct-elementor-default-template .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
  margin-left: var(--has-wide, auto);
  margin-right: var(--has-wide, auto);
  width: var(--theme-block-width, var(--theme-container-width));
  max-width: var(--theme-block-max-width, var(--theme-normal-container-max-width))
}

.ct-elementor-default-template .elementor-section.elementor-section-boxed>.elementor-container {
  width: var(--theme-block-width, var(--theme-container-width));
  max-width: var(--theme-block-max-width, var(--theme-normal-container-max-width))
}

.ct-elementor-default-template .e-container {
  --container-max-width: min(var(--theme-block-max-width, var(--theme-normal-container-max-width)), var(--theme-container-width-base))
}

.ct-elementor-default-template .e-con {
  --container-max-width: var(--theme-block-max-width, var(--theme-normal-container-max-width))
}

.ct-elementor-default-template .e-con>.e-con-inner {
  width: var(--theme-block-width, var(--theme-container-width))
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0
}

.elementor-select-wrapper select {
  background-image: none
}

.elementor-search-form__input {
  --theme-form-field-height: auto
}

.elementor-search-form__submit {
  --theme-button-shadow: none;
  --theme-button-transform: none
}

.stk-block-button .stk-button {
  border-radius: var(--theme-button-border-radius, 3px)
}

.stk-block-button {
  --stk-button-text-color: var(--theme-button-text-initial-color);
  --stk-button-background-color: var(--theme-button-background-initial-color)
}

.wp-block-stackable-columns.alignfull>.stk-row:not(.alignfull) {
  width: var(--theme-block-width) !important
}

.ct-popup-inner {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: var(--popup-height);
  max-width: min(var(--popup-max-width, 400px), calc(100vw - var(--popup-edges-offset, 25px) * 2));
  max-height: min(var(--popup-max-height, var(--viewport-height, 100vh)), calc(var(--viewport-height, 100vh) - var(--popup-edges-offset, 25px) * 2))
}

@supports(height: 100dvh) {
  .ct-popup-inner {
    --viewport-height: 100dvh
  }
}

.ct-popup-inner>article {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: inherit;
  box-shadow: var(--popup-box-shadow);
  border-radius: var(--popup-border-radius, 7px);
  -webkit-backface-visibility: hidden
}

.ct-popup-inner .ct-popup-content {
  width: 100%;
  border-radius: inherit;
  padding: var(--popup-padding, 30px);
  overflow-y: var(--popup-overflow-y, visible);
  overflow-x: var(--popup-overflow-x, visible);
  -webkit-backface-visibility: hidden
}

[data-popup-size=medium] {
  --popup-max-width: 600px
}

[data-popup-size=large] {
  --popup-max-width: 900px
}

[data-popup-position*=top] .ct-popup-inner {
  top: var(--popup-edges-offset, 25px)
}

[data-popup-position*=left] .ct-popup-inner {
  left: var(--popup-edges-offset, 25px)
}

[data-popup-position*=right] .ct-popup-inner {
  right: var(--popup-edges-offset, 25px)
}

[data-popup-position*=bottom] .ct-popup-inner {
  bottom: var(--popup-edges-offset, 25px)
}

[data-popup-position*=center] .ct-popup-inner {
  inset-inline: var(--popup-edges-offset, 25px);
  margin-inline: auto
}

[data-popup-position*=middle] .ct-popup-inner {
  top: 50%;
  transform: translateY(-50%)
}

[data-popup-overflow=scroll] {
  --popup-overflow-y: auto;
  --popup-overflow-x: hidden
}

[data-popup-overflow=hidden] {
  --popup-overflow-y: hidden;
  --popup-overflow-x: hidden
}

[data-popup-backdrop] {
  position: fixed;
  z-index: calc(999999 + var(--popup-z-index, 0))
}

[data-popup-backdrop=no] {
  --background-image: none;
  --background-color: transparent
}

[data-popup-backdrop=yes] {
  inset: 0;
  backdrop-filter: blur(var(--popup-backdrop-blur))
}

[data-popup-animation] {
  opacity: var(--opacity, 0);
  visibility: var(--visibility, hidden);
  transition: opacity var(--popup-entrance-speed, 0.3s) ease-in-out, visibility var(--popup-entrance-speed, 0.3s) ease-in-out
}

[data-popup-animation] .ct-popup-inner>article {
  transform: translateX(var(--translate-x, 0)) translateY(var(--translate-y, 0)) scale(var(--scale, 1));
  transition: transform var(--popup-entrance-speed, 0.3s) ease-in-out
}

[data-popup-animation].active {
  --opacity: 1;
  --visibility: visible;
  --translate-x: 0;
  --translate-y: 0;
  --scale: 1
}

[data-popup-animation]:not(.active) {
  pointer-events: none
}

[data-popup-animation=zoom-in] {
  --scale: 0.8
}

[data-popup-animation=slide-left] {
  --translate-x: calc(var(--popup-entrance-value, 50px) * -1)
}

[data-popup-animation=slide-right] {
  --translate-x: var(--popup-entrance-value, 50px)
}

[data-popup-animation=slide-top] {
  --translate-y: calc(var(--popup-entrance-value, 50px) * -1)
}

[data-popup-animation=slide-bottom] {
  --translate-y: var(--popup-entrance-value, 50px)
}

.ct-popup .ct-toggle-close {
  --toggle-button-position: absolute;
  --toggle-button-z-index: 10;
  --theme-icon-size: 10px;
  --toggle-button-size: 28px;
  --toggle-button-radius: 100%
}

.ct-popup .ct-toggle-close[data-location=inside] {
  top: 14px;
  --toggle-button-inset-end: 14px
}

.ct-popup .ct-toggle-close[data-location=outside] {
  top: -14px;
  --toggle-button-inset-end: -14px
}

a {
  transition: none !important
}

[data-reveal] {
  opacity: initial !important;
  transform: initial !important
}