html {
  scroll-behavior: smooth;
}

body {
  word-break: break-word;
}

/* make scrollbar transparent */
*::-webkit-scrollbar,
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:hover {
  -webkit-appearance: none;
  width: 0;
  opacity: 0;
  background-color: transparent;
  display: none;
  position: absolute;
}

/* remove focus outline */
*:focus {
  outline: none;
}

.elementor-widget-text-editor a {
  color: inherit;
}

.elementor-widget-text-editor a:active,
.elementor-widget-text-editor a:hover {
  border-bottom: 0.0625rem solid;
}

.elementor-widget-text-editor li {
  line-height: 28px !important;
  margin-bottom: 1.25rem !important;
}
@media (min-height: 541px) and (max-height: 799px) {
  .elementor-widget-text-editor li {
    margin-bottom: 0.625rem !important;
  }
}

.text-center {
  text-align: center;
}

.flex-wrap > .elementor-container {
  display: flex;
  flex-wrap: wrap;
}

.error-page-heading-title {
  font-family: "Corben", Sans-serif;
  font-size: 3.125rem;
}

.error-page-description {
  font-family: "Jost", Sans-serif, serif;
  color: #7e7c7a;
  font-size: 1.3125rem;
}

/* set elementor default content width */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 64.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1025px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.chess-pattern .elementor-widget-image,
.chess-pattern .elementor-widget-image .elementor-widget-container {
  height: 100%;
}

.chess-pattern .elementor-widget-image .elementor-widget-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gap-fit-screen {
  margin-left: -10px;
  margin-right: -10px;
}

.round-container .elementor-widget-wrap {
  padding: 0 !important;
  overflow: hidden;
}

.round-container .elementor-widget-wrap .elementor-widget-heading {
  padding: 20px;
}

.round-container .elementor-widget-wrap .elementor-widget-text-editor {
  padding: 0 20px;
}

.accordion-wrapper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-wrapper .elementor-accordion-item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.accordion-wrapper .elementor-tab-content {
  border: 0;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.accordion-wrapper .elementor-tab-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.accordion-wrapper .elementor-accordion-title {
  line-height: 1;
}

@media (max-width: 767px) {
  .col-sm-2 .elementor-column.elementor-col-33 {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .elementor-nav-menu li:last-child .elementor-item {
    font-weight: 500 !important;
    background-color: #ff2e4a;
    border-radius: 50px;
    width: 200px;
    color: #ffffff !important;
    margin: 10px auto 40px;
    padding: 15px 10px !important;
  }
}

.elementor-accordion .elementor-accordion-item {
  border-left: none;
  border-right: none;
}

.elementor-accordion .elementor-tab-title {
  padding-left: 0;
  padding-right: 0;
}

.primary-hover-stage > .elementor-element-populated {
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0.0625rem solid #dbd9da !important;
  min-height: 7.5rem;
}
.primary-hover-stage > .elementor-element-populated .elementor-heading-title {
  color: #292522 !important;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "Corben", Sans-serif;
}
.primary-hover-stage
  > .elementor-element-populated
  .elementor-widget-container
  p {
  color: #7e7c7a !important;
  line-height: 1;
  font-size: 1rem;
  font-family: "Jost", Sans-serif, serif;
}

.primary-hover-stage:hover > .elementor-element-populated {
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0.0625rem solid #fb6970 !important;
}

.primary-hover-stage:hover .elementor-heading-title {
  color: #fb6970 !important;
}

.btn-to-top {
  width: auto !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.btn-to-top .elementor-button {
  background: transparent;
  padding: 0;
}
.btn-to-top .elementor-button-content-wrapper {
  background-size: 0.5625rem;
  background-color: #ffffff;
  background-image: url(../../images/arrow-button-2.svg);
  width: 0.5625rem;
  height: 0.875rem;
  padding: 1.3125rem;
  border: 0.0625rem solid #dbd9da;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.btn-to-top .elementor-button-content-wrapper:hover {
  transition: 0.25s border-color;
  border-color: #000000;
}

/* read more */
a.btn-readmore {
  color: #fb6970;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}
a.btn-readmore span {
  line-height: 1 !important;
  font-weight: 500 !important;
}
a.btn-readmore a,
a.btn-readmore span {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
a.btn-readmore > span {
  border-bottom: 0.0625rem solid transparent;
}
a.btn-readmore:hover > span {
  border-bottom-color: #fb6970;
}

.btn-readmore .elementor-button {
  background-color: transparent !important;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.btn-readmore .elementor-button span {
  line-height: 1 !important;
  font-weight: 500 !important;
}
.btn-readmore .elementor-button a,
.btn-readmore .elementor-button span {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
.btn-readmore .elementor-button:hover .elementor-button-text {
  border-bottom-color: #fb6970 !important;
}

.btn-readmore .elementor-button-text {
  color: #fb6970;
  border-bottom: 0.0625rem solid transparent;
}

.read-more-target {
  display: none;
}
.read-more-target.active {
  display: block;
}

/* end read more */
.btn-solid .elementor-button {
  background-color: #fb6970 !important;
  border: 0.0625rem solid #fb6970;
  border-radius: 1.75rem !important;
  color: #ffffff !important;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}
.btn-solid .elementor-button span {
  line-height: 1 !important;
  font-weight: 500 !important;
}
.btn-solid .elementor-button a,
.btn-solid .elementor-button span {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
.btn-solid .elementor-button:hover {
  background-color: #fe525a !important;
  border-color: #fe525a !important;
  transition: 0.25s background-color !important;
}

.btn-solid:not(.btn-size--lg-large) .elementor-button,
.btn-solid:not(.btn-size--sm-large) .elementor-button {
  padding: 0.75rem 1.375rem !important;
}
@media (min-width: 768px) {
  .btn-solid:not(.btn-size--lg-large) .elementor-button,
  .btn-solid:not(.btn-size--sm-large) .elementor-button {
    padding: 0.75rem 2rem !important;
  }
}

@media (min-width: 768px) {
  .btn-solid.btn-size--lg-large .elementor-button {
    padding: 1.25rem 2rem !important;
  }
}

@media (max-width: 767px) {
  .btn-solid.btn-size--sm-large .elementor-button {
    padding: 1.1875rem 5.625rem !important;
  }
}

.btn-solid--white .elementor-button {
  background-color: #ffffff !important;
  border: 0.0625rem solid #dbd9da !important;
  border-radius: 1.5625rem !important;
  color: #fb6970 !important;
  padding: 0.6875rem 1.25rem !important;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}
.btn-solid--white .elementor-button span {
  line-height: 1 !important;
  font-weight: 500 !important;
}
.btn-solid--white .elementor-button a,
.btn-solid--white .elementor-button span {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
.btn-solid--white .elementor-button:hover {
  transition: 0.25s background-color !important;
  background-color: #f4eaec !important;
}

.btn-stroke .elementor-button {
  border: 0.0625rem solid #fb6970 !important;
  border-radius: 1.75rem !important;
  background-color: transparent !important;
  color: #fb6970 !important;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}
.btn-stroke .elementor-button span {
  line-height: 1 !important;
  font-weight: 500 !important;
}
.btn-stroke .elementor-button a,
.btn-stroke .elementor-button span {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
.btn-stroke .elementor-button:hover {
  transition: 0.25s background-color !important;
  background-color: #fb6970 !important;
  color: #ffffff !important;
}

.btn-stroke:not(.btn-size--lg-large) .elementor-button,
.btn-stroke:not(.btn-size--sm-large) .elementor-button {
  padding: 0.75rem 1.375rem !important;
}
@media (min-width: 768px) {
  .btn-stroke:not(.btn-size--lg-large) .elementor-button,
  .btn-stroke:not(.btn-size--sm-large) .elementor-button {
    padding: 0.75rem 2rem !important;
  }
}

@media (min-width: 768px) {
  .btn-stroke.btn-size--lg-large .elementor-button {
    padding: 1.25rem 2rem !important;
  }
}

@media (max-width: 767px) {
  .btn-stroke.btn-size--sm-large .elementor-button {
    padding: 1.1875rem 5.625rem !important;
  }
}

.btn-underline a:hover > span {
  border-bottom: 0.0625rem solid #ffffff;
}

.btn-underline a > span {
  border-bottom: 0.0625rem solid transparent;
  padding-bottom: 0.125rem;
  line-height: 1;
  margin: 0.625rem 0 0.5rem;
}

.burger-menu ~ .nav-menu {
  visibility: hidden;
  height: 0;
}

.burger-menu.active ~ .nav-menu {
  visibility: visible;
  height: calc(100% - 4.5625rem);
  width: 100%;
  display: flex;
  position: fixed;
  overflow-y: scroll;
  top: 4.59875rem;
  left: 0;
  bottom: 0;
  flex-direction: column;
  background-color: #ffffff;
  padding-top: 1.875rem;
  padding-bottom: 5.625rem;
  transition: 0.2s ease-in;
}
@media (min-width: 768px) {
  .burger-menu.active ~ .nav-menu {
    top: 4.5625rem;
  }
}
.admin-bar .burger-menu.active ~ .nav-menu {
  top: 7.4375rem;
  height: calc(100% - 7.4375rem);
}

@media (min-width: 1025px) {
  #bw-custom-menu ul.nav-menu {
    visibility: visible !important;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}

#bw-custom-menu li.menu-item:not(.contact-form) {
  display: flex;
  align-items: center;
  margin: 0.625rem 0.9375rem;
  box-shadow: 0px 0px 32px #0000001a;
  border-radius: 1rem;
  padding: 1.25rem;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  #bw-custom-menu li.menu-item:not(.contact-form) {
    flex-direction: row;
    margin: 0.625rem 0.75rem;
    box-shadow: none;
    border-radius: unset;
    padding: 0;
    height: 3.75rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1080px) {
  #bw-custom-menu li.menu-item:not(.contact-form) {
    margin: 0.625rem 0.9375rem;
  }
}
#bw-custom-menu li.menu-item:not(.contact-form) > div > a {
  color: #292522;
  background-color: transparent;
  white-space: nowrap;
  line-height: 1.5;
  position: relative;
  padding: 0;
  font-size: 1.625rem;
}
@media (min-width: 1025px) {
  #bw-custom-menu li.menu-item:not(.contact-form) > div > a {
    font-size: 1rem;
  }
}
#bw-custom-menu li.menu-item:not(.contact-form) .sub-menu {
  display: none;
}
#bw-custom-menu li.menu-item:not(.contact-form).active {
  flex-direction: column;
}
#bw-custom-menu li.menu-item:not(.contact-form).active .sub-menu {
  display: block;
}
@media (min-width: 1025px) {
  #bw-custom-menu li.menu-item:not(.contact-form).active {
    flex-direction: row;
  }
}
@media (max-width: 1024px) {
  #bw-custom-menu
    li.menu-item:not(.contact-form).active
    .menu-item-has-children
    svg {
    transition: 0.25s transform;
    transform: rotate(-180deg);
  }
  #bw-custom-menu li.menu-item:not(.contact-form).active .sub-menu {
    top: 9.3125rem;
    z-index: 1;
    position: static;
    width: 100%;
    margin-top: 1.25rem;
    flex-direction: column;
  }
}
#bw-custom-menu li.menu-item:not(.contact-form):hover a {
  background-color: transparent;
}
@media (min-width: 1025px) {
  #bw-custom-menu li.menu-item:not(.contact-form):hover span {
    border-bottom: 0.0625rem solid;
  }
  #bw-custom-menu li.menu-item:not(.contact-form):hover .sub-menu {
    display: block;
  }
  #bw-custom-menu li.menu-item:not(.contact-form):hover .sub-menu-d-grid {
    display: grid !important;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

#bw-custom-menu .wpml-languages.mobile {
  display: flex !important;
}
@media (min-width: 1025px) {
  #bw-custom-menu .wpml-languages.mobile {
    display: none !important;
  }
}

#bw-custom-menu .wpml-languages.desktop {
  display: none;
  white-space: nowrap;
  margin: 0 0.75rem;
}
@media (min-width: 1025px) {
  #bw-custom-menu .wpml-languages.desktop {
    display: flex;
    align-items: flex-start;
  }
}
#bw-custom-menu .wpml-languages.desktop .wpml-divider {
  margin: -2px 4px 0;
}
#bw-custom-menu .wpml-languages.desktop > a {
  padding: 0;
  line-height: 1.3;
}
#bw-custom-menu .wpml-languages.desktop > a:first-child::before {
  display: none;
}
#bw-custom-menu .wpml-languages.desktop > a.active {
  border-bottom: 0.0625rem solid;
}
#bw-custom-menu .wpml-languages.desktop > a:hover {
  color: #fe525a;
  border-bottom: 0.0625rem solid #fe525a;
  background-color: transparent;
}

#bw-custom-menu
  li.menu-item.wpml-languages
  .sub-menu
  .sub-menu-item:hover::before {
  background-size: contain;
}

#bw-custom-menu li.menu-item.wpml-languages .sub-menu {
  display: none;
}

#bw-custom-menu li.menu-item.wpml-languages.active .sub-menu {
  display: inline;
}

#bw-custom-menu li.menu-item.wpml-languages .sub-menu-item {
  min-width: 100%;
}
#bw-custom-menu li.menu-item.wpml-languages .sub-menu-item .sub-item {
  position: relative;
  padding-left: 2.8125rem;
}
#bw-custom-menu li.menu-item.wpml-languages .sub-menu-item .sub-item::before {
  visibility: hidden;
  opacity: 0;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/check.svg);
  position: absolute;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#bw-custom-menu
  li.menu-item.wpml-languages
  .sub-menu-item.active
  .sub-item::before {
  visibility: visible;
  opacity: 1;
}

#bw-custom-menu li.menu-item.wpml-languages .sub-item {
  font-family: "Jost", Sans-serif, serif;
}

#bw-custom-menu li.menu-item.wpml-languages .menu-item-text {
  display: block;
}

#bw-custom-menu li.menu-item.wpml-languages .menu-item-value {
  display: none;
}

@media (min-width: 1025px) {
  #bw-custom-menu li.menu-item.wpml-languages {
    margin-left: auto;
  }
  #bw-custom-menu li.menu-item.wpml-languages .sub-item {
    padding: 0 !important;
  }
  #bw-custom-menu li.menu-item.wpml-languages .sub-menu-item {
    margin-bottom: 0.03125rem;
  }
  #bw-custom-menu li.menu-item.wpml-languages .sub-menu-item::after {
    visibility: hidden !important;
  }
  #bw-custom-menu li.menu-item.wpml-languages .sub-menu-item.active .sub-item {
    color: #fe525a !important;
  }
  #bw-custom-menu
    li.menu-item.wpml-languages
    .sub-menu-item.active
    .sub-item::before {
    display: none;
  }
  #bw-custom-menu
    li.menu-item.wpml-languages
    .sub-menu
    li:last-child
    .sub-menu-item {
    margin-bottom: 0;
  }
  #bw-custom-menu li.menu-item.wpml-languages .menu-item-text {
    display: none;
  }
  #bw-custom-menu li.menu-item.wpml-languages .menu-item-value {
    display: block;
  }
}

#bw-custom-menu li.menu-item.contact-form {
  margin: 0.9375rem;
}
#bw-custom-menu li.menu-item.contact-form > div {
  background-color: #fb6970;
  border: 0.0625rem solid #fb6970;
  border-radius: 1.75rem;
  text-align: center;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  padding: 1.1875rem 1.375rem;
}
#bw-custom-menu li.menu-item.contact-form > div span {
  line-height: 1 !important;
  font-weight: 500 !important;
}
#bw-custom-menu li.menu-item.contact-form > div a,
#bw-custom-menu li.menu-item.contact-form > div span {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
#bw-custom-menu li.menu-item.contact-form > div:hover {
  background-color: #fe525a;
  border-color: #fe525a;
  transition: 0.25s background-color;
}
#bw-custom-menu li.menu-item.contact-form > div > a {
  color: #ffffff;
}
@media (min-width: 1025px) {
  #bw-custom-menu li.menu-item.contact-form {
    display: none;
  }
}

#bw-custom-menu li.menu-item.telephone-infos {
  padding: 0 0 20px 0 !important;
  text-align: center;
  justify-content: center !important;
  box-shadow: none !important;
}
@media (min-width: 1025px) {
  #bw-custom-menu li.menu-item.telephone-infos {
    display: none !important;
  }
}

#bw-custom-menu .menu-item-has-children {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#bw-custom-menu .menu-item-has-children svg {
  transition: 0.25s transform;
}
@media (min-width: 1025px) {
  #bw-custom-menu .menu-item-has-children svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.3125rem;
    transition: none;
  }
}
#bw-custom-menu .menu-item-has-children svg #Path_5761 {
  fill: #292522;
}
@media (min-width: 1025px) {
  #bw-custom-menu .menu-item-has-children svg #Path_5761 {
    fill: #292522;
  }
}

#bw-custom-menu .sub-menu {
  cursor: pointer;
}
@media (min-width: 1025px) {
  #bw-custom-menu .sub-menu {
    top: 3.75rem;
    position: absolute;
    border-radius: 1rem;
    box-shadow: 0 0 32px #0000001a !important;
    background-color: #ffffff;
    padding: 1.25rem !important;
    width: auto;
    margin-top: 0;
  }
}
#bw-custom-menu .sub-menu .sub-menu-item {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.5625rem;
  position: relative;
}
#bw-custom-menu .sub-menu .sub-menu-item img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  z-index: 1;
}
#bw-custom-menu .sub-menu .sub-menu-item .sub-item {
  padding: 0 1.5625rem;
  color: #292522 !important;
  line-height: 1;
  font-size: 1rem;
  font-family: "Corben", Sans-serif;
  padding-left: 1.5625rem;
}
#bw-custom-menu .sub-menu .sub-menu-item .sub-item p {
  color: #7e7c7a;
  margin: 0.625rem 0 0;
  padding: 0;
  line-height: 1;
  font-size: 0.75rem;
  font-family: "Jost", Sans-serif, serif;
}
#bw-custom-menu .sub-menu .sub-menu-item::after {
  visibility: hidden;
  opacity: 0;
  content: "";
  width: 0;
  height: 0;
  background-image: url(../../images/arrow.svg);
  position: absolute;
  background-size: contain;
  right: 1.5625rem;
  top: 50%;
  transform: translate(0, -50%);
}
#bw-custom-menu .sub-menu .sub-menu-item:hover {
  border-radius: 1rem;
  overflow: hidden;
  will-change: transform;
}
#bw-custom-menu .sub-menu .sub-menu-item:hover .sub-item {
  color: #fb6970 !important;
  background-color: transparent;
  z-index: 1;
}
#bw-custom-menu .sub-menu .sub-menu-item:hover .sub-item p {
  color: #292522;
}
#bw-custom-menu .sub-menu .sub-menu-item:hover::before {
  top: 0;
  width: 100%;
  background-image: url(../../images/wave.svg);
  transform: scaleY(6);
}
@media (min-width: 1025px) {
  #bw-custom-menu .sub-menu .sub-menu-item:hover::after {
    visibility: visible;
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    transition: 0.5s opacity;
  }
}
#bw-custom-menu .sub-menu .sub-menu-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 150%;
  transition: all ease 1s;
}

.burger-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1025px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu .line {
  list-style: none;
  position: absolute;
  left: 5%;
  width: 90%;
  height: 0.1875rem;
  transition: 0.5s;
  background: #292522;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
}
.burger-menu .line:nth-child(1) {
  top: 0;
}
.burger-menu .line:nth-child(2) {
  top: 0.4375rem;
}
.burger-menu .line:nth-child(3) {
  top: 0.875rem;
}
.burger-menu.active .line:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.burger-menu.active .line:nth-child(2) {
  opacity: 0;
}
.burger-menu.active .line:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}

#bw-header {
  box-shadow: none;
}
#bw-header .elementor-motion-effects-layer {
  background-color: transparent !important;
  box-shadow: none !important;
}
#bw-header
  > .elementor-container
  .elementor-column
  .elementor-element-populated {
  background-color: transparent !important;
}
#bw-header .elementor-background-overlay {
  background-color: transparent !important;
}
#bw-header:hover {
  background-color: transparent !important;
}
#bw-header-contact {
  display: none;
}
@media (min-width: 1025px) {
  #bw-header-contact {
    display: block;
  }
}

@media (max-width: 1024px) {
  .bw-gradient-menu-mobile .bw-header-menu:not(.bw-header-menu__sticky) {
    background-color: transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, black 130%);
  }
  .bw-gradient-menu-mobile
    .bw-header-menu:not(.bw-header-menu__sticky)
    .heading-logo {
    filter: brightness(0) invert(1);
  }
  .bw-gradient-menu-mobile
    .bw-header-menu:not(.bw-header-menu__sticky)
    .burger-menu
    .line {
    background-color: #ffffff;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .bw-gradient-menu-mobile
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item
    > div
    > a {
    color: #ffffff !important;
  }
  .bw-gradient-menu-mobile
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item
    span {
    color: #ffffff !important;
  }
  .bw-gradient-menu-mobile
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #ffffff !important;
  }
  .bw-gradient-menu-mobile
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item:hover
    span {
    color: #ffffff !important;
    border-bottom: 0.0625rem solid #ffffff !important;
  }
  .bw-gradient-menu-mobile
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item:hover
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #ffffff !important;
  }
  .bw-gradient-menu-mobile
    .bw-header-menu:not(.bw-header-menu__sticky)
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #ffffff;
  }
}

@media (min-width: 1025px) {
  .bw-gradient-menu-desktop .bw-header-menu:not(.bw-header-menu__sticky) {
    background-color: transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, black 130%);
  }
  .bw-gradient-menu-desktop
    .bw-header-menu:not(.bw-header-menu__sticky)
    .heading-logo {
    filter: brightness(0) invert(1);
  }
  .bw-gradient-menu-desktop
    .bw-header-menu:not(.bw-header-menu__sticky)
    .burger-menu
    .line {
    background-color: #ffffff;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .bw-gradient-menu-desktop
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item
    > div
    > a {
    color: #ffffff !important;
  }
  .bw-gradient-menu-desktop
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item
    span {
    color: #ffffff !important;
  }
  .bw-gradient-menu-desktop
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #ffffff !important;
  }
  .bw-gradient-menu-desktop
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item:hover
    span {
    color: #ffffff !important;
    border-bottom: 0.0625rem solid #ffffff !important;
  }
  .bw-gradient-menu-desktop
    .bw-header-menu:not(.bw-header-menu__sticky)
    li.menu-item:hover
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #ffffff !important;
  }
  .bw-gradient-menu-desktop
    .bw-header-menu:not(.bw-header-menu__sticky)
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #ffffff;
  }
}

.bw-header-menu:not(.bw-header-menu__sticky) {
  background-color: #ffffff;
}
@media (min-width: 1025px) {
  .bw-header-menu:not(.bw-header-menu__sticky)
    #bw-custom-menu
    li.menu-item
    > div
    > a {
    color: #292522;
  }
  .bw-header-menu:not(.bw-header-menu__sticky)
    #bw-custom-menu
    li.menu-item
    span {
    color: #292522;
  }
  .bw-header-menu:not(.bw-header-menu__sticky)
    #bw-custom-menu
    li.menu-item:hover
    span {
    color: #fe525a;
    border-bottom: 0.0625rem solid #fe525a;
  }
  .bw-header-menu:not(.bw-header-menu__sticky)
    #bw-custom-menu
    li.menu-item:hover
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #fe525a;
  }
  .bw-header-menu:not(.bw-header-menu__sticky)
    #bw-custom-menu
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #292522;
  }
}
.bw-header-menu:not(.bw-header-menu__sticky)
  .btn-header-menu
  .elementor-button {
  background-color: #fb6970 !important;
  border: 0.0625rem solid #fb6970;
  border-radius: 1.75rem !important;
  color: #ffffff !important;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  padding: 0.75rem 1.375rem !important;
}
.bw-header-menu:not(.bw-header-menu__sticky)
  .btn-header-menu
  .elementor-button
  span {
  line-height: 1 !important;
  font-weight: 500 !important;
}
.bw-header-menu:not(.bw-header-menu__sticky)
  .btn-header-menu
  .elementor-button
  a,
.bw-header-menu:not(.bw-header-menu__sticky)
  .btn-header-menu
  .elementor-button
  span {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
@media (min-width: 768px) {
  .bw-header-menu:not(.bw-header-menu__sticky)
    .btn-header-menu
    .elementor-button {
    padding: 0.75rem 2rem !important;
  }
}
.bw-header-menu:not(.bw-header-menu__sticky)
  .btn-header-menu
  .elementor-button:hover {
  background-color: #fe525a !important;
  border-color: #fe525a !important;
  transition: 0.25s background-color !important;
}

.bw-header-menu__sticky {
  background: #ffffff !important;
  border: none;
}
.bw-header-menu__sticky .heading-logo {
  filter: none !important;
}
.bw-header-menu__sticky .burger-menu .line {
  background-color: #292522 !important;
}
@media (min-width: 1025px) {
  .bw-header-menu__sticky #bw-custom-menu li.menu-item > div > a {
    color: #292522;
  }
  .bw-header-menu__sticky #bw-custom-menu li.menu-item span {
    color: #292522;
  }
  .bw-header-menu__sticky #bw-custom-menu li.menu-item:hover span {
    color: #fe525a;
    border-bottom: 0.0625rem solid #fe525a;
  }
  .bw-header-menu__sticky
    #bw-custom-menu
    li.menu-item:hover
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #fe525a;
  }
  .bw-header-menu__sticky
    #bw-custom-menu
    .menu-item-has-children
    svg
    #Path_5761 {
    fill: #292522;
  }
}
.bw-header-menu__sticky .btn-header-menu .elementor-button {
  background-color: #ffffff !important;
  border: 0.0625rem solid #dbd9da !important;
  color: #fb6970 !important;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  padding: 0.75rem 1.375rem !important;
}
.bw-header-menu__sticky .btn-header-menu .elementor-button span {
  line-height: 1 !important;
  font-weight: 500 !important;
}
.bw-header-menu__sticky .btn-header-menu .elementor-button a,
.bw-header-menu__sticky .btn-header-menu .elementor-button span {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}
@media (min-width: 768px) {
  .bw-header-menu__sticky .btn-header-menu .elementor-button {
    padding: 0.75rem 2rem !important;
  }
}
.bw-header-menu__sticky .btn-header-menu .elementor-button:hover {
  transition: 0.25s background-color !important;
  background-color: #f4eaec !important;
}

span.person {
  border: none !important;
  background-color: #000000;
  color: #ffffff !important;
  border-radius: 50px;
  font-size: 0.75rem;
  font-family: "Jost", Sans-serif, serif;
  display: table;
  padding: 3px 10px;
  margin-top: 10px;
}

.bw-elementor-posts {
  display: grid;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .bw-elementor-posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
.bw-elementor-posts.bw-elementor-posts--auto-fit {
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.bw-elementor-posts.bw-elementor-posts--auto-fit .elementor-grid-item {
  max-width: 500px;
  margin: 0 auto !important;
}
.bw-elementor-posts .elementor-post {
  display: block;
  transition-property: background, border, box-shadow;
  transition-duration: 0.25s;
  border-radius: 16px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.bw-elementor-posts .elementor-posts--thumbnail-top .elementor-post {
  display: block;
}
.bw-elementor-posts.elementor-posts-container .elementor-post {
  padding: 0 0 10px 0;
  margin: 0;
}
.bw-elementor-posts.elementor-grid .elementor-grid-item {
  min-width: 0;
}
.bw-elementor-posts.elementor-posts-container .elementor-post__thumbnail__link {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  transform: translateZ(0);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.bw-elementor-posts .elementor-post__thumbnail {
  padding-bottom: calc(0.66 * 100%);
  transition: transform 0.5s;
}
.bw-elementor-posts .elementor-post__thumbnail:hover {
  transform: scale(1.1);
}
.bw-elementor-posts.elementor-posts-container.elementor-has-item-ratio
  .elementor-post__thumbnail {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bw-elementor-posts.elementor-posts-container .elementor-post__thumbnail img {
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  border: none;
  box-shadow: none;
}
.bw-elementor-posts.elementor-posts-container.elementor-has-item-ratio
  .elementor-post__thumbnail
  img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
}
.bw-elementor-posts .elementor-post__text {
  width: 100%;
  padding: 20px;
  flex-grow: 1;
}
.bw-elementor-posts .elementor-post__buttons {
  width: 100%;
  flex-grow: 1;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .bw-elementor-posts .elementor-post__buttons {
    display: flex;
    justify-content: space-between;
  }
}
.bw-elementor-posts .elementor-post__title {
  font-family: "Corben", Sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #363636;
  margin-bottom: 20px;
}
.bw-elementor-posts .elementor-post__title a {
  font-family: "Corben", Sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #363636;
  margin-bottom: 20px;
}
.bw-elementor-posts .elementor-post__excerpt {
  font-family: "Jost", Sans-serif, serif;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #7e7c7a;
  margin-bottom: 50px;
}
.bw-elementor-posts .elementor-post__excerpt p {
  font-family: "Jost", Sans-serif, serif;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #7e7c7a;
  line-height: 1.5;
}
.bw-elementor-posts .elementor-post__read-more {
  color: #fb6970;
  font-family: "Jost", Sans-serif, serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.bw-elementor-posts .elementor-post__read-more:hover span {
  border-bottom: 0.0625rem solid #fb6970;
}
.bw-elementor-posts .post-type {
  background-color: #225e8b;
  color: white;
  border-radius: 0 4px 4px 0;
  width: max-content;
  padding: 4px 10px 4px 16px;
  position: absolute;
  top: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 1366px) {
  .bw-elementor-posts .post-type {
    top: 20px;
  }
}
.bw-elementor-posts .total-capacity {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: grid;
  gap: 10px;
}
@media (min-width: 1024px) {
  .bw-elementor-posts .total-capacity {
    display: block;
  }
}
.bw-elementor-posts .total-capacity__person,
.bw-elementor-posts .total-capacity__covid-19 {
  background-color: white;
  color: #7e7c7a;
  border-radius: 4px;
  width: max-content;
  padding: 4px 10px;
}
.bw-elementor-posts .total-capacity span:first-child {
  margin-right: 10px;
}
.bw-elementor-posts .elementor-post__booking {
  border: 0.0625rem solid #fb6970;
  border-radius: 1.75rem;
  background-color: transparent;
  padding: 0.75rem 1.25rem;
  color: #fb6970;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  float: right;
  transform: translateY(-25%);
}
.bw-elementor-posts .elementor-post__booking:hover {
  transition: 0.25s background-color;
  background-color: #fb6970;
  color: white;
}

.bw-custom-header {
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-bottom: 5.625rem;
}
@media (min-width: 768px) {
  .bw-custom-header {
    padding-top: 1.25rem;
  }
}
.bw-custom-header .swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-slide {
    flex-direction: row;
    height: 31.25rem !important;
  }
}
.bw-custom-header .swiper-slide .content-wrapper {
  padding: 0 1.375rem 0.625rem;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-slide .content-wrapper {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 6.25rem;
    padding-left: 0.625rem;
  }
}
.bw-custom-header .swiper-slide .title {
  font-size: 2.375rem;
  line-height: 3.15875rem;
  color: #292522;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-slide .title {
    font-size: 3.125rem;
    line-height: 3.90625rem;
    margin-bottom: 1.25rem;
  }
}
.bw-custom-header .swiper-slide .description {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #292522;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-slide .description {
    font-size: 1.3125rem;
    line-height: 2.1875rem;
    margin-bottom: 2.375rem;
  }
}
.bw-custom-header .swiper-slide .btn-text {
  background-color: #ffffff;
  border: 0.0625rem solid #dbd9da;
  border-radius: 1.5625rem;
  padding: 0.6875rem 1.25rem;
  color: #fb6970;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-slide .btn-text {
    align-self: flex-start;
  }
}
.bw-custom-header .swiper-slide .btn-text:hover {
  transition: 0.25s background-color;
  background-color: #f4eaec;
}
.bw-custom-header .swiper-slide .background-image-wrapper {
  position: relative;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-slide .background-image-wrapper {
    width: 60%;
    padding-right: 0.625rem;
  }
}
.bw-custom-header .swiper-slide .image-wrapper {
  position: relative;
}
.bw-custom-header .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 14.0625rem;
  object-fit: cover;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .bw-custom-header .swiper-slide img {
    height: 25.75rem;
    max-height: 100%;
  }
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-slide img {
    border-radius: 1rem;
  }
}
.bw-custom-header .swiper-pagination {
  width: auto;
  left: 1.375rem;
  bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-pagination:not(.desktop) {
    display: none;
  }
}
.bw-custom-header .swiper-pagination.desktop {
  display: none;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-pagination.desktop {
    display: block;
    position: static;
  }
}
.bw-custom-header .swiper-pagination.desktop .swiper-pagination-bullet {
  margin: 0 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
}
.bw-custom-header .swiper-button-next,
.bw-custom-header .swiper-button-prev {
  display: none;
}
@media (min-width: 1025px) {
  .bw-custom-header .swiper-button-next,
  .bw-custom-header .swiper-button-prev {
    display: block;
    background-size: 0.5625rem;
    background-color: #ffffff;
    background-image: url(../../images/arrow-button-2.svg);
    width: 0.5625rem;
    height: 0.875rem;
    padding: 1.3125rem;
    border: 0.0625rem solid #dbd9da;
    border-radius: 50%;
    top: unset;
    bottom: 0;
  }
  .bw-custom-header .swiper-button-next:hover,
  .bw-custom-header .swiper-button-prev:hover {
    transition: 0.25s border-color;
    border-color: #000000;
  }
}
.bw-custom-header .swiper-button-next {
  right: 1.25rem;
}
.bw-custom-header .swiper-button-prev {
  transform: rotate(-180deg);
  right: calc(20px + 44px + 10px);
  left: auto;
}

.swiper-content-container {
  background-color: #f4f4f4;
}

.bw-custom-teaser {
  padding-top: 2.5rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-bottom: calc(20px + 44px);
}
@media (min-width: 1025px) {
  .bw-custom-teaser {
    padding-left: 0;
    padding-right: 0;
    max-width: 64.375rem;
    margin: 0 auto;
  }
}
.bw-custom-teaser .swiper-slide {
  border-radius: 1rem;
  border: 0.0625rem solid #e6e6e6;
  color: #292522;
  transition: unset;
  padding: 1.25rem;
  margin-top: 0 !important;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .bw-custom-teaser .swiper-slide {
    min-height: 7.5rem !important;
    max-height: 170px !important;
    height: auto !important;
  }
}
@media (min-width: 1025px) {
  .bw-custom-teaser .swiper-slide {
    height: calc((100%) * 12 / 19) !important;
    margin-bottom: 0 !important;
  }
}
.bw-custom-teaser .swiper-slide:last-child {
  margin-right: 0 !important;
}
.bw-custom-teaser .swiper-slide a {
  color: #292522;
}
.bw-custom-teaser .swiper-slide:hover {
  border-color: #fb6970;
}
.bw-custom-teaser .swiper-slide:hover a {
  color: #292522;
}
.bw-custom-teaser .swiper-slide:hover .header {
  color: #fb6970;
}
.bw-custom-teaser p {
  margin: 0;
}
.bw-custom-teaser .header {
  font-family: "Corben", Sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
}
.bw-custom-teaser .description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #7e7c7a;
}
.bw-custom-teaser img {
  width: 1.5rem;
  height: 1.5rem;
}
.bw-custom-teaser .elementor-swiper-button-prev,
.bw-custom-teaser .elementor-swiper-button-next {
  display: none;
}
@media (min-width: 1025px) {
  .bw-custom-teaser .elementor-swiper-button-prev,
  .bw-custom-teaser .elementor-swiper-button-next {
    display: block;
    background-size: 0.5625rem;
    background-color: #ffffff;
    background-image: url(../../images/arrow-button-2.svg);
    width: 0.5625rem;
    height: 0.875rem;
    padding: 1.3125rem;
    border: 0.0625rem solid #dbd9da;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    top: unset;
    bottom: 0;
  }
  .bw-custom-teaser .elementor-swiper-button-prev:hover,
  .bw-custom-teaser .elementor-swiper-button-next:hover {
    transition: 0.25s border-color;
    border-color: #000000;
  }
}
.bw-custom-teaser .elementor-swiper-button-prev {
  transform: rotate(-180deg);
  right: calc(44px + 10px);
  left: auto;
}
.bw-custom-teaser .elementor-swiper-button-next {
  right: 0;
  transform: none;
}

.bw-custom-teaser-container {
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
}

.elementor-widget-bw-teaser-widget .bw-teaser-widget-slide,
.elementor-widget-bw-teaser-widget .bw-teaser-widget-no-slider {
  max-width: 64.375rem;
  margin: 0 auto;
  scrollbar-width: none;
}

.elementor-widget-bw-teaser-widget .bw-teaser-widget-no-slider {
  overflow: hidden;
}

@media (min-width: 768px) {
  .elementor-widget-bw-teaser-widget .swiper-container.bw-teaser-widget-slide {
    max-width: calc(64.375rem + 2.75rem);
    padding: 0 1.375rem;
  }
}

.elementor-widget-bw-teaser-widget
  .swiper-container.bw-teaser-widget-slide
  .swiper-slide {
  height: auto;
}
.elementor-widget-bw-teaser-widget
  .swiper-container.bw-teaser-widget-slide
  .swiper-slide
  > a {
  display: inline-block;
  width: 100%;
}

.elementor-widget-bw-teaser-widget
  .swiper-container.bw-teaser-widget-slide
  .elementor-swiper-button-prev {
  display: none;
  transform: rotate(-180deg) translate(50%, 50%);
  top: 104px;
}
@media (min-width: 1025px) {
  .elementor-widget-bw-teaser-widget
    .swiper-container.bw-teaser-widget-slide
    .elementor-swiper-button-prev {
    display: block;
    left: 1.375rem;
  }
}

.elementor-widget-bw-teaser-widget
  .swiper-container.bw-teaser-widget-slide
  .elementor-swiper-button-next {
  display: none;
  transform: translate(50%, 50%);
  top: calc(104px - 2.75rem);
  right: 1.375rem;
}
@media (min-width: 1025px) {
  .elementor-widget-bw-teaser-widget
    .swiper-container.bw-teaser-widget-slide
    .elementor-swiper-button-next {
    display: block;
  }
}

.elementor-widget-bw-teaser-widget
  .swiper-container.bw-teaser-widget-slide
  .elementor-swiper-button-prev:hover,
.elementor-widget-bw-teaser-widget
  .swiper-container.bw-teaser-widget-slide
  .elementor-swiper-button-next:hover {
  transition: 0.25s border-color;
  border-color: #000000;
}

.elementor-widget-bw-teaser-widget .bw-teaser-widget-no-slider--wrapper {
  margin: -0.375rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .elementor-widget-bw-teaser-widget .bw-teaser-widget-no-slider--wrapper {
    margin: -0.625rem;
  }
}
@media (max-width: 767px) {
  .elementor-widget-bw-teaser-widget .bw-teaser-widget-no-slider--wrapper {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  .elementor-widget-bw-teaser-widget
    .bw-teaser-widget-no-slider--wrapper
    .elementor-col-20 {
    width: 12.7425rem !important;
  }
  .elementor-widget-bw-teaser-widget
    .bw-teaser-widget-no-slider--wrapper
    .elementor-col-20
    > a {
    width: 12.7425rem !important;
  }
}

.elementor-widget-bw-teaser-widget
  .bw-teaser-widget-no-slider
  .elementor-col-20 {
  width: 50%;
  padding: 0.375rem;
}
@media (min-width: 768px) {
  .elementor-widget-bw-teaser-widget
    .bw-teaser-widget-no-slider
    .elementor-col-20 {
    width: 20%;
    padding: 0.75rem;
  }
}
.elementor-widget-bw-teaser-widget
  .bw-teaser-widget-no-slider
  .elementor-col-20
  > a {
  display: grid;
  width: 100%;
}

.elementor-widget-bw-teaser-widget .bw-teaser-widget-no-slider--content {
  display: inline-block;
}

.elementor-widget-bw-teaser-widget p {
  margin: 0;
}

.elementor-widget-bw-teaser-widget .image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  transform: translateZ(0);
}
.elementor-widget-bw-teaser-widget .image-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.elementor-widget-bw-teaser-widget .image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s transform;
}
.elementor-widget-bw-teaser-widget .image-wrapper img:hover {
  transform: scale(1.2);
  transition: 0.25s transform;
}

.elementor-widget-bw-teaser-widget .header {
  font-family: "Corben", Sans-serif;
  font-size: 1rem;
  color: #363636;
  margin-top: 0.875rem;
}
@media (min-width: 1025px) {
  .elementor-widget-bw-teaser-widget .header {
    font-size: 1.125rem;
  }
}

.elementor-widget-bw-teaser-widget .description {
  font-family: "Jost", Sans-serif, serif;
  font-size: 0.75rem;
  color: #7e7c7a;
}
@media (min-width: 1025px) {
  .elementor-widget-bw-teaser-widget .description {
    font-size: 1rem;
  }
}

.custom-detail-page-header {
  position: relative;
  max-width: 75rem;
  margin: -2.8125rem auto 0;
}
@media (min-width: 1025px) {
  .custom-detail-page-header {
    margin-top: 8.4375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .custom-detail-page-header > .elementor-container {
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .custom-detail-page-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
}
@media (min-height: 541px) and (max-height: 799px) {
  .custom-detail-page-header.fixed {
    padding-top: 0 !important;
  }
}
.custom-detail-page-header--left {
  position: absolute;
  z-index: 1;
  box-shadow: 0px 0px 32px #00000029;
  border-radius: 1rem;
  background-color: white;
  padding: 2.375rem 1.5625rem 3.875rem;
  margin: 0 auto;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 90% !important;
}
@media (min-width: 1025px) {
  .custom-detail-page-header--left {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 45% !important;
    padding: 2.5rem;
  }
}
.custom-detail-page-header--left .elementor-icon svg,
.custom-detail-page-header--left .elementor-widget-image img {
  width: 3.125rem;
  height: auto;
}
@media (min-width: 1025px) {
  .custom-detail-page-header--left .elementor-icon svg,
  .custom-detail-page-header--left .elementor-widget-image img {
    width: 2.5rem;
  }
}
.custom-detail-page-header--left .elementor-widget-icon {
  margin-bottom: 1.25rem;
}
@media (min-width: 1440px) {
  .custom-detail-page-header--left .elementor-heading-title {
    margin-bottom: 1.25rem;
  }
}
.custom-detail-page-header--right {
  width: 100% !important;
}
.custom-detail-page-header--right img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .custom-detail-page-header--right img {
    min-height: 36.75rem;
  }
}
@media (min-width: 1025px) {
  .custom-detail-page-header--right {
    width: 70% !important;
  }
}
.custom-detail-page-header
  .elementor-icon-list-items
  .elementor-icon-list-item {
  margin-bottom: 1.25rem;
}
@media (min-height: 541px) and (max-height: 799px) {
  .custom-detail-page-header
    .elementor-icon-list-items
    .elementor-icon-list-item {
    margin-bottom: 0.625rem;
  }
}
.custom-detail-page-header .elementor-icon-list-text {
  font-size: 0.875rem;
}
@media (min-width: 1025px) {
  .custom-detail-page-header .elementor-icon-list-text {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .custom-detail-page-header .elementor-icon-list-text b {
    font-weight: 500;
  }
}
.custom-detail-page-header .fa-check:before {
  color: #5a5a5a;
}

@media (min-width: 1025px) {
  .elementor-section:not(.elementor-section-boxed)
    .bw-gallery-teaser-widget-content
    .widget-inner-wrap {
    margin: 0;
    max-width: 22.1875rem;
  }
}

.elementor-widget-bw-gallery-teaser-widget
  > .elementor-widget-container
  > .elementor-container {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
@media (min-width: 1025px) {
  .elementor-widget-bw-gallery-teaser-widget
    > .elementor-widget-container
    > .elementor-container {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.25rem;
  }
}
.elementor-widget-bw-gallery-teaser-widget
  > .elementor-widget-container
  > .elementor-container
  .elementor-column {
  width: 100%;
}
@media (min-width: 1025px) {
  .elementor-widget-bw-gallery-teaser-widget
    > .elementor-widget-container
    > .elementor-container
    .elementor-column {
    width: 50%;
  }
}

.bw-gallery-teaser-widget-image {
  display: flex;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .bw-gallery-teaser-widget-image {
    margin-bottom: 0;
  }
}
.bw-gallery-teaser-widget-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.bw-gallery-teaser-widget-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bw-gallery-teaser-widget-content > .elementor-element-populated {
  background-color: #f4f4f4;
  padding: 2.5rem 1.25rem !important;
  align-content: center;
}
@media (min-width: 1025px) {
  .bw-gallery-teaser-widget-content > .elementor-element-populated {
    padding: 3.75rem 5rem !important;
  }
}

.bw-gallery-teaser-widget-content
  .elementor-widget-image
  > .elementor-widget-container {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1025px) {
  .bw-gallery-teaser-widget-content
    .elementor-widget-image
    > .elementor-widget-container {
    margin-bottom: 0.9375rem;
  }
}

.bw-gallery-teaser-widget-content .elementor-widget-image img {
  width: 2.125rem;
  height: 2.125rem;
  object-fit: contain;
}

.bw-gallery-teaser-widget-content .elementor-widget-image .title {
  font-size: 1rem;
  font-family: "Jost", Sans-serif, serif;
  color: #225e8b;
}

.bw-gallery-teaser-widget-content .elementor-heading-title {
  font-size: 1.625rem;
  font-family: "Corben", Sans-serif;
  color: #292522;
  line-height: 2.1875rem;
  margin-bottom: 1.1875rem;
}
@media (min-width: 1025px) {
  .bw-gallery-teaser-widget-content .elementor-heading-title {
    font-size: 2.375rem;
    line-height: 3.15625rem;
  }
}

.bw-gallery-teaser-widget-content .elementor-widget-text-editor .description {
  font-size: 1rem;
  font-family: "Jost", Sans-serif, serif;
  color: #7e7c7a;
}
@media (min-width: 1025px) {
  .bw-gallery-teaser-widget-content .elementor-widget-text-editor .description {
    font-size: 1.125rem;
  }
}

.custom-contact-form-container {
  background-color: #ffffff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 1rem;
  margin: 0 1.375rem;
  padding: 1.875rem 1.5625rem 3.75rem;
}
@media (min-width: 1025px) {
  .custom-contact-form-container {
    padding: 2.5rem 6.625rem 3.75rem;
  }
}
.custom-contact-form-container p {
  margin: 0;
}

.h3 {
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .h3 {
    font-size: 1.625rem;
  }
}

.h3-header {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1025px) {
  .h3-header {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.h3-sub-header {
  margin-top: 0;
  margin-bottom: 3.125rem;
}
@media (min-width: 1025px) {
  .h3-sub-header {
    margin-bottom: 3.75rem;
  }
}

.tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  max-width: 24.6875rem;
  margin: 0 auto 5rem;
}
@media (min-width: 1025px) {
  .tabs {
    flex-direction: row;
    margin-bottom: 6.25rem;
  }
}
.tabs > .active {
  border-color: #fb6970;
}
.tabs > .active .header {
  color: #fb6970;
}
.tabs img {
  user-select: none;
  width: 1.2rem;
  height: auto;
}
.tabs p {
  user-select: none;
  margin: 0;
}
.tabs .header {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tabs .description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #7e7c7a;
}
@media (min-width: 1025px) {
  .tabs .description {
    margin-bottom: 1.875rem;
  }
}

.tabs > * {
  border-radius: 1rem;
  border: 0.0625rem solid #e6e6e6;
  color: #292522;
  transition: unset;
  padding: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
@media (min-width: 1025px) {
  .tabs > * {
    flex-direction: column-reverse;
  }
}
.tabs > *:hover:not(.active) {
  border-color: #fb6970;
}
.tabs > *:hover:not(.active) .header {
  color: #fb6970;
}
@media (pointer: coarse) {
  .tabs > *:hover:not(.active) {
    border-color: #e6e6e6;
  }
  .tabs > *:hover:not(.active) .header {
    color: #292522;
  }
}
.tabs > * input {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.tabs > * .checkmark {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  position: relative;
  border: 0.125rem solid #292522;
}
.tabs > * .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.tabs > * input:checked ~ .checkmark:after {
  display: block;
}
.tabs > * .checkmark:after {
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: #292522;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.panel {
  display: none;
}
.panel label {
  font-family: "Corben", Sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  width: 100%;
}
.panel p {
  margin-bottom: 2.5rem;
}
.panel .caption {
  margin: 0;
  line-height: 1;
  color: #7e7c7a;
  font-size: 0.875rem;
}
.panel h3 {
  margin-bottom: 3.125rem;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .panel h3 {
    margin-bottom: 3.75rem;
    font-size: 1.625rem;
  }
}
.panel input,
.panel select,
.panel textarea {
  font-family: "Jost", Sans-serif, serif;
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 0.625rem;
  border: 0.0625rem solid #dbd9da;
  border-radius: 0.5rem;
}
.panel input::placeholder,
.panel select::placeholder,
.panel textarea::placeholder {
  font-family: "Jost", Sans-serif, serif;
  font-size: 1rem;
  color: #b5b5b5;
}
.panel input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  appearance: none;
  border-radius: 0.125rem;
  border: none;
}
.panel input[type="checkbox"] ~ span {
  font-family: "Jost", Sans-serif, serif;
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.625rem;
}
@media (min-width: 1025px) {
  .panel input[type="checkbox"] ~ span {
    font-size: 1.125rem;
    margin-left: 2.5rem;
  }
}
.panel input[type="checkbox"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.125rem;
  border: 0.125rem solid #292522;
  background-color: transparent;
  float: left;
}
.panel input[type="checkbox"]:checked {
  background-color: #292522;
}
.panel input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.75rem;
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0.0625rem;
  left: 0.3125rem;
}
.panel .wpcf7-checkbox {
  display: flex;
  flex-flow: wrap;
  margin-top: 2.5rem;
}
.panel .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.panel .wpcf7-checkbox input {
  margin-top: 0;
}
.panel .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
@media (min-width: 1025px) {
  .panel .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
  }
  .panel .wpcf7-checkbox .wpcf7-list-item:nth-last-child(2) label {
    margin-bottom: 0;
  }
}
.panel .wpcf7-checkbox .wpcf7-list-item:last-child label {
  margin-bottom: 0;
}
.panel .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.panel .select {
  cursor: pointer;
  font-family: "Jost", Sans-serif, serif;
  font-size: 1rem;
  color: #5a5a5a;
  position: relative;
}
.panel .select-styled {
  background-image: url(../../images/arrow-dropdown.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2.8125rem 1.25rem;
  padding: 0.625rem 1rem;
  margin-top: 0.625rem;
  border: 0.0625rem solid #dbd9da;
  border-radius: 0.5rem;
}
.panel .select-options {
  display: none;
  font-family: "Jost", Sans-serif, serif;
  font-size: 1rem;
  color: #5a5a5a;
  margin-top: 0.625rem;
  border: 0.0625rem solid #dbd9da;
  border-radius: 0.5rem;
  list-style: none;
  padding: 0;
  max-height: 240px;
  overflow-y: scroll;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}
.panel .select-options li {
  padding: 0.75rem 1.125rem;
}
.panel .select-options li:hover {
  background-color: #f4f4f4;
}

.panel.active {
  display: block;
}

.contact-location-form {
  display: none;
}
.contact-location-form.active {
  display: inherit;
}

.btn {
  border-radius: 2rem !important;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  font-weight: 500;
  width: 100% !important;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  text-align: center;
  white-space: pre-line;
}
.btn:focus {
  outline: none;
}
@media (min-width: 1025px) {
  .btn {
    width: auto !important;
    margin-top: 2.5rem;
  }
}

.btn-container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1025px) {
  .btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.btn-prev {
  border: 0.0625rem solid #fb6970 !important;
  padding: 1.125rem 1.25rem !important;
  color: #fb6970 !important;
}
.btn-prev:hover {
  background-color: #fee1e2 !important;
}

.btn-next {
  background-color: #fb6970 !important;
  padding: 1.125rem 2rem !important;
  color: #ffffff !important;
  border: none !important;
}
.btn-next:hover {
  background-color: #fe525a !important;
}

#contact-loaction-first-page .btn-next {
  margin-top: 2.5rem;
  margin-bottom: -1.25rem;
}
@media (min-width: 1025px) {
  #contact-loaction-first-page .btn-next {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  #contact-loaction-first-page .btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}

#contact-loaction-second-page .btn-container {
  flex-direction: column;
}
@media (min-width: 1025px) {
  #contact-loaction-second-page .btn-container {
    flex-direction: row;
  }
}

#contact-loaction-second-page .btn-prev {
  margin-top: 1.25rem;
}
@media (min-width: 1025px) {
  #contact-loaction-second-page .btn-prev {
    margin-top: 0;
  }
}

#contact-loaction-second-page .btn-next {
  margin-top: 1.25rem;
  margin-bottom: -1.25rem;
}
@media (min-width: 1025px) {
  #contact-loaction-second-page .btn-next {
    margin-bottom: 0;
  }
}

#contact-location-third-page .btn-next {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  #contact-location-third-page .btn-next {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#contact-form-wrapper-telephone .btn-submit {
  margin: 0;
}

@media (min-width: 1025px) {
  .btn-container--has-ajax {
    text-align: right;
    align-items: flex-end;
  }
}

@media (min-width: 1025px) {
  .btn-container--has-ajax .btn-prev {
    margin-top: 0;
  }
}

.btn-container--has-ajax p {
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .btn-container--has-ajax p {
    width: auto;
  }
}
.btn-container--has-ajax p .btn-submit ~ .ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin-left: 0;
  margin-right: 0;
  border-radius: 1rem;
  color: #ffffff;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #00c9a7;
}

.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffc75f;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #f75382;
}

.col-2:not(.narrow-gap) label {
  margin-bottom: 2.5rem;
}

@media (min-width: 1025px) {
  .col-2:not(.narrow-gap) {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0 -0.625rem;
  }
  .col-2:not(.narrow-gap) label {
    width: 50%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 1025px) {
  .col-12 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0 -0.625rem;
  }
  .col-12 .col-6 {
    width: 50%;
    padding: 0 0.625rem;
  }
}

.col-12 .col-6 {
  margin-bottom: 2.5rem;
}

.col-12 p {
  margin: 0;
}

.contact-form-alert-calendar,
.contact-form-alert-time {
  color: #f75382;
}

.wpcf7-not-valid-tip {
  margin-top: 0.9375rem;
  color: #f75382;
  font-family: "Jost", Sans-serif, serif;
  font-size: 16px;
}

.spinner-wrapper > div {
  position: relative;
}

.spinner-wrapper .wpcf7-spinner {
  position: absolute;
  display: block;
  z-index: 999;
  top: calc(50% + 9px);
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

footer .elementor-widget-heading {
  margin-bottom: 1.1875rem;
}
@media (min-width: 1025px) {
  footer .elementor-widget-heading {
    margin-bottom: 0.9375rem;
  }
}

footer .elementor-heading-title {
  line-height: 1 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

footer .elementor-icon-list-text {
  margin-top: 0;
  margin-bottom: 0.8125rem;
}

footer a:hover span {
  color: #ffffff !important;
}
@media (min-width: 1025px) {
  footer a:hover span {
    border-bottom: 0.0625rem solid #ffffff;
  }
}

footer a span {
  border-bottom: 0.0625rem solid transparent;
  padding-bottom: 0.125rem;
  line-height: 1;
  margin: 0.625rem 0 0.5rem;
  font-weight: normal;
}

footer p {
  margin: 0;
}
footer p a {
  font-weight: normal;
}

footer
  .footer-accordion
  .elementor-widget-accordion
  > .elementor-widget-container {
  margin: 4.375rem 0 0.625rem !important;
}

footer
  .footer-accordion
  .elementor-widget-accordion
  .elementor-accordion-title {
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 0.75rem !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

footer .footer-accordion .elementor-widget-accordion .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

footer .footer-accordion .elementor-widget-accordion .elementor-tab-content {
  padding: 0 0 1.375rem !important;
  font-family: "Jost", Sans-serif, serif !important;
  font-size: 1rem !important;
  color: #c9c9c9 !important;
}
footer .footer-accordion .elementor-widget-accordion .elementor-tab-content ul {
  list-style: none;
  padding-left: 1.875rem;
}
footer
  .footer-accordion
  .elementor-widget-accordion
  .elementor-tab-content
  ul
  li {
  color: #c9c9c9;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0.0625rem solid #c9c9c9;
}
footer
  .footer-accordion
  .elementor-widget-accordion
  .elementor-tab-content
  ul
  li:last-child {
  border-bottom: 0.0625rem solid #c9c9c9;
}
footer
  .footer-accordion
  .elementor-widget-accordion
  .elementor-tab-content
  ul
  a {
  color: #c9c9c9 !important;
}
footer
  .footer-accordion
  .elementor-widget-accordion
  .elementor-tab-content
  ul
  a:hover {
  color: #ffffff;
}
footer .footer-accordion .elementor-widget-accordion .elementor-tab-content p {
  color: #c9c9c9 !important;
}
footer
  .footer-accordion
  .elementor-widget-accordion
  .elementor-tab-content
  span {
  margin: 0 !important;
  padding-top: 0.125rem;
}

#cookie-law-info-bar {
  z-index: 99999 !important;
}

.bw-banner-tiles .swiper-button-prev,
.bw-banner-tiles .swiper-button-next {
  background-size: 0.5625rem;
  background-color: #ffffff;
  background-image: url(../../images/arrow-button-2.svg);
  width: 0.5625rem;
  height: 0.875rem;
  padding: 1.3125rem;
  border: 0.0625rem solid #dbd9da;
  border-radius: 50%;
  top: calc(70vh / 2);
  bottom: unset;
  width: 2.25rem;
  height: 2.25rem;
  padding: 1.125rem;
}
.bw-banner-tiles .swiper-button-prev:hover,
.bw-banner-tiles .swiper-button-next:hover {
  transition: 0.25s border-color;
  border-color: #000000;
}
@media (min-width: 768px) {
  .bw-banner-tiles .swiper-button-prev,
  .bw-banner-tiles .swiper-button-next {
    top: calc(50vw / 2);
  }
}
@media (min-width: 1025px) {
  .bw-banner-tiles .swiper-button-prev,
  .bw-banner-tiles .swiper-button-next {
    top: calc(40vw / 2);
    width: 2.75rem;
    height: 2.75rem;
    padding: 1.375rem;
  }
}

.bw-banner-tiles .swiper-button-prev {
  transform: rotate(-180deg);
}

.banner-tile-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  height: 70vh;
}
@media (min-width: 768px) {
  .banner-tile-1 {
    flex-direction: row;
    gap: 14px;
    height: 50vw;
  }
}
@media (min-width: 1025px) {
  .banner-tile-1 {
    height: 40vw;
  }
}
.banner-tile-1-large {
  position: relative;
  width: 100%;
  height: 50%;
  display: block;
}
@media (min-width: 768px) {
  .banner-tile-1-large {
    width: 70%;
    height: 100%;
  }
}
.banner-tile-1-large::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
  transition: 0.25s background-color;
}
.banner-tile-1-large:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-tile-1-large--image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.banner-tile-1-large--content {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .banner-tile-1-large--content {
    margin-left: calc(50vw - 600px);
  }
}
@media (min-width: 768px) {
  .banner-tile-1-large--content {
    display: flex;
    padding-left: 70px;
    padding-right: 40%;
  }
}
@media (min-width: 1320px) {
  .banner-tile-1-large--content {
    padding-left: 10px;
  }
}
.banner-tile-1-large--content h1,
.banner-tile-1-large--content h2,
.banner-tile-1-large--content h3,
.banner-tile-1-large--content h4,
.banner-tile-1-large--content h5 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0.625rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1025px) {
  .banner-tile-1-large--content h1,
  .banner-tile-1-large--content h2,
  .banner-tile-1-large--content h3,
  .banner-tile-1-large--content h4,
  .banner-tile-1-large--content h5 {
    margin-bottom: 1.25rem;
  }
}
.banner-tile-1-large--content p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1025px) {
  .banner-tile-1-large--content p {
    font-size: 1.3125rem;
    line-height: 2.1875rem;
    margin-bottom: 2.375rem;
  }
}
.banner-tile-1-large--content a {
  background-color: #ffffff;
  border: 0.0625rem solid #dbd9da;
  border-radius: 1.5625rem;
  padding: 0.6875rem 1.25rem;
  align-self: flex-start;
  color: #fb6970;
  font-weight: 500;
}
.banner-tile-1-large--content a:hover {
  transition: 0.25s background-color;
  background-color: #f4eaec;
}
.banner-tile-1-small {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 50%;
}
@media (min-width: 768px) {
  .banner-tile-1-small {
    flex-direction: column;
    gap: 14px;
    width: 30%;
    height: 100%;
  }
}
.banner-tile-1-small-1,
.banner-tile-1-small-2 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
@media (min-width: 768px) {
  .banner-tile-1-small-1,
  .banner-tile-1-small-2 {
    width: 100%;
    height: 50%;
  }
}
.banner-tile-1-small-1 h1,
.banner-tile-1-small-1 h2,
.banner-tile-1-small-1 h3,
.banner-tile-1-small-1 h4,
.banner-tile-1-small-1 h5,
.banner-tile-1-small-2 h1,
.banner-tile-1-small-2 h2,
.banner-tile-1-small-2 h3,
.banner-tile-1-small-2 h4,
.banner-tile-1-small-2 h5 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  z-index: 1;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1025px) {
  .banner-tile-1-small-1 h1,
  .banner-tile-1-small-1 h2,
  .banner-tile-1-small-1 h3,
  .banner-tile-1-small-1 h4,
  .banner-tile-1-small-1 h5,
  .banner-tile-1-small-2 h1,
  .banner-tile-1-small-2 h2,
  .banner-tile-1-small-2 h3,
  .banner-tile-1-small-2 h4,
  .banner-tile-1-small-2 h5 {
    margin-bottom: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.banner-tile-1-small-1--link,
.banner-tile-1-small-2--link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.banner-tile-1-small-1--link::after,
.banner-tile-1-small-2--link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  transition: 0.25s background-color;
}
.banner-tile-1-small-1--link:hover::after,
.banner-tile-1-small-2--link:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-tile-1-small-1--title,
.banner-tile-1-small-2--title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.banner-tile-1-mobile {
  display: block;
  padding: 0.625rem 1.375rem 2.5rem;
}
@media (min-width: 768px) {
  .banner-tile-1-mobile {
    display: none;
  }
}
.banner-tile-1-mobile h1,
.banner-tile-1-mobile h2,
.banner-tile-1-mobile h3,
.banner-tile-1-mobile h4,
.banner-tile-1-mobile h5 {
  color: #292522;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media (min-width: 1025px) {
  .banner-tile-1-mobile h1,
  .banner-tile-1-mobile h2,
  .banner-tile-1-mobile h3,
  .banner-tile-1-mobile h4,
  .banner-tile-1-mobile h5 {
    margin-bottom: 1.25rem;
  }
}
.banner-tile-1-mobile p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #292522;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  .banner-tile-1-mobile p {
    font-size: 1.3125rem;
    line-height: 2.1875rem;
    margin-bottom: 2.375rem;
  }
}
.banner-tile-1-mobile a {
  background-color: #ffffff;
  border: 0.0625rem solid #dbd9da;
  border-radius: 1.5625rem;
  padding: 0.6875rem 1.25rem;
  align-self: flex-start;
  color: #fb6970;
  font-weight: 500;
}
.banner-tile-1-mobile a:hover {
  transition: 0.25s background-color;
  background-color: #f4eaec;
}
.banner-tile-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-tile-2,
.banner-tile-3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 70vh;
}
@media (min-width: 768px) {
  .banner-tile-2,
  .banner-tile-3 {
    flex-direction: row;
    gap: 14px;
    height: 50vw;
  }
}
@media (min-width: 1025px) {
  .banner-tile-2,
  .banner-tile-3 {
    height: 40vw;
  }
}
.banner-tile-2--box,
.banner-tile-3--box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner-tile-2--link,
.banner-tile-3--link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-tile-2--link::after,
.banner-tile-3--link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
  transition: 0.25s background-color;
}
.banner-tile-2--link:hover::after,
.banner-tile-3--link:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-tile-2--title,
.banner-tile-3--title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3 !important;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}
@media (min-width: 768px) {
  .banner-tile-2--title,
  .banner-tile-3--title {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1025px) {
  .banner-tile-2--title,
  .banner-tile-3--title {
    margin-bottom: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.banner-tile-2 h1,
.banner-tile-2 h2,
.banner-tile-2 h3,
.banner-tile-2 h4,
.banner-tile-2 h5,
.banner-tile-3 h1,
.banner-tile-3 h2,
.banner-tile-3 h3,
.banner-tile-3 h4,
.banner-tile-3 h5 {
  color: #ffffff;
  z-index: 1;
}
.banner-tile-2 img,
.banner-tile-3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .banner-tile-2--box:first-child {
    width: 33%;
  }
}

@media (min-width: 768px) {
  .banner-tile-2--box:last-child {
    width: 66%;
  }
}

@media (min-width: 768px) {
  .banner-tile-3--box:first-child {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .banner-tile-3--box:last-child {
    width: 50%;
  }
}


.menu-item.wpml-ls-slot-2.wpml-ls-item.wpml-ls-menu-item {
  padding: 0 0 20px 0 !important;
  text-align: center;
  justify-content: center !important;
  box-shadow: none !important;
}

.elementor-post__price ul {
  font-size: 0.88em;
  line-height: 2;
  margin-top: 20px;
  list-style: none;
  padding-inline-start: 0px;
}

.elementor-post__price {
  color: #7E7C7A;
}

@media (min-width: 750px) and (max-width: 1100px) {
  .bw-elementor-posts {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px 20px;
  }
}

@media (max-width: 767px) {
.banner-tile-1-large--content {
  display: block !important;
}
}

@media (max-width: 1150px) {
.elementor-kit-5 h2 {
font-size: 1.6em !important; 
}
}

@media (max-width: 470px) {
.elementor-kit-5 h2 {
font-size: 1.2em !important; 
}
.banner-tile-1-large--content h2 {
  font-size: 1.7em !important;
}
.banner-tile-1-large {
  height: 100%;
}
}


.bw-custom-teaser .elementor-swiper-button {
  display: inline-flex;
  margin-right: 10px;
  margin-top: 10px;
}

.bw-custom-teaser {
  position: relative;
}

.bw-custom-teaser .elementor-swiper-button-prev,
.bw-custom-teaser .elementor-swiper-button-next {
  position: static; /* entfernt absolute Positionierung */
}
