/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */
:focus-visible {
  outline: var(--e-global-color-secondary) solid 2px;
  outline-offset: 4px;
  border-radius: 8px;
}

.elementor-element.elementor-widget-heading:has(h1, h2, h3) {
  padding: 4px 0 16px 0;
}
.elementor-element.elementor-widget-heading:has(h4, h5, h6) {
  padding: 0 0 8px 0;
}

.elementor > .e-parent, .elementor-section-wrap > .e-parent {
  --padding-top: 32px;
  --padding-bottom: 32px;
  --padding-left: 16px;
  --padding-right: 16px;
}
@media (min-width: 768px) {
  .elementor > .e-parent, .elementor-section-wrap > .e-parent {
    --padding-top: 44px;
    --padding-bottom: 44px;
    --padding-left: 20px;
    --padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .elementor > .e-parent, .elementor-section-wrap > .e-parent {
    --padding-top: 64px;
    --padding-bottom: 64px;
    --padding-left: 64px;
    --padding-right: 64px;
  }
}
@media (min-width: 1500px) {
  .elementor > .e-parent, .elementor-section-wrap > .e-parent {
    --padding-top: 80px;
    --padding-bottom: 80px;
  }
}
.elementor > .e-parent.no-padding, .elementor-section-wrap > .e-parent.no-padding {
  --padding-top: 0;
  --padding-bottom: 0;
}
.elementor > .e-parent.no-padding-top, .elementor-section-wrap > .e-parent.no-padding-top {
  --padding-top: 0;
}
.elementor > .e-parent.no-padding-bottom, .elementor-section-wrap > .e-parent.no-padding-bottom {
  --padding-bottom: 0;
}

br.hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  br.hidden-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  br.visible-mobile {
    display: none;
  }
}

a, a:active, a:hover {
  color: currentColor;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.no-padding.elementor > .e-parent, .no-padding .elementor-section-wrap > .e-parent {
  --padding-top: 0;
  --padding-bottom: 0;
}

header.elementor .e-parent, header .elementor-section-wrap .e-parent, .elementor-location-header.elementor .e-parent, .elementor-location-header .elementor-section-wrap .e-parent {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 16px;
  --padding-right: 16px;
}
@media (min-width: 768px) {
  header.elementor .e-parent, header .elementor-section-wrap .e-parent, .elementor-location-header.elementor .e-parent, .elementor-location-header .elementor-section-wrap .e-parent {
    --padding-left: 20px;
    --padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  header.elementor .e-parent, header .elementor-section-wrap .e-parent, .elementor-location-header.elementor .e-parent, .elementor-location-header .elementor-section-wrap .e-parent {
    --padding-left: 64px;
    --padding-right: 64px;
  }
}
header #contact-icon, .elementor-location-header #contact-icon {
  transition: all 0.5s ease;
  padding: 8px;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
}
header .elementor-sticky--effects, .elementor-location-header .elementor-sticky--effects {
  background: var(--e-global-color-cf04ff5);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
header .elementor-sticky--effects #logo-mediahaus path, header .elementor-sticky--effects #logo-mediahaus rect, .elementor-location-header .elementor-sticky--effects #logo-mediahaus path, .elementor-location-header .elementor-sticky--effects #logo-mediahaus rect {
  fill: var(--e-global-color-primary);
}
header .elementor-sticky--effects #menu, .elementor-location-header .elementor-sticky--effects #menu {
  box-shadow: none;
}
header .elementor-sticky--effects .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon, header .elementor-sticky--effects .jet-mobile-menu__toggle .jet-mobile-menu__toggle-text, .elementor-location-header .elementor-sticky--effects .jet-mobile-menu__toggle .jet-mobile-menu__toggle-icon, .elementor-location-header .elementor-sticky--effects .jet-mobile-menu__toggle .jet-mobile-menu__toggle-text {
  color: var(--e-global-color-secondary) !important;
}
header .elementor-sticky--effects #contact-icon, .elementor-location-header .elementor-sticky--effects #contact-icon {
  max-width: 140px;
  max-height: 140px;
  background: var(--e-global-color-primary);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 1024px) {
  .main-menu > .elementor-widget-container {
    border-radius: 32px;
    background: var(--e-global-color-cf04ff5);
    padding-left: 32px;
    padding-right: 32px;
  }
}

.breadcrumb.e-parent {
  --padding-top: 0;
  --padding-bottom: 0;
}
.breadcrumb ~ .elementor > .e-parent, .breadcrumb ~ .elementor-section-wrap > .e-parent {
  --padding-top: 0;
}

p#breadcrumbs {
  white-space: nowrap;
  width: 100%;
}
p#breadcrumbs i {
  font-size: 0.75rem;
  margin: 0 4px;
  color: var(--e-global-color-secondary);
}
p#breadcrumbs > span {
  display: flex;
  align-items: center;
  grid-gap: 3px;
}
p#breadcrumbs > span > span {
  display: none;
}
@media (min-width: 1024px) {
  p#breadcrumbs > span > span:first-of-type {
    display: inline-block;
  }
  p#breadcrumbs > span > span:first-of-type:before, p#breadcrumbs > span > span:first-of-type:after {
    font-family: "Font Awesome 6 Pro";
    font-size: 0.75rem;
    color: var(--e-global-color-secondary);
  }
  p#breadcrumbs > span > span:first-of-type:before {
    content: "\f053";
    margin: 0 8px 0 0;
  }
  p#breadcrumbs > span > span:first-of-type:after {
    content: "|";
    margin: 0 4px 0 8px;
  }
}
p#breadcrumbs > span > span:nth-last-of-type(2), p#breadcrumbs > span > span:last-of-type {
  display: inline-block;
}
p#breadcrumbs > span > span:nth-last-of-type(2):before, p#breadcrumbs > span > span:nth-last-of-type(2):after {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.75rem;
  color: var(--e-global-color-secondary);
}
p#breadcrumbs > span > span:nth-last-of-type(2):before {
  content: "\f053";
  margin: 0 8px 0 0;
}
@media (min-width: 1024px) {
  p#breadcrumbs > span > span:nth-last-of-type(2):before {
    display: none;
  }
}
p#breadcrumbs > span > span:nth-last-of-type(2):after {
  content: "|";
  margin: 0 4px 0 8px;
}
@media (min-width: 1024px) {
  p#breadcrumbs > span > span:nth-last-of-type(2):after {
    font-size: 0.75rem;
    color: var(--e-global-color-secondary);
    content: "\f054";
    margin: 0 4px 0 8px;
  }
}
p#breadcrumbs > span > span:last-of-type {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body main {
  flex: 1 0 auto;
}

.elementor-widget-button .elementor-button .elementor-button-icon {
  display: flex;
  align-items: center;
}
.elementor-widget-button.elementor-widget-button-link .elementor-button-content-wrapper {
  position: relative;
}
.elementor-widget-button.elementor-widget-button-link .elementor-button-content-wrapper:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
}

b, strong {
  font-weight: 700;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInDown {
  animation-name: fadeDown;
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-2rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInLeft {
  animation-name: fadeLeft;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(2rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInRight {
  animation-name: fadeRight;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 2rem, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInUp {
  animation-name: fadeUp;
}

.bg-overlay::before {
  mix-blend-mode: multiply;
}

@media (min-width: 1024px) {
  #cursor-area .cursor {
    display: none;
  }
  #cursor-area .cursor-img {
    overflow: hidden;
  }
  #cursor-area .cursor-img img {
    transform: scale(1.1);
    opacity: 0;
    visibility: visible;
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.2s ease-in-out 0s;
  }
  #cursor-area .cursor-img.active img, #cursor-area .cursor-img.default img {
    transform: scale(1);
    opacity: 1;
  }
  #cursor-area .cursor-item .elementor-widget-heading, #cursor-area .cursor-item .elementor-widget-nav-menu {
    transition: all 0.5s ease;
  }
  #cursor-area .cursor-item .elementor-widget-nav-menu {
    transition-delay: 0.1s;
  }
  #cursor-area .cursor-item:hover .elementor-widget-heading, #cursor-area .cursor-item:hover .elementor-widget-nav-menu {
    transform: translateX(10px);
  }
}

.hover-img {
  overflow: hidden;
}
.hover-img .elementor-widget-jet-listing-dynamic-field, .hover-img .elementor-widget-image {
  overflow: hidden;
}
.hover-img .elementor-widget-jet-listing-dynamic-field img, .hover-img .elementor-widget-image img {
  transform: scale(1.1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.2s ease-in-out 0s;
}
.hover-img:hover .elementor-widget-jet-listing-dynamic-field img, .hover-img:hover .elementor-widget-image img {
  transform: scale(1);
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
  width: 100vw;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  border-top: 0;
  margin-left: -10px;
  margin-top: -10px;
}

.jet-mobile-menu__toggle-icon + .jet-mobile-menu__toggle-text {
  margin-left: 4px;
}

@media (max-width: 1023px) {
  .mobile-menu .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-list {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    margin: 0 -20px;
    padding: 0 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobile-menu .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-list::-webkit-scrollbar {
    display: none;
  }
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto !important;
  bottom: 0;
}

.swiper-button-disabled.swiper-button-lock {
  display: none !important;
}

.multiply-overlay:before {
  mix-blend-mode: multiply;
  filter: brightness(115%) contrast(100%) saturate(74%) blur(0px) hue-rotate(0deg);
}

.bounce {
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
#funnel .elementor-widget-heading .elementor-heading-title {
  font-size: var(--e-global-typography-2b95c58-font-size);
  line-height: var(--e-global-typography-2b95c58-line-height);
  color: var(--e-global-color-cf04ff5);
  font-family: var(--e-global-typography-2b95c58-font-family), Sans-serif;
  font-weight: var(--e-global-typography-2b95c58-font-weight);
}
#funnel .elementor-field-subgroup {
  padding-top: 1rem;
  padding-bottom: 1rem;
  grid-gap: 1rem;
}
#funnel .elementor-field-subgroup.elementor-subgroup-inline {
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 1024px) {
  #funnel .elementor-field-subgroup.elementor-subgroup-inline {
    flex-direction: row;
  }
}
#funnel .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 0;
}
@media (min-width: 1024px) {
  #funnel .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    min-height: 250px;
    width: 25%;
  }
}
#funnel .elementor-field-subgroup input[type=radio], #funnel .elementor-field-subgroup input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
#funnel .elementor-field-subgroup input[type=radio] + label, #funnel .elementor-field-subgroup input[type=checkbox] + label {
  display: inline-flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: var(--e-global-color-cf04ff5);
  border-radius: 8px;
  align-items: center;
  padding: 1rem;
  border: 4px solid var(--e-global-color-cf04ff5);
  transition: all 0.5s ease;
  color: var(--e-global-color-secondary);
}
#funnel .elementor-field-subgroup input[type=radio] + label .img, #funnel .elementor-field-subgroup input[type=checkbox] + label .img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
#funnel .elementor-field-subgroup input[type=radio] + label .img img, #funnel .elementor-field-subgroup input[type=checkbox] + label .img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 1rem;
}
#funnel .elementor-field-subgroup input[type=radio] + label .headline, #funnel .elementor-field-subgroup input[type=checkbox] + label .headline {
  font-weight: 700;
  font-size: 1.125rem;
}
#funnel .elementor-field-subgroup input[type=radio]:checked + label, #funnel .elementor-field-subgroup input[type=radio]:hover + label, #funnel .elementor-field-subgroup input[type=checkbox]:checked + label, #funnel .elementor-field-subgroup input[type=checkbox]:hover + label {
  border-color: var(--e-global-color-secondary);
}
#funnel .elementor-field-subgroup input[type=radio]:checked + label .img, #funnel .elementor-field-subgroup input[type=radio]:hover + label .img, #funnel .elementor-field-subgroup input[type=checkbox]:checked + label .img, #funnel .elementor-field-subgroup input[type=checkbox]:hover + label .img {
  transform: scale(1.2);
}
#funnel .gform_confirmation_message {
  color: var(--e-global-color-cf04ff5);
}

#contact-icon svg {
  width: 100%;
  height: auto;
}
#contact-icon .elementor-sticky--effects {
  background: var(--e-global-color-primary);
  width: 120px;
  padding: 8px;
  border-radius: 100%;
  height: 120px;
}

.gform_anchor::before {
  content: "";
  display: block;
  width: 0;
  height: 70px;
  margin: -70px 0 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .gform_anchor::before {
    height: 85px;
    margin: -85px 0 0;
  }
}
@media (min-width: 1201px) {
  .gform_anchor::before {
    height: 120px;
    margin: -120px 0 0;
  }
}

.elementor-default .gform-theme--api, .elementor-default .gform-theme--foundation {
  --gf-form-gap-x: 1rem !important;
  --gf-form-gap-y: 1rem !important;
}
.elementor-default .gform-theme--framework {
  --gf-ctrl-shadow-focus: 0 0 0 var(--gf-ctrl-shadow-offset-size-focus) var(--e-global-color-primary), 0 0 0 var(--gf-ctrl-shadow-size-focus) var(--e-global-color-primary);
}
.elementor-default .gform-theme--framework .gform-field-label, .elementor-default .gform-theme--framework .gform-field-label .gfield_list_group_item::before {
  font-size: var(--e-global-typography-text-font-size) !important;
  text-transform: none;
  font-weight: 700;
}
.elementor-default .gform-theme--framework .gform-field-label.gfield_consent_label {
  font-weight: 400 !important;
}
.elementor-default .gform-theme--framework .gform-field-label > .gfield_required {
  font-size: var(--e-global-typography-text-font-size) !important;
  font-weight: 700 !important;
}
.elementor-default .gform-theme--framework input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.elementor-default .gform-theme--framework textarea, .elementor-default .gform-theme--framework select,
.elementor-default .gform-theme--framework .elementor-field-textual {
  height: auto !important;
  font-size: 1.125rem !important;
  border-color: var(--e-global-color-57858e1);
  border-radius: 8px 8px 8px 8px !important;
}
.elementor-default .gform-theme--framework input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.elementor-default .gform-theme--framework textarea::placeholder, .elementor-default .gform-theme--framework select::placeholder,
.elementor-default .gform-theme--framework .elementor-field-textual::placeholder {
  color: var(--e-global-color-57858e1);
  opacity: 1; /* Firefox */
}
.elementor-default .gform-theme--framework input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio])::-ms-input-placeholder,
.elementor-default .gform-theme--framework textarea::-ms-input-placeholder, .elementor-default .gform-theme--framework select::-ms-input-placeholder,
.elementor-default .gform-theme--framework .elementor-field-textual::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--e-global-color-57858e1);
}
.elementor-default .gform-theme--framework input[type=checkbox], .elementor-default .gform-theme--framework input[type=radio] {
  padding: 0;
  width: 24px;
  height: 24px;
}
.elementor-default .gform-theme--framework input[type=checkbox]:before, .elementor-default .gform-theme--framework input[type=radio]:before {
  color: var(--e-global-color-secondary);
}
.elementor-default .gform-theme--framework input[type=checkbox] + .gform-field-label, .elementor-default .gform-theme--framework input[type=radio] + .gform-field-label {
  font-weight: 400;
}
.elementor-default .gform-theme--framework input[type=checkbox]:before {
  color: var(--e-global-color-secondary);
}
.elementor-default .gform-theme--framework input[type=radio]:before {
  background-color: var(--e-global-color-secondary);
}
.elementor-default .gform-theme--framework select {
  padding: 7px 16px !important;
}
.elementor-default .gform-theme--framework .gfield--type-html {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.elementor-default .gform-theme--framework .gfield_required .gfield_required_asterisk, .elementor-default .gform-theme--framework .gfield_required .gfield_required_text {
  color: var(--e-global-color-primary) !important;
}
.elementor-default .button {
  font-family: var(--e-global-typography-ad7c965-font-family), Sans-serif !important;
  font-size: var(--e-global-typography-ad7c965-font-size) !important;
  font-weight: var(--e-global-typography-ad7c965-font-weight) !important;
  text-transform: var(--e-global-typography-ad7c965-text-transform) !important;
  line-height: var(--e-global-typography-ad7c965-line-height) !important;
  letter-spacing: var(--e-global-typography-ad7c965-letter-spacing) !important;
  background-color: var(--e-global-color-primary) !important;
  border-radius: 32px 32px 32px 32px !important;
  padding: 12px 32px 12px 32px !important;
  border-color: var(--e-global-color-primary) !important;
  color: var(--e-global-color-cf04ff5) !important;
  box-shadow: none !important;
}

#gform_wrapper_1 {
  --gf-form-validation-bg-color: var(--gf-color-danger-rgb);
  --gf-form-validation-border-color: var(--gf-color-danger-rgb);
}
#gform_wrapper_1 .gform_validation_errors {
  background: var(--e-global-color-cf04ff5);
  padding: 10px;
  border-radius: 8px;
  box-shadow: none;
}
#gform_wrapper_1 .gfield_validation_message {
  background: var(--e-global-color-cf04ff5);
  padding: 10px;
  width: auto;
  border-radius: 8px;
  display: inline-block;
}
#gform_wrapper_1.gform-theme--foundation {
  color: var(--e-global-color-cf04ff5);
  font-size: var(--e-global-typography-text-font-size);
}
#gform_wrapper_1.gform-theme--foundation .gform_fields {
  row-gap: 2rem;
}
#gform_wrapper_1 .gfield_required .gfield_required_asterisk, #gform_wrapper_1 .gfield_required .gfield_required_text {
  color: var(--e-global-color-cf04ff5) !important;
}
#gform_wrapper_1 .funnel-headline-accent {
  font-size: var(--e-global-typography-accent-font-size);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  text-decoration: var(--e-global-typography-accent-text-decoration);
}
#gform_wrapper_1 h2.funnel-headline, #gform_wrapper_1 .h2.funnel-headline {
  display: block;
  font-size: var(--e-global-typography-2b95c58-font-size);
  line-height: var(--e-global-typography-2b95c58-line-height);
  color: var(--e-global-color-cf04ff5);
  font-family: var(--e-global-typography-2b95c58-font-family), Sans-serif;
  font-weight: var(--e-global-typography-2b95c58-font-weight);
}
#gform_wrapper_1 h3.funnel-headline, #gform_wrapper_1 .h3.funnel-headline {
  display: block;
  font-size: var(--e-global-typography-c539f63-font-size);
  line-height: var(--e-global-typography-c539f63-line-height);
  color: var(--e-global-color-cf04ff5);
  font-family: var(--e-global-typography-c539f63-font-family), Sans-serif;
  font-weight: 700;
}
#gform_wrapper_1 .button {
  background-color: var(--e-global-color-secondary) !important;
  border-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-cf04ff5) !important;
}
#gform_wrapper_1 .button.gform_previous_button {
  background-color: var(--e-global-color-cf04ff5) !important;
  border-color: var(--e-global-color-cf04ff5) !important;
  color: var(--e-global-color-secondary) !important;
}
#gform_wrapper_1 .gform-field-label:where(:not([class*=gform-field-label--type-])), #gform_wrapper_1 .gfield_label_before_complex {
  font-size: var(--e-global-typography-text-font-size);
  color: var(--e-global-color-cf04ff5);
  font-weight: 700;
  text-transform: none;
}
#gform_wrapper_1 .gform-field-label--type-inline {
  text-transform: none;
  font-size: var(--e-global-typography-text-font-size);
  color: var(--e-global-color-cf04ff5);
}
#gform_wrapper_1 textarea {
  border-color: var(--e-global-color-57858e1);
  border-radius: 8px 8px 8px 8px;
  padding: 16px 16px 16px 16px;
}
#gform_wrapper_1 input[type=checkbox] {
  padding: 0;
  width: 24px;
  height: 24px;
}
#gform_wrapper_1 input[type=checkbox]:before {
  color: var(--e-global-color-secondary);
}
#gform_wrapper_1 .gfield--type-choice .gfield-choice-input {
  padding: 0;
  width: 24px;
  height: 24px;
}
#gform_wrapper_1 .gfield--type-choice .gfield-choice-input:before {
  color: var(--e-global-color-secondary);
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  text-transform: none;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 700;
  letter-spacing: 0;
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio {
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio {
    grid-template-columns: repeat(5, 1fr);
  }
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gchoice, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gchoice {
  width: 100%;
  display: block;
  position: relative;
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gfield-choice-input, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gfield-choice-input {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 0;
  width: 24px;
  height: 24px;
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gform-field-label, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gform-field-label {
  display: inline-flex;
  width: 100%;
  height: 100%;
  min-height: 180px;
  flex-direction: column;
  background: var(--e-global-color-cf04ff5);
  border-radius: 8px;
  align-items: center;
  padding: 1rem;
  border: 4px solid var(--e-global-color-cf04ff5);
  transition: all 0.5s ease;
  color: var(--e-global-color-secondary);
  margin: 0;
  text-align: center;
  text-transform: none;
}
@media (min-width: 768px) {
  #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gform-field-label, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gform-field-label {
    min-height: 250px;
  }
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gform-field-label:hover, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gform-field-label:hover {
  border-color: var(--e-global-color-secondary);
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gform-field-label .icon, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gform-field-label .icon {
  display: flex;
  align-items: center;
  flex: 1;
  width: 64px;
  font-size: 5rem;
  justify-content: center;
  color: var(--e-global-color-primary);
}
@media (min-width: 768px) {
  #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gform-field-label .icon, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gform-field-label .icon {
    width: 100px;
  }
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gform-field-label .icon-headline, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gform-field-label .icon-headline {
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gform-field-label .icon-headline, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gform-field-label .icon-headline {
    font-size: 1.125rem;
  }
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gform-field-label .icon-text, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gform-field-label .icon-text {
  font-size: 0.875rem;
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_checkbox .gfield-choice-input:checked + .gform-field-label, #gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gfield-choice-input:checked + .gform-field-label {
  border-color: var(--e-global-color-secondary);
}
#gform_wrapper_1 .gfield--type-choice.img-selection .gfield_radio .gfield-choice-input {
  border-radius: 50%;
}
#gform_wrapper_1 .gfield--type-choice.checkbox-selection .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  text-transform: none;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 700;
  letter-spacing: 0;
}
#gform_wrapper_1 .gfield--type-choice.checkbox-selection .gfield_checkbox {
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
}
#gform_wrapper_1 .gfield--type-choice.checkbox-selection .gfield_checkbox .gchoice {
  width: 100%;
  display: block;
  position: relative;
}
#gform_wrapper_1 .gfield--type-choice.checkbox-selection .gfield_checkbox .gfield-choice-input {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 0;
  width: 24px;
  height: 24px;
}
#gform_wrapper_1 .gfield--type-choice.checkbox-selection .gfield_checkbox .gform-field-label {
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  background: var(--e-global-color-cf04ff5);
  border-radius: 8px;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 4px solid var(--e-global-color-cf04ff5);
  transition: all 0.5s ease;
  color: var(--e-global-color-secondary);
  margin: 0;
  text-align: center;
  text-transform: none;
  font-size: 1rem;
  padding-left: 3rem;
}
#gform_wrapper_1 .gfield--type-choice.checkbox-selection .gfield_checkbox .gform-field-label:hover {
  border-color: var(--e-global-color-secondary);
}
#gform_wrapper_1 .gfield--type-choice.checkbox-selection .gfield_checkbox .gfield-choice-input:checked + .gform-field-label {
  border-color: var(--e-global-color-secondary);
}
#gform_wrapper_1 .gform_page_footer {
  justify-content: flex-end;
}
#gform_wrapper_1 .gform_page_footer .gform_next_button {
  order: 1;
}
#gform_wrapper_1 .gform_page_footer .gform-ajax-spinner {
  order: 2;
}
#gform_wrapper_1 .gform_page_footer .gform_next_button {
  order: 3;
}

ul.elementor-nav-menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.elementor-nav-menu .elementor-item {
  display: inline-block;
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
  display: none;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
  padding-left: 20px;
}
.elementor-widget-text-editor a {
  color: currentColor;
  text-decoration: underline;
}
.elementor-widget-text-editor a:hover {
  text-decoration: none;
}

#breadcrumbs a {
  color: currentColor;
  text-decoration: underline;
}
#breadcrumbs a:hover {
  text-decoration: none;
}

.elementor-button, button, .gform_button {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.elementor-button:after, button:after, .gform_button:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.elementor-button:hover:after, button:hover:after, .gform_button:hover:after {
  left: 120%;
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.search-form {
  display: flex;
  width: 100%;
  grid-gap: 16px;
}
.search-form label {
  width: 100%;
}

.search-form-toggle {
  position: relative;
}
.search-form-toggle .search-form-open, .search-form-toggle .search-form-close {
  font-size: 24px;
  display: block;
  padding: 8px;
  color: var(--e-global-color-secondary);
}
.search-form-toggle .search-form-open i, .search-form-toggle .search-form-close i {
  pointer-events: none;
}
.search-form-toggle .search-form-container {
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  position: absolute;
  right: 0;
  left: auto;
  top: -16px;
  padding: 8px;
  background: white;
  width: 400px;
}
.search-form-toggle .search-form-container.open {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-a {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

#content.post-password-required .page-content {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  #content.post-password-required .page-content {
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  #content.post-password-required .page-content {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1500px) {
  #content.post-password-required .page-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.elementor-html #content.post-password-required .page-content {
  padding: 0;
  margin: 0;
  max-width: none;
}

/*# sourceMappingURL=style.css.map */
