/*
 Theme Name:     Weddinglist 2023
 Theme URI:      https://www.weddinglist.co.th/
 Description:    Weddinglist 2023 Theme
 Author:         StudioMo.biz
 Author URI:     https://www.studiomo.biz/
 Version:        2.12.18
 Text Domain:    wdl
*/
/* @import "../fonts/fonts.scss"; */
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 100;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-Thin.ttf");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 200;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-ExtraLight.ttf");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 300;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-Light.ttf");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 400;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-Regular.ttf");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 500;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-Medium.ttf");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 600;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-SemiBold.ttf");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 700;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-Bold.ttf");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 800;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-ExtraBold.ttf");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-weight: 900;
  font-style: normal;
  src: url("/wp-content/themes/weddinglist2023/fonts/NotoSansThai/NotoSansThai-Black.ttf");
}
html,
body {
  scroll-margin-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height, 70px) + 16px);
  scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height, 70px) + 16px);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  font-size: 1rem;
  line-height: 1.5;
  --bs-tooltip-bg: #333333;
  --bs-tooltip-color: #ffffff;
  --bs-body-color: #6A6A6A;
  --bs-card-border-color: #EBEBEB
  --bs-border-color: #EBEBEB
  //--font-family: "Prompt", Helvetica, Arial, Lucida, sans-serif;
  --font-family: "Noto Sans Thai", Helvetica, Arial, Lucida, sans-serif;
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.875em;
  }
}

/* Fixed blocked cookie bar */
[data-cky-tag] {
  visibility: visible !important;
}

.wdl-btn, .wdl-btn-line,
.wdl-archive-extended .wdl-btn-cta,
.wdl-archive-extended .wdl-archive-swiper .wdl-btn-cta {
  font-weight: 600 !important;
}

.wdl-btn-secondary {
  font-weight: 600;
}

a {
  font-weight: 600;
}

hr {
  border-color: var(--bs-border-color, #EBEBEB);
}

.navbar-social {
  display: flex;
  flex: 1 1 0;
}
.navbar-social ul {
  display: flex;
  gap: 12px;
  flex-direction: row;
}
@media (max-width: 1023.98px) {
  .navbar-social ul {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-social {
    display: none;
  }
}

body,
input,
textarea,
select {
  font-family: var(--font-family) !important;
}

#main-header,
#et-top-navigation {
  font-family: var(--font-family) !important;
}

main {
  min-height: calc(100vh - (var(--wp-admin--admin-bar--height) + var(--header-height) + var(--footer-height)));
}
@media (max-width: 1199.98px) {
  main {
    overflow: hidden;
  }
}

/* .wdl-lead-menu {
  ~ main {
    margin-top: calc(var(--header-height, 110px) + 70px);

    @include max-width-md {
      margin-top: calc(var(--header-height, 110px) + 55px);
    }
  }
} */
.cky-notice-des {
  overflow-y: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family) !important;
}

/* img {
  background-color: #e0e0e0;
  opacity: 1;
  transition: .35s cubic-bezier(0,0,0,1);
  &.skeleton {
    opacity: 0;
  }
} */
img {
  max-width: 100%;
  height: auto;
}

.w-img-100 img {
  width: 100%;
}
.w-img-100 .vc_figure {
  display: block;
}
.w-img-100 .vc_figure .vc_single_image-wrapper {
  display: block;
}

a {
  text-decoration: none;
  color: #ff2758;
  font-size: inherit;
}

p {
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}
/* @media (max-width: 767.98px) {
  p {
    font-size: 0.875em;
  }
}
 */
.text-primary {
  color: #333333 !important;
}

.text-accent, .wdl-form-general-list > li {
  color: #37bad6 !important;
}

.text-secondary {
  color: #777777 !important;
}

.text-red {
  color: #ff2758 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 20px;
  }
}

h2,
.h2 {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 18px;
  }
}

h3,
.h3 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 16px;
  }
}

h4,
.h4 {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

h5,
.h5 {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 16px;
}

ul {
  list-style: disc;
}

word {
  display: inline-block;
}

body .et_pb_button {
  font-weight: 400 !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.wdl-card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding: 8px;
  border-radius: 8px;
  position: relative;
}

@media (min-width: 1400px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl,
  body .container-xxl {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl,
  body .container-xxl {
    max-width: 1280px;
  }
}

/* General Swiper */
.card {
  height: 100%;
  --bs-card-border-color: #EBEBEB;
}

.swiper-lazy-preloader {
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  border-top-color: transparent;
  opacity: 0;
}

.swiper.wdl-swiper-auto {
  width: 100%;
  margin: 0;
}
.swiper .swiper-pagination {
  bottom: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 5rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff2758;
}
.swiper + .swiper-navigation,
.swiper .swiper-navigation {
  width: 100%;
}
.swiper + .swiper-navigation .swiper-button-next:after,
.swiper + .swiper-navigation .swiper-button-prev:after,
.swiper .swiper-navigation .swiper-button-next:after,
.swiper .swiper-navigation .swiper-button-prev:after {
  color: #ff2758;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .swiper + .swiper-navigation .swiper-button-next:after,
  .swiper + .swiper-navigation .swiper-button-prev:after,
  .swiper .swiper-navigation .swiper-button-next:after,
  .swiper .swiper-navigation .swiper-button-prev:after {
    font-size: 0.7rem;
  }
}
.swiper + .swiper-navigation .swiper-button-next,
.swiper + .swiper-navigation .swiper-button-prev,
.swiper .swiper-navigation .swiper-button-next,
.swiper .swiper-navigation .swiper-button-prev {
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5rem;
  top: 50%;
  margin-top: 0;
  translate: 0 -50%;
}
@media (max-width: 991px) {
  .swiper + .swiper-navigation .swiper-button-next,
  .swiper + .swiper-navigation .swiper-button-prev,
  .swiper .swiper-navigation .swiper-button-next,
  .swiper .swiper-navigation .swiper-button-prev {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .swiper + .swiper-navigation .swiper-button-prev,
  .swiper .swiper-navigation .swiper-button-prev {
    left: 12px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .swiper + .swiper-navigation .swiper-button-next,
  .swiper .swiper-navigation .swiper-button-next {
    right: 12px;
    transform: translateX(50%);
  }
}
.swiper + .swiper-navigation.swiper-navigation-small .swiper-button-next,
.swiper + .swiper-navigation.swiper-navigation-small .swiper-button-prev,
.swiper .swiper-navigation.swiper-navigation-small .swiper-button-next,
.swiper .swiper-navigation.swiper-navigation-small .swiper-button-prev {
  background: #ffffff;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: 0.35s opacity;
}
.swiper + .swiper-navigation.swiper-navigation-small .swiper-button-next:after,
.swiper + .swiper-navigation.swiper-navigation-small .swiper-button-prev:after,
.swiper .swiper-navigation.swiper-navigation-small .swiper-button-next:after,
.swiper .swiper-navigation.swiper-navigation-small .swiper-button-prev:after {
  font-size: 0.85rem;
}
@media (max-width: 991px) {
  .swiper + .swiper-navigation.swiper-navigation-small .swiper-button-next,
  .swiper + .swiper-navigation.swiper-navigation-small .swiper-button-prev,
  .swiper .swiper-navigation.swiper-navigation-small .swiper-button-next,
  .swiper .swiper-navigation.swiper-navigation-small .swiper-button-prev {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.swiper + .swiper-navigation.swiper-navigation-small .swiper-button-next[aria-disabled=true],
.swiper + .swiper-navigation.swiper-navigation-small .swiper-button-prev[aria-disabled=true],
.swiper .swiper-navigation.swiper-navigation-small .swiper-button-next[aria-disabled=true],
.swiper .swiper-navigation.swiper-navigation-small .swiper-button-prev[aria-disabled=true] {
  opacity: 0;
}
.swiper .swiper-navigation .swiper-button-next {
  transform: none;
}
.swiper .swiper-navigation .swiper-button-prev {
  transform: none;
}
@media (max-width: 980px) {
  .swiper .swiper-navigation .swiper-button-prev {
    left: -5px;
  }
  .swiper .swiper-navigation .swiper-button-next {
    right: -5px;
  }
}
.swiper .swiper-lazy-preloader {
  opacity: 1;
}
.swiper .card {
  height: auto;
}

.lineclamp-1, .wdl-moment-set .wdl-moment-set-subset .wdl-archive-title, .wdl-form-general-list > li > span, .wdl-breadcrumb p > *,
.lineclamp-1 > *,
.wdl-moment-set .wdl-moment-set-subset .wdl-archive-title > *,
.wdl-form-general-list > li > span > *,
.wdl-breadcrumb p > * > * {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lineclamp-2, .wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card p, .wdl-archive-title,
.lineclamp-2 > *,
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card p > *,
.wdl-archive-title > * {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lineclamp-3, .wdl-consultant-swiper .card-hover .body .excerpt,
.lineclamp-3 > *,
.wdl-consultant-swiper .card-hover .body .excerpt > * {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lineclamp-4,
.lineclamp-4 > * {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wdl-iframe {
  border-radius: 8px;
}

.wdl-iframe-80vh {
  height: 80vh;
}

.wp-pagenavi {
  text-align: center !important;
}

.wdl-layout-card {
  padding: 12px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}

.bg-gray, .section-stripe:nth-of-type(even) {
  background: #fafafa;
}

.text-14 {
  font-size: 14px;
  line-height: 1.25;
}

#wdl-lineqr-container {
  margin-bottom: 16px;
}
#wdl-lineqr-container img {
  margin: auto;
}

body:not(.admin-bar) .debug {
  display: none;
}

.overflow-x-clip {
  overflow-x: clip;
  overflow-y: visible;
}

.section-stripe .h1 {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 1023.98px) {
  .section-stripe .h1 {
    font-size: 20px;
  }
}
.section-stripe .h1, .section-stripe .h2, .section-stripe .h3, .section-stripe .h4, .section-stripe .h5, .section-stripe .h6 {
  font-weight: 500;
}
.section-stripe .container,
.section-stripe .container-sm,
.section-stripe .container-md,
.section-stripe .container-lg,
.section-stripe .container-xl,
.section-stripe .container-xxl {
  max-width: 1680px;
}
@media (min-width: 1200px) {
  .section-stripe .container,
  .section-stripe .container-sm,
  .section-stripe .container-md,
  .section-stripe .container-lg,
  .section-stripe .container-xl,
  .section-stripe .container-xxl {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.alert {
  background: #F4F4F4;
  color: #333333;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: fit-content;
  border: none;
  margin-bottom: 0;
  font-weight: 600;
}
.alert.alert-secondary {
  background: none;
  box-shadow: 0 0 0 1px #F4F4F4;
}

.wdl-copy-alert {
  position: fixed;
  top: 3em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 110000;
}

.wdl-ad-allpage figure {
  margin: 0;
}
.wdl-ad-allpage figure img {
  aspect-ratio: 846/185;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
@media (max-width: 1199.98px) {
  .wdl-ad-allpage figure img {
    box-shadow: none;
    border-radius: 0;
  }
}
.wdl-ad-allpage:not(:first-of-type) {
  display: none;
}

@media (min-width: 1200px) {
  .container-archive {
    max-width: 2100px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.wdl-archive-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .wdl-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .wdl-archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .wdl-archive-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .wdl-archive-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1920px) {
  .wdl-archive-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wdl-archive-grid-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .wdl-archive-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .wdl-archive-grid-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .wdl-archive-grid-2 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.row-cols-archive > * {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .row-cols-archive > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-cols-archive > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .row-cols-archive > * {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1920px) {
  .row-cols-archive > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 2100px) {
  .row-cols-archive > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

.row-cols-archive-randomized {
  opacity: 0;
  transition: 0.25s all ease-out;
}
.row-cols-archive-randomized.opacity-1 {
  opacity: 1 !important;
}

.row-cols-archive.alm-listing > .alm-reveal {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.row-cols-archive.alm-listing > .alm-reveal > * {
  flex: 0 0 auto;
  width: 100%;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .row-cols-archive.alm-listing > .alm-reveal > * {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-cols-archive.alm-listing > .alm-reveal > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .row-cols-archive.alm-listing > .alm-reveal > * {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1920px) {
  .row-cols-archive.alm-listing > .alm-reveal > * {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 2100px) {
  .row-cols-archive.alm-listing > .alm-reveal > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}

.alm-btn-wrap {
  text-align: center;
  margin: 24px 0;
}
.alm-btn-wrap button {
  border: none;
  background: none;
  color: #999999;
  font-size: 1rem;
}

/* Archive */
.wdl-archive-swiper {
  padding-bottom: 24px;
}
.wdl-archive-swiper .swiper-wrapper .card {
  align-items: stretch;
  height: auto;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 0.25s box-shadow;
  border-radius: 0.5rem;
}
.wdl-archive-swiper .swiper-wrapper .card:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 15px rgba(0, 0, 0, 0.05);
}
.wdl-archive-swiper .swiper-wrapper .card .card-body {
  padding: 0.5rem;
}
.wdl-archive-swiper .swiper-wrapper .card .card-img-top {
  padding: 0;
}
.wdl-archive-swiper .swiper-wrapper .card .card-img-top img {
  border-radius: 0.5rem 0.5rem 0 0;
  aspect-ratio: 30/18;
  object-fit: cover;
}
.wdl-archive-swiper .swiper-wrapper .card .card-img-top .wdl-badge-sm {
  padding: 3px 6px !important;
  font-size: 12px !important;
}
.wdl-archive-swiper .swiper-wrapper .card .wdl-archive-title {
  font-size: 0.9375rem;
  font-weight: 400;
  transition: 0.25s color;
}
.wdl-archive-swiper .swiper-wrapper .card:hover .wdl-archive-title {
  color: #ff2758;
}
.wdl-archive-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.wdl-archive-swiper .swiper-wrapper .swiper-slide > .card {
  height: 100%;
}

.wdl-archive .col,
.wdl-archive .swiper-slide {
  position: relative;
}
.wdl-archive .swiper-wrapper {
  align-items: stretch;
}
.wdl-archive .card {
  border: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: 0.25s box-shadow;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  user-select: none;
}
.wdl-archive .card:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 15px rgba(0, 0, 0, 0.05);
}
.wdl-archive .card .card-body {
  padding: 0.5rem;
  font-size: 13px;
}
.wdl-archive .card .card-body p {
  font-size: 13px;
}
.wdl-archive .card .card-body .wdl-badge-sm {
  font-size: 12px;
  padding: 3px 6px !important;
}
.wdl-archive .card .card-img-top {
  padding: 0;
}
.wdl-archive .card .card-img-top img {
  border-radius: 0.5rem 0.5rem 0 0;
  aspect-ratio: 30/18;
  object-fit: cover;
  display: block;
}
.wdl-archive .card .card-img-top .wdl-badge-sm {
  padding: 3px 6px !important;
  font-size: 12px !important;
}
.wdl-archive .card .wdl-archive-card-img-top {
  position: relative;
}
.wdl-archive .card .wdl-archive-card-img-top .badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 1;
  padding: 0;
}
.wdl-archive .card .wdl-archive-card-img-top img {
  width: 100%;
}

.wdl-archive-extended,
.wdl-archive-extended .wdl-archive-swiper {
  padding: 2px 7px 24px;
  margin: -2px -7px -2px -7px;
}
.wdl-archive-extended .swiper-wrapper,
.wdl-archive-extended .wdl-archive-swiper .swiper-wrapper {
  align-items: stretch;
}
.wdl-archive-extended .card,
.wdl-archive-extended .wdl-archive-swiper .card {
  transition: 0.25s box-shadow;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.05);
}
.wdl-archive-extended .card::after,
.wdl-archive-extended .wdl-archive-swiper .card::after {
  content: none !important;
}
.wdl-archive-extended .card:hover,
.wdl-archive-extended .wdl-archive-swiper .card:hover {
  z-index: 1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 30px rgba(0, 0, 0, 0.05);
}
.wdl-archive-extended .card:hover .card-footer,
.wdl-archive-extended .wdl-archive-swiper .card:hover .card-footer {
  opacity: 1;
  transform: translateY(0);
}
.wdl-archive-extended .card:hover .card-select, .wdl-archive-extended .card.active .card-select,
.wdl-archive-extended .wdl-archive-swiper .card:hover .card-select,
.wdl-archive-extended .wdl-archive-swiper .card.active .card-select {
  transform: translate(0, 0);
  opacity: 1;
}
.wdl-archive-extended .card.active,
.wdl-archive-extended .wdl-archive-swiper .card.active {
  z-index: 1;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05), 0 0 0 2px #ff2758;
}
.wdl-archive-extended .card .wdl-card-gallery-swiper .swiper-navigation .swiper-button-next,
.wdl-archive-extended .wdl-archive-swiper .card .wdl-card-gallery-swiper .swiper-navigation .swiper-button-next {
  right: 8px;
}
.wdl-archive-extended .card .wdl-card-gallery-swiper .swiper-navigation .swiper-button-prev,
.wdl-archive-extended .wdl-archive-swiper .card .wdl-card-gallery-swiper .swiper-navigation .swiper-button-prev {
  left: 8px;
}
.wdl-archive-extended .card:not(:hover) .wdl-card-gallery-swiper .swiper-navigation .swiper-button-next,
.wdl-archive-extended .card:not(:hover) .wdl-card-gallery-swiper .swiper-navigation .swiper-button-prev,
.wdl-archive-extended .wdl-archive-swiper .card:not(:hover) .wdl-card-gallery-swiper .swiper-navigation .swiper-button-next,
.wdl-archive-extended .wdl-archive-swiper .card:not(:hover) .wdl-card-gallery-swiper .swiper-navigation .swiper-button-prev {
  opacity: 0;
}
.wdl-archive-extended .card-select,
.wdl-archive-extended .wdl-archive-swiper .card-select {
  border-radius: 0 6px 0 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  opacity: 0;
  transform: translate(20%, 0%);
  transition: 0.25s opacity ease-out, 0.25s transform ease-out;
  z-index: 1;
  margin: 0;
  padding: 4px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .wdl-archive-extended .card-select,
  .wdl-archive-extended .wdl-archive-swiper .card-select {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.wdl-archive-extended .card-select label,
.wdl-archive-extended .wdl-archive-swiper .card-select label {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  gap: 4px;
}
.wdl-archive-extended .card-select label:before,
.wdl-archive-extended .wdl-archive-swiper .card-select label:before {
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23FFF' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
.wdl-archive-extended .card-footer,
.wdl-archive-extended .wdl-archive-swiper .card-footer {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background: none;
  border: none;
  transition: 0.25s opacity ease-out, 0.25s transform ease-out;
  transform-origin: top center;
  height: 30px;
}
.wdl-archive-extended .card-footer > *:last-child,
.wdl-archive-extended .wdl-archive-swiper .card-footer > *:last-child {
  margin-right: 8px;
}
@media (max-width: 1199.98px) {
  .wdl-archive-extended .card-footer,
  .wdl-archive-extended .wdl-archive-swiper .card-footer {
    opacity: 1;
    transform: translateY(0);
  }
}
.wdl-archive-extended .wdl-btn-cta,
.wdl-archive-extended .wdl-archive-swiper .wdl-btn-cta {
  font-size: 14px !important;
  border-radius: 0 0.75rem 0 0.75rem !important;
  padding: 6px 10px !important;
  line-height: 1.3;
}
.wdl-archive-extended .wdl-btn-more,
.wdl-archive-extended .wdl-archive-swiper .wdl-btn-more {
  font-size: 14px;
  line-height: 1.3;
}

.wdl-archive-no-compare .card-select {
  display: none !important;
}
.wdl-archive-no-compare .card-footer {
  display: none !important;
}

.wdl-archive-card-blog:after {
  content: none !important;
}

.wdl-archive-pretitle {
  color: #37bad6;
  font-size: 0.8125rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
  line-height: 1.5;
  margin-bottom: 4px;
}

.wdl-archive-title {
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  font-weight: 600;
}
.wdl-archive-title a,
.wdl-archive-title a:hover,
.wdl-archive-title a:focus,
.wdl-archive-title a:active {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.wdl-archive-location {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  color: #888888;
}
.wdl-archive-location a,
.wdl-archive-location a:hover,
.wdl-archive-location a:focus,
.wdl-archive-location a:active {
  color: #888888;
}
.wdl-archive-location:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='currentColor' viewBox='0 0 256 256'%3E%3Cpath d='M128,16a88.1,88.1,0,0,0-88,88c0,75.3,80,132.17,83.41,134.55a8,8,0,0,0,9.18,0C136,236.17,216,179.3,216,104A88.1,88.1,0,0,0,128,16Zm0,56a32,32,0,1,1-32,32A32,32,0,0,1,128,72Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-archive-neighborhood {
  display: flex;
  align-items: center;
}
.wdl-archive-neighborhood:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='currentColor' viewBox='0 0 256 256'%3E%3Cpath d='M128,16a88.1,88.1,0,0,0-88,88c0,75.3,80,132.17,83.41,134.55a8,8,0,0,0,9.18,0C136,236.17,216,179.3,216,104A88.1,88.1,0,0,0,128,16Zm0,56a32,32,0,1,1-32,32A32,32,0,0,1,128,72Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}
.wdl-archive-neighborhood ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
.wdl-archive-neighborhood ul li {
  display: inline-block;
}
.wdl-archive-neighborhood ul li:not(:first-child):before {
  content: "/";
  display: inline-block;
}

.wdl-archive-min-price {
  display: flex;
  align-items: center;
}
.wdl-archive-min-price:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M243.31,136,144,36.69A15.86,15.86,0,0,0,132.69,32H40a8,8,0,0,0-8,8v92.69A15.86,15.86,0,0,0,36.69,144L136,243.31a16,16,0,0,0,22.63,0l84.68-84.68a16,16,0,0,0,0-22.63ZM84,96A12,12,0,1,1,96,84,12,12,0,0,1,84,96Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-archive-max-guest {
  display: flex;
  align-items: center;
}
.wdl-archive-max-guest:before {
  content: "\e08b";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M64.12,147.8a4,4,0,0,1-4,4.2H16a8,8,0,0,1-7.8-6.17,8.35,8.35,0,0,1,1.62-6.93A67.79,67.79,0,0,1,37,117.51a40,40,0,1,1,66.46-35.8,3.94,3.94,0,0,1-2.27,4.18A64.08,64.08,0,0,0,64,144C64,145.28,64,146.54,64.12,147.8Zm182-8.91A67.76,67.76,0,0,0,219,117.51a40,40,0,1,0-66.46-35.8,3.94,3.94,0,0,0,2.27,4.18A64.08,64.08,0,0,1,192,144c0,1.28,0,2.54-.12,3.8a4,4,0,0,0,4,4.2H240a8,8,0,0,0,7.8-6.17A8.33,8.33,0,0,0,246.17,138.89Zm-89,43.18a48,48,0,1,0-58.37,0A72.13,72.13,0,0,0,65.07,212,8,8,0,0,0,72,224H184a8,8,0,0,0,6.93-12A72.15,72.15,0,0,0,157.19,182.07Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-archive-appointment {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
}
.wdl-archive-appointment:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M208,32H184V24a8,8,0,0,0-16,0v8H88V24a8,8,0,0,0-16,0v8H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM169.66,133.66l-48,48a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L116,164.69l42.34-42.35a8,8,0,0,1,11.32,11.32ZM48,80V48H72v8a8,8,0,0,0,16,0V48h80v8a8,8,0,0,0,16,0V48h24V80Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-archive-max-carpark {
  display: flex;
  align-items: center;
}
.wdl-archive-max-carpark:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M240,104H229.2L201.42,41.5A16,16,0,0,0,186.8,32H69.2a16,16,0,0,0-14.62,9.5L26.8,104H16a8,8,0,0,0,0,16h8v80a16,16,0,0,0,16,16H64a16,16,0,0,0,16-16v-8h96v8a16,16,0,0,0,16,16h24a16,16,0,0,0,16-16V120h8a8,8,0,0,0,0-16ZM80,152H56a8,8,0,0,1,0-16H80a8,8,0,0,1,0,16Zm120,0H176a8,8,0,0,1,0-16h24a8,8,0,0,1,0,16ZM44.31,104,69.2,48H186.8l24.89,56Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-archive-pin {
  display: flex;
  align-items: center;
}
.wdl-archive-pin:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='currentColor' viewBox='0 0 256 256'%3E%3Cpath d='M128,16a88.1,88.1,0,0,0-88,88c0,75.3,80,132.17,83.41,134.55a8,8,0,0,0,9.18,0C136,236.17,216,179.3,216,104A88.1,88.1,0,0,0,128,16Zm0,56a32,32,0,1,1-32,32A32,32,0,0,1,128,72Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-archive-facebook {
  display: flex;
  align-items: center;
}
.wdl-archive-facebook:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M128,20A108,108,0,1,0,236,128,108.12,108.12,0,0,0,128,20Zm12,191.13V156h20a12,12,0,0,0,0-24H140V112a12,12,0,0,1,12-12h16a12,12,0,0,0,0-24H152a36,36,0,0,0-36,36v20H96a12,12,0,0,0,0,24h20v55.13a84,84,0,1,1,24,0Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-archive-instagram {
  display: flex;
  align-items: center;
}
.wdl-archive-instagram:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,72a24,24,0,1,1,24-24A24,24,0,0,1,128,152ZM176,20H80A60.07,60.07,0,0,0,20,80v96a60.07,60.07,0,0,0,60,60h96a60.07,60.07,0,0,0,60-60V80A60.07,60.07,0,0,0,176,20Zm36,156a36,36,0,0,1-36,36H80a36,36,0,0,1-36-36V80A36,36,0,0,1,80,44h96a36,36,0,0,1,36,36ZM196,76a16,16,0,1,1-16-16A16,16,0,0,1,196,76Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-metadata {
  font-size: 0.8125rem;
  color: #888888;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
}
.wdl-metadata svg {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #37bad6;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}

.wdl-metadata-banner img {
  aspect-ratio: 1128/330;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media (max-width: 1199px) {
  .wdl-metadata-banner img {
    box-shadow: none;
    border-radius: 0;
  }
}

.wdl-metadata-logo {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.wdl-metadata-logo img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
}

.wp-block-tag-cloud.is-style-outline {
  gap: 5px 8px;
}

.wp-block-tag-cloud.is-style-outline a {
  padding: 4px 8px;
  box-shadow: 0 0 0 1px #eeeeee inset;
  color: #777777;
  border-radius: 0.2rem;
  border: none;
  font-size: 0.875rem !important;
  font-weight: 400;
  line-height: 1.5;
  background: none;
}

.su-posts.su-posts-teaser-loop .su-post {
  margin: 0 0 20px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.su-posts.su-posts-teaser-loop .su-post-thumbnail img {
  float: none;
  width: 100px;
}

.su-posts.su-posts-teaser-loop .su-post-thumbnail img {
  width: 100%;
  max-height: none;
  max-width: none;
  border: 0;
}

.su-posts.su-posts-teaser-loop .su-post-thumbnail {
  width: auto;
  float: none;
  margin: 0;
  height: auto;
}

.su-posts.su-posts-teaser-loop .su-post-title {
  color: #777777;
  font-size: 1rem;
  line-height: 1.5;
}

/* Infinite loader */
.infinite-loader {
  width: 100%;
  opacity: 0.15;
  text-align: center;
}

/* Normal pagination */
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  line-height: 1;
  padding: 0;
  margin: 0;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #F6F6F6;
  border-radius: 50px;
  font-weight: 500;
}

.wdl-archive-card-static {
  cursor: default !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset !important;
}
.wdl-archive-card-static:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.wdl-archive-card-static:hover .wdl-archive-title {
  color: #333333 !important;
}

/* Badge */
.wdl-badge-container {
  display: flex;
  gap: 4px;
  padding: 0;
  flex-wrap: wrap;
  align-items: baseline;
}
.wdl-badge-container .mobile_menu_bar {
  display: none !important;
}
.wdl-badge-container .et-menu,
.wdl-badge-container .et_mobile_menu {
  display: flex !important;
  gap: 0.5rem;
  position: relative !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
}
.wdl-badge-container .et-menu-nav {
  padding: 0;
}
.wdl-badge-container li {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
.wdl-badge-container li a,
.wdl-badge-container li a:hover,
.wdl-badge-container li a:focus,
.wdl-badge-container li a:active {
  display: block;
  padding: 4px 16px !important;
  box-shadow: 0 0 0 1px #c1c1c1;
  border-radius: 5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c1c1c1 !important;
}
.wdl-badge-container .swiper-slide {
  width: auto;
}

.wdl-badge-small-container {
  display: flex;
  gap: 10px;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .wdl-badge-small-container {
    gap: 6px;
  }
}
.wdl-badge-small-container li {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
.wdl-badge-small-container li a,
.wdl-badge-small-container li a:hover,
.wdl-badge-small-container li a:focus,
.wdl-badge-small-container li a:active {
  display: block;
  padding: 8px 15px !important;
  box-shadow: 0 0 0 0.25px #777777;
  border-radius: 5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777777 !important;
}
@media (max-width: 1199.98px) {
  .wdl-badge-small-container li a,
  .wdl-badge-small-container li a:hover,
  .wdl-badge-small-container li a:focus,
  .wdl-badge-small-container li a:active {
    font-size: 13px;
    padding: 6px 8px !important;
  }
}
.wdl-badge-small-container .swiper-slide {
  width: auto;
}

.wdl-badge {
  padding: 8px 24px;
  white-space: nowrap;
  box-shadow: 0 0 0 1px #777777 inset;
  color: #777777 !important;
  border-radius: 5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}
.wdl-badge a {
  color: #777777 !important;
}

.wdl-badge-primary {
  padding: 8px 24px !important;
  white-space: nowrap;
  background: #ff2758;
  color: #ffffff !important;
  border-radius: 50px;
  font-size: 0.75px;
  font-weight: 400;
  line-height: 1.5;
  display: inline;
}
.wdl-badge-primary a {
  color: #ffffff !important;
}

.wdl-badge-sm-primary {
  padding: 6px 12px;
  white-space: nowrap;
  background: #ff2758;
  color: #ffffff !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.wdl-badge-sm-primary a {
  color: #ffffff !important;
}

.wdl-badge-sm {
  padding: 6px 12px !important;
  white-space: nowrap;
  box-shadow: 0 0 0 0.25px #ff2758 inset;
  background: #ffffff;
  color: #ff2758 !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  vertical-align: middle;
}
.wdl-badge-sm a {
  color: #ff2758 !important;
}
.wdl-badge-sm.primary {
  background: #ff2758;
  box-shadow: 0 0 0 1px #ff2758 inset;
  color: #ffffff !important;
}
.wdl-badge-sm.primary a {
  color: #ffffff !important;
}
.wdl-badge-sm.secondary {
  background: #37bad6;
  box-shadow: 0 0 0 1px #37bad6 inset;
  color: #ffffff !important;
}
.wdl-badge-sm.secondary a {
  color: #ffffff !important;
}
.wdl-badge-sm.tertiary {
  background: #ff9319;
  box-shadow: 0 0 0 1px #ff9319 inset;
  color: #ffffff !important;
}
.wdl-badge-sm.tertiary a {
  color: #ffffff !important;
}

.wdl-badge-sm-secondary {
  padding: 6px 12px !important;
  white-space: nowrap;
  box-shadow: 0 0 0 0.25px #777777 inset;
  color: #777777 !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  display: inline-block;
}
.wdl-badge-sm-secondary a {
  color: #777777 !important;
}

.wdl-badge-xs {
  padding: 4px 8px;
  white-space: nowrap;
  box-shadow: 0 0 0 1px #ff2758 inset;
  background: #ffffff;
  color: #ff2758 !important;
  border-radius: 5rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.wdl-badge-xs a {
  color: #ff2758 !important;
}

.wdl-badge-sm-subtle {
  color: #888888;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  padding: 0;
}

.wdl-breadcrumb p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 0.8125rem;
  display: flex;
  gap: 10px;
}
.wdl-breadcrumb p a,
.wdl-breadcrumb p a:hover,
.wdl-breadcrumb p a:focus,
.wdl-breadcrumb p a:active {
  color: #37BAD6;
  font-weight: 400;
  font-size: 14px;
}
.wdl-breadcrumb p .last {
  color: #333333;
}
.wdl-breadcrumb p > .separator {
  margin: 0 0.5rem;
}
.wdl-btn, .wdl-btn-line, .wdl-archive-extended .wdl-btn-cta,
.wdl-archive-extended .wdl-archive-swiper .wdl-btn-cta {
  border: none;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  background: #ff2758;
  border-radius: 12px;
  display: inline-block;
  transition: 0.25s background ease-out;
  position: relative;
}
.wdl-btn.disabled, .disabled.wdl-btn-line, .wdl-archive-extended .disabled.wdl-btn-cta, .wdl-btn:disabled, .wdl-btn-line:disabled, .wdl-archive-extended .wdl-btn-cta:disabled {
  cursor: not-allowed;
  background: #d3d3d3;
}
.wdl-btn:hover, .wdl-btn-line:hover, .wdl-archive-extended .wdl-btn-cta:hover {
  background-color: #de1242;
}

.wdl-btn-tertiary, .wdl-btn-tertiary-lg {
  border: none;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  color: #37bad6;
  box-shadow: 0 0 0 0.5px #37bad6 inset;
  border-radius: 8px;
  display: inline-block;
  transition: 0.25s background ease-out;
  position: relative;
}
.wdl-btn-tertiary:hover, .wdl-btn-tertiary-lg:hover {
  background: #37bad6;
  color: #ffffff;
}
.wdl-btn-tertiary:hover:before, .wdl-btn-tertiary-lg:hover:before {
  background: #ffffff;
}
.wdl-btn-tertiary.disabled, .disabled.wdl-btn-tertiary-lg, .wdl-btn-tertiary:disabled, .wdl-btn-tertiary-lg:disabled {
  cursor: not-allowed;
  color: #d3d3d3;
}

.wdl-btn-tertiary-lg {
  padding: 8px 16px;
  border-radius: 12px;
}

.wpc-filters-submit-button {
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  background: #ff2758;
  border-radius: 12px;
  display: inline-block;
  transition: 0.25s background ease-out;
  position: relative;
}
.wpc-filters-submit-button.disabled, .wpc-filters-submit-button:disabled {
  cursor: not-allowed;
  background: #d3d3d3;
}
.wpc-filters-submit-button:hover {
  background-color: #de1242;
}

.wdl-btn-subtle {
  border: none;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 600;
  background: #f7f7f7 !important;
  color: #777777;
  box-shadow: none;
  border-radius: 12px;
  display: inline-block;
  transition: 0.25s background ease-out, 0.25s color ease-out;
  position: relative;
}
.wdl-btn-subtle.disabled, .wdl-btn-subtle:disabled {
  cursor: not-allowed;
  color: #d3d3d3;
  box-shadow: none;
}

.wdl-btn-secondary {
  border: none;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff !important;
  color: #ff2758;
  box-shadow: 0 0 0 0.25px #ff2758 inset;
  border-radius: 12px;
  display: inline-block;
  transition: 0.25s background ease-out, 0.25s color ease-out;
  position: relative;
}
.wdl-btn-secondary i {
  color: #ff2758;
}
.wdl-btn-secondary.disabled, .wdl-btn-secondary:disabled {
  cursor: not-allowed;
  color: #d3d3d3;
  box-shadow: 0 0 0 1px #d3d3d3 inset;
}
.wdl-btn-secondary:hover {
  color: #de1242;
}

.wdl-btn-rounded {
  border: none;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  background: #ff2758;
  border-radius: 50px;
  display: inline-block;
  transition: 0.25s background ease-out;
  position: relative;
}
.wdl-btn-rounded.disabled, .wdl-btn-rounded:disabled {
  cursor: not-allowed;
  background: #d3d3d3;
}

.wdl-btn-lg, .wdl-btn-line-cta, .wdl-btn-line-lg {
  border: none;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff !important;
  background: #ff2758;
  border-radius: 12px;
  display: inline-block;
  transition: 0.25s background ease-out;
  position: relative;
}
.wdl-btn-lg.disabled, .disabled.wdl-btn-line-cta, .disabled.wdl-btn-line-lg, .wdl-btn-lg:disabled, .wdl-btn-line-cta:disabled, .wdl-btn-line-lg:disabled {
  cursor: not-allowed;
  background: #d3d3d3;
}
.wdl-btn-lg:hover, .wdl-btn-line-cta:hover, .wdl-btn-line-lg:hover {
  background-color: #de1242;
}

.wdl-btn-more {
  display: flex;
  gap: 4px;
}
.wdl-btn-more::after {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  display: block;
  color: #ff2758;
  opacity: 1;
  transition: 0.25s transform, 0.25s opacity;
  transform: none;
}

.wdl-btn-line {
  background: #ffffff !important;
  box-shadow: 0 0 0 0.5px #28a745 inset;
  color: #28a745 !important;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
}
.wdl-btn-line:hover {
  background: #28a745;
  color: #ffffff !important;
}
.wdl-btn-line:hover:before {
  background: #ffffff;
}
.wdl-btn-line:before {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1473 8.1875V11.3616C12.1473 11.442 12.0848 11.5045 12.0045 11.5045H11.4955C11.4464 11.5045 11.4018 11.4777 11.3795 11.4464L9.92411 9.48214V11.3661C9.92411 11.4464 9.86161 11.5089 9.78125 11.5089H9.27232C9.19197 11.5089 9.12947 11.4464 9.12947 11.3661V8.19197C9.12947 8.11161 9.19197 8.04911 9.27232 8.04911H9.77679C9.82143 8.04911 9.87054 8.07143 9.89286 8.11161L11.3482 10.0759V8.19197C11.3482 8.11161 11.4107 8.04911 11.4911 8.04911H12C12.0804 8.04465 12.1473 8.11161 12.1473 8.1875ZM8.48661 8.04464H7.97768C7.89732 8.04464 7.83482 8.10714 7.83482 8.1875V11.3616C7.83482 11.442 7.89732 11.5045 7.97768 11.5045H8.48661C8.56697 11.5045 8.62947 11.442 8.62947 11.3616V8.1875C8.62947 8.11161 8.56697 8.04464 8.48661 8.04464ZM7.25893 10.7054H5.87054V8.1875C5.87054 8.10714 5.80804 8.04464 5.72768 8.04464H5.21875C5.1384 8.04464 5.0759 8.10714 5.0759 8.1875V11.3616C5.0759 11.4018 5.08929 11.433 5.11608 11.4598C5.14286 11.4821 5.17411 11.5 5.21429 11.5H7.25447C7.33482 11.5 7.39732 11.4375 7.39732 11.3571V10.8482C7.39732 10.7723 7.33482 10.7054 7.25893 10.7054ZM14.8259 8.04464H12.7857C12.7098 8.04464 12.6429 8.10714 12.6429 8.1875V11.3616C12.6429 11.4375 12.7054 11.5045 12.7857 11.5045H14.8259C14.9062 11.5045 14.9687 11.442 14.9687 11.3616V10.8527C14.9687 10.7723 14.9062 10.7098 14.8259 10.7098H13.4375V10.1741H14.8259C14.9062 10.1741 14.9687 10.1116 14.9687 10.0312V9.51786C14.9687 9.4375 14.9062 9.375 14.8259 9.375H13.4375V8.83929H14.8259C14.9062 8.83929 14.9687 8.77679 14.9687 8.69643V8.1875C14.9643 8.11161 14.9018 8.04464 14.8259 8.04464ZM20 4.14733V16.8839C19.9955 18.8839 18.3571 20.5045 16.3527 20.5H3.61608C1.61608 20.4955 -0.00445508 18.8527 9.20161e-06 16.8527V4.11608C0.00447348 2.11608 1.64733 0.495545 3.64733 0.500009H16.3839C18.3839 0.504473 20.0045 2.14286 20 4.14733ZM17.25 9.62054C17.25 6.36161 13.9821 3.70983 9.96875 3.70983C5.95536 3.70983 2.68751 6.36161 2.68751 9.62054C2.68751 12.5402 5.27679 14.9866 8.77679 15.4509C9.62947 15.6339 9.53125 15.9464 9.33929 17.0937C9.30804 17.2768 9.19197 17.8125 9.96875 17.4866C10.7455 17.1607 14.1607 15.0179 15.692 13.2589C16.7455 12.0982 17.25 10.9241 17.25 9.62054Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1473 8.1875V11.3616C12.1473 11.442 12.0848 11.5045 12.0045 11.5045H11.4955C11.4464 11.5045 11.4018 11.4777 11.3795 11.4464L9.92411 9.48214V11.3661C9.92411 11.4464 9.86161 11.5089 9.78125 11.5089H9.27232C9.19197 11.5089 9.12947 11.4464 9.12947 11.3661V8.19197C9.12947 8.11161 9.19197 8.04911 9.27232 8.04911H9.77679C9.82143 8.04911 9.87054 8.07143 9.89286 8.11161L11.3482 10.0759V8.19197C11.3482 8.11161 11.4107 8.04911 11.4911 8.04911H12C12.0804 8.04465 12.1473 8.11161 12.1473 8.1875ZM8.48661 8.04464H7.97768C7.89732 8.04464 7.83482 8.10714 7.83482 8.1875V11.3616C7.83482 11.442 7.89732 11.5045 7.97768 11.5045H8.48661C8.56697 11.5045 8.62947 11.442 8.62947 11.3616V8.1875C8.62947 8.11161 8.56697 8.04464 8.48661 8.04464ZM7.25893 10.7054H5.87054V8.1875C5.87054 8.10714 5.80804 8.04464 5.72768 8.04464H5.21875C5.1384 8.04464 5.0759 8.10714 5.0759 8.1875V11.3616C5.0759 11.4018 5.08929 11.433 5.11608 11.4598C5.14286 11.4821 5.17411 11.5 5.21429 11.5H7.25447C7.33482 11.5 7.39732 11.4375 7.39732 11.3571V10.8482C7.39732 10.7723 7.33482 10.7054 7.25893 10.7054ZM14.8259 8.04464H12.7857C12.7098 8.04464 12.6429 8.10714 12.6429 8.1875V11.3616C12.6429 11.4375 12.7054 11.5045 12.7857 11.5045H14.8259C14.9062 11.5045 14.9687 11.442 14.9687 11.3616V10.8527C14.9687 10.7723 14.9062 10.7098 14.8259 10.7098H13.4375V10.1741H14.8259C14.9062 10.1741 14.9687 10.1116 14.9687 10.0312V9.51786C14.9687 9.4375 14.9062 9.375 14.8259 9.375H13.4375V8.83929H14.8259C14.9062 8.83929 14.9687 8.77679 14.9687 8.69643V8.1875C14.9643 8.11161 14.9018 8.04464 14.8259 8.04464ZM20 4.14733V16.8839C19.9955 18.8839 18.3571 20.5045 16.3527 20.5H3.61608C1.61608 20.4955 -0.00445508 18.8527 9.20161e-06 16.8527V4.11608C0.00447348 2.11608 1.64733 0.495545 3.64733 0.500009H16.3839C18.3839 0.504473 20.0045 2.14286 20 4.14733ZM17.25 9.62054C17.25 6.36161 13.9821 3.70983 9.96875 3.70983C5.95536 3.70983 2.68751 6.36161 2.68751 9.62054C2.68751 12.5402 5.27679 14.9866 8.77679 15.4509C9.62947 15.6339 9.53125 15.9464 9.33929 17.0937C9.30804 17.2768 9.19197 17.8125 9.96875 17.4866C10.7455 17.1607 14.1607 15.0179 15.692 13.2589C16.7455 12.0982 17.25 10.9241 17.25 9.62054Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background: #28a745;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}

.wdl-btn-line-lg {
  background: #ffffff !important;
  box-shadow: 0 0 0 0.5px #28a745 inset;
  color: #28a745 !important;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  font-size: 16px;
}
.wdl-btn-line-lg:hover {
  background: #28a745 !important;
  color: #ffffff !important;
}
.wdl-btn-line-lg:hover:before {
  background: #ffffff;
}
.wdl-btn-line-lg:before {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1473 8.1875V11.3616C12.1473 11.442 12.0848 11.5045 12.0045 11.5045H11.4955C11.4464 11.5045 11.4018 11.4777 11.3795 11.4464L9.92411 9.48214V11.3661C9.92411 11.4464 9.86161 11.5089 9.78125 11.5089H9.27232C9.19197 11.5089 9.12947 11.4464 9.12947 11.3661V8.19197C9.12947 8.11161 9.19197 8.04911 9.27232 8.04911H9.77679C9.82143 8.04911 9.87054 8.07143 9.89286 8.11161L11.3482 10.0759V8.19197C11.3482 8.11161 11.4107 8.04911 11.4911 8.04911H12C12.0804 8.04465 12.1473 8.11161 12.1473 8.1875ZM8.48661 8.04464H7.97768C7.89732 8.04464 7.83482 8.10714 7.83482 8.1875V11.3616C7.83482 11.442 7.89732 11.5045 7.97768 11.5045H8.48661C8.56697 11.5045 8.62947 11.442 8.62947 11.3616V8.1875C8.62947 8.11161 8.56697 8.04464 8.48661 8.04464ZM7.25893 10.7054H5.87054V8.1875C5.87054 8.10714 5.80804 8.04464 5.72768 8.04464H5.21875C5.1384 8.04464 5.0759 8.10714 5.0759 8.1875V11.3616C5.0759 11.4018 5.08929 11.433 5.11608 11.4598C5.14286 11.4821 5.17411 11.5 5.21429 11.5H7.25447C7.33482 11.5 7.39732 11.4375 7.39732 11.3571V10.8482C7.39732 10.7723 7.33482 10.7054 7.25893 10.7054ZM14.8259 8.04464H12.7857C12.7098 8.04464 12.6429 8.10714 12.6429 8.1875V11.3616C12.6429 11.4375 12.7054 11.5045 12.7857 11.5045H14.8259C14.9062 11.5045 14.9687 11.442 14.9687 11.3616V10.8527C14.9687 10.7723 14.9062 10.7098 14.8259 10.7098H13.4375V10.1741H14.8259C14.9062 10.1741 14.9687 10.1116 14.9687 10.0312V9.51786C14.9687 9.4375 14.9062 9.375 14.8259 9.375H13.4375V8.83929H14.8259C14.9062 8.83929 14.9687 8.77679 14.9687 8.69643V8.1875C14.9643 8.11161 14.9018 8.04464 14.8259 8.04464ZM20 4.14733V16.8839C19.9955 18.8839 18.3571 20.5045 16.3527 20.5H3.61608C1.61608 20.4955 -0.00445508 18.8527 9.20161e-06 16.8527V4.11608C0.00447348 2.11608 1.64733 0.495545 3.64733 0.500009H16.3839C18.3839 0.504473 20.0045 2.14286 20 4.14733ZM17.25 9.62054C17.25 6.36161 13.9821 3.70983 9.96875 3.70983C5.95536 3.70983 2.68751 6.36161 2.68751 9.62054C2.68751 12.5402 5.27679 14.9866 8.77679 15.4509C9.62947 15.6339 9.53125 15.9464 9.33929 17.0937C9.30804 17.2768 9.19197 17.8125 9.96875 17.4866C10.7455 17.1607 14.1607 15.0179 15.692 13.2589C16.7455 12.0982 17.25 10.9241 17.25 9.62054Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1473 8.1875V11.3616C12.1473 11.442 12.0848 11.5045 12.0045 11.5045H11.4955C11.4464 11.5045 11.4018 11.4777 11.3795 11.4464L9.92411 9.48214V11.3661C9.92411 11.4464 9.86161 11.5089 9.78125 11.5089H9.27232C9.19197 11.5089 9.12947 11.4464 9.12947 11.3661V8.19197C9.12947 8.11161 9.19197 8.04911 9.27232 8.04911H9.77679C9.82143 8.04911 9.87054 8.07143 9.89286 8.11161L11.3482 10.0759V8.19197C11.3482 8.11161 11.4107 8.04911 11.4911 8.04911H12C12.0804 8.04465 12.1473 8.11161 12.1473 8.1875ZM8.48661 8.04464H7.97768C7.89732 8.04464 7.83482 8.10714 7.83482 8.1875V11.3616C7.83482 11.442 7.89732 11.5045 7.97768 11.5045H8.48661C8.56697 11.5045 8.62947 11.442 8.62947 11.3616V8.1875C8.62947 8.11161 8.56697 8.04464 8.48661 8.04464ZM7.25893 10.7054H5.87054V8.1875C5.87054 8.10714 5.80804 8.04464 5.72768 8.04464H5.21875C5.1384 8.04464 5.0759 8.10714 5.0759 8.1875V11.3616C5.0759 11.4018 5.08929 11.433 5.11608 11.4598C5.14286 11.4821 5.17411 11.5 5.21429 11.5H7.25447C7.33482 11.5 7.39732 11.4375 7.39732 11.3571V10.8482C7.39732 10.7723 7.33482 10.7054 7.25893 10.7054ZM14.8259 8.04464H12.7857C12.7098 8.04464 12.6429 8.10714 12.6429 8.1875V11.3616C12.6429 11.4375 12.7054 11.5045 12.7857 11.5045H14.8259C14.9062 11.5045 14.9687 11.442 14.9687 11.3616V10.8527C14.9687 10.7723 14.9062 10.7098 14.8259 10.7098H13.4375V10.1741H14.8259C14.9062 10.1741 14.9687 10.1116 14.9687 10.0312V9.51786C14.9687 9.4375 14.9062 9.375 14.8259 9.375H13.4375V8.83929H14.8259C14.9062 8.83929 14.9687 8.77679 14.9687 8.69643V8.1875C14.9643 8.11161 14.9018 8.04464 14.8259 8.04464ZM20 4.14733V16.8839C19.9955 18.8839 18.3571 20.5045 16.3527 20.5H3.61608C1.61608 20.4955 -0.00445508 18.8527 9.20161e-06 16.8527V4.11608C0.00447348 2.11608 1.64733 0.495545 3.64733 0.500009H16.3839C18.3839 0.504473 20.0045 2.14286 20 4.14733ZM17.25 9.62054C17.25 6.36161 13.9821 3.70983 9.96875 3.70983C5.95536 3.70983 2.68751 6.36161 2.68751 9.62054C2.68751 12.5402 5.27679 14.9866 8.77679 15.4509C9.62947 15.6339 9.53125 15.9464 9.33929 17.0937C9.30804 17.2768 9.19197 17.8125 9.96875 17.4866C10.7455 17.1607 14.1607 15.0179 15.692 13.2589C16.7455 12.0982 17.25 10.9241 17.25 9.62054Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background: #28a745;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}

.wdl-btn-line-cta {
  color: #ffffff;
  box-shadow: 0 0 0 1px #28a745 inset;
  background: #28a745;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  font-size: 16px;
}
.wdl-btn-line-cta:hover:before {
  background: #ffffff;
}
.wdl-btn-line-cta:before {
  content: "";
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1473 8.1875V11.3616C12.1473 11.442 12.0848 11.5045 12.0045 11.5045H11.4955C11.4464 11.5045 11.4018 11.4777 11.3795 11.4464L9.92411 9.48214V11.3661C9.92411 11.4464 9.86161 11.5089 9.78125 11.5089H9.27232C9.19197 11.5089 9.12947 11.4464 9.12947 11.3661V8.19197C9.12947 8.11161 9.19197 8.04911 9.27232 8.04911H9.77679C9.82143 8.04911 9.87054 8.07143 9.89286 8.11161L11.3482 10.0759V8.19197C11.3482 8.11161 11.4107 8.04911 11.4911 8.04911H12C12.0804 8.04465 12.1473 8.11161 12.1473 8.1875ZM8.48661 8.04464H7.97768C7.89732 8.04464 7.83482 8.10714 7.83482 8.1875V11.3616C7.83482 11.442 7.89732 11.5045 7.97768 11.5045H8.48661C8.56697 11.5045 8.62947 11.442 8.62947 11.3616V8.1875C8.62947 8.11161 8.56697 8.04464 8.48661 8.04464ZM7.25893 10.7054H5.87054V8.1875C5.87054 8.10714 5.80804 8.04464 5.72768 8.04464H5.21875C5.1384 8.04464 5.0759 8.10714 5.0759 8.1875V11.3616C5.0759 11.4018 5.08929 11.433 5.11608 11.4598C5.14286 11.4821 5.17411 11.5 5.21429 11.5H7.25447C7.33482 11.5 7.39732 11.4375 7.39732 11.3571V10.8482C7.39732 10.7723 7.33482 10.7054 7.25893 10.7054ZM14.8259 8.04464H12.7857C12.7098 8.04464 12.6429 8.10714 12.6429 8.1875V11.3616C12.6429 11.4375 12.7054 11.5045 12.7857 11.5045H14.8259C14.9062 11.5045 14.9687 11.442 14.9687 11.3616V10.8527C14.9687 10.7723 14.9062 10.7098 14.8259 10.7098H13.4375V10.1741H14.8259C14.9062 10.1741 14.9687 10.1116 14.9687 10.0312V9.51786C14.9687 9.4375 14.9062 9.375 14.8259 9.375H13.4375V8.83929H14.8259C14.9062 8.83929 14.9687 8.77679 14.9687 8.69643V8.1875C14.9643 8.11161 14.9018 8.04464 14.8259 8.04464ZM20 4.14733V16.8839C19.9955 18.8839 18.3571 20.5045 16.3527 20.5H3.61608C1.61608 20.4955 -0.00445508 18.8527 9.20161e-06 16.8527V4.11608C0.00447348 2.11608 1.64733 0.495545 3.64733 0.500009H16.3839C18.3839 0.504473 20.0045 2.14286 20 4.14733ZM17.25 9.62054C17.25 6.36161 13.9821 3.70983 9.96875 3.70983C5.95536 3.70983 2.68751 6.36161 2.68751 9.62054C2.68751 12.5402 5.27679 14.9866 8.77679 15.4509C9.62947 15.6339 9.53125 15.9464 9.33929 17.0937C9.30804 17.2768 9.19197 17.8125 9.96875 17.4866C10.7455 17.1607 14.1607 15.0179 15.692 13.2589C16.7455 12.0982 17.25 10.9241 17.25 9.62054Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1473 8.1875V11.3616C12.1473 11.442 12.0848 11.5045 12.0045 11.5045H11.4955C11.4464 11.5045 11.4018 11.4777 11.3795 11.4464L9.92411 9.48214V11.3661C9.92411 11.4464 9.86161 11.5089 9.78125 11.5089H9.27232C9.19197 11.5089 9.12947 11.4464 9.12947 11.3661V8.19197C9.12947 8.11161 9.19197 8.04911 9.27232 8.04911H9.77679C9.82143 8.04911 9.87054 8.07143 9.89286 8.11161L11.3482 10.0759V8.19197C11.3482 8.11161 11.4107 8.04911 11.4911 8.04911H12C12.0804 8.04465 12.1473 8.11161 12.1473 8.1875ZM8.48661 8.04464H7.97768C7.89732 8.04464 7.83482 8.10714 7.83482 8.1875V11.3616C7.83482 11.442 7.89732 11.5045 7.97768 11.5045H8.48661C8.56697 11.5045 8.62947 11.442 8.62947 11.3616V8.1875C8.62947 8.11161 8.56697 8.04464 8.48661 8.04464ZM7.25893 10.7054H5.87054V8.1875C5.87054 8.10714 5.80804 8.04464 5.72768 8.04464H5.21875C5.1384 8.04464 5.0759 8.10714 5.0759 8.1875V11.3616C5.0759 11.4018 5.08929 11.433 5.11608 11.4598C5.14286 11.4821 5.17411 11.5 5.21429 11.5H7.25447C7.33482 11.5 7.39732 11.4375 7.39732 11.3571V10.8482C7.39732 10.7723 7.33482 10.7054 7.25893 10.7054ZM14.8259 8.04464H12.7857C12.7098 8.04464 12.6429 8.10714 12.6429 8.1875V11.3616C12.6429 11.4375 12.7054 11.5045 12.7857 11.5045H14.8259C14.9062 11.5045 14.9687 11.442 14.9687 11.3616V10.8527C14.9687 10.7723 14.9062 10.7098 14.8259 10.7098H13.4375V10.1741H14.8259C14.9062 10.1741 14.9687 10.1116 14.9687 10.0312V9.51786C14.9687 9.4375 14.9062 9.375 14.8259 9.375H13.4375V8.83929H14.8259C14.9062 8.83929 14.9687 8.77679 14.9687 8.69643V8.1875C14.9643 8.11161 14.9018 8.04464 14.8259 8.04464ZM20 4.14733V16.8839C19.9955 18.8839 18.3571 20.5045 16.3527 20.5H3.61608C1.61608 20.4955 -0.00445508 18.8527 9.20161e-06 16.8527V4.11608C0.00447348 2.11608 1.64733 0.495545 3.64733 0.500009H16.3839C18.3839 0.504473 20.0045 2.14286 20 4.14733ZM17.25 9.62054C17.25 6.36161 13.9821 3.70983 9.96875 3.70983C5.95536 3.70983 2.68751 6.36161 2.68751 9.62054C2.68751 12.5402 5.27679 14.9866 8.77679 15.4509C9.62947 15.6339 9.53125 15.9464 9.33929 17.0937C9.30804 17.2768 9.19197 17.8125 9.96875 17.4866C10.7455 17.1607 14.1607 15.0179 15.692 13.2589C16.7455 12.0982 17.25 10.9241 17.25 9.62054Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}

.wdl-btn-share {
  border: none;
  font-weight: 600;
  transition: 0.25s background ease-out, 0.25s color ease-out, 0.25s box-shadow ease-out;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #777777;
  font-size: 16px;
}
.wdl-btn-share svg {
  font-size: 60px;
  color: #ff2758;
  fill: currentColor;
  background: #f4f4f4 !important;
  padding: 16px;
  border-radius: 100px;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  transition: 0.25s background ease-out, 0.25s color ease-out, 0.25s box-shadow ease-out;
}
.wdl-btn-share:hover svg {
  box-shadow: 0 0 0 1px #ff2758 inset;
}
.wdl-btn-share.disabled, .wdl-btn-share:disabled {
  cursor: not-allowed;
  color: #d3d3d3;
}
.wdl-btn-share.disabled svg, .wdl-btn-share:disabled svg {
  color: #d3d3d3;
  box-shadow: 0 0 0 1px #d3d3d3 inset;
}

.wdl-btn-link {
  border: none;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #ff2758 !important;
  background: transparent;
  border-radius: 12px;
  display: inline-block;
  transition: 0.25s background ease-out;
  position: relative;
}
.wdl-btn-link.disabled, .wdl-btn-link:disabled {
  cursor: not-allowed;
  color: #d3d3d3;
}

.wdl-campaign-banner {
  position: relative;
  border-radius: 12px;
  color: #FFFFFF;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .wdl-campaign-banner {
    text-align: center;
    align-items: center;
  }
}
.wdl-campaign-banner > * {
  position: relative;
  z-index: 1;
}
.wdl-campaign-banner .background img {
  border-radius: 12px;
}
.wdl-campaign-banner .logo {
  margin-bottom: 16px;
}
.wdl-campaign-banner .logo img {
  height: 50px;
  width: auto;
}
.wdl-campaign-banner .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.wdl-campaign-banner .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}

.wdl-campaign-announcement {
  color: #424242;
  font-size: 16px;
  line-height: 1.5;
}

.wdl-campaign-header, .wdl-campaign-bar {
  --campaign-color-1: #FF2758;
  --campaign-color-2: #FF92AB;
  background-color: var(--campaign-color-1, #FF2758);
  background: linear-gradient(to right, var(--campaign-color-1, #FF2758), var(--campaign-color-2, #FF92AB));
  position: relative;
  color: #FFFFFF;
  overflow: hidden;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wdl-campaign-header.wdl-campaign-bar, .wdl-campaign-bar.wdl-campaign-bar {
  border-radius: 8px;
  overflow: hidden;
  padding: 4px 24px;
  display: none;
}
.wdl-campaign-header .logo img, .wdl-campaign-bar .logo img {
  height: 50px;
}
.wdl-campaign-header .countdown, .wdl-campaign-bar .countdown {
  display: flex;
  gap: 20px;
  line-height: 1;
  align-items: baseline;
}
.wdl-campaign-header .countdown .text, .wdl-campaign-bar .countdown .text {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}
.wdl-campaign-header .countdown a, .wdl-campaign-bar .countdown a {
  color: #FFF;
  font-weight: 700;
  display: flex;
  gap: 10px;
}

.wdl-campaign-countdown {
  display: flex;
  gap: 4px;
  align-items: center;
}
.wdl-campaign-countdown .unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 4px;
  min-width: 31px;
}
.wdl-campaign-countdown .number {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--campaign-color-1, #FF2758);
  transition: 0.5s cubic-bezier(0, 0, 0, 1);
  min-width: 23px;
  min-height: 20px;
  display: block;
  border-radius: 4px;
  background: transparent;
}
.wdl-campaign-countdown .number.loading {
  background: #EEEEEE;
  color: transparent;
}
.wdl-campaign-countdown .suffix {
  font-size: 12px;
  line-height: 1;
  color: #424242;
}
.wdl-campaign-countdown .separator {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
}

.wdl-campaign-card .card-img-top {
  position: relative;
}
.wdl-campaign-card .card-img-top:before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: 0 0 0 5px var(--campaign-color-1) inset !important;
  border-radius: 12px 12px 0 0;
}
.wdl-campaign-card .wdl-btn-cta {
  background: linear-gradient(to right, var(--campaign-color-1), var(--campaign-color-2)) !important;
}
.wdl-campaign-card .wdl-btn-more {
  color: var(--campaign-color-1) !important;
}
.wdl-campaign-card .wdl-btn-more::after {
  color: var(--campaign-color-1) !important;
}
.wdl-campaign-card .wdl-campaign-card-logo {
  background: linear-gradient(to right, var(--campaign-color-1), var(--campaign-color-2)) !important;
  object-fit: contain;
  width: 130px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  padding: 2px 16px 2px 2px;
}
.wdl-campaign-card .wdl-campaign-card-logo img {
  width: 100% !important;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
}

.wdl-campaign-single .wdl-metadata-logo:before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 5px var(--campaign-color-1) inset !important;
  z-index: 1;
  pointer-events: none;
  border-radius: 8px;
}
.wdl-campaign-single .wdl-campaign-bar {
  display: block;
}
.wdl-campaign-single .wdl-btn-lg, .wdl-campaign-single .wdl-btn-line-lg, .wdl-campaign-single .wdl-btn, .wdl-campaign-single .wdl-archive-extended .wdl-btn-cta, .wdl-archive-extended .wdl-campaign-single .wdl-btn-cta, .wdl-campaign-single .wdl-btn-line,
.wdl-campaign-single .wdl-btn-line-cta {
  background: linear-gradient(to right, var(--campaign-color-1), var(--campaign-color-2));
}
.wdl-campaign-single .wdl-btn-line-cta {
  box-shadow: none;
}

.wdl-campaign-single-background {
  position: fixed;
  inset: 0 0 0 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  filter: grayscale(1) blur(10px);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0) 75vh);
  opacity: 0.5;
}
.wdl-campaign-single-background img {
  width: 100%;
  height: 100%;
}

.wdl-campaign-section .title {
  margin-bottom: 8px;
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  background: linear-gradient(to right, var(--campaign-color-1), var(--campaign-color-2));
  color: #FFFFFF;
}

.wdl-card-mini {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 4px;
  box-shadow: 0 0 0 0 #ff2758, 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 0 #d9d9d9;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.35s cubic-bezier(0, 0, 0, 0);
  width: 100%;
  cursor: pointer;
}
.wdl-card-mini .wdl-card-mini-thumbnail {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 50px;
  box-shadow: 0 1px 0 #d9d9d9;
  overflow: hidden;
}
.wdl-card-mini .wdl-card-mini-thumbnail img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center center;
}
.wdl-card-mini .wdl-card-mini-content {
  flex: 1 1 0;
}
.wdl-card-mini .wdl-card-mini-content .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
}
.wdl-card-mini .wdl-card-mini-link {
  flex: 0 0 auto;
  padding-right: 8px;
}
.wdl-card-mini .wdl-card-mini-link svg {
  width: 20px;
  height: 20px;
  color: #ff2758;
}

.wdl-card-mini-label {
  width: 100%;
}
.wdl-card-mini-label input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + .wdl-card-mini {
  box-shadow: 0 0 0 2px #ff2758, 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 0 #d9d9d9;
}

.wdl-character {
  --background-image: unset;
  --color: #777777;
  --color-50: #77777700;
  --color-0: #77777700;
  --box-shadow: 0 0 0 1px #7777777f;
  box-shadow: var(--box-shadow);
  color: var(--color);
  background-color: var(--color);
  background-image: var(--background-image);
  display: inline-block;
  padding: 2px;
  white-space: nowrap;
  border-radius: 5rem;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  background-size: cover;
  line-height: 1;
}
.wdl-character > span {
  display: inline-block;
  border-radius: 5rem;
  padding: 4px 6px;
  line-height: 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.wdl-character.wdl-character-lg span {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  padding: 8px 12px;
}
.wdl-character.wdl-character-lg:hover {
  translate: 0 -4px;
}
.wdl-character.wdl-character-border > span {
  background: #ffffff;
}
.wdl-character.wdl-character-animation-fade {
  animation-name: wdl-character-animation-fade;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.wdl-character.wdl-character-animation-bounce {
  animation-name: wdl-character-animation-bounce;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.wdl-character.wdl-character-animation-glow {
  animation-name: wdl-character-animation-glow;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.wdl-character.wdl-character-animation-radiate {
  animation-name: wdl-character-animation-radiate;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
.wdl-character.wdl-character-animation-shimmer {
  background-size: 200%;
  animation-name: wdl-character-animation-shimmer;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0, 0, 1);
}

@keyframes wdl-character-animation-fade {
  0% {
    opacity: 50%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 50%;
  }
}
@keyframes wdl-character-animation-bounce {
  0% {
    transform: scale(100%);
  }
  12% {
    transform: scale(101.089%);
  }
  24% {
    transform: scale(104.356%);
  }
  36% {
    transform: scale(109.801%);
  }
  54% {
    transform: scale(107.502%);
  }
  74% {
    transform: scale(109.837%);
  }
  82% {
    transform: scale(109.375%);
  }
  92% {
    transform: scale(109.934%);
  }
  93% {
    transform: scale(109.846%);
  }
  96% {
    transform: scale(110%);
  }
  100% {
    transform: scale(100%);
  }
}
@keyframes wdl-character-animation-glow {
  0% {
    box-shadow: 0 0 3px -3px var(--color-50);
  }
  50% {
    box-shadow: 0 0 16px -3px var(--color);
  }
  100% {
    box-shadow: 0 0 3px -3px var(--color-50);
  }
}
@keyframes wdl-character-animation-radiate {
  0% {
    box-shadow: 0 0 0 0 var(--color-50);
  }
  100% {
    box-shadow: 0 0 0 8px var(--color-0);
  }
}
@keyframes wdl-character-animation-shimmer {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.wdl-compare-swiper {
  overflow: hidden;
  margin: 0 -16px;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .wdl-compare-swiper {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .wdl-compare-swiper {
    padding: 16px;
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 16px;
  }
}
@media (min-width: 1200px) {
  .wdl-compare-swiper.wdl-compare-swiper-2 {
    max-width: 661px;
  }
}
@media (min-width: 1200px) {
  .wdl-compare-swiper.wdl-compare-swiper-3 {
    max-width: 963px;
  }
}
.wdl-compare-swiper .swiper-slide {
  width: auto;
  max-width: 180px;
}
@media (min-width: 1200px) {
  .wdl-compare-swiper .swiper-slide {
    width: auto;
    max-width: none;
  }
}
.wdl-compare-swiper .swiper-slide.card:hover {
  box-shadow: none;
}
@media (max-width: 1200px) {
  .wdl-compare-swiper .wdl-btn, .wdl-compare-swiper .wdl-archive-extended .wdl-btn-cta, .wdl-archive-extended .wdl-compare-swiper .wdl-btn-cta, .wdl-compare-swiper .wdl-btn-line {
    font-size: 0.875rem;
    padding: 4px 4px;
  }
}
.wdl-compare-swiper .wdl-btn.wdl-btn-cta, .wdl-compare-swiper .wdl-archive-extended .wdl-btn-cta, .wdl-archive-extended .wdl-compare-swiper .wdl-btn-cta, .wdl-compare-swiper .wdl-btn-cta.wdl-btn-line {
  border-radius: 12px !important;
  padding: 12px 24px !important;
  font-size: 16px;
}

.wdl-compare-bar {
  position: fixed;
  bottom: 12px;
  margin-bottom: 12px;
  left: 0;
  width: 100%;
  z-index: 1020;
  transform: translateY(20%);
  opacity: 0;
  transition: 0.25s transform, 0.25s opacity;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .wdl-compare-bar {
    padding: 0 16px;
  }
}
.wdl-compare-bar.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.wdl-compare-bar .wdl-compare-bar-wrapper {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 12px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .wdl-compare-bar .wdl-compare-bar-wrapper {
    flex-direction: column;
  }
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #777777;
}
@media (max-width: 1199.98px) {
  .wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection {
    flex-direction: column;
  }
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-label p {
  font-size: 14px;
  margin-bottom: 0;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group {
  display: flex;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card {
  width: 112px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #777;
  background: #FFF;
  padding: 2px;
  position: relative;
  cursor: pointer;
  transition: 0.25s border ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card:hover {
  border: 1px solid #ff2758;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card:hover p {
  color: #ff2758;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card:hover::before {
  color: #ff2758;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card p {
  color: #777;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 0;
  transition: 0.25s color ease-out;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card::before {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #333333;
  transition: 0.25s opacity ease-out, 0.25s color ease-out;
  position: absolute;
  top: 4px;
  right: 4px;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card.empty {
  border-style: dashed;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card.empty::before {
  opacity: 0;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-selection .wdl-compare-bar-selection-group .wdl-compare-bar-selection-card.empty p {
  color: transparent;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-action {
  display: flex;
  gap: 10px;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-action a {
  padding: 6px 7px;
  min-width: 112px;
  text-align: center;
  font-size: 14px;
}
.wdl-compare-bar .wdl-compare-bar-wrapper .wdl-compare-bar-action .wdl-btn-secondary.disabled {
  display: none;
}

.wdl-consultant-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 8px;
}
@media (max-width: 1199.98px) {
  .wdl-consultant-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1023.98px) {
  .wdl-consultant-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .wdl-consultant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .wdl-consultant-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.wdl-consultant-card {
  border-radius: 12px;
  box-shadow: 0 0 0 0.5px #D9D9D9 inset;
  position: relative;
}
.wdl-consultant-card .cover {
  aspect-ratio: 250/153;
  width: 100%;
  height: auto;
  background: #EEE;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.wdl-consultant-card .cover img {
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 250/153;
  width: 100%;
  height: auto;
}
.wdl-consultant-card .cover .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 6px !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}
.wdl-consultant-card .card-img-top {
  position: relative;
  margin-top: -93px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.wdl-consultant-card .card-img-top .profile-photo {
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}
.wdl-consultant-card .card-img-top .logo {
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  box-shadow: 0 4px 4px -1px rgba(12, 12, 12, 0.1), 0 4px 4px -1px rgba(12, 12, 12, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.wdl-consultant-card .card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px 12px 12px;
}
.wdl-consultant-card .card-body .title {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
}
.wdl-consultant-card .card-body .subtitle {
  color: #37BAD6;
  font-size: 13px;
  line-height: 1;
}
.wdl-consultant-card .card-body .excerpt {
  color: #424242;
  font-size: 14px;
  line-height: 1.25;
}
.wdl-consultant-card .card-body .pricing {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  color: #888888;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.wdl-consultant-card .card-hover {
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  max-width: calc(100svw - 32px);
  max-height: calc(100svh - 32px);
  padding: 16px;
  box-shadow: 0 0 0 0.5px #D9D9D9 inset, 0 2px 14px rgba(0, 0, 0, 0.35);
  scale: 0.8;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  overflow: hidden;
  border-radius: 12px;
  background: #FFFFFF;
  z-index: 5;
}
@media (max-width: 1199.98px) {
  .wdl-consultant-card .card-hover {
    width: 100%;
  }
}
.wdl-consultant-card:hover {
  position: relative;
  z-index: 5;
}
.wdl-consultant-card:hover .card-hover {
  opacity: 1;
  scale: 1;
  visibility: visible;
  pointer-events: all;
}
.wdl-consultant-card .head {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.wdl-consultant-card .head .profile-photo {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}
.wdl-consultant-card .head .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wdl-consultant-card .head .info .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
}
.wdl-consultant-card .head .info .subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #37BAD6;
}
.wdl-consultant-card .body {
  margin-bottom: 16px;
}
.wdl-consultant-card .body .excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #424242;
  margin-bottom: 16px;
}
.wdl-consultant-card .body .gallery .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  transform: none;
  margin-top: 12px;
}
.wdl-consultant-card .body .gallery .swiper-slide {
  width: auto;
}
.wdl-consultant-card .body .gallery img {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  display: block;
  height: 200px;
  width: auto;
}
@media (max-width: 1199.98px) {
  .wdl-consultant-card .body .gallery img {
    height: 189px;
  }
}

.wdl-consultant-swiper {
  /* &:before {
    content: '';
    background: none;
    position: absolute;
    inset: 0 0 0 0;
    z-index: 2;
    pointer-events: none;
    box-shadow: 1000px 0 0 0 white, -1000px 0 0 0 white;
  } */
}
.wdl-consultant-swiper .card-hover {
  width: 100%;
}
.wdl-consultant-swiper .card-hover .body .gallery img {
  height: 150px;
}
.wdl-consultant-swiper .card-hover .body .gallery .swiper-pagination {
  display: none;
}

.wdl-coupon-card {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 20px 16px;
}
.wdl-coupon-card .wdl-coupon-card-share {
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 70px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.wdl-coupon-card .wdl-coupon-card-share img {
  width: 14px;
  height: 14px;
}
.wdl-coupon-card .wdl-coupon-card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 4px;
}
.wdl-coupon-card .wdl-coupon-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.wdl-coupon-card .wdl-coupon-card-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #ff2758;
  margin-bottom: 4px;
}
.wdl-coupon-card .wdl-coupon-card-datetime {
  font-size: 14px;
  font-family: var(--font-family);
  margin-bottom: 16px;
}
.wdl-coupon-card .wdl-coupon-card-condition {
  border: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 16px 12px;
  margin-bottom: 24px;
  font-size: 14px;
}
.wdl-coupon-card .wdl-coupon-card-condition .wdl-coupon-card-condition-title {
  font-size: 14px;
  color: #37bad6;
  font-weight: 600;
  margin-bottom: 8px;
}
.wdl-coupon-card .wdl-coupon-card-condition *:last-child {
  margin-bottom: 0;
}

.wdl-coupon-picker {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1490196078);
  width: 143px;
  flex: 0 0 auto;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  cursor: pointer;
  position: relative;
  height: auto;
}
.wdl-coupon-picker .wdl-coupon-picker-image {
  flex: 0 0 auto;
}
.wdl-coupon-picker .wdl-coupon-picker-image img {
  width: 143px;
  height: 71px;
  border-radius: 4px;
  object-fit: cover;
}
.wdl-coupon-picker .wdl-coupon-picker-info {
  width: 100%;
  padding: 8px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-title {
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 4px;
  flex: 1 0 auto;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-title p,
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-title a {
  display: block;
  color: #333333;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-action {
  color: #ff2758;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-action,
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-action p,
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-action a,
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-action button {
  display: block;
  margin-bottom: 0;
  border: 1px solid #ff2758;
  color: #ff2758;
  background: none;
  padding: 2px 8px;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  font-weight: 600;
}
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-term {
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
.wdl-coupon-picker .wdl-coupon-picker-info .wdl-coupon-picker-term a {
  color: #333333;
  text-decoration: underline;
  margin-bottom: 0;
  font-weight: 400;
}
.wdl-coupon-picker.active {
  background: rgba(255, 39, 88, 0.1019607843);
}
.wdl-coupon-picker.active .wdl-coupon-picker-info .wdl-coupon-picker-action p {
  background: rgba(255, 39, 88, 0.1019607843);
  border: none;
}
.wdl-coupon-picker .wdl-coupon-picker-indicator {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  animation: wdl-coupon-picker-indicator 3s both;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ff2758' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.wdl-coupon-picker .wdl-coupon-picker-indicator.active {
  animation: wdl-coupon-picker-indicator 3s both cubic-bezier(0, 0, 0, 1);
  display: block;
}
@keyframes wdl-coupon-picker-indicator {
  0% {
    transform: translateX(-50%) translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-40px);
    opacity: 0;
  }
}
.wdl-coupon-picker.wdl-coupon-picker-small {
  box-shadow: none;
  width: auto;
  height: 40px;
  max-width: 50%;
  flex-direction: row;
}
.wdl-coupon-picker.wdl-coupon-picker-small .wdl-coupon-picker-image img {
  width: auto;
  height: 40px;
}
.wdl-coupon-picker.wdl-coupon-picker-small .wdl-coupon-picker-info {
  padding: 4px;
}
.wdl-coupon-picker.wdl-coupon-picker-small .wdl-coupon-picker-info .wdl-coupon-picker-title {
  margin-bottom: 0;
  font-weight: 500;
}
.wdl-coupon-picker.wdl-coupon-checkbox {
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  transition-property: filter, opacity;
}
.wdl-coupon-picker.wdl-coupon-checkbox.disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.5;
}

.wdl-datepicker-container {
  position: relative;
}
.wdl-datepicker-container .datepicker {
  position: absolute;
  inset: 100% 0 auto;
  opacity: 0;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}
.wdl-datepicker-container .datepicker-input-group {
  position: relative;
}
.wdl-datepicker-container .datepicker-toggle {
  position: relative;
}
.wdl-datepicker-container .datepicker-toggle .datepicker-reset {
  display: none;
  background: #FFFFFF;
  color: #ff2758;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  gap: 2px;
  font-weight: 600;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4px;
  right: 4px;
}
.wdl-datepicker-container input:checked + .datepicker-toggle .datepicker-reset {
  display: flex;
}
.wdl-datepicker-container.active .datepicker {
  opacity: 1;
  transform: translateY(10px);
  pointer-events: auto;
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #ff2658;
  --adp-background-color-selected-other-month: #ff2658;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #ff2658;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff2658;
  --adp-day-name-color-hover: #ff2658;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #ff2658;
  --adp-cell-background-color-selected-hover: #ff2658;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker.-inline- {
  padding: 8px;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.air-datepicker-nav--title {
  font-weight: 600;
}

.air-datepicker-body--day-name {
  font-weight: 600;
}

.air-datepicker-cell.-current- {
  font-weight: 600;
}

.wdl-dropdown {
  position: relative;
}
.wdl-dropdown > button {
  white-space: nowrap;
}
.wdl-dropdown .dropdown-menu {
  margin-top: 0;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border: none;
  width: max-content;
  position: absolute;
  top: 100%;
  background: #fff;
  border-radius: 8px;
  right: 0;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  transition-property: opacity, transform;
  list-style: none;
  max-height: 40vh;
  max-width: 300px;
  overflow: auto;
  opacity: 0;
  display: block;
  transform: translateY(-10px);
  transform-origin: top right;
  visibility: hidden;
}
.wdl-dropdown .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.wdl-dropdown .dropdown-menu li {
  padding: 0;
}
.wdl-dropdown .dropdown-menu li a {
  display: block;
  border-radius: 0;
  border: none;
  padding: 6px 24px;
  font-weight: 400;
  transition: 0.25s color;
  font-size: 14px;
  color: #333333 !important;
  box-shadow: none;
  line-height: 1.25;
}
.wdl-dropdown .dropdown-menu li a:hover {
  color: #ff2758 !important;
}

.wdl-filter {
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .wdl-filter {
    justify-content: flex-start;
    flex-direction: column;
  }
}

.wdl-filter-detail {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  overflow: visible;
  z-index: 5;
}
@media (min-width: 768px) {
  .wdl-filter-detail .swiper-wrapper {
    justify-content: flex-end;
    transform: none !important;
  }
}
.wdl-filter-detail .swiper-slide {
  position: relative;
}
.wdl-filter-detail .swiper-slide:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background: #eee;
  margin-left: 4px;
}
.wdl-filter-detail .swiper-slide:last-child::after {
  content: none;
}

.wdl-btn-filter {
  padding: 6px 12px;
  padding-right: 8px;
  white-space: nowrap;
  background: none !important;
  border: none;
  color: #777777 !important;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  display: inline-block;
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  max-width: 170px !important;
}
.wdl-btn-filter:hover {
  color: #ff2758 !important;
}
.wdl-btn-filter svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.wdl-btn-filter.active {
  color: #ff2758 !important;
}

.et-db #et-boc footer.et-l .et_pb_section,
footer .et_pb_section {
  padding: 0;
}
.et-db #et-boc footer.et-l .footer-secondary .widget_block,
footer .footer-secondary .widget_block {
  float: none;
  margin: 1rem 0 !important;
}
.et-db #et-boc footer.et-l .footer-secondary .et_pb_bg_layout_light .et_pb_widget li a,
footer .footer-secondary .et_pb_bg_layout_light .et_pb_widget li a {
  color: #ff2758;
  font-weight: 700;
  font-size: 0.875rem;
}
.et-db #et-boc footer.et-l .footer-bottom,
footer .footer-bottom {
  padding: 1rem !important;
}
.et-db #et-boc footer.et-l .footer-bottom .et_pb_column,
footer .footer-bottom .et_pb_column {
  gap: 15px 40px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .et-db #et-boc footer.et-l .footer-bottom .et_pb_column,
  footer .footer-bottom .et_pb_column {
    align-items: flex-start;
  }
}
.et-db #et-boc footer.et-l .footer-bottom p,
footer .footer-bottom p {
  margin: 0;
}
.et-db #et-boc footer.et-l .footer-bottom .et_pb_blurb_content,
footer .footer-bottom .et_pb_blurb_content {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.et-db #et-boc footer.et-l .footer-bottom .et_pb_blurb_content .et_pb_blurb_container,
footer .footer-bottom .et_pb_blurb_content .et_pb_blurb_container {
  padding-left: 5px;
}
.et-db #et-boc footer.et-l .footer-bottom .et_pb_main_blurb_image,
footer .footer-bottom .et_pb_main_blurb_image {
  margin: 0;
}
.et-db #et-boc footer.et-l .footer-bottom .et_pb_module,
footer .footer-bottom .et_pb_module {
  display: flex;
  justify-content: center;
  text-align: center;
}
.et-db #et-boc footer.et-l .footer-bottom .et_pb_text_inner,
footer .footer-bottom .et_pb_text_inner {
  display: flex;
  align-items: center;
}

.wdl-menu-2-column .et_pb_widget {
  margin: 0 0 1rem !important;
}
.wdl-menu-2-column ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.wdl-menu-2-column ul > li {
  flex: 1 0 50%;
  margin: 0;
}
@media (max-width: 575px) {
  .wdl-menu-2-column ul > li {
    flex: 1 1 100%;
  }
}

.wdl-menu-3-column .et_pb_widget {
  margin: 0 0 1rem !important;
}
.wdl-menu-3-column ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.wdl-menu-3-column ul > li {
  flex: 0 0 30%;
  margin: 0;
}
@media (max-width: 575px) {
  .wdl-menu-3-column ul > li {
    flex: 1 1 100%;
  }
}

.wdl-footer-lead-menu {
  padding: 0;
}
.wdl-footer-lead-menu .et_pb_widget {
  margin: 0 0 1rem !important;
}
.wdl-footer-lead-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
  margin: 0.5rem 0;
  justify-content: flex-end;
}

.wdl-footer {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.wdl-footer .wdl-footer-nav {
  padding: 24px 0;
}
.wdl-footer .wdl-footer-nav .nav {
  gap: 16px;
  justify-content: center;
  height: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .wdl-footer .wdl-footer-nav .nav {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .wdl-footer .wdl-footer-nav .nav {
    justify-content: end;
  }
}
.wdl-footer .wdl-footer-nav .nav li a {
  color: #666666;
  font-weight: 500;
}
.wdl-footer .wdl-footer-bottom {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .wdl-footer .wdl-footer-bottom {
    padding-top: 8px;
  }
}
.wdl-footer .wdl-footer-bottom .nav {
  gap: 16px;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .wdl-footer .wdl-footer-bottom .nav {
    justify-content: start;
  }
}
.wdl-footer .wdl-footer-bottom .nav li a {
  font-size: 14px;
  color: #ff2758;
  font-weight: 500;
}
.wdl-footer .wdl-footer-bottom .nav li a i {
  vertical-align: -7px;
  margin-right: 8px;
  font-size: 24px;
}
.wdl-footer .wdl-footer-bottom p {
  padding: 8px 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #999999;
}

form .fail-message {
  display: none;
}
form.failed .fail-message {
  display: block;
}

input.text,
input.title,
input[type=number],
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
input[type=date] {
  border-radius: 0.75rem;
  display: block;
  max-width: none !important;
  width: 100%;
  margin: 0 !important;
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #f7f7f7 !important;
  border: none !important;
  height: auto !important;
  min-height: 0;
}
@media (max-width: 1199.98px) {
  input.text,
  input.title,
  input[type=number],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=text],
  select,
  input[type=date] {
    padding: 6px 8px;
  }
}

textarea {
  border-radius: 0.75rem;
  max-width: none !important;
  width: 100%;
  margin: 0 !important;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #f7f7f7 !important;
  border: none !important;
}

label {
  font-size: 14px;
  font-weight: 600;
  color: #6C6E71;
}

.wdl-label-aside {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  flex: 0 0 auto;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .wdl-label-aside {
    font-size: 14px;
    max-width: none;
  }
}

.form-floating {
  position: relative;
  display: block;
}
.form-floating input.text,
.form-floating input.title,
.form-floating input[type=number],
.form-floating input[type=email],
.form-floating input[type=password],
.form-floating input[type=tel],
.form-floating input[type=text],
.form-floating select,
.form-floating textarea,
.form-floating input[type=date] {
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}
.form-floating > label {
  font-weight: 400;
  color: #c1c1c1;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background: none;
}

.form-floating-small {
  position: relative;
  display: block;
  /*  >.form-control-plaintext~label,
   >.form-control:focus~label,
   >.form-control:not(:placeholder-shown)~label,
   >.form-select~label {

   } */
}
.form-floating-small input.text,
.form-floating-small input.title,
.form-floating-small input[type=number],
.form-floating-small input[type=email],
.form-floating-small input[type=password],
.form-floating-small input[type=tel],
.form-floating-small input[type=text],
.form-floating-small select,
.form-floating-small textarea,
.form-floating-small input[type=date] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.form-floating-small > label {
  font-weight: 400;
  color: #c1c1c1;
  padding: 8px;
}
.form-floating-small > .form-control:not(:placeholder-shown) ~ label::after {
  background: none;
}

.wdl-circle-progress {
  display: flex;
  position: relative;
  min-width: 60px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-weight: 700;
  color: #ff2758;
}

.wdl-circle-progress canvas {
  position: absolute;
}

.wdl-radio,
.wdl-checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
}
.wdl-radio label,
.wdl-checkbox label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.accordion-button:not(.collapsed) {
  background-color: #ffe2e2;
  color: #ff2758;
}

.wdl-radio input[type=radio],
.wdl-checkbox input[type=checkbox] {
  display: none;
}

.wdl-radio input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  background-color: #ffffff;
  border: 2px solid #cdcdcd;
  border-radius: 2rem;
}

.wdl-radio input[type=radio]:checked + label:before {
  box-shadow: 0 0 0 3px #ffffff inset, 0 0 0 10px #ff2758 inset;
  border-color: #ff2758;
}

.wdl-radio input[type=radio]:disabled + label {
  color: #999999;
  cursor: not-allowed;
}
.wdl-radio input[type=radio]:disabled + label:before {
  background: #cdcdcd;
}

.wdl-checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  left: 0;
  top: 0px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: 2px solid #cdcdcd;
  color: transparent;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  transition: 0.25s background, 0.25s border;
}

.wdl-checkbox input[type=checkbox]:disabled + label {
  color: #999999;
  cursor: not-allowed;
}
.wdl-checkbox input[type=checkbox]:disabled + label:before {
  background: #cdcdcd;
}

.wdl-checkbox input[type=checkbox]:checked + label:before {
  background-color: #ff2758;
  border: 2px solid #ff2758;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23FFF' viewBox='0 0 256 256'%3E%3Cpath d='M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z'%3E%3C/path%3E%3C/svg%3E");
  color: #ffffff;
}

.wdl-radio-button {
  display: flex;
  gap: 16px;
}
@media (max-width: 1199px) {
  .wdl-radio-button {
    gap: 8px;
  }
}

.wdl-radio-button input[type=radio] + label {
  display: inline-block;
  margin: 0;
}

.wdl-radio-button input[type=radio] {
  display: none;
}

.wdl-radio-button input[type=radio] + label {
  background: #fff;
  box-shadow: 0 0 0 1px #cccccc inset;
  padding: 8px 55px;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .wdl-radio-button input[type=radio] + label {
    padding: 8px 8px;
    font-size: 0.875rem;
  }
}

.wdl-radio-button input[type=radio]:checked + label {
  background: #ff2758;
  color: #fff;
  box-shadow: 0 0 0 0 #cccccc inset;
}

.wdl-radio-button input[type=radio] + label:before,
.wdl-radio-button input[type=radio] + label:after {
  content: none;
}

.wdl-checkbox-button {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .wdl-checkbox-button {
    flex-direction: column;
  }
}
.wdl-checkbox-button input[type=checkbox],
.wdl-checkbox-button input[type=radio] {
  display: none;
}
.wdl-checkbox-button input[type=checkbox] + label,
.wdl-checkbox-button input[type=radio] + label,
.wdl-checkbox-button input[type=checkbox] + .label,
.wdl-checkbox-button input[type=radio] + .label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: #fff;
  padding: 8px 8px;
  flex: 1 0 auto;
  gap: 4px;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  color: #4A5057;
  font-weight: 600;
  text-align: center;
  transition: 0.25s background, 0.25s color, 0.25s box-shadow;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .wdl-checkbox-button input[type=checkbox] + label:not(:last-of-type),
  .wdl-checkbox-button input[type=radio] + label:not(:last-of-type),
  .wdl-checkbox-button input[type=checkbox] + .label:not(:last-of-type),
  .wdl-checkbox-button input[type=radio] + .label:not(:last-of-type) {
    border-right: none;
  }
}
@media (max-width: 1199.98px) {
  .wdl-checkbox-button input[type=checkbox] + label,
  .wdl-checkbox-button input[type=radio] + label,
  .wdl-checkbox-button input[type=checkbox] + .label,
  .wdl-checkbox-button input[type=radio] + .label {
    padding: 4px 8px;
    font-size: 14px;
  }
  .wdl-checkbox-button input[type=checkbox] + label:not(:last-of-type),
  .wdl-checkbox-button input[type=radio] + label:not(:last-of-type),
  .wdl-checkbox-button input[type=checkbox] + .label:not(:last-of-type),
  .wdl-checkbox-button input[type=radio] + .label:not(:last-of-type) {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .wdl-checkbox-button input[type=checkbox] + label:first-of-type,
  .wdl-checkbox-button input[type=radio] + label:first-of-type,
  .wdl-checkbox-button input[type=checkbox] + .label:first-of-type,
  .wdl-checkbox-button input[type=radio] + .label:first-of-type {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .wdl-checkbox-button input[type=checkbox] + label:first-of-type:not(:last-of-type),
  .wdl-checkbox-button input[type=radio] + label:first-of-type:not(:last-of-type),
  .wdl-checkbox-button input[type=checkbox] + .label:first-of-type:not(:last-of-type),
  .wdl-checkbox-button input[type=radio] + .label:first-of-type:not(:last-of-type) {
    border-right: none;
  }
}
@media (max-width: 1199.98px) {
  .wdl-checkbox-button input[type=checkbox] + label:first-of-type,
  .wdl-checkbox-button input[type=radio] + label:first-of-type,
  .wdl-checkbox-button input[type=checkbox] + .label:first-of-type,
  .wdl-checkbox-button input[type=radio] + .label:first-of-type {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .wdl-checkbox-button input[type=checkbox] + label:first-of-type:not(:last-of-type),
  .wdl-checkbox-button input[type=radio] + label:first-of-type:not(:last-of-type),
  .wdl-checkbox-button input[type=checkbox] + .label:first-of-type:not(:last-of-type),
  .wdl-checkbox-button input[type=radio] + .label:first-of-type:not(:last-of-type) {
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .wdl-checkbox-button input[type=checkbox] + label:last-of-type,
  .wdl-checkbox-button input[type=radio] + label:last-of-type,
  .wdl-checkbox-button input[type=checkbox] + .label:last-of-type,
  .wdl-checkbox-button input[type=radio] + .label:last-of-type {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 1199.98px) {
  .wdl-checkbox-button input[type=checkbox] + label:last-of-type,
  .wdl-checkbox-button input[type=radio] + label:last-of-type,
  .wdl-checkbox-button input[type=checkbox] + .label:last-of-type,
  .wdl-checkbox-button input[type=radio] + .label:last-of-type {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.wdl-checkbox-button input[type=checkbox] + label > svg,
.wdl-checkbox-button input[type=radio] + label > svg,
.wdl-checkbox-button input[type=checkbox] + .label > svg,
.wdl-checkbox-button input[type=radio] + .label > svg {
  width: 20px;
  height: 20px;
  color: inherit;
}
.wdl-checkbox-button input[type=checkbox] + label:hover,
.wdl-checkbox-button input[type=radio] + label:hover,
.wdl-checkbox-button input[type=checkbox] + .label:hover,
.wdl-checkbox-button input[type=radio] + .label:hover {
  color: #ff2758;
}
.wdl-checkbox-button input[type=checkbox]:checked + label,
.wdl-checkbox-button input[type=radio]:checked + label,
.wdl-checkbox-button input[type=checkbox]:checked + .label,
.wdl-checkbox-button input[type=radio]:checked + .label {
  border-color: #ff2758;
  background: #ff2758;
  color: #fff;
  box-shadow: 0 0 0 0 #cccccc inset;
}
.wdl-checkbox-button input[type=checkbox]:checked + label:hover,
.wdl-checkbox-button input[type=radio]:checked + label:hover,
.wdl-checkbox-button input[type=checkbox]:checked + .label:hover,
.wdl-checkbox-button input[type=radio]:checked + .label:hover {
  color: #ffffff;
}
.wdl-checkbox-button input[type=checkbox] + label:before,
.wdl-checkbox-button input[type=radio] + label:before,
.wdl-checkbox-button input[type=checkbox] + label:after,
.wdl-checkbox-button input[type=radio] + label:after {
  content: none;
}
@media (min-width: 981px) {
  .wdl-checkbox-button .wdl-grid-col-2 {
    display: grid;
    grid-template: 1fr/1fr 1fr;
    grid-auto-rows: 1fr;
  }
}
.wdl-checkbox-button.wdl-checkbox-bundle {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1199.98px) {
  .wdl-checkbox-button.wdl-checkbox-bundle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .wdl-checkbox-button.wdl-checkbox-bundle {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
  }
}
.wdl-checkbox-button.wdl-checkbox-bundle .bundle-item {
  padding: 8px;
  box-shadow: 0 0 0 1px #EAEAEA inset, 0 0 0 2px rgba(255, 39, 88, 0);
  border-radius: 8px;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
.wdl-checkbox-button.wdl-checkbox-bundle .bundle-item.active {
  box-shadow: 0 0 0 1px #ff2758 inset, 0 0 0 2px rgba(255, 39, 88, 0.3);
}
.wdl-checkbox-button.wrap {
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 21px;
  border: 1px solid #CCCCCC;
  background-color: #CCCCCC;
  gap: 1px;
}
@media (max-width: 1199.98px) {
  .wdl-checkbox-button.wrap {
    flex-direction: row;
  }
}
.wdl-checkbox-button.wrap input[type=checkbox] + label,
.wdl-checkbox-button.wrap input[type=radio] + label,
.wdl-checkbox-button.wrap input[type=checkbox] + .label,
.wdl-checkbox-button.wrap input[type=radio] + .label {
  border-radius: 0 !important;
  border: none !important;
}
.wdl-checkbox-button.wrap input[type=checkbox] + label > svg,
.wdl-checkbox-button.wrap input[type=radio] + label > svg,
.wdl-checkbox-button.wrap input[type=checkbox] + .label > svg,
.wdl-checkbox-button.wrap input[type=radio] + .label > svg {
  width: 20px;
  height: 20px;
  color: inherit;
}
.wdl-checkbox-button.wrap input[type=checkbox] + label:hover,
.wdl-checkbox-button.wrap input[type=radio] + label:hover,
.wdl-checkbox-button.wrap input[type=checkbox] + .label:hover,
.wdl-checkbox-button.wrap input[type=radio] + .label:hover {
  color: #ff2758;
}

.wdl-form-progress {
  gap: 20px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.wdl-form-progress p {
  margin: 0;
}

.wdl-form-progress h2 {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}

.wdl-select select {
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 400;
  background: #fff !important;
  color: #ff2758;
  box-shadow: 0 0 0 1px #ff2758 inset;
  border-radius: 4px;
  display: inline-block;
}

/* Register page */
.wdl-page-register {
  background: #f7f7f7;
}
.wdl-page-register .wdl-page-register-container {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 24px;
}

.wdl-form-general-list {
  padding-left: 1.1rem;
}
.wdl-form-general-list > li {
  font-size: 14px;
}
/* General form loader */
.wdl-form-general-modal .modal-body::before {
  content: "";
  border-radius: 1rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  inset: 0 0 0 0;
  z-index: 5;
  opacity: 0;
  transition: 0.5s opacity cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}
.wdl-form-general-modal .modal-body::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3CradialGradient id='a12' cx='.66' fx='.66' cy='.3125' fy='.3125' gradientTransform='scale(1.5)'%3E%3Cstop offset='0' stop-color='%23FF156D'%3E%3C/stop%3E%3Cstop offset='.3' stop-color='%23FF156D' stop-opacity='.9'%3E%3C/stop%3E%3Cstop offset='.6' stop-color='%23FF156D' stop-opacity='.6'%3E%3C/stop%3E%3Cstop offset='.8' stop-color='%23FF156D' stop-opacity='.3'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%23FF156D' stop-opacity='0'%3E%3C/stop%3E%3C/radialGradient%3E%3Ccircle transform-origin='center' fill='none' stroke='url(%23a12)' stroke-width='5' stroke-linecap='round' stroke-dasharray='200 1000' stroke-dashoffset='0' cx='100' cy='100' r='70'%3E%3CanimateTransform type='rotate' attributeName='transform' calcMode='spline' dur='1' values='360;0' keyTimes='0;1' keySplines='0 0 1 1' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle transform-origin='center' fill='none' opacity='.2' stroke='%23FF156D' stroke-width='5' stroke-linecap='round' cx='100' cy='100' r='70'%3E%3C/circle%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  opacity: 0;
  transition: 0.5s opacity cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}
.wdl-form-general-modal .modal-body.submitting::before {
  opacity: 1;
  pointer-events: all;
}
.wdl-form-general-modal .modal-body.submitting::after {
  opacity: 1;
  pointer-events: all;
}

.wdl-form-submit {
  padding: 8px 60px;
  font-size: 20px;
}
.wdl-form-submit .loader {
  display: none;
  margin-right: 4px;
  color: #FFFFFF;
  animation: 1s loaderAnimation linear infinite;
}
@keyframes loaderAnimation {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.wdl-form-submit.loading {
  opacity: 0.5;
  pointer-events: none;
}
.wdl-form-submit.loading .loader {
  display: inline-block;
}

.wdl-friendly-search-section {
  padding: 16px 0 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-section {
    position: static;
  }
}
.wdl-friendly-search-section.active {
  z-index: 100001;
}

.wdl-friendly-search-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.wdl-friendly-search-nav {
  border-radius: 50px;
  background: #F0F0F0;
  overflow: hidden;
  width: fit-content;
  margin: auto;
  margin-bottom: -16px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.wdl-friendly-search-nav ul {
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wdl-friendly-search-nav ul li button {
  background: none;
  border: none;
  padding: 8px 24px;
  display: block;
  color: #222222;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-nav ul li button {
    padding: 8px 12px;
  }
}
.wdl-friendly-search-nav ul li button.active {
  background: #FFFFFF;
  color: #FF2758;
}
.wdl-friendly-search-nav ul li:not(:first-child) {
  border-left: 1px solid #DDD;
}

.wdl-friendly-search-main {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
  padding: 32px 16px 16px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  gap: 12px;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-main {
    padding: 28px 8px 8px;
    gap: 8px;
  }
}
.wdl-friendly-search-main .filters {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: stretch;
}
.wdl-friendly-search-main .filters > * {
  flex: 1 1 0;
}
.wdl-friendly-search-main .filters .filter {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 5px 48px 5px 12px;
  border-radius: 12px;
  background-color: #F7F7F7;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  cursor: pointer;
  min-height: 55px;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-main .filters .filter {
    padding: 4px 48px 5px 12px;
    min-height: 48px;
    gap: 12px;
  }
}
.wdl-friendly-search-main .filters .filter .filter-number {
  background: #C1C1C1;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.wdl-friendly-search-main .filters .filter .filter-label {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.wdl-friendly-search-main .filters .filter .filter-label .filter-label-title {
  font-size: 14px;
  color: #6C6E71;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-main .filters .filter .filter-label .filter-label-title {
    font-size: 13px;
    line-height: 1;
  }
}
.wdl-friendly-search-main .filters .filter .filter-label .filter-label-value {
  font-size: 16px;
  font-weight: 700;
  color: #4A5057;
}
.wdl-friendly-search-main .filters .filter.active {
  border-color: #ff3366;
  color: #ff3366;
}
.wdl-friendly-search-main .filters .filter.active .filter-number {
  background: #ff3366;
}
.wdl-friendly-search-main .filters:not(.active) {
  display: none;
}
.wdl-friendly-search-main .filters .form-floating input {
  border-radius: 12px;
  padding-top: 24px !important;
  padding-bottom: 9px !important;
  min-height: 55px;
  color: #4A5057;
  font-weight: 700;
}
.wdl-friendly-search-main .filters .form-floating .form-select {
  border-radius: 12px;
  padding-top: 24px !important;
  padding-bottom: 9px !important;
  min-height: 55px;
  color: #4A5057;
  font-weight: 700;
}
.wdl-friendly-search-main .filters .form-floating label {
  color: #6C6E71;
}
.wdl-friendly-search-main .search-button {
  background-color: #ff3366;
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  flex: 1 0 auto;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-main .search-button {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-main {
    flex-direction: column;
  }
  .wdl-friendly-search-main .filters {
    flex-direction: column;
  }
  .wdl-friendly-search-main .filters .filter {
    cursor: pointer;
  }
  .wdl-friendly-search-main .filters .filter:not(.active):not(:first-child) {
    display: none;
  }
  .wdl-friendly-search-main .search-button {
    width: 100%;
  }
}

.wdl-friendly-search-modal {
  padding: 16px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  border-radius: 16px;
  position: absolute;
  top: 100%;
  margin-top: 16px;
  width: 100%;
  animation: fadeInDown 0.35s cubic-bezier(0, 0, 0, 1) both;
  z-index: 100004;
  overflow: auto;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal {
    padding-bottom: 24px;
  }
}
@keyframes fadeInDown {
  0% {
    translate: 0 -16px;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    translate: 0 0px;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOutUp {
  0% {
    translate: 0 0px;
    opacity: 1;
    visibility: visible;
  }
  100% {
    translate: 0 -16px;
    opacity: 0;
    visibility: hidden;
  }
}
.wdl-friendly-search-modal:not(.active) {
  opacity: 0;
  visibility: hidden;
  animation: none;
}
.wdl-friendly-search-modal.closing {
  animation: fadeOutUp 0.35s cubic-bezier(0, 0, 0, 1) both;
}
.wdl-friendly-search-modal .modal-step:not(.active) {
  display: none;
}
.wdl-friendly-search-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 10px;
  color: #4A5057;
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal .modal-title {
    font-size: 16px;
  }
}
.wdl-friendly-search-modal .modal-title .modal-title-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal .modal-title .modal-title-text {
    justify-content: center;
    text-align: center;
    gap: 4px;
  }
}
.wdl-friendly-search-modal .modal-title .modal-title-text .modal-title-number {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: #FFFFFF;
  background: #FF2758;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .wdl-friendly-search-modal .modal-title .modal-title-text .modal-title-number {
    display: none;
  }
}
.wdl-friendly-search-modal .modal-title .modal-title-skip {
  display: flex;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal .modal-title .modal-title-skip {
    display: none;
  }
}
.wdl-friendly-search-modal .modal-title-skip {
  font-size: 16px;
  font-weight: 700;
  color: #FF2758;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal .modal-title-skip {
    padding: 24px 0 8px;
  }
}
@media (min-width: 1200px) {
  .wdl-friendly-search-modal .modal-title-skip {
    display: none;
    width: fit-content;
  }
}
.wdl-friendly-search-modal .modal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 12px;
  justify-content: center;
}
.wdl-friendly-search-modal .modal-grid.grid-alt-1 {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
}
.wdl-friendly-search-modal .modal-grid.grid-alt-2 {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal .modal-grid {
    grid-template-columns: repeat(3, minmax(150px, 150px)) !important;
  }
}
@media (max-width: 767.98px) {
  .wdl-friendly-search-modal .modal-grid {
    grid-template-columns: repeat(2, minmax(150px, 150px)) !important;
    gap: 4px 8px;
  }
}
.wdl-friendly-search-modal .modal-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 16px;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal .modal-choice {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    padding: 0 12px;
  }
}
.wdl-friendly-search-modal .modal-choice .modal-choice-image {
  max-height: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal .modal-choice .modal-choice-image {
    display: none;
  }
}
.wdl-friendly-search-modal .modal-choice .modal-choice-image img {
  border-radius: 16px;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal .modal-choice .modal-choice-image img {
    height: auto;
    position: relative;
  }
}
.wdl-friendly-search-modal .modal-choice .modal-choice-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wdl-friendly-search-modal .modal-choice .modal-choice-group .modal-choice-item {
  padding: 8px 12px;
  background-color: #F7F7F7;
  background-position: center right 12px;
  border-radius: 12px;
  color: #4A5057;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0, 0, 0, 1);
  box-shadow: 0 0 10px 2px rgba(255, 39, 89, 0) inset;
}
.wdl-friendly-search-modal .modal-choice .modal-choice-group .modal-choice-item.active {
  box-shadow: 0 0 0 2px #FF2758 inset;
  color: #FF2758;
  background-position: center right 12px;
  background-size: 32px 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM21.7075 13.7075L14.7075 20.7075C14.6146 20.8005 14.5043 20.8742 14.3829 20.9246C14.2615 20.9749 14.1314 21.0008 14 21.0008C13.8686 21.0008 13.7385 20.9749 13.6171 20.9246C13.4957 20.8742 13.3854 20.8005 13.2925 20.7075L10.2925 17.7075C10.1049 17.5199 9.99945 17.2654 9.99945 17C9.99945 16.7346 10.1049 16.4801 10.2925 16.2925C10.4801 16.1049 10.7346 15.9994 11 15.9994C11.2654 15.9994 11.5199 16.1049 11.7075 16.2925L14 18.5863L20.2925 12.2925C20.3854 12.1996 20.4957 12.1259 20.6171 12.0756C20.7385 12.0253 20.8686 11.9994 21 11.9994C21.1314 11.9994 21.2615 12.0253 21.3829 12.0756C21.5043 12.1259 21.6146 12.1996 21.7075 12.2925C21.8004 12.3854 21.8741 12.4957 21.9244 12.6171C21.9747 12.7385 22.0006 12.8686 22.0006 13C22.0006 13.1314 21.9747 13.2615 21.9244 13.3829C21.8741 13.5043 21.8004 13.6146 21.7075 13.7075Z' fill='%23FF2758'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.wdl-friendly-search-modal .modal-choice .modal-choice-group .modal-choice-item .modal-choice-title {
  font-weight: 700;
  font-size: 16px;
}
.wdl-friendly-search-modal .modal-choice .modal-choice-group .modal-choice-item .modal-choice-subtitle {
  font-weight: 400;
  font-size: 14px;
}
.wdl-friendly-search-modal .thumb-card {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 8px;
  position: relative;
  transition: 0.25s cubic-bezier(0, 0, 0, 1);
  box-shadow: 0 0 10px 2px rgba(255, 51, 102, 0);
}
@media (max-width: 767.98px) {
  .wdl-friendly-search-modal .thumb-card {
    padding-bottom: 4px;
  }
}
.wdl-friendly-search-modal .thumb-card .thumb-image {
  background: #DDD;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .wdl-friendly-search-modal .thumb-card .thumb-image {
    margin-bottom: 4px;
  }
}
.wdl-friendly-search-modal .thumb-card .thumb-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}
.wdl-friendly-search-modal .thumb-card p {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .wdl-friendly-search-modal .thumb-card p {
    margin-top: 4px;
    font-size: 14px;
  }
}
.wdl-friendly-search-modal .thumb-card::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%23FFFFFF' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-color: #ff3366;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
  transition: 0.25s cubic-bezier(0, 0, 0, 1);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wdl-friendly-search-modal .thumb-card.active {
  box-shadow: 0 0 0 2px #ff3366;
}
.wdl-friendly-search-modal .thumb-card.active::before {
  opacity: 1;
}
.wdl-friendly-search-modal .modal-top {
  padding: 12px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
}
.wdl-friendly-search-modal .modal-top .modal-top-title {
  font-size: 16px;
  font-weight: 700;
}
.wdl-friendly-search-modal .modal-top .modal-top-cancel,
.wdl-friendly-search-modal .modal-top .modal-top-back {
  color: #37BAD6;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  min-width: 90px;
}
.wdl-friendly-search-modal .modal-top .modal-top-cancel {
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .wdl-friendly-search-modal .modal-top {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .wdl-friendly-search-modal {
    position: fixed;
    inset: 0 0 0 0;
    width: 100%;
    height: 100%;
    z-index: 100005;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .wdl-friendly-search-modal .modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 12px 12px 8px;
    gap: 10px;
    margin-bottom: 8px;
  }
  .wdl-friendly-search-modal .modal-grid {
    padding: 0 12px 12px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.wdl-friendly-search-modal + .modal-backdrop {
  position: fixed;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}
.wdl-friendly-search-modal.active + .modal-backdrop {
  opacity: 1;
}
.wdl-friendly-search-modal [data-form-name] {
  cursor: pointer;
}

.admin-bar #main-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #main-header {
    top: 46px;
  }
}

#main-header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 0 #D9D9D9 !important;
  backdrop-filter: blur(5px) saturate(4);
  z-index: 99998;
}

#main-header.et-fixed-header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 0 #D9D9D9 !important;
}
@media (min-width: 981px) {
  #main-header.et-fixed-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 0 #D9D9D9 !important;
  }
}

@media (max-width: 980px) {
  .et_fixed_nav #main-header {
    position: fixed !important;
  }
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 39, 88, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 980px) {
  #top-menu {
    display: flex;
  }
}
@media (min-width: 981px) and (max-width: 1199px) {
  #top-menu li a {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1199px) {
  #top-menu {
    padding: 0 !important;
  }
}
#top-menu > li {
  padding-right: 0;
  position: relative;
}
#top-menu > li > .menu-item-toggler {
  background: none;
  border: none;
  padding: 24px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.25s transform;
  z-index: 1;
}
#top-menu > li > .menu-item-toggler::before {
  content: "";
  border: 5px solid transparent;
  border-top-color: #333333;
  border-bottom-width: 0;
  display: block;
}
@media (min-width: 1200px) {
  #top-menu > li > .menu-item-toggler {
    display: none;
  }
}
#top-menu > li > .menu-item-toggler[aria-expanded=true] {
  transform: scaleY(-100%);
}
#top-menu > li > a {
  color: #666666;
  font-weight: 500;
  line-height: 1.3;
  padding: 16px 0;
  display: block;
  font-size: 15px;
}
#top-menu > li > a:hover, #top-menu > li > a:focus, #top-menu > li > a:active {
  background: none;
  color: #fa0403;
}
#top-menu > li .sub-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  right: 0;
  opacity: 0;
  transition: 0.35s opacity cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
  padding: 0;
  list-style: none;
  visibility: hidden;
  flex-direction: column;
}
#top-menu > li .sub-menu li {
  padding: 0;
  position: relative;
}
#top-menu > li .sub-menu li a {
  padding: 6px 24px;
  line-height: 1.3;
  display: block;
  width: 200px;
  color: #333333;
}
@media (max-width: 1199px) {
  #top-menu > li .sub-menu li a {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  #top-menu > li .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    opacity: 1 !important;
    transition: 0.25s height;
    box-shadow: none !important;
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    display: none;
    visibility: visible !important;
  }
  #top-menu > li .sub-menu li {
    display: block;
    width: 100%;
  }
  #top-menu > li .sub-menu li a {
    padding: 8px 0 !important;
  }
}
#top-menu > li .sub-menu.show {
  display: block;
  opacity: 1 !important;
}
#top-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
#top-menu > li.et-show-dropdown .sub-menu {
  display: block;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  #top-menu > li.et-show-dropdown .sub-menu {
    width: 100vw;
    border-radius: 0;
    margin: 0 -12px;
    box-shadow: 0 1px 0 #EAEAEA;
    background: transparent;
    padding-top: 0;
  }
}

.navbar-brand {
  padding: 0;
}
@media (max-width: 1199.98px) {
  .navbar-brand {
    margin-right: 0;
  }
}
.navbar-brand a {
  display: block;
  padding: 0 12px;
}
.navbar-brand img {
  height: 44px;
}

/* Modified DIVI Menu */
.et_header_style_left .logo_container {
  width: fit-content;
  float: none;
  position: relative;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  padding-left: 0 !important;
  display: flex;
  gap: 60px;
  float: none;
  flex: 1 1 0;
  justify-content: flex-end;
}

#logo {
  height: 44px;
}

.container.et_menu_container {
  display: flex;
  align-items: center;
  /* padding: 0; */
}

.et_mobile_menu li a {
  font-weight: 600;
}

@media (max-width: 980px) {
  .et_mobile_menu {
    list-style: none;
    /* text-align: center; */
    padding: 16px;
  }
  .et_mobile_menu li a {
    font-size: 0.875rem !important;
    padding: 4px 12px;
    font-weight: 600;
  }
}
nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
  width: 100%;
  justify-content: space-between;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  nav#top-menu-nav,
  #top-menu,
  nav.et-menu-nav,
  .et-menu {
    justify-content: flex-end;
    gap: 16px;
  }
}
#main-header, #et-top-navigation,
#top-menu > li > a {
  font-weight: 600 !important;
}

#top-menu ul {
  display: flex;
  list-style: none;
}

/* Hero Banner */
.wdl-hero {
  position: relative;
}

@media (min-width: 1160px) {
  .wdl-hero-swiper {
    border-radius: 12px;
  }
}
.wdl-hero-swiper .swiper-wrapper .swiper-slide {
  height: auto;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 1160px) {
  .wdl-hero-swiper .swiper-wrapper .swiper-slide {
    border-radius: 12px;
  }
}
.wdl-hero-swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.wdl-hero-swiper .swiper-wrapper .swiper-slide .wdl-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 580/240;
}
.wdl-hero-swiper .swiper-pagination {
  bottom: 10px;
}
@media (max-width: 980px) {
  .wdl-hero-swiper {
    padding: 0;
    border-radius: 0;
  }
  .wdl-hero-swiper .swiper-wrapper .swiper-slide {
    border-radius: 0;
  }
  .wdl-hero-swiper .swiper-navigation .swiper-button-prev {
    left: 10px;
  }
  .wdl-hero-swiper .swiper-navigation .swiper-button-next {
    right: 10px;
  }
}

/* Hero Banner */
.wdl-hero-2 {
  position: relative;
}

.wdl-hero-2-swiper {
  aspect-ratio: 1280/530;
  overflow: visible;
  position: relative;
}
@media (min-width: 1200px) {
  .wdl-hero-2-swiper {
    max-height: 400px;
    border-radius: 12px;
  }
}
.wdl-hero-2-swiper .swiper-wrapper .swiper-slide {
  width: auto;
  margin: 0;
  overflow: hidden;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  aspect-ratio: 1280/530;
}
.wdl-hero-2-swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
@media (min-width: 1200px) {
  .wdl-hero-2-swiper .swiper-wrapper .swiper-slide {
    border-radius: 12px;
    height: 400px;
  }
}
.wdl-hero-2-swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}
.wdl-hero-2-swiper .swiper-wrapper .swiper-slide .wdl-hero-banner img {
  width: 100%;
  aspect-ratio: 1280/530;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .wdl-hero-2-swiper .swiper-wrapper .swiper-slide .wdl-hero-banner img {
    height: 400px;
  }
}
.wdl-hero-2-swiper .swiper-pagination {
  bottom: 10px;
}
@media (max-width: 980px) {
  .wdl-hero-2-swiper {
    padding: 0;
    border-radius: 0;
  }
  .wdl-hero-2-swiper .swiper-wrapper .swiper-slide {
    border-radius: 0;
  }
  .wdl-hero-2-swiper .swiper-navigation .swiper-button-prev {
    left: 10px;
  }
  .wdl-hero-2-swiper .swiper-navigation .swiper-button-next {
    right: 10px;
  }
}

/* Lead Menu */
.wdl-lead-menu-small-swiper {
  padding: 0 12px;
}

.lead-menu-small-swiper {
  overflow: visible;
}

.wdl-lead-menu-container {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0;
}
.wdl-lead-menu-container strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  .wdl-lead-menu-container {
    font-size: 1rem;
  }
  .wdl-lead-menu-container strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .wdl-lead-menu-container {
    grid-template: 1fr/1fr 1fr;
    font-size: 0.875rem;
  }
  .wdl-lead-menu-container strong {
    font-size: 1rem;
  }
}
.wdl-lead-menu-container .wdl-lead-menu {
  display: block;
  margin: 0 !important;
}
.wdl-lead-menu-container .wdl-lead-menu:first-of-type {
  grid-row: span 2;
}
@media (max-width: 767px) {
  .wdl-lead-menu-container .wdl-lead-menu:first-of-type {
    grid-row: 1;
    grid-column: span 2;
  }
}
.wdl-lead-menu-container .wdl-lead-menu .et_pb_blurb_content {
  height: 100%;
}
.wdl-lead-menu-container .wdl-lead-menu .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 0 !important;
  display: block !important;
  height: 100%;
}
.wdl-lead-menu-container .wdl-lead-menu .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  height: 100% !important;
}
.wdl-lead-menu-container .wdl-lead-menu .et_pb_main_blurb_image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 3.4/1;
}
@media (max-width: 767px) {
  .wdl-lead-menu-container .wdl-lead-menu .et_pb_main_blurb_image img {
    max-height: 40px;
    aspect-ratio: auto;
  }
}
.wdl-lead-menu-container .menu-item {
  display: block;
  position: relative;
  display: block;
  border-radius: 1rem;
  margin: 0 !important;
  overflow: hidden;
}
.wdl-lead-menu-container .menu-item:first-of-type {
  grid-row: span 2;
}
@media (max-width: 767px) {
  .wdl-lead-menu-container .menu-item:first-of-type {
    grid-row: 1;
    grid-column: span 2;
  }
}
.wdl-lead-menu-container .menu-item a {
  height: 100%;
  color: #ffffff;
}
.wdl-lead-menu-container .menu-item a img {
  margin-bottom: 0 !important;
  display: block !important;
  height: 100%;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.25s ease-out;
  object-fit: cover;
}
.wdl-lead-menu-container .menu-item a img:hover {
  transform: scale(1.1);
}
.wdl-lead-menu-container .menu-item a span {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 21px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.wdl-lead-menu-container .menu-item img {
  height: 100%;
  width: 100%;
  aspect-ratio: 3.4/1;
}
@media (max-width: 767px) {
  .wdl-lead-menu-container .menu-item img {
    max-height: 40px;
    aspect-ratio: auto;
  }
}
.wdl-lead-menu-container.wdl-lead-menu-small-container {
  /* grid-template: 1fr / repeat(5, 1fr); */
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.wdl-lead-menu-container.wdl-lead-menu-small-container strong {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .wdl-lead-menu-container.wdl-lead-menu-small-container {
    font-size: 0.875rem;
  }
  .wdl-lead-menu-container.wdl-lead-menu-small-container strong {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .wdl-lead-menu-container.wdl-lead-menu-small-container {
    grid-template: 1fr/1fr 1fr;
    font-size: 0.875rem;
  }
  .wdl-lead-menu-container.wdl-lead-menu-small-container strong {
    font-size: 1rem;
  }
}
.wdl-lead-menu-container.wdl-lead-menu-small-container .menu-item {
  aspect-ratio: 2/1;
  min-width: 180px !important;
  min-height: 40px;
  flex: 1 1 0;
}

.wdl-lead-menu {
  position: sticky;
  left: 0;
  top: var(--header-height, 40px);
  width: 100%;
  height: 40px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 99997;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 0 #d9d9d9 !important;
  backdrop-filter: blur(5px) saturate(4);
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .wdl-lead-menu {
    height: 40px;
  }
}
.wdl-lead-menu ul.wdl-lead-menu-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .wdl-lead-menu ul.wdl-lead-menu-wrapper {
    gap: 0;
  }
}
.wdl-lead-menu ul.wdl-lead-menu-wrapper > li {
  width: auto;
}
.wdl-lead-menu ul.wdl-lead-menu-wrapper > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  flex: 1 0 auto;
  height: 40px;
  gap: 8px;
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .wdl-lead-menu ul.wdl-lead-menu-wrapper > li > a {
    height: 40px;
  }
}
.wdl-lead-menu ul.wdl-lead-menu-wrapper > li > a img {
  width: 24px;
  height: 24px;
  flex: 1 0 auto;
  margin: 0;
  display: block;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
@media (max-width: 767.98px) {
  .wdl-lead-menu ul.wdl-lead-menu-wrapper > li > a img {
    width: 20px;
    height: 20px;
  }
}
.wdl-lead-menu ul.wdl-lead-menu-wrapper > li > a:hover, .wdl-lead-menu ul.wdl-lead-menu-wrapper > li > a.current-menu-parent {
  color: #ff2758;
}
.wdl-lead-menu ul.wdl-lead-menu-wrapper > li > a:hover img, .wdl-lead-menu ul.wdl-lead-menu-wrapper > li > a.current-menu-parent img {
  filter: brightness(1.4) sepia(1) saturate(7) hue-rotate(313deg);
}
.wdl-lead-menu ul.wdl-lead-menu-wrapper > li.current-menu-item a {
  color: #ff2758;
}
.wdl-lead-menu ul.wdl-lead-menu-wrapper > li.current-menu-item a img {
  filter: brightness(1.4) sepia(1) saturate(7) hue-rotate(313deg);
}
.wdl-lead-menu.inactive {
  translate: 0 -100%;
  opacity: 0;
}

.admin-bar .wdl-lead-menu {
  top: calc(var(--header-height, 40px) + 32px);
}
@media (max-width: 782px) {
  .admin-bar .wdl-lead-menu {
    top: calc(var(--header-height, 40px) + 46px);
  }
}

.wdl-lead-menu-revamped-container {
  padding: 0;
}

.wdl-lead-menu-revamped {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
  gap: 0.5rem;
  filter: drop-shadow(0px 4px 15px -5px rgba(0, 0, 0, 0.15));
  list-style: none;
  padding: 0 12px;
  margin: 0;
}
.wdl-lead-menu-revamped::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199.98px) {
  .wdl-lead-menu-revamped {
    overflow: auto;
    scroll-snap-type: x mandatory;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: auto;
    grid-auto-flow: column;
    scroll-padding: 12px;
  }
}
.wdl-lead-menu-revamped .menu-item {
  height: 60px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  flex: 1 0 auto;
  padding: 0;
  scroll-snap-align: start;
}
.wdl-lead-menu-revamped .menu-item > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wdl-lead-menu-revamped .menu-item:after {
  content: "";
  background: rgba(255, 39, 88, 0.8);
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.5s cubic-bezier(0, 0, 0, 1) opacity;
}
@media (max-width: 1199.98px) {
  .wdl-lead-menu-revamped .menu-item {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .wdl-lead-menu-revamped .menu-item {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .wdl-lead-menu-revamped .menu-item {
    font-size: 18px;
  }
}
.wdl-lead-menu-revamped .menu-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 0 0 0;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
  transition: 0.5s cubic-bezier(0, 0, 0, 1) transform;
}
.wdl-lead-menu-revamped .menu-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: relative;
  z-index: 2;
  color: #333333;
  transition: 0.5s cubic-bezier(0, 0, 0, 1) color;
  line-height: 1.2;
  width: 100%;
  height: 100%;
}
.wdl-lead-menu-revamped .menu-item:hover img {
  transform: scale(1.05);
}
.wdl-lead-menu-revamped .menu-item:hover::after {
  opacity: 1;
}
.wdl-lead-menu-revamped .menu-item:hover span {
  color: #ffffff;
}

.wdl-link-back {
  display: inline-block;
}
.wdl-link-back:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #ff2758;
  margin-right: 0.25rem;
  transition: 0.25s opacity ease-out, 0.25s color ease-out;
}

.wdl-link-print {
  display: inline-block;
  padding: 8px 12px;
}
.wdl-link-print:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M240,96v80a8,8,0,0,1-8,8H200v32a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V184H24a8,8,0,0,1-8-8V96c0-13.23,11.36-24,25.33-24H56V40a8,8,0,0,1,8-8H192a8,8,0,0,1,8,8V72h14.67C228.64,72,240,82.77,240,96ZM72,72H184V48H72Zm112,88H72v48H184Zm16-44a12,12,0,1,0-12,12A12,12,0,0,0,200,116Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #ff2758;
  margin-right: 0.25rem;
  transition: 0.25s opacity ease-out, 0.25s color ease-out;
}

.wdl-link-share {
  display: inline-block;
  padding: 8px 12px;
}
.wdl-link-share:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M237.66,117.66l-80,80A8,8,0,0,1,144,192V152.23c-57.1,3.24-96.25,40.27-107.24,52h0a12,12,0,0,1-20.68-9.58c3.71-32.26,21.38-63.29,49.76-87.37,23.57-20,52.22-32.69,78.16-34.91V32a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,237.66,117.66Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #ff2758;
  margin-right: 0.25rem;
  transition: 0.25s opacity ease-out, 0.25s color ease-out;
}

.wdl-link-external {
  display: inline-block;
}
.wdl-link-external:after {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M192,136v72a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V80A16,16,0,0,1,48,64h72a8,8,0,0,1,0,16H48V208H176V136a8,8,0,0,1,16,0Zm32-96a8,8,0,0,0-8-8H152a8,8,0,0,0-5.66,13.66L172.69,72l-42.35,42.34a8,8,0,0,0,11.32,11.32L184,83.31l26.34,26.35A8,8,0,0,0,224,104Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #ff2758;
  margin-right: 0.25rem;
  transition: 0.25s opacity ease-out, 0.25s color ease-out;
}

.wdl-link-brochure {
  padding: 8px;
  color: #37bad6;
  display: inline-block;
  text-align: center;
}
.wdl-link-brochure:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8274 0.723565C16.9246 0.831553 13.1426 1.22462 10.8078 2.65381C10.6467 2.75242 10.5554 2.92777 10.5554 3.11111V15.7457C10.5554 16.1468 10.9939 16.4002 11.3637 16.2141C13.7659 15.0051 17.2399 14.6752 18.9576 14.5849C19.5441 14.554 20 14.0839 20 13.5203V1.78956C20.0003 1.17461 19.467 0.687454 18.8274 0.723565ZM9.19217 2.65381C6.85776 1.22462 3.07575 0.831901 1.17294 0.723565C0.533343 0.687454 0 1.17461 0 1.78956V13.5207C0 14.0846 0.455911 14.5547 1.04238 14.5853C2.76081 14.6755 6.23657 15.0058 8.63869 16.2155C9.00745 16.4013 9.44461 16.1481 9.44461 15.7481V3.10486C9.44461 2.92117 9.35364 2.75277 9.19217 2.65381Z' fill='%2337BAD6'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: #37bad6;
  display: inline-block;
  margin-right: 10px;
}

.wdl-listing-thumbnail img {
  max-height: 300px !important;
}

.wdl-listing-section {
  background: #f4f4f4;
  padding: 12px 0;
}
.wdl-listing-section .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  .wdl-listing-section {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767.98px) {
  .wdl-listing-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.wdl-listing-card {
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 8px;
  --bs-gutter-x: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .wdl-listing-card {
    flex-direction: column;
    gap: 8px;
  }
}
.wdl-listing-card .wdl-listing-badge {
  --badge-background: #ffffff;
  --badge-color: #ff2758;
  --badge-border: #ff2758;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--badge-background);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 -3px 0 var(--badge-border) inset;
  min-width: 60px;
  width: auto;
  padding: 8px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--badge-color);
  border-radius: 8px 0 8px 0;
}
.wdl-listing-card .wdl-listing-badge.bronze {
  --badge-background: linear-gradient(315deg, #cd7f32 0%, #be7023 100%);
  --badge-color: #ffffff;
  --badge-border: #af6114;
  text-shadow: 0 1px 0 #6f3e0e;
}
.wdl-listing-card .wdl-listing-badge.silver {
  --badge-background: linear-gradient(315deg, #bdcad9 0%, #e1dada 74%);
  --badge-color: #333333;
  --badge-border: #9ca9b6;
  text-shadow: 0 1px 0 #ffffff;
}
.wdl-listing-card .wdl-listing-badge.gold {
  --badge-background: linear-gradient(315deg, #e6b980 0%, #eacda3 100%);
  --badge-color: #5f3908;
  --badge-border: #d89b4a;
  text-shadow: 0 1px 0 #ffffff;
}
.wdl-listing-card .wdl-listing-card-gallery {
  overflow: hidden;
}
.wdl-listing-card .wdl-listing-card-gallery .wdl-listing-card-gallery-swiper {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}
.wdl-listing-card .wdl-listing-card-gallery .wdl-listing-card-gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
  object-position: center center;
}
.wdl-listing-card .wdl-listing-card-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .wdl-listing-card .wdl-listing-card-detail {
    gap: 8px;
  }
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-title {
  display: block;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-title h2 {
  margin-bottom: 0;
  line-height: 1.3;
  display: inline;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-title p {
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 0;
  color: #37bad6;
  display: inline;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-address p {
  font-size: 14px;
  line-height: 1.3;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-pricing {
  width: 100%;
  overflow: hidden;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-pricing .wdl-listing-card-detail-pricing-swiper {
  overflow: hidden;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-pricing .wdl-listing-card-detail-pricing-swiper .swiper-slide {
  width: auto;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-pricing .wdl-listing-card-detail-pricing-swiper .swiper-slide .wdl-listing-card-detail-pricing-card {
  background: #f4f4f4;
  width: fit-content;
  min-width: 140px;
  max-width: 250px;
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 4px;
  height: 100%;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-features {
  overflow: hidden;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-features .wdl-listing-card-detail-features-swiper .swiper-slide {
  width: auto;
  max-width: 250px;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-features .wdl-listing-card-detail-features-swiper .swiper-slide p {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  width: fit-content;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-features .wdl-listing-card-detail-features-swiper .swiper-slide p:before {
  content: "";
  width: 14px;
  height: 14px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.25rem;
  transition: 0.25s opacity ease-out, 0.25s color ease-out;
  vertical-align: middle;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-room {
  overflow: hidden;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-room .wdl-listing-card-detail-room-swiper .swiper-slide {
  display: flex;
  gap: 10px;
  width: fit-content;
  min-width: 140px;
  max-width: 250px;
  font-size: 14px;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-room .wdl-listing-card-detail-room-swiper .swiper-slide .wdl-listing-card-detail-room-image {
  flex: 1 0 0;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-room .wdl-listing-card-detail-room-swiper .swiper-slide .wdl-listing-card-detail-room-image img {
  width: 100px;
  height: 53px;
  object-fit: cover;
  border-radius: 6px;
  opacity: 1 !important;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-room .wdl-listing-card-detail-room-swiper .swiper-slide .wdl-listing-card-detail-room-title {
  font-weight: 500;
  margin-bottom: 4px;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #e1e1e1;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-action {
    padding-top: 8px;
  }
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-action .wdl-btn, .wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-action .wdl-archive-extended .wdl-btn-cta, .wdl-archive-extended .wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-action .wdl-btn-cta, .wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-action .wdl-btn-line {
  padding: 6px 40px;
}
.wdl-listing-card .wdl-listing-card-detail .wdl-listing-card-detail-action .wdl-btn-more {
  font-size: 0.875rem;
}

.wdl-listing-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  /* @include min-width-sm {
    grid-template-columns: repeat(2, 1fr);
  }

  @include min-width-md {
    grid-template-columns: repeat(3, 1fr);
  } */
}
@media (max-width: 575.98px) {
  .wdl-listing-grid {
    gap: 8px;
  }
}
@media (max-width: 767.98px) {
  .wdl-listing-grid {
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .wdl-listing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wdl-card-listing-thumbnail {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 2/1;
  position: relative;
}
.wdl-card-listing-thumbnail .wdl-card-listing-thumbnail-image {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  z-index: 0;
}
.wdl-card-listing-thumbnail .wdl-card-listing-thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wdl-card-listing-thumbnail .wdl-card-listing-thumbnail-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  font-weight: 600;
  text-align: center;
  padding: 16px;
  font-size: 28px;
  line-height: 1.25;
}
@media (max-width: 1023.98px) {
  .wdl-card-listing-thumbnail .wdl-card-listing-thumbnail-title {
    font-size: 18px;
  }
}
.wdl-card-listing-thumbnail .wdl-card-listing-thumbnail-title p {
  color: #FFF;
  width: fit-content;
  font-weight: 600;
  border-radius: 12px;
  text-align: center;
  padding: 4px;
  text-shadow: 0 1px 4px rgb(0, 0, 0);
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .wdl-card-listing-thumbnail .wdl-card-listing-thumbnail-title p {
    font-size: 18px;
  }
}
.wdl-card-listing-thumbnail:hover .wdl-card-listing-thumbnail-image {
  scale: 1.1;
}

.wdl-localnav {
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 99997;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 1px 0 #d9d9d9 !important;
}
.wdl-localnav .wdl-localnav-swiper .swiper-slide {
  width: auto;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
.wdl-localnav .wdl-localnav-swiper .swiper-slide a {
  display: block;
  padding: 8px;
  font-weight: 400;
  color: #666666;
}
.wdl-localnav .wdl-localnav-swiper .swiper-slide.active {
  box-shadow: 0 -2px 0 #ff2758 inset;
}
.wdl-localnav .wdl-localnav-swiper .swiper-slide.active a {
  color: #ff2758;
}
.wdl-localnav .wdl-localnav-swiper .swiper-wrapper {
  padding: 0;
  margin: 0;
}

.admin-bar .wdl-localnav {
  top: 101px;
}

.wdl-localnav-spacer {
  height: 40px;
  display: block;
}

/* .wdl-localnav-heading {
  padding-top: 16px;
  margin-top: -16px;
} */
.wdl-icon-facebook::before {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0974 8.54868C16.0974 4.10243 12.4949 0.5 8.04868 0.5C3.60243 0.5 0 4.10243 0 8.54868C0 12.5659 2.94329 15.8957 6.79107 16.5V10.8753H4.74645V8.54868H6.79107V6.77537C6.79107 4.75834 7.99189 3.64418 9.83108 3.64418C10.7119 3.64418 11.6329 3.80126 11.6329 3.80126V5.78097H10.6178C9.61817 5.78097 9.30629 6.4015 9.30629 7.03793V8.54868H11.5385L11.1815 10.8753H9.30629V16.5C13.1541 15.8957 16.0974 12.5659 16.0974 8.54868Z' fill='%23FF2758'/%3E%3C/svg%3E%0A");
  font-size: 1.6em;
  vertical-align: middle;
  color: #ff2758;
  font-style: normal;
}

.wdl-icon-line::before {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.81551 6.65V9.18928C9.81551 9.25357 9.76551 9.30357 9.70123 9.30357H9.29408C9.2548 9.30357 9.21908 9.28214 9.20123 9.25714L8.03694 7.68571V9.19286C8.03694 9.25714 7.98694 9.30714 7.92266 9.30714H7.51551C7.45123 9.30714 7.40123 9.25714 7.40123 9.19286V6.65357C7.40123 6.58929 7.45123 6.53929 7.51551 6.53929H7.91908C7.9548 6.53929 7.99408 6.55714 8.01194 6.58929L9.17623 8.16071V6.65357C9.17623 6.58929 9.22623 6.53929 9.29051 6.53929H9.69765C9.76194 6.53572 9.81551 6.58929 9.81551 6.65ZM6.88694 6.53572H6.4798C6.41551 6.53572 6.36551 6.58572 6.36551 6.65V9.18928C6.36551 9.25357 6.41551 9.30357 6.4798 9.30357H6.88694C6.95123 9.30357 7.00123 9.25357 7.00123 9.18928V6.65C7.00123 6.58929 6.95123 6.53572 6.88694 6.53572ZM5.9048 8.66429H4.79409V6.65C4.79409 6.58572 4.74409 6.53572 4.6798 6.53572H4.27266C4.20837 6.53572 4.15837 6.58572 4.15837 6.65V9.18928C4.15837 9.22143 4.16909 9.24643 4.19052 9.26786C4.21195 9.28571 4.23695 9.3 4.26909 9.3H5.90123C5.96552 9.3 6.01551 9.25 6.01551 9.18571V8.77857C6.01551 8.71786 5.96552 8.66429 5.9048 8.66429ZM11.9584 6.53572H10.3262C10.2655 6.53572 10.2119 6.58572 10.2119 6.65V9.18928C10.2119 9.25 10.2619 9.30357 10.3262 9.30357H11.9584C12.0227 9.30357 12.0727 9.25357 12.0727 9.18928V8.78214C12.0727 8.71786 12.0227 8.66786 11.9584 8.66786H10.8477V8.23929H11.9584C12.0227 8.23929 12.0727 8.18929 12.0727 8.125V7.71429C12.0727 7.65 12.0227 7.6 11.9584 7.6H10.8477V7.17143H11.9584C12.0227 7.17143 12.0727 7.12143 12.0727 7.05714V6.65C12.0691 6.58929 12.0191 6.53572 11.9584 6.53572ZM16.0976 3.41786V13.6071C16.0941 15.2071 14.7834 16.5036 13.1798 16.5H2.99052C1.39052 16.4964 0.0940922 15.1821 0.0976636 13.5821V3.39286C0.101235 1.79286 1.41552 0.496436 3.01552 0.500007H13.2048C14.8048 0.503579 16.1012 1.81429 16.0976 3.41786ZM13.8976 7.79643C13.8976 5.18929 11.2834 3.06786 8.07266 3.06786C4.86194 3.06786 2.24766 5.18929 2.24766 7.79643C2.24766 10.1321 4.31909 12.0893 7.11909 12.4607C7.80123 12.6071 7.72266 12.8571 7.56908 13.775C7.54409 13.9214 7.45123 14.35 8.07266 14.0893C8.69408 13.8286 11.4262 12.1143 12.6512 10.7071C13.4941 9.77857 13.8976 8.83928 13.8976 7.79643Z' fill='%23FF2758'/%3E%3C/svg%3E%0A");
  font-size: 1.6em;
  vertical-align: middle;
  color: #ff2758;
  font-style: normal;
}

.wdl-icon-email::before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0268 5.78333C21.1893 5.65417 21.431 5.775 21.431 5.97917V14.5C21.431 15.6042 20.5352 16.5 19.431 16.5H2.09766C0.99349 16.5 0.0976563 15.6042 0.0976563 14.5V5.98333C0.0976563 5.775 0.335156 5.65833 0.501823 5.7875C1.43516 6.5125 2.67266 7.43333 6.92266 10.5208C7.80182 11.1625 9.28516 12.5125 10.7643 12.5042C12.2518 12.5167 13.7643 11.1375 14.6102 10.5208C18.8602 7.43333 20.0935 6.50833 21.0268 5.78333ZM10.7643 11.1667C11.731 11.1833 13.1227 9.95 13.8227 9.44167C19.3518 5.42917 19.7727 5.07917 21.0477 4.07917C21.2893 3.89167 21.431 3.6 21.431 3.29167V2.5C21.431 1.39583 20.5352 0.5 19.431 0.5H2.09766C0.99349 0.5 0.0976562 1.39583 0.0976562 2.5V3.29167C0.0976562 3.6 0.239323 3.8875 0.48099 4.07917C1.75599 5.075 2.17682 5.42917 7.70599 9.44167C8.40599 9.95 9.79766 11.1833 10.7643 11.1667Z' fill='%23FF2758'/%3E%3C/svg%3E%0A");
  font-size: 1.6em;
  vertical-align: middle;
  color: #ff2758;
  font-style: normal;
}

.wdl-icon-sort::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Ccircle cx='12' cy='12' r='1'%3E%3C/circle%3E%3Ccircle cx='12' cy='5' r='1'%3E%3C/circle%3E%3Ccircle cx='12' cy='19' r='1'%3E%3C/circle%3E%3C/svg%3E");
  font-size: 1.6em;
  vertical-align: middle;
  color: #ff2758;
  font-style: normal;
}

.modal .modal-content {
  background: none;
  border: none;
}
.modal .modal-body {
  padding: 1rem;
  background: #ffffff;
  border-radius: 1rem;
}
.modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  padding: 6px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"), #FFFFFF;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  --bs-btn-close-color: #ff2758;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
  z-index: 2;
}
.modal .modal-fullscreen .btn-close {
  transform: none;
  top: 24px;
  right: 24px;
  background-size: 20px;
  box-shadow: none;
}

.wdl-moment-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.wdl-moment-gallery .wdl-moment-gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}
.wdl-moment-gallery .wdl-moment-gallery-item img {
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center center;
}
.wdl-moment-gallery .wdl-moment-gallery-item:first-child {
  grid-column: span 4;
}
.wdl-moment-gallery .wdl-moment-gallery-item:first-child img {
  aspect-ratio: 88/40;
}
.wdl-moment-gallery .wdl-moment-gallery-item-more {
  position: absolute;
  inset: 0 0 0 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.wdl-moment-card .wdl-archive-card-img-top {
  position: relative;
  z-index: 1;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.wdl-moment-card .wdl-archive-card-img-top img {
  aspect-ratio: 314/200;
  object-fit: cover;
  object-position: center center;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
.wdl-moment-card:hover .wdl-archive-card-img-top img {
  scale: 1.1;
}
.wdl-moment-card .wdl-archive-card-body {
  margin: 0 8px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 0 1px #D9D9D9;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wdl-moment-card .wdl-archive-title {
  font-size: 15px;
  line-height: 1.35;
}

.wdl-moment-set {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
  padding: 32px;
}
@media (max-width: 1023.98px) {
  .wdl-moment-set {
    flex-direction: column;
    padding: 16px;
  }
}
.wdl-moment-set .wdl-moment-set-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.wdl-moment-set .wdl-moment-set-background:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(to bottom, transparent, transparent, rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
}
.wdl-moment-set .wdl-moment-set-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wdl-moment-set .wdl-moment-set-text {
  flex: 1 1 0;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023.98px) {
  .wdl-moment-set .wdl-moment-set-text {
    text-align: center;
  }
}
.wdl-moment-set .wdl-moment-set-text .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.35;
  color: #FFFFFF;
}
@media (max-width: 1023.98px) {
  .wdl-moment-set .wdl-moment-set-text .title {
    font-size: 24px;
  }
}
.wdl-moment-set .wdl-moment-set-text .desc {
  font-size: 20px;
  line-height: 1.35;
  color: #FFFFFF;
}
@media (max-width: 1023.98px) {
  .wdl-moment-set .wdl-moment-set-text .desc {
    font-size: 14px;
  }
}
.wdl-moment-set .wdl-moment-set-text a {
  font-size: 20px;
  line-height: 1.35;
  color: #FFFFFF;
}
@media (max-width: 1023.98px) {
  .wdl-moment-set .wdl-moment-set-text a {
    font-size: 14px;
  }
}
.wdl-moment-set .wdl-moment-set-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 auto;
}
.wdl-moment-set .wdl-moment-set-subset {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  box-shadow: 0 0 0 1px rgba(217, 217, 217, 0.5);
  max-width: 500px;
  background: #FFFFFF;
  line-height: 1.35;
}
.wdl-moment-set .wdl-moment-set-subset .card-img-top {
  aspect-ratio: 5/4;
  max-width: 150px;
  position: relative;
}
.wdl-moment-set .wdl-moment-set-subset .card-img-top img {
  aspect-ratio: 5/4;
  object-fit: cover;
  object-position: center center;
}
.wdl-moment-set .wdl-moment-set-subset .card-body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wdl-moment-set .wdl-moment-set-subset .wdl-archive-title {
  font-size: 14px;
  line-height: 1.35;
}
.wdl-moment-set .wdl-moment-set-subset .wdl-metadata {
  line-height: 1.2;
}
.wdl-moment-set .wdl-moment-set-subset .wdl-metadata svg {
  width: 16px;
  height: 16px;
}
.wdl-moment-set.wdl-moment-set-banner {
  padding: 66px 24px;
}
.wdl-moment-set.wdl-moment-set-banner .wdl-moment-set-text {
  max-width: 900px;
}

/* Ads Popup */
.wdl-ad-popup {
  width: 100%;
  max-width: 600px;
}

.wdl-ad-popup img {
  max-height: 600px;
  width: auto;
  height: auto;
}

.wdl-ad-popup-extended .modal-dialog {
  padding: 24px;
}
@media (max-width: 1023.98px) {
  .wdl-ad-popup-extended .modal-dialog {
    padding: 30px;
  }
}
.wdl-ad-popup-extended .modal-content {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: none;
  border: none;
}
.wdl-ad-popup-extended .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  padding: 6px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"), #FFFFFF;
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  --bs-btn-close-color: #ff2758;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  opacity: 1;
  z-index: 2;
}
.wdl-ad-popup-extended figure {
  margin: 0;
}
.wdl-ad-popup-extended img {
  max-height: 600px;
  width: auto;
  height: auto;
  border-radius: 8px;
}
.wdl-ad-popup-extended .wdl-ad-popup-swiper {
  width: 100%;
}

/* ET PB Fixes */
@media (max-width: 980px) {
  .et_header_style_left #logo {
    max-width: 100%;
  }
  .et_pb_column {
    width: 100%;
    margin-bottom: 30px;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar {
    padding-bottom: 12px;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_left #et-top-navigation {
    padding-top: 12px;
  }
}
.et_header_style_left .logo_container {
  width: 50%;
}

/* Hide Google reCaptcha*/
.grecaptcha-badge {
  visibility: hidden !important;
}

.wdl-search.et_pb_search,
.et-db #et-boc .et-l .et_pb_search_0.wdl-search.et_pb_search {
  border: none;
  border-radius: 3px;
  overflow: hidden;
}
.wdl-search.et_pb_search .et_pb_searchform > div,
.et-db #et-boc .et-l .et_pb_search_0.wdl-search.et_pb_search .et_pb_searchform > div {
  display: flex;
}
.wdl-search.et_pb_search .et_pb_searchform > div input.et_pb_s,
.et-db #et-boc .et-l .et_pb_search_0.wdl-search.et_pb_search .et_pb_searchform > div input.et_pb_s {
  height: 56px !important;
  padding-top: 26px !important;
  padding-right: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 14px !important;
  box-shadow: none !important;
}

.et-db #et-boc .et-l .et_pb_divider {
  height: 1px;
}
.et-db #et-boc .et-l .et_pb_divider:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.et-db #et-boc .et-l .et_pb_menu .et-menu {
  margin: 0;
}

#sidebar {
  float: none;
  width: 100%;
}

.et_fixed_nav.et_show_nav #page-container {
  padding-top: 71px !important;
}

@media (min-width: 981px) {
  #sidebar {
    padding-left: 16px !important;
  }
  .et_pb_row {
    display: flex;
  }
  .et_pb_gutters2 .et_pb_column_1_2,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
    width: 48.5% !important;
  }
  .et_pb_gutters2 .et_pb_column,
  .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3% !important;
  }
}
.modal {
  z-index: 100000;
}

.modal-backdrop {
  z-index: 99999;
}

.modal-header h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.et-db #et-boc .et-l .et_pb_widget_area_left,
.et_pb_widget_area_left {
  border: none;
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.mobile_menu_bar::after,
.mobile_menu_bar::before {
  color: #ff2758 !important;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after,
#top-menu .menu-item-has-children > a:first-child:after {
  content: none;
}

#et-secondary-nav .menu-item-has-children > a:first-child,
#top-menu .menu-item-has-children > a:first-child {
  padding-right: 0;
  display: block;
}

#top-menu.nav li ul {
  margin-top: 0;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border: none;
  width: fit-content;
}

#top-menu.nav li li {
  padding: 0;
}

#top-menu.nav li li a {
  /* padding: 4px 24px; */
  font-weight: 400;
  transition: 0.25s color;
  font-size: 14px;
}

#top-menu.nav li li a:hover {
  color: #ff2758;
  background: #f8f9fa;
  /* padding: 4px 24px; */
  font-weight: 400;
}

/* Bootstrap Patches */
table:not(.table-borderless) tbody,
table:not(.table-borderless) td,
table:not(.table-borderless) tfoot,
table:not(.table-borderless) th,
table:not(.table-borderless) thead,
table:not(.table-borderless) tr {
  border-width: 1px;
}

.form-control:focus {
  box-shadow: none;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background: none;
}

/* .lazyload,
.lazyloading {
  opacity: 1 !important;
} */
.swiper-fade .swiper-slide {
  opacity: 0;
}
.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.wp-caption {
  max-width: 100%;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}
.modal-backdrop.show {
  opacity: 1 !important;
}

/* Search */
/* body:not(.wdl-header-search-active) {
  .wdl-header-search {
    margin-top: -64px;
    visibility: hidden;

    @include max-width-lg {
      margin-top: -110px;
    }
  }
} */
.wdl-header-search {
  position: relative;
  padding: 12px 0;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}

#toggleSearch, #closeSearch {
  border: none;
  background: none;
  color: #666666;
  padding: 16px;
}
@media (max-width: 1199.98px) {
  #toggleSearch, #closeSearch {
    padding: 4px 12px;
  }
}

.wdl-search {
  border-radius: 10px !important;
  transition: 0.25s box-shadow;
  box-shadow: 0 0 0 2px #FFFFFF, 0 2px 10px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  /* .form-floating,
  .input-group {
    &:before {
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      width: 20px;
      height: 20px;
      opacity: 0.6;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 65px;
      pointer-events: none;
    }
  } */
}
.wdl-search .et_pb_searchform .et_pb_s {
  border-radius: 10px 0 0 10px !important;
}
.wdl-search .et_pb_searchform .et_pb_s ::placeholder {
  color: transparent;
}
.wdl-search .et_pb_searchform input.et_pb_searchsubmit {
  color: transparent !important;
  background: #f7f7f7 !important;
  border-radius: 0 10px 10px 0 !important;
}
.wdl-search .forn-control {
  border-radius: 10px 0 0 10px;
}
.wdl-search .forn-control::placeholder {
  color: #c1c1c1;
}
.wdl-search .wdl-search-submit {
  border: none;
  border-radius: 0 10px 10px 0;
  background: #ff3366;
  color: #FFFFFF;
  padding: 12px 16px;
  font-size: 20px;
  margin: 0 !important;
}
@media (max-width: 1199.98px) {
  .wdl-search .wdl-search-submit {
    font-size: 16px;
  }
}
.wdl-search .input-group {
  background: #FFFFFF;
  border-radius: 12px;
  align-items: center;
}
.wdl-search .input-group input.form-control:first-child {
  border-radius: 10px 0 0 10px;
}
.wdl-search .input-group input.form-control:first-child::placeholder {
  color: #c1c1c1;
}
.wdl-search .wdl-dropdown {
  display: flex;
  align-items: center;
  background: #f7f7f7 !important;
}
.wdl-search .wdl-dropdown .wdl-btn-filter {
  background: transparent;
}
.wdl-search select {
  -webkit-appearance: none;
  appearance: none;
  width: auto !important;
  max-width: 240px !important;
  font-size: 20px;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding: 12px 24px;
  border-left: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center right 8px;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .wdl-search select {
    max-width: 120px !important;
    font-size: 14px;
    padding: 12px 6px;
  }
}
.wdl-search input {
  font-size: 20px;
  padding: 12px 24px !important;
}
@media (max-width: 1199.98px) {
  .wdl-search input {
    font-size: 14px;
    padding: 12px !important;
  }
}
.wdl-search .modal-close {
  display: block;
  padding: 8px;
  font-size: 14px;
  position: absolute;
  inset: calc(100% + 16px) 0 auto;
  margin: auto;
  background: #FFFFFF;
  color: #666666;
  border-radius: 50px;
  border: none;
  width: fit-content;
  line-height: 1;
}
.wdl-search .modal-close svg {
  width: 16px;
  height: 16px;
}

.ac_results {
  border-radius: 6px;
  min-width: 330px;
  margin-top: 6px;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 0.5rem 1rem;
}
.ac_results .ac_match {
  color: #e31644;
  text-decoration: none;
}
.ac_results li {
  color: #333333;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.ac_results .ac_over {
  background: none;
}

/* Filter Everything */
body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button,
body .wpc-filters-main-wrap a.wpc-filters-submit-button {
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #ff2758 !important;
  border-radius: 4px !important;
  border: none !important;
  display: inline-block;
  line-height: 1.8;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background: #ff2758 !important;
}

.wpc-search-icon {
  left: auto !important;
  right: 1rem !important;
}

.wpc-filter-content select {
  padding: 1rem 1rem !important;
}

.wpc-edit-filter-set {
  display: none;
}

.wpc-search-field-wrapper .wpc-search-icon:before {
  content: "";
  width: 14px;
  height: 14px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M232.49,215.51,185,168a92.12,92.12,0,1,0-17,17l47.53,47.54a12,12,0,0,0,17-17ZM44,112a68,68,0,1,1,68,68A68.07,68.07,0,0,1,44,112Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #cccccc;
  margin-right: 0.25rem;
  transition: 0.25s opacity ease-out, 0.25s color ease-out;
  vertical-align: baseline;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Result Empty */
.wdl-result-empty .wdl-result-empty-inner {
  min-height: 30vh;
  height: 300px;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wdl-result-empty .wdl-result-empty-inner .wdl-result-empty-image {
  color: #cccccc;
  margin-bottom: 24px;
}
.wdl-result-empty .wdl-result-empty-inner p {
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: 500;
}

.select2-selection.select2-selection--single {
  border: 4px #CCCCCC solid;
  padding: 8px;
  height: auto;
  text-align: center;
  font-weight: 600;
  box-shadow: none;
  border-radius: 25px !important;
  position: relative;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
@media (max-width: 1199.98px) {
  .select2-selection.select2-selection--single {
    padding: 4px 8px;
    font-size: 14px;
  }
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-color: #ff2758;
  border-radius: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  padding: 12px 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  position: relative;
  border: none;
  inset: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0306 10.0306L12.5306 17.5306C12.4609 17.6003 12.3782 17.6556 12.2871 17.6933C12.1961 17.7311 12.0985 17.7505 11.9999 17.7505C11.9014 17.7505 11.8038 17.7311 11.7127 17.6933C11.6217 17.6556 11.539 17.6003 11.4693 17.5306L3.9693 10.0306C3.82857 9.88982 3.74951 9.69895 3.74951 9.49993C3.74951 9.30091 3.82857 9.11003 3.9693 8.9693C4.11003 8.82857 4.30091 8.74951 4.49993 8.74951C4.69895 8.74951 4.88982 8.82857 5.03055 8.9693L11.9999 15.9396L18.9693 8.9693C19.039 8.89962 19.1217 8.84435 19.2128 8.80663C19.3038 8.76892 19.4014 8.74951 19.4999 8.74951C19.5985 8.74951 19.6961 8.76892 19.7871 8.80663C19.8781 8.84435 19.9609 8.89962 20.0306 8.9693C20.1002 9.03899 20.1555 9.12171 20.1932 9.21276C20.2309 9.3038 20.2503 9.40138 20.2503 9.49993C20.2503 9.59847 20.2309 9.69606 20.1932 9.7871C20.1555 9.87815 20.1002 9.96087 20.0306 10.0306Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  scale: 100% -100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 36px;
}

.select2-container {
  top: 0 !important;
}

@keyframes dropdownOnShow {
  0% {
    opacity: 0;
    scale: 1 0.8;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
.select2-dropdown {
  pointer-events: none;
}

.select2-container--open {
  height: 100%;
}

.select2-container--open .select2-dropdown {
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.3);
  border: 4px solid #E1E1E1;
  border-radius: 25px;
  overflow: hidden;
  transform-origin: top center;
  animation: dropdownOnShow 0.35s cubic-bezier(0, 0, 0, 1) both;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
@media (max-width: 1199.98px) {
  .select2-container--open .select2-dropdown {
    border-radius: 22px;
  }
}
.select2-container--open .select2-dropdown.select2-dropdown--above {
  top: auto !important;
  bottom: 0 !important;
  transform-origin: bottom center;
}

.select2-results__option {
  text-align: center;
  padding: 8px 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff2758;
  font-weight: 600;
}

.select2-results__option--selectable {
  text-align: center;
  padding: 8px 24px;
  font-weight: 600;
  color: #4A5057;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
.select2-results__option--selectable:not(:first-child) {
  border-top: 1px solid #E1E1E1;
}
@media (max-width: 1199.98px) {
  .select2-results__option--selectable {
    padding: 4px 16px;
  }
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}

/* Sidebar */
@media (min-width: 992px) {
  .et_right_sidebar #sidebar {
    border-left: 1px solid #e1e1e1 !important;
  }
}

.et_right_sidebar #main-content .container:before {
  content: none !important;
}

@media (min-width: 981px) {
  #content-area {
    display: flex;
  }
  .et_right_sidebar #left-area {
    flex: 3 1 0;
  }
  .et_right_sidebar #sidebar {
    flex: 0.8 0.8 0;
  }
}
.wdl-single-container {
  max-width: 700px;
}
.wdl-single-container .wdl-listing-card {
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .wdl-single-container {
    max-width: 100%;
  }
}

.wdl-single-title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  color: #333333;
}

.wdl-single-thumbnail {
  border-radius: 16px;
  width: 100%;
}
.wdl-single-thumbnail img {
  display: block;
  min-width: 350px;
  max-height: 470px;
  object-fit: cover;
  width: auto;
  border-radius: 16px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .wdl-single-thumbnail img {
    border-radius: 0;
    width: 100%;
    max-height: none;
    min-width: 0;
  }
}
@media (max-width: 1199.98px) {
  .wdl-single-thumbnail {
    border-radius: 0;
  }
}

.wdl-single-content {
  margin-right: auto;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.wdl-single-content.expanded {
  height: auto;
}
.wdl-single-content.expanded .wdl-single-content-readmore {
  display: none;
}
.wdl-single-content .wdl-single-content-readmore {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  padding: 48px 0 0;
  width: 100%;
  text-align: center;
  inset: auto 0 0 0;
  z-index: 1;
}
.wdl-single-content .wdl-single-content-readmore .wdl-btn, .wdl-single-content .wdl-single-content-readmore .wdl-archive-extended .wdl-btn-cta, .wdl-archive-extended .wdl-single-content .wdl-single-content-readmore .wdl-btn-cta, .wdl-single-content .wdl-single-content-readmore .wdl-btn-line {
  cursor: pointer;
}
.wdl-single-content .loading {
  background-image: url("data:image/svg+xml,%3Csvg width='700' height='80' viewBox='0 0 700 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='5.75934' width='700' height='12.2386' rx='6.11932' fill='%23D9D9D9'/%3E%3Crect y='28.7968' width='700' height='12.2386' rx='6.11932' fill='%23D9D9D9'/%3E%3Crect y='51.8344' width='555.058' height='12.2386' rx='6.11932' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  height: 600px;
  animation: loading 1s both infinite;
  position: absolute;
  inset: 0 0 0 0;
}
@keyframes loading {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

.wdl-single-stickybar {
  position: sticky;
  top: 116px;
  bottom: 0;
  flex: 0 0 auto;
}
.wdl-single-stickybar .wdl-single-stickybar-toggle {
  display: none;
}
@media (max-width: 1199.98px) {
  .wdl-single-stickybar {
    position: fixed;
    top: 116px;
    bottom: auto;
    right: 0;
    background: #ffffff;
    flex: 0 0 auto;
    padding: 1rem;
    border-radius: 0 0 0 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    translate: 100% 0;
    transition: 0.5s cubic-bezier(0, 0, 0, 1);
  }
  .wdl-single-stickybar.expanded {
    translate: 0 0;
  }
  .wdl-single-stickybar .wdl-single-stickybar-toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -40px;
    background: #ffffff;
    border-radius: 0.5rem 0 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .wdl-single-stickybar .wdl-single-stickybar-toggle > svg {
    color: #ff2758;
  }
}

.wdl-sticky-bar {
  position: fixed;
  top: 66px;
  width: 100%;
  padding: 8px 0;
  z-index: 99997;
  background: #ffffff;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.25s transform, 0.25s opacity;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
.wdl-sticky-bar > a {
  text-decoration: inherit;
}
.wdl-sticky-bar .wdl-metadata-logo {
  flex: 0 0 auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.wdl-sticky-bar .wdl-metadata-logo img {
  aspect-ratio: 1/1;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .wdl-sticky-bar .wdl-sticky-bar-title {
    font-size: 0.875rem;
  }
}
.wdl-sticky-bar .wdl-btn, .wdl-sticky-bar .wdl-archive-extended .wdl-btn-cta, .wdl-archive-extended .wdl-sticky-bar .wdl-btn-cta, .wdl-sticky-bar .wdl-btn-line {
  padding: 4px 12px;
}
@media (max-width: 767px) {
  .wdl-sticky-bar .wdl-btn, .wdl-sticky-bar .wdl-archive-extended .wdl-btn-cta, .wdl-archive-extended .wdl-sticky-bar .wdl-btn-cta, .wdl-sticky-bar .wdl-btn-line {
    font-size: 0.875rem;
  }
}
.wdl-sticky-bar a {
  text-align: center;
  padding: 4px 12px;
}
@media (max-width: 767px) {
  .wdl-sticky-bar a {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .wdl-sticky-bar {
    bottom: 0;
    top: auto !important;
    background: #f8f7f9;
    transform: translateY(100%);
    background: #ffffff;
  }
}

body.admin-bar.et_fixed_nav .wdl-sticky-bar {
  top: 98px;
}

.wdl-sticky-bar.active {
  opacity: 1;
  transform: translateY(0%);
}

.wdl-gallery .wdl-gallery-item img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.wdl-gallery-modal .wdl-gallery-modal-item {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wdl-gallery-modal .wdl-gallery-modal-item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.wdl-gallery-modal .wdl-gallery-modal-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 85vh;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: auto;
}
.wdl-gallery-modal .modal-content {
  background: none;
  border: none;
}
.wdl-gallery-modal .modal-body {
  padding: 1rem;
  background: #ffffff;
  border-radius: 1rem;
}
.wdl-gallery-modal .modal-body .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  background-color: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5rem;
}
.wdl-gallery-modal .wdl-gallery-modal-swiper .swiper-wrapper {
  align-items: center;
}

.wdl-hero-gallery .swiper-slide {
  width: fit-content;
}
.wdl-hero-gallery .wdl-gallery-item {
  display: block;
  pointer-events: auto;
}
.wdl-hero-gallery .wdl-gallery-item iframe {
  width: auto;
  height: 270px;
  border-radius: 8px;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.wdl-hero-gallery .wdl-gallery-item img {
  height: 270px;
  width: auto;
  border-radius: 8px;
  aspect-ratio: auto;
}
.wdl-hero-gallery .swiper-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.wdl-pricing-row {
  background: #f7f7f7;
  border-radius: 8px;
  text-align: center;
}
.wdl-pricing-row .wdl-pricing-card {
  padding: 1rem;
}

.wdl-checklist-row {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0.5rem;
}
.wdl-checklist-row li {
  display: flex;
  padding: 1rem;
  list-style: none;
  align-items: center;
}
.wdl-checklist-row li:before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23000000' viewBox='0 0 256 256'%3E%3Cpath d='M232.49,80.49l-128,128a12,12,0,0,1-17,0l-56-56a12,12,0,1,1,17-17L96,183,215.51,63.51a12,12,0,0,1,17,17Z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  vertical-align: middle;
  background-color: #37bad6;
  margin-right: 0.5rem;
  transition: 0.25s opacity ease-out, 0.25s color ease-out;
  vertical-align: middle;
}

.et-db #et-boc .et_pb_widget {
  width: 100% !important;
}

.wdl-single-video-player {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.wdl-single-video-player iframe {
  width: 100%;
  max-height: 700px;
  display: block;
}

.wdl-single-video-sidebar {
  width: 100%;
  max-width: 367px;
}
.wdl-single-video-sidebar .wdl-single-video-sidebar-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .wdl-single-video-sidebar .wdl-single-video-sidebar-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .wdl-single-video-sidebar .wdl-single-video-sidebar-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .wdl-single-video-sidebar {
    max-width: none;
  }
}

.wdl-main-bar .wdl-metadata-logo {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* Monarch social plugin */
.et_monarch .et_social_networks .et_social_icons_container {
  display: flex;
  gap: 0.3rem;
}

.et_monarch .et_social_networks {
  width: auto;
}

.wdl-line-share-icon {
  margin: 0 0.15rem;
}
.wdl-line-share-icon img {
  height: 40px;
  width: 40px;
}

.wdl-tab li > a {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #666666 !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  font-size: 14px;
}
.wdl-tab li > a > .wdl-tab-icon {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 1199.98px) {
  .wdl-tab li > a {
    flex-direction: row;
  }
}
.wdl-tab li > a.active {
  color: #ff2758 !important;
  box-shadow: 0 -3px 0 -0.5px #ff2758 inset;
}
.wdl-tab li:hover > a {
  color: #ff2758 !important;
}
.wdl-tab li:active > a, .wdl-tab li:focus > a {
  color: #ff2758 !important;
}

.wdl-single-stickybar-toc .wdl-toc-inner {
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
.wdl-single-stickybar-toc .wdl-toc-inner.disabled {
  display: none;
  opacity: 0;
}

.ez-toc-custom,
.wdl-toc-inner {
  max-width: 250px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.ez-toc-custom .ez-toc-title,
.wdl-toc-inner .ez-toc-title {
  margin-bottom: 8px;
  font-weight: 600;
}
.ez-toc-custom ul,
.wdl-toc-inner ul {
  margin-bottom: 0;
  padding-left: 1.3rem;
  max-height: 50vh;
  overflow: auto;
  padding-right: 0.5rem;
}
@media (max-width: 1199.98px) {
  .ez-toc-custom ul,
  .wdl-toc-inner ul {
    max-height: 75vh;
  }
}
.ez-toc-custom ul::-webkit-scrollbar,
.wdl-toc-inner ul::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.ez-toc-custom ul::-webkit-scrollbar-track,
.wdl-toc-inner ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dfe9eb;
}
.ez-toc-custom ul::-webkit-scrollbar-track:hover,
.wdl-toc-inner ul::-webkit-scrollbar-track:hover {
  background-color: #dfe9eb;
}
.ez-toc-custom ul::-webkit-scrollbar-track:active,
.wdl-toc-inner ul::-webkit-scrollbar-track:active {
  background-color: #dfe9eb;
}
.ez-toc-custom ul::-webkit-scrollbar-thumb,
.wdl-toc-inner ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #999999;
}
.ez-toc-custom ul::-webkit-scrollbar-thumb:hover,
.wdl-toc-inner ul::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}
.ez-toc-custom ul::-webkit-scrollbar-thumb:active,
.wdl-toc-inner ul::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
.ez-toc-custom ul li,
.wdl-toc-inner ul li {
  font-size: 0.875rem;
  line-height: 1.5;
}
.ez-toc-custom ul li a,
.wdl-toc-inner ul li a {
  font-weight: 400;
}

.wdl-verify-page {
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wdl-verify-page .wdl-verify-message {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  margin: auto;
  width: 600px;
  max-width: 90%;
  text-align: center;
}
.wdl-verify-page .wdl-verify-message p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.wdl-verify-page .wdl-verify-message .wdl-verify-otp-input {
  padding: 12px;
  border-radius: 8px;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  color: #ff2758;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  background: #FFFFFF !important;
}

.wdl-vendor-thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.wdl-vendor-thumbnail-grid .thumbnail {
  border-radius: 12px;
  padding: 24px 16px;
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: #f7f7f7;
  position: relative;
  border: none;
}
.wdl-vendor-thumbnail-grid .thumbnail .text {
  font-size: 16px;
  line-height: 1.3;
  color: #424242;
  max-width: 132px;
  text-shadow: 0 0 4px #f7f7f7, 0 0 2px #f7f7f7;
  position: relative;
  z-index: 2;
  text-align: left;
  font-weight: 600;
}
.wdl-vendor-thumbnail-grid .thumbnail .image {
  position: absolute;
  inset: 0 0 0 auto;
  height: 100%;
  width: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, black);
  mask-image: linear-gradient(to right, transparent, black);
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
  z-index: 1;
}
.wdl-vendor-thumbnail-grid .thumbnail:hover .image {
  scale: 1.1;
}
@media (max-width: 1023.98px) {
  .wdl-vendor-thumbnail-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .wdl-vendor-thumbnail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .wdl-vendor-thumbnail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wdl-subvendor-thumbnail-grid .thumbnail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.wdl-subvendor-thumbnail-grid .thumbnail .text {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #424242;
  position: relative;
  z-index: 2;
}
.wdl-subvendor-thumbnail-grid .thumbnail .image {
  border-radius: 4px;
  overflow: hidden;
}
.wdl-subvendor-thumbnail-grid .thumbnail .image img {
  display: block;
  height: 60px;
  width: 150px;
  object-fit: cover;
  object-position: center center;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
.wdl-subvendor-thumbnail-grid .thumbnail:hover .image img {
  scale: 1.1;
}
@media (max-width: 1023.98px) {
  .wdl-subvendor-thumbnail-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .wdl-subvendor-thumbnail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .wdl-subvendor-thumbnail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wdl-vendor-album-swiper {
  height: 500px;
}
.wdl-vendor-album-swiper .swiper-slide {
  width: auto;
  max-width: 768px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wdl-vendor-album-swiper .swiper-slide .wdl-vendor-album-image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wdl-vendor-album-swiper .swiper-slide img {
  border-radius: 16px;
  width: auto;
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .wdl-vendor-album-swiper .swiper-slide {
    max-width: 360px;
  }
}
@media (max-width: 767.98px) {
  .wdl-vendor-album-swiper .swiper-slide {
    max-width: 100%;
  }
  .wdl-vendor-album-swiper .swiper-slide img {
    border-radius: 8px;
  }
}

.wdl-video {
  aspect-ratio: 265/400;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 12px;
}
.wdl-video .wdl-video-icon {
  background: radial-gradient(farthest-side at 0 0, #FF2758, transparent);
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0 0 0 0;
  z-index: 3;
  padding: 6px 7px;
}
.wdl-video .wdl-video-icon .shape {
  color: #FF2758;
  position: absolute;
  inset: 0 0 0 0;
}
.wdl-video .wdl-video-icon .shape svg {
  width: 100%;
  height: 100%;
}
.wdl-video .wdl-video-icon .icon {
  color: #FFFFFF;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  width: 14px;
  height: 14px;
}
.wdl-video .wdl-video-image {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 0;
  transition: 0.35s cubic-bezier(0, 0, 0, 1);
}
.wdl-video .wdl-video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.wdl-video:hover .wdl-video-image {
  scale: 1.1;
}
.wdl-video .wdl-video-text {
  position: absolute;
  inset: 0 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100px);
  color: #FFF;
  border-radius: 6px;
}
.wdl-video .wdl-video-text .pretitle {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  width: 100%;
  margin-bottom: 2px;
}
.wdl-video .wdl-video-text .meta {
  color: #37BAD6;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-shadow: 0 1px 2px #000;
}
.wdl-video .wdl-video-text p {
  color: #FFF;
  margin-bottom: 0;
}
.wdl-video .wdl-video-text .title {
  font-weight: 600;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}
.wdl-video .wdl-video-text .wdl-archive-location {
  font-weight: 400;
}

.wdl-video-playlist {
  z-index: 2;
  margin-top: 16px;
}
.wdl-video-playlist:before {
  content: "";
  position: absolute;
  background: #D9D9D9;
  inset: -10px 10px 10px 10px;
  border-radius: 6px;
  z-index: 1;
}
.wdl-video-playlist:after {
  content: "";
  position: absolute;
  background: rgba(217, 217, 217, 0.5);
  inset: -16px 20px 10px 20px;
  border-radius: 6px;
  z-index: 0;
}

.wdl-single-video-main {
  flex: 1 0 0;
}

.wdl-single-video-sidebar {
  width: 100%;
  max-width: 367px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .wdl-single-video-sidebar {
    max-width: none;
  }
}

.wdl-video-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px 8px;
}
@media (max-width: 1199.98px) {
  .wdl-video-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 1023.98px) {
  .wdl-video-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .wdl-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .wdl-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wdl-video-playlist-content {
  background: #333333;
  border-radius: 12px;
  padding: 8px;
  position: relative;
  overflow: hidden;
  /* .swiper-button-prev {
    &::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 60px;
      background: linear-gradient(to-right, #333, transparent);
      z-index: 2;
      pointer-events: none;
    }
  }
  .swiper-button-next {
    &::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 60px;
      background: linear-gradient(to right, transparent, #333);
      z-index: 2;
      pointer-events: none;
    }
  } */
}
.wdl-video-playlist-content:not(.active) {
  display: none;
}

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