/* Start custom CSS for html, class: .elementor-element-7043fbf *//* =========================================================
   BALLONSWELT
   ZAHLENBALLONS FULL-WIDTH COMPACT STRIP

   SAME DESIGN AS GEBURTSTAG
   ========================================================= */


/* =========================================================
   FULL-WIDTH ROOT
   ========================================================= */

.bw-number-wow {
  position: relative;
  isolation: isolate;

  width: 100vw;
  max-width: none;

  margin:
    14px
    calc(50% - 50vw)
    16px;

  overflow: hidden;

  background: #fff9f7;

  border-top:
    1px solid
    rgba(184, 95, 112, 0.15);

  border-bottom:
    1px solid
    rgba(184, 95, 112, 0.15);

  border-left: 0;
  border-right: 0;

  border-radius: 0;

  box-shadow: none;

  box-sizing: border-box;
}


.bw-number-wow *,
.bw-number-wow *::before,
.bw-number-wow *::after {
  box-sizing: border-box;
}


/* =========================================================
   INNER WIDTH ALIGNMENT
   ========================================================= */

.bw-number-wow-top,
.bw-number-wow-nav {
  width: 100%;
  max-width: 1220px;

  margin-left: auto;
  margin-right: auto;
}


/* =========================================================
   TOP STRIP
   ========================================================= */

.bw-number-wow-top {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    175px;

  align-items: center;

  gap: 12px;

  min-height: 72px;

  padding:
    9px
    18px
    8px
    22px;

  border-bottom:
    1px solid
    rgba(60, 48, 51, 0.08);
}


/* =========================================================
   COPY
   ========================================================= */

.bw-number-wow-copy {
  min-width: 0;

  display: grid;

  grid-template-columns:
    auto
    minmax(0, 1fr);

  align-items: baseline;

  column-gap: 16px;
  row-gap: 4px;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.bw-number-wow-eyebrow {
  grid-column: 1 / -1;

  display: flex;

  align-items: center;

  gap: 7px;

  margin: 0;

  color: #b85f70;

  font-size: 7px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.4px;

  text-transform: uppercase;
}


.bw-number-wow-eyebrow::before {
  content: "";

  width: 18px;
  height: 1px;

  flex:
    0
    0
    18px;

  background: #b85f70;

  opacity: 0.65;
}


/* =========================================================
   HEADING
   ========================================================= */

.bw-number-wow h2 {
  grid-column: 1;

  margin: 0;

  padding: 0;

  color: #3c3033;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(25px, 2.1vw, 31px);

  line-height: 1;

  font-weight: 400;

  letter-spacing: -0.55px;

  white-space: nowrap;
}


.bw-number-wow h2 em {
  color: #b85f70;

  font-style: italic;

  font-weight: 400;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.bw-number-wow-text {
  grid-column: 2;

  align-self: center;

  max-width: 540px;

  margin: 0;

  color: #75676a;

  font-size: 9px;

  line-height: 1.35;

  font-weight: 400;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.bw-number-wow-benefits {
  grid-column: 1 / -1;

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap:
    3px
    14px;

  margin-top: 1px;
}


.bw-number-wow-benefits span {
  color: #75676a;

  font-size: 7px;

  line-height: 1.2;

  font-weight: 500;

  white-space: nowrap;
}


/* =========================================================
   FLOATING BALLOONS
   ========================================================= */

.bw-number-wow-art {
  position: relative;

  width: 175px;
  height: 68px;

  justify-self: end;

  overflow: visible;

  pointer-events: none;
}


/* =========================================================
   SPARKS
   ========================================================= */

.bw-number-wow-spark {
  position: absolute;

  color:
    rgba(184, 95, 112, 0.52);

  font-size: 7px;

  line-height: 1;

  animation:
    bwNumberWowSpark
    4.5s
    ease-in-out
    infinite;
}


.bw-number-wow-spark-1 {
  top: 8px;
  left: 11px;
}


.bw-number-wow-spark-2 {
  top: 44px;
  right: 2px;

  font-size: 6px;

  animation-delay: -1.2s;
}


.bw-number-wow-spark-3 {
  top: 4px;
  right: 31px;

  font-size: 5px;

  animation-delay: -2s;
}


/* =========================================================
   BALLOONS
   ========================================================= */

.bw-number-wow-balloon {
  position: absolute;

  display: block;

  width: 38px;

  transform-origin:
    50%
    100%;
}


.bw-number-wow-balloon-body {
  position: relative;

  display: block;

  width: 34px;
  height: 40px;

  margin: 0 auto;

  border-radius:
    50%
    50%
    47%
    47%;

  box-shadow:
    inset
    5px
    5px
    7px
    rgba(255, 255, 255, 0.22),

    inset
    -5px
    -6px
    9px
    rgba(60, 48, 51, 0.08);
}


/* highlight */

.bw-number-wow-balloon-body::before {
  content: "";

  position: absolute;

  top: 7px;
  left: 7px;

  width: 6px;
  height: 10px;

  border-radius: 50%;

  background:
    rgba(255, 255, 255, 0.25);

  transform:
    rotate(25deg);
}


/* knot */

.bw-number-wow-balloon-body::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: -4px;

  width: 6px;
  height: 6px;

  background: inherit;

  transform:
    translateX(-50%)
    rotate(45deg);
}


/* string */

.bw-number-wow-balloon-string {
  display: block;

  width: 1px;
  height: 33px;

  margin:
    3px
    auto
    0;

  background:
    rgba(117, 103, 106, 0.30);
}


/* =========================================================
   BALLOON POSITIONS
   EXACT SAME COLORS AS GEBURTSTAG
   ========================================================= */

.bw-number-wow-balloon-1 {
  top: 4px;
  left: 7px;

  animation:
    bwNumberWowFloat1
    5.4s
    ease-in-out
    infinite;
}


.bw-number-wow-balloon-1
.bw-number-wow-balloon-body {
  background: #e6c5cc;
}


.bw-number-wow-balloon-2 {
  top: 18px;
  left: 64px;

  transform:
    scale(0.84);

  animation:
    bwNumberWowFloat2
    6s
    ease-in-out
    infinite;
}


.bw-number-wow-balloon-2
.bw-number-wow-balloon-body {
  background: #b85f70;
}


.bw-number-wow-balloon-3 {
  top: 0;
  left: 119px;

  transform:
    scale(0.94);

  animation:
    bwNumberWowFloat3
    6.6s
    ease-in-out
    infinite;
}


.bw-number-wow-balloon-3
.bw-number-wow-balloon-body {
  background: #dcc1a3;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.bw-number-wow-nav {
  position: relative;

  z-index: 3;

  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));
}


/* =========================================================
   NAV ITEM
   ========================================================= */

.bw-number-wow-item {
  position: relative;

  min-width: 0;
  min-height: 48px;

  display: grid;

  grid-template-columns:
    25px
    minmax(0, 1fr)
    13px;

  align-items: center;

  gap: 8px;

  padding:
    7px
    12px;

  color: #3c3033 !important;

  text-decoration: none !important;

  background: transparent;

  transition:
    background-color 260ms ease;
}


.bw-number-wow-item:not(:last-child) {
  border-right:
    1px solid
    rgba(60, 48, 51, 0.08);
}


/* =========================================================
   MARK
   ========================================================= */

.bw-number-wow-mark {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;

  border:
    1px solid
    rgba(184, 95, 112, 0.25);

  border-radius: 50%;

  background:
    rgba(249, 241, 242, 0.65);

  color: #b85f70;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 10px;

  line-height: 1;

  font-weight: 400;

  transition:
    background-color 260ms ease,
    color 260ms ease,
    border-color 260ms ease,
    transform 300ms cubic-bezier(.16, 1, .3, 1);
}


.bw-number-wow-mark-star {
  font-size: 11px;
}


/* =========================================================
   NAV LABEL
   ========================================================= */

.bw-number-wow-label {
  min-width: 0;

  display: block;
}


.bw-number-wow-label strong {
  display: block;

  color: #3c3033;

  font-size: 10.5px;

  line-height: 1.2;

  font-weight: 650;

  white-space: nowrap;

  transition:
    color 260ms ease;
}


/* keep strip narrow */

.bw-number-wow-label small {
  display: none;
}


/* =========================================================
   ARROW
   ========================================================= */

.bw-number-wow-arrow {
  justify-self: end;

  color: #b85f70;

  font-size: 11px;

  line-height: 1;

  opacity: 0.52;

  transition:
    opacity 260ms ease,
    transform 300ms cubic-bezier(.16, 1, .3, 1);
}


/* =========================================================
   HOVER ACCENT
   ========================================================= */

.bw-number-wow-item::after {
  content: "";

  position: absolute;

  left: 12px;
  right: 12px;
  bottom: 0;

  height: 2px;

  background: #b85f70;

  transform:
    scaleX(0);

  transform-origin:
    left center;

  transition:
    transform 300ms cubic-bezier(.16, 1, .3, 1);
}


/* =========================================================
   DESKTOP HOVER
   ========================================================= */

@media
(hover:hover)
and
(pointer:fine) {

  .bw-number-wow-item:hover {
    background: #fdf5f6;
  }


  .bw-number-wow-item:hover
  .bw-number-wow-mark {
    color: #ffffff;

    background: #b85f70;

    border-color: #b85f70;

    transform:
      translateY(-2px);
  }


  .bw-number-wow-item:hover
  .bw-number-wow-label strong {
    color: #b85f70;
  }


  .bw-number-wow-item:hover
  .bw-number-wow-arrow {
    opacity: 1;

    transform:
      translateX(3px);
  }


  .bw-number-wow-item:hover::after {
    transform:
      scaleX(1);
  }

}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes bwNumberWowFloat1 {

  0%,
  100% {
    transform:
      translateY(0)
      rotate(-3deg);
  }

  50% {
    transform:
      translateY(-5px)
      rotate(2deg);
  }

}


@keyframes bwNumberWowFloat2 {

  0%,
  100% {
    transform:
      translateY(0)
      scale(0.84)
      rotate(3deg);
  }

  50% {
    transform:
      translateY(-4px)
      scale(0.84)
      rotate(-2deg);
  }

}


@keyframes bwNumberWowFloat3 {

  0%,
  100% {
    transform:
      translateY(0)
      scale(0.94)
      rotate(2deg);
  }

  50% {
    transform:
      translateY(-6px)
      scale(0.94)
      rotate(-2deg);
  }

}


@keyframes bwNumberWowSpark {

  0%,
  100% {
    opacity: 0.20;

    transform:
      scale(0.88);
  }

  50% {
    opacity: 0.58;

    transform:
      scale(1.05);
  }

}


/* =========================================================
   TABLET
   <= 1024
   ========================================================= */

@media (max-width: 1024px) {

  .bw-number-wow-top,
  .bw-number-wow-nav {
    max-width: 900px;
  }


  .bw-number-wow-top {
    grid-template-columns:
      minmax(0, 1fr)
      140px;

    min-height: 70px;

    padding:
      9px
      16px;
  }


  .bw-number-wow-copy {
    grid-template-columns:
      auto
      minmax(0, 1fr);

    column-gap: 11px;
  }


  .bw-number-wow h2 {
    font-size: 25px;
  }


  .bw-number-wow-text {
    font-size: 8.3px;
  }


  .bw-number-wow-art {
    width: 140px;

    transform:
      scale(0.82);

    transform-origin:
      center right;
  }


  .bw-number-wow-nav {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .bw-number-wow-item:nth-child(odd) {
    border-right:
      1px solid
      rgba(60, 48, 51, 0.08);
  }


  .bw-number-wow-item:nth-child(-n+2) {
    border-bottom:
      1px solid
      rgba(60, 48, 51, 0.08);
  }


  .bw-number-wow-item:nth-child(2) {
    border-right: 0;
  }


  .bw-number-wow-item:nth-child(3) {
    border-right:
      1px solid
      rgba(60, 48, 51, 0.08);
  }

}


/* =========================================================
   MOBILE
   <= 767
   ========================================================= */

@media (max-width: 767px) {

  .bw-number-wow {
    margin:
      10px
      calc(50% - 50vw)
      13px;
  }


  .bw-number-wow-top {
    grid-template-columns:
      minmax(0, 1fr)
      83px;

    gap: 3px;

    min-height: 72px;

    padding:
      9px
      11px
      8px
      14px;
  }


  .bw-number-wow-copy {
    display: block;
  }


  .bw-number-wow-eyebrow {
    margin-bottom: 4px;

    font-size: 5.8px;
  }


  .bw-number-wow h2 {
    margin-bottom: 5px;

    font-size:
      clamp(20px, 5.5vw, 23px);

    white-space: normal;
  }


  .bw-number-wow h2 em {
    display: block;
  }


  .bw-number-wow-text {
    display: none;
  }


  .bw-number-wow-benefits {
    gap:
      2px
      8px;

    margin-top: 5px;
  }


  .bw-number-wow-benefits span {
    font-size: 6px;
  }


  .bw-number-wow-benefits span:nth-child(3) {
    display: none;
  }


  .bw-number-wow-art {
    width: 83px;
    height: 63px;

    transform:
      scale(0.52);

    transform-origin:
      center right;
  }


  .bw-number-wow-nav {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .bw-number-wow-item {
    min-height: 44px;

    grid-template-columns:
      22px
      minmax(0, 1fr)
      10px;

    gap: 6px;

    padding:
      6px
      8px;
  }


  .bw-number-wow-mark {
    width: 21px;
    height: 21px;

    font-size: 9px;
  }


  .bw-number-wow-label strong {
    font-size: 9px;

    white-space: normal;
  }


  .bw-number-wow-arrow {
    font-size: 9px;
  }

}


/* =========================================================
   SMALL MOBILE
   <= 430
   ========================================================= */

@media (max-width: 430px) {

  .bw-number-wow-top {
    grid-template-columns:
      minmax(0, 1fr)
      67px;

    min-height: 67px;

    padding:
      8px
      8px
      7px
      11px;
  }


  .bw-number-wow h2 {
    font-size: 19px;
  }


  .bw-number-wow-benefits span {
    font-size: 5.7px;
  }


  .bw-number-wow-art {
    width: 67px;

    transform:
      scale(0.43);

    transform-origin:
      center right;
  }


  .bw-number-wow-item {
    min-height: 42px;
  }


  .bw-number-wow-label strong {
    font-size: 8.7px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bw-number-wow-balloon,
  .bw-number-wow-spark,
  .bw-number-wow-item,
  .bw-number-wow-item::after,
  .bw-number-wow-mark,
  .bw-number-wow-label strong,
  .bw-number-wow-arrow {
    animation: none !important;
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45cc231 *//* =========================================================
   BALLONSWELT
   GEBURTSTAG PROCESS STRIP

   COMPLETE READY-TO-PASTE CSS

   - very compact
   - full browser width
   - no repeated trust bar
   - modern editorial appearance
   - responsive
   ========================================================= */


/* =========================================================
   SECTION
   ========================================================= */

.bw-birthday-process {
  position: relative;
  isolation: isolate;

  width: 100vw;
  max-width: none;

  margin:
    11px
    calc(50% - 50vw)
    14px;

  overflow: hidden;

  background: #fffbf8;

  border-top:
    1px solid
    rgba(184, 95, 112, 0.13);

  border-bottom:
    1px solid
    rgba(184, 95, 112, 0.13);

  box-sizing: border-box;
}


.bw-birthday-process *,
.bw-birthday-process *::before,
.bw-birthday-process *::after {
  box-sizing: border-box;
}


/* =========================================================
   VERY SUBTLE BACKGROUND ACCENT
   ========================================================= */

.bw-birthday-process::after {
  content: "01 · 02 · 03";

  position: absolute;

  z-index: 0;

  top: 50%;
  right: 3%;

  color:
    rgba(184, 95, 112, 0.025);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 54px;

  line-height: 1;

  letter-spacing: 5px;

  white-space: nowrap;

  transform:
    translateY(-50%);

  pointer-events: none;
}


/* =========================================================
   INNER
   ========================================================= */

.bw-birthday-process-inner {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    230px
    repeat(3, minmax(0, 1fr));

  align-items: stretch;

  width: 100%;
  max-width: 1220px;

  min-height: 88px;

  margin: 0 auto;

  padding:
    0
    20px;
}


/* =========================================================
   INTRO
   ========================================================= */

.bw-birthday-process-head {
  display: flex;

  flex-direction: column;

  justify-content: center;

  min-width: 0;

  padding:
    13px
    24px
    13px
    2px;

  border-right:
    1px solid
    rgba(60, 48, 51, 0.09);
}


/* =========================================================
   EYEBROW
   ========================================================= */

.bw-birthday-process-eyebrow {
  display: flex;

  align-items: center;

  gap: 7px;

  margin:
    0
    0
    5px;

  color: #b85f70;

  font-size: 6.5px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.4px;

  text-transform: uppercase;
}


.bw-birthday-process-eyebrow::before {
  content: "";

  flex:
    0
    0
    17px;

  width: 17px;
  height: 1px;

  background: #b85f70;

  opacity: 0.66;
}


/* =========================================================
   HEADING
   ========================================================= */

.bw-birthday-process-head h2 {
  margin: 0;

  padding: 0;

  color: #3c3033;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 20px;

  line-height: 1.04;

  font-weight: 400;

  letter-spacing: -0.35px;
}


.bw-birthday-process-head h2 em {
  display: block;

  margin-top: 1px;

  color: #b85f70;

  font-weight: 400;

  font-style: italic;
}


/* =========================================================
   STEP
   ========================================================= */

.bw-birthday-process-step {
  position: relative;

  display: grid;

  grid-template-columns:
    29px
    minmax(0, 1fr);

  align-items: center;

  gap: 11px;

  min-width: 0;

  padding:
    12px
    19px;

  background: transparent;

  transition:
    background-color 260ms ease;
}


.bw-birthday-process-step +
.bw-birthday-process-step {
  border-left:
    1px solid
    rgba(60, 48, 51, 0.08);
}


/* =========================================================
   SMALL CONNECTOR ARROW
   ========================================================= */

.bw-birthday-process-step:not(:last-child)::after {
  content: "→";

  position: absolute;

  z-index: 3;

  top: 50%;
  right: -7px;

  width: 14px;

  color:
    rgba(184, 95, 112, 0.55);

  background: #fffbf8;

  font-size: 11px;

  line-height: 1;

  text-align: center;

  transform:
    translateY(-50%);

  pointer-events: none;
}


/* =========================================================
   NUMBER
   ========================================================= */

.bw-birthday-process-num {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border:
    1px solid
    rgba(184, 95, 112, 0.28);

  border-radius: 50%;

  background:
    rgba(249, 241, 242, 0.58);

  color: #b85f70;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 9px;

  line-height: 1;

  font-weight: 400;

  transition:
    color 260ms ease,
    background-color 260ms ease,
    border-color 260ms ease,
    transform 300ms cubic-bezier(.16, 1, .3, 1);
}


/* =========================================================
   STEP COPY
   ========================================================= */

.bw-birthday-process-copy {
  min-width: 0;
}


.bw-birthday-process-copy strong {
  display: block;

  margin:
    0
    0
    3px;

  color: #3c3033;

  font-size: 10.75px;

  line-height: 1.2;

  font-weight: 650;
}


.bw-birthday-process-copy p {
  max-width: 215px;

  margin: 0;

  color: #7b6e71;

  font-size: 8.3px;

  line-height: 1.35;

  font-weight: 400;
}


/* =========================================================
   DESKTOP HOVER
   ========================================================= */

@media
(hover: hover)
and
(pointer: fine) {

  .bw-birthday-process-step:hover {
    background:
      rgba(249, 241, 242, 0.42);
  }


  .bw-birthday-process-step:hover
  .bw-birthday-process-num {
    color: #ffffff;

    background: #b85f70;

    border-color: #b85f70;

    transform:
      translateY(-2px);
  }

}


/* =========================================================
   TABLET
   768 - 1024px
   ========================================================= */

@media
(min-width: 768px)
and
(max-width: 1024px) {

  .bw-birthday-process-inner {
    grid-template-columns:
      180px
      repeat(3, minmax(0, 1fr));

    max-width: 920px;

    min-height: 82px;

    padding:
      0
      15px;
  }


  .bw-birthday-process-head {
    padding-right: 15px;
  }


  .bw-birthday-process-head h2 {
    font-size: 17px;
  }


  .bw-birthday-process-step {
    grid-template-columns:
      25px
      minmax(0, 1fr);

    gap: 8px;

    padding:
      10px
      11px;
  }


  .bw-birthday-process-num {
    width: 24px;
    height: 24px;

    font-size: 8px;
  }


  .bw-birthday-process-copy strong {
    font-size: 9.5px;
  }


  .bw-birthday-process-copy p {
    font-size: 7.5px;
  }

}


/* =========================================================
   MOBILE
   <= 767px
   ========================================================= */

@media (max-width: 767px) {

  .bw-birthday-process {
    margin:
      9px
      calc(50% - 50vw)
      12px;
  }


  .bw-birthday-process::after {
    display: none;
  }


  .bw-birthday-process-inner {
    display: block;

    max-width: 570px;

    min-height: 0;

    padding:
      0
      14px;
  }


  /* =======================================================
     HEADER
     ======================================================= */

  .bw-birthday-process-head {
    display: flex;

    flex-direction: row;

    align-items: baseline;
    justify-content: flex-start;

    gap: 10px;

    padding:
      10px
      1px
      8px;

    border-right: 0;

    border-bottom:
      1px solid
      rgba(60, 48, 51, 0.08);
  }


  .bw-birthday-process-eyebrow {
    flex:
      0
      0
      auto;

    margin: 0;

    font-size: 5.7px;
  }


  .bw-birthday-process-eyebrow::before {
    display: none;
  }


  .bw-birthday-process-head h2 {
    font-size: 16px;
  }


  .bw-birthday-process-head h2 em {
    display: inline;

    margin-left: 2px;
  }


  /* =======================================================
     STEPS
     ======================================================= */

  .bw-birthday-process-step {
    grid-template-columns:
      24px
      minmax(0, 1fr);

    gap: 9px;

    min-height: 0;

    padding:
      9px
      1px;

    border-left: 0 !important;
  }


  .bw-birthday-process-step +
  .bw-birthday-process-step {
    border-top:
      1px solid
      rgba(60, 48, 51, 0.07);
  }


  .bw-birthday-process-step:not(:last-child)::after {
    display: none;
  }


  .bw-birthday-process-num {
    width: 23px;
    height: 23px;

    font-size: 8px;
  }


  .bw-birthday-process-copy strong {
    margin-bottom: 2px;

    font-size: 10px;
  }


  .bw-birthday-process-copy p {
    max-width: none;

    font-size: 8px;

    line-height: 1.35;
  }

}


/* =========================================================
   SMALL MOBILE
   <= 430px
   ========================================================= */

@media (max-width: 430px) {

  .bw-birthday-process-inner {
    padding:
      0
      11px;
  }


  .bw-birthday-process-head {
    gap: 7px;

    padding:
      9px
      0
      7px;
  }


  .bw-birthday-process-eyebrow {
    font-size: 5.3px;
  }


  .bw-birthday-process-head h2 {
    font-size: 15px;
  }


  .bw-birthday-process-step {
    padding:
      8px
      0;
  }


  .bw-birthday-process-copy strong {
    font-size: 9.5px;
  }


  .bw-birthday-process-copy p {
    font-size: 7.6px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   <= 360px
   ========================================================= */

@media (max-width: 360px) {

  .bw-birthday-process-head {
    display: block;
  }


  .bw-birthday-process-eyebrow {
    margin-bottom: 4px;
  }


  .bw-birthday-process-head h2 {
    font-size: 14.5px;
  }


  .bw-birthday-process-copy p {
    font-size: 7.4px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bw-birthday-process-step,
  .bw-birthday-process-num {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9486424 *//* =========================================================
   BALLONSWELT
   ZAHLENBALLONS GIFT STORY
   SAME DESIGN SYSTEM AS GEBURTSTAG
   ========================================================= */


/* =========================================================
   ROOT
   ========================================================= */

.bw-number-giftstory {
  position: relative;

  width: 100%;

  margin:
    46px
    0
    44px;

  padding: 0;

  background: #fffbf8;

  box-sizing: border-box;
}


.bw-number-giftstory *,
.bw-number-giftstory *::before,
.bw-number-giftstory *::after {
  box-sizing: border-box;
}


/* =========================================================
   INNER
   ========================================================= */

.bw-number-giftstory-inner {
  width:
    calc(100% - 40px);

  max-width: 1180px;

  margin:
    0
    auto;

  padding-top: 0;

  border-top:
    1px solid
    rgba(184, 95, 112, 0.18);
}


/* =========================================================
   RELATED LINKS
   ========================================================= */

.bw-number-giftstory-links {
  display: flex;

  align-items: center;
  flex-wrap: wrap;

  gap:
    7px
    19px;

  width: 100%;

  padding:
    13px
    4px
    14px;

  border-bottom:
    1px solid
    rgba(60, 48, 51, 0.09);
}


.bw-number-giftstory-links a {
  position: relative;

  color: #75676a;

  font-size: 10px;

  line-height: 1.25;

  font-weight: 600;

  text-decoration: none !important;

  transition:
    color 220ms ease;
}


.bw-number-giftstory-links a::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: -4px;

  height: 1px;

  background: #b85f70;

  transform:
    scaleX(0);

  transform-origin:
    left center;

  transition:
    transform 260ms cubic-bezier(.16, 1, .3, 1);
}


/* =========================================================
   TOP AREA
   ========================================================= */

.bw-number-giftstory-top {
  display: grid;

  grid-template-columns:
    minmax(0, 1.52fr)
    365px;

  align-items: center;

  gap: 67px;

  width: 100%;

  padding:
    35px
    24px
    46px;
}


/* =========================================================
   LEFT COPY
   ========================================================= */

.bw-number-giftstory-copy {
  min-width: 0;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.bw-number-giftstory-eyebrow {
  display: flex;

  align-items: center;

  gap: 11px;

  margin:
    0
    0
    14px;

  color: #b85f70;

  font-size: 9.5px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.6px;

  text-transform: uppercase;
}


.bw-number-giftstory-eyebrow::before {
  content: "";

  display: block;

  width: 28px;
  height: 1px;

  flex:
    0
    0
    28px;

  background: #b85f70;
}


/* =========================================================
   HEADING
   ========================================================= */

.bw-number-giftstory-copy h2 {
  max-width: 650px;

  margin: 0;

  color: #3c3033;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(36px, 3.35vw, 48px);

  line-height: 1;

  font-weight: 400;

  letter-spacing: -1px;
}


.bw-number-giftstory-copy h2 > span {
  display: block;
}


.bw-number-giftstory-copy h2 em {
  display: block;

  margin:
    3px
    0
    6px;

  color: #b85f70;

  font-weight: 400;

  font-style: italic;
}


.bw-number-giftstory-copy h2 strong {
  display: block;

  max-width: 600px;

  color: #3c3033;

  font-weight: 400;
}


/* =========================================================
   INTRO
   ========================================================= */

.bw-number-giftstory-intro {
  display: grid;

  grid-template-columns:
    138px
    minmax(0, 1fr);

  gap: 24px;

  align-items: start;

  max-width: 685px;

  margin-top: 25px;

  padding-top: 20px;

  border-top:
    1px solid
    rgba(60, 48, 51, 0.10);
}


.bw-number-giftstory-intro > span {
  color: #b85f70;

  font-size: 8.8px;

  line-height: 1.45;

  font-weight: 700;

  letter-spacing: 1.15px;

  text-transform: uppercase;
}


.bw-number-giftstory-intro p {
  max-width: 505px;

  margin: 0;

  color: #706467;

  font-size: 13px;

  line-height: 1.64;
}


/* =========================================================
   RIGHT VISUAL
   SAME ARCH AS GEBURTSTAG
   ========================================================= */

.bw-number-giftstory-visual {
  position: relative;

  display: block;

  width: 365px;
  height: 435px;

  justify-self: end;

  margin: 0;

  overflow: hidden;

  background-color: #f4e1d2;

  border-radius:
    184px
    184px
    15px
    15px;

  box-shadow:
    0
    19px
    42px
    rgba(60, 48, 51, 0.105);
}


/* =========================================================
   VIDEO
   ========================================================= */

.bw-number-giftstory-video {
  position: absolute;

  z-index: 0;

  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position:
    center center;
}


/* =========================================================
   SUBTLE FINISH
   ========================================================= */

.bw-number-giftstory-visual::after {
  content: "";

  position: absolute;

  z-index: 1;

  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(60, 48, 51, 0) 70%,
      rgba(60, 48, 51, 0.05) 100%
    );
}


/* =========================================================
   BADGE
   ========================================================= */

.bw-number-giftstory-badge {
  position: absolute;

  z-index: 4;

  left: 18px;
  bottom: 17px;

  display: inline-flex;

  align-items: center;

  gap: 7px;

  padding:
    8px
    13px;

  color: #3c3033;

  background:
    rgba(255, 251, 248, 0.94);

  border:
    1px solid
    rgba(255, 255, 255, 0.72);

  border-radius: 30px;

  box-shadow:
    0
    5px
    14px
    rgba(60, 48, 51, 0.08);

  font-size: 8.8px;

  line-height: 1;

  font-weight: 700;

  white-space: nowrap;
}


.bw-number-giftstory-badge i {
  display: block;

  width: 7px;
  height: 7px;

  flex:
    0
    0
    7px;

  border-radius: 50%;

  background: #b85f70;
}


/* =========================================================
   THREE CONTENT POINTS
   ========================================================= */

.bw-number-giftstory-points {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  width: 100%;

  border-top:
    1px solid
    rgba(60, 48, 51, 0.12);

  border-bottom:
    1px solid
    rgba(60, 48, 51, 0.12);
}


/* =========================================================
   POINT
   ========================================================= */

.bw-number-giftstory-point {
  position: relative;

  display: grid;

  grid-template-columns:
    32px
    minmax(0, 1fr);

  gap: 12px;

  min-width: 0;

  padding:
    26px
    29px
    28px;

  transition:
    background-color
    260ms
    ease;
}


.bw-number-giftstory-point:first-child {
  padding-left: 0;
}


.bw-number-giftstory-point:last-child {
  padding-right: 0;
}


.bw-number-giftstory-point +
.bw-number-giftstory-point::before {
  content: "";

  position: absolute;

  top: 27px;
  bottom: 27px;
  left: 0;

  width: 1px;

  background:
    rgba(60, 48, 51, 0.10);
}


/* =========================================================
   NUMBER
   ========================================================= */

.bw-number-giftstory-number {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border:
    1px solid
    rgba(184, 95, 112, 0.31);

  border-radius: 50%;

  color: #b85f70;

  font-size: 8px;

  line-height: 1;

  font-weight: 700;

  transition:
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease;
}


/* =========================================================
   POINT TEXT
   ========================================================= */

.bw-number-giftstory-point h3 {
  max-width: 285px;

  margin:
    1px
    0
    7px;

  color: #3c3033;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16.5px;

  line-height: 1.24;

  font-weight: 400;
}


.bw-number-giftstory-point p {
  max-width: 315px;

  margin: 0;

  color: #716568;

  font-size: 12.7px;

  line-height: 1.6;
}


.bw-number-giftstory-point p a {
  color: #b85f70;

  text-decoration:
    underline;

  text-decoration-thickness:
    1px;

  text-underline-offset:
    2px;
}


/* =========================================================
   FAQ FOOTER
   ========================================================= */

.bw-number-giftstory-footer {
  display: grid;

  grid-template-columns:
    190px
    minmax(0, 1fr);

  gap: 27px;

  align-items: start;

  width: 100%;

  padding:
    23px
    0
    3px;
}


.bw-number-giftstory-footer > span {
  position: relative;

  padding-left: 21px;

  color: #b85f70;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 13px;

  line-height: 1.3;

  font-style: italic;
}


.bw-number-giftstory-footer > span::before {
  content: "";

  position: absolute;

  top: 8px;
  left: 0;

  width: 13px;
  height: 1px;

  background: #b85f70;
}


/* =========================================================
   MINI FAQ
   ========================================================= */

.bw-number-giftstory-faq {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 28px;

  max-width: 875px;
}


.bw-number-giftstory-faq p {
  margin: 0;

  color: #74686b;

  font-size: 12.4px;

  line-height: 1.64;
}


.bw-number-giftstory-faq strong {
  display: block;

  margin-bottom: 4px;

  color: #3c3033;

  font-size: 12px;

  font-weight: 700;
}


/* =========================================================
   HOVER
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

  .bw-number-giftstory-links a:hover {
    color: #b85f70;
  }


  .bw-number-giftstory-links a:hover::after {
    transform:
      scaleX(1);
  }


  .bw-number-giftstory-point:hover {
    background:
      rgba(249, 241, 242, 0.40);
  }


  .bw-number-giftstory-point:hover
  .bw-number-giftstory-number {
    color: #ffffff;

    background: #b85f70;

    border-color: #b85f70;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media
(min-width: 768px)
and
(max-width: 1050px) {

  .bw-number-giftstory {
    margin:
      40px
      0
      38px;
  }


  .bw-number-giftstory-inner {
    width:
      calc(100% - 34px);
  }


  .bw-number-giftstory-top {
    grid-template-columns:
      minmax(0, 1fr)
      300px;

    gap: 38px;

    padding:
      31px
      5px
      39px;
  }


  .bw-number-giftstory-copy h2 {
    font-size:
      clamp(32px, 4vw, 41px);
  }


  .bw-number-giftstory-intro {
    grid-template-columns:
      110px
      minmax(0, 1fr);

    gap: 17px;
  }


  .bw-number-giftstory-intro p {
    font-size: 12px;
  }


  .bw-number-giftstory-visual {
    width: 300px;
    height: 380px;

    border-radius:
      150px
      150px
      12px
      12px;
  }


  .bw-number-giftstory-point {
    grid-template-columns:
      29px
      minmax(0, 1fr);

    gap: 10px;

    padding:
      22px
      17px
      24px;
  }


  .bw-number-giftstory-point:first-child {
    padding-left: 0;
  }


  .bw-number-giftstory-point:last-child {
    padding-right: 0;
  }


  .bw-number-giftstory-point h3 {
    font-size: 14.5px;
  }


  .bw-number-giftstory-point p {
    font-size: 11.7px;
  }


  .bw-number-giftstory-faq p {
    font-size: 11.7px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .bw-number-giftstory {
    margin:
      32px
      0
      31px;
  }


  .bw-number-giftstory-inner {
    width:
      calc(100% - 26px);
  }


  /* links */

  .bw-number-giftstory-links {
    gap:
      8px
      14px;

    padding:
      11px
      0
      13px;
  }


  .bw-number-giftstory-links a {
    font-size: 9px;
  }


  /* top */

  .bw-number-giftstory-top {
    display: flex;

    flex-direction: column;

    gap: 25px;

    padding:
      27px
      0
      32px;
  }


  .bw-number-giftstory-copy h2 {
    max-width: 560px;

    font-size:
      clamp(28px, 8vw, 37px);
  }


  .bw-number-giftstory-intro {
    display: block;

    margin-top: 19px;

    padding-top: 16px;
  }


  .bw-number-giftstory-intro > span {
    display: block;

    margin-bottom: 8px;
  }


  .bw-number-giftstory-intro p {
    max-width: none;

    font-size: 12.4px;

    line-height: 1.6;
  }


  /* visual */

  .bw-number-giftstory-visual {
    width:
      min(100%, 380px);

    height: 420px;

    justify-self: auto;

    margin:
      0
      auto;

    border-radius:
      175px
      175px
      12px
      12px;
  }


  /* points */

  .bw-number-giftstory-points {
    display: block;
  }


  .bw-number-giftstory-point,
  .bw-number-giftstory-point:first-child,
  .bw-number-giftstory-point:last-child {
    grid-template-columns:
      29px
      minmax(0, 1fr);

    gap: 10px;

    padding:
      19px
      0
      20px;
  }


  .bw-number-giftstory-point +
  .bw-number-giftstory-point {
    border-top:
      1px solid
      rgba(60, 48, 51, 0.10);
  }


  .bw-number-giftstory-point +
  .bw-number-giftstory-point::before {
    display: none;
  }


  .bw-number-giftstory-number {
    width: 26px;
    height: 26px;
  }


  .bw-number-giftstory-point h3 {
    max-width: 520px;

    margin-bottom: 6px;

    font-size: 15.5px;
  }


  .bw-number-giftstory-point p {
    max-width: 600px;

    font-size: 12px;

    line-height: 1.6;
  }


  /* footer */

  .bw-number-giftstory-footer {
    display: block;

    padding-top: 20px;
  }


  .bw-number-giftstory-footer > span {
    display: block;

    margin-bottom: 12px;
  }


  .bw-number-giftstory-faq {
    display: block;
  }


  .bw-number-giftstory-faq p {
    max-width: 620px;

    margin-bottom: 15px;

    font-size: 11.8px;

    line-height: 1.62;
  }


  .bw-number-giftstory-faq p:last-child {
    margin-bottom: 0;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

  .bw-number-giftstory-inner {
    width:
      calc(100% - 20px);
  }


  .bw-number-giftstory-copy h2 {
    font-size: 27px;
  }


  .bw-number-giftstory-visual {
    width: 100%;
    height: 385px;

    border-radius:
      150px
      150px
      10px
      10px;
  }


  .bw-number-giftstory-intro p {
    font-size: 12px;
  }


  .bw-number-giftstory-point h3 {
    font-size: 15px;
  }


  .bw-number-giftstory-point p {
    font-size: 11.7px;
  }


  .bw-number-giftstory-faq p {
    font-size: 11.6px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bw-number-giftstory-video {
    display: none;
  }


  .bw-number-giftstory-links a,
  .bw-number-giftstory-links a::after,
  .bw-number-giftstory-point,
  .bw-number-giftstory-number {
    transition: none !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14f2322 *//* =========================================================
   BALLONSWELT
   ZAHLENBALLONS FAQ
   SAME DESIGN AS GEBURTSTAG
   ========================================================= */


/* =========================================================
   ROOT / FULL-BLEED
   ========================================================= */

.bw-number-faq-static {
  position: relative;
  left: 50%;

  width: 100vw;
  max-width: none;

  margin: 52px 0 46px;
  padding: 0;

  transform: translateX(-50%);

  background: #fffbf8;

  overflow-x: clip;

  box-sizing: border-box;
}


.bw-number-faq-static *,
.bw-number-faq-static *::before,
.bw-number-faq-static *::after {
  box-sizing: border-box;
}


/* =========================================================
   MAIN SPLIT
   ========================================================= */

.bw-number-faq-static-inner {
  position: relative;

  display: grid;

  grid-template-columns:
    46%
    54%;

  width: 100%;

  min-height: 555px;

  margin: 0;
  padding: 0;

  overflow: hidden;

  background: #fffbf8;

  border-top:
    1px solid
    rgba(184, 95, 112, 0.13);

  border-bottom:
    1px solid
    rgba(184, 95, 112, 0.13);
}


/* =========================================================
   LEFT IMAGE
   ========================================================= */

.bw-number-faq-static-media {
  position: relative;

  width: 100%;
  min-width: 0;
  min-height: 555px;

  margin: 0;
  padding: 0;

  overflow: hidden;

  background-color: #1b1312;

  background-image:
    url("/img/cms/ballonswelt-faq-dark-background.webp") !important;

  background-repeat:
    no-repeat !important;

  background-size:
    cover !important;

  background-position:
    60% center !important;
}


/* =========================================================
   IMAGE OVERLAY
   ========================================================= */

.bw-number-faq-static-media::before {
  content: "";

  position: absolute;
  z-index: 1;

  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(18, 12, 11, 0.63) 0%,
      rgba(18, 12, 11, 0.38) 36%,
      rgba(18, 12, 11, 0.10) 72%,
      rgba(18, 12, 11, 0.02) 100%
    );
}


/* =========================================================
   LOWER SHADE
   ========================================================= */

.bw-number-faq-static-shade {
  position: absolute;

  z-index: 2;

  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(18, 11, 10, 0) 0%,
      rgba(18, 11, 10, 0.03) 44%,
      rgba(18, 11, 10, 0.26) 67%,
      rgba(18, 11, 10, 0.72) 100%
    );
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.bw-number-faq-static-media-content {
  position: absolute;

  z-index: 4;

  left: 17%;
  right: 8%;
  bottom: 12.5%;

  max-width: 590px;

  color: #fffaf7;
}


/* =========================================================
   LABEL
   ========================================================= */

.bw-number-faq-static-label {
  display: flex;

  align-items: center;

  gap: 11px;

  margin: 0 0 13px;

  color:
    rgba(255, 250, 247, 0.96);

  font-size: 9px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.9px;

  text-transform: uppercase;
}


.bw-number-faq-static-label span {
  display: block;

  width: 29px;
  height: 1px;

  flex:
    0 0 29px;

  background:
    rgba(255, 250, 247, 0.82);
}


/* =========================================================
   LEFT HEADING
   ========================================================= */

.bw-number-faq-static-media-content h2 {
  max-width: 560px;

  margin: 0 0 14px;
  padding: 0;

  color: #fffaf7;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size:
    clamp(37px, 3vw, 52px);

  line-height: 0.99;

  font-weight: 400;

  letter-spacing: -0.9px;
}


.bw-number-faq-static-media-content h2 em {
  display: block;

  margin-top: 4px;

  color: #efb5c0;

  font-weight: 400;

  font-style: italic;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.bw-number-faq-static-media-content > p {
  max-width: 450px;

  margin: 0 0 18px;

  color:
    rgba(255, 250, 247, 0.92);

  font-size: 12.5px;

  line-height: 1.6;
}


/* =========================================================
   TRUST ITEMS
   ========================================================= */

.bw-number-faq-static-trust {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap:
    9px
    17px;
}


.bw-number-faq-static-trust span {
  display: inline-flex;

  align-items: center;

  gap: 7px;

  color:
    rgba(255, 250, 247, 0.96);

  font-size: 9px;

  line-height: 1.25;

  white-space: nowrap;
}


.bw-number-faq-static-trust i {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 19px;
  height: 19px;

  flex:
    0 0 19px;

  border:
    1px solid
    rgba(255, 250, 247, 0.60);

  border-radius: 50%;

  color: #ffffff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 8px;

  line-height: 1;

  font-style: normal;
}


/* =========================================================
   RIGHT FAQ PANEL
   ========================================================= */

.bw-number-faq-static-panel {
  position: relative;

  width: 100%;
  min-width: 0;
  min-height: 555px;

  margin: 0;

  padding:
    43px
    6vw
    38px;

  overflow: hidden;

  background: #fffbf8;
}


/* =========================================================
   DECORATIVE QUESTION MARK
   ========================================================= */

.bw-number-faq-static-panel::after {
  content: "?";

  position: absolute;

  z-index: 0;

  top: -42px;
  right: 3.5%;

  color:
    rgba(184, 95, 112, 0.025);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 185px;

  line-height: 1;

  font-style: italic;

  pointer-events: none;
}


/* =========================================================
   FAQ CONTENT WIDTH
   ========================================================= */

.bw-number-faq-static-head,
.bw-number-faq-static-list {
  width: 100%;
  max-width: 810px;

  margin-left: auto;
  margin-right: auto;
}


/* =========================================================
   FAQ HEADER
   ========================================================= */

.bw-number-faq-static-head {
  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding-bottom: 19px;

  border-bottom:
    1px solid
    rgba(60, 48, 51, 0.13);
}


.bw-number-faq-static-head > span {
  color: #b85f70;

  font-size: 9px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 1.8px;

  text-transform: uppercase;
}


.bw-number-faq-static-head > em {
  color: #9a7f84;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16px;

  line-height: 1;

  font-weight: 400;

  font-style: italic;

  white-space: nowrap;
}


/* =========================================================
   LIST
   ========================================================= */

.bw-number-faq-static-list {
  position: relative;

  z-index: 2;

  padding: 0;
}


/* =========================================================
   FAQ ITEM
   ========================================================= */

.bw-number-faq-static-item {
  width: 100%;

  margin: 0;
  padding: 0;

  border: 0;

  border-bottom:
    1px solid
    rgba(60, 48, 51, 0.115);

  border-radius: 0;

  background: transparent;

  overflow: visible;
}


/* =========================================================
   SUMMARY
   ========================================================= */

.bw-number-faq-static-item summary {
  position: relative;

  display: grid;

  grid-template-columns:
    31px
    minmax(0, 1fr)
    40px;

  align-items: center;

  gap: 14px;

  width: 100%;

  min-height: 63px;

  margin: 0;

  padding:
    12px
    0;

  list-style: none;

  cursor: pointer;

  outline: none;
}


.bw-number-faq-static-item summary::-webkit-details-marker {
  display: none;
}


/* =========================================================
   NUMBER
   ========================================================= */

.bw-number-faq-static-number {
  color: #c27180;

  font-size: 8.5px;

  line-height: 1;

  font-weight: 700;

  letter-spacing: 0.4px;
}


/* =========================================================
   QUESTION
   ========================================================= */

.bw-number-faq-static-question {
  color: #3c3033;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 16.5px;

  line-height: 1.32;

  font-weight: 400;

  transition:
    color 220ms ease,
    transform 260ms cubic-bezier(.16, 1, .3, 1);
}


/* =========================================================
   PLUS
   ========================================================= */

.bw-number-faq-static-plus {
  display: none !important;
}


.bw-number-faq-static-item summary::after {
  content: "+";

  display: flex;

  align-items: center;
  justify-content: center;

  justify-self: end;

  width: 31px;
  height: 31px;

  border:
    1px solid
    rgba(184, 95, 112, 0.42);

  border-radius: 50%;

  color: #b85f70;

  background: transparent;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 16px;

  line-height: 1;

  font-weight: 300;

  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 280ms ease;
}


/* =========================================================
   OPEN STATE
   ========================================================= */

.bw-number-faq-static-item[open]
summary::after {
  content: "−";

  color: #ffffff;

  background: #b85f70;

  border-color: #b85f70;

  transform:
    rotate(180deg);
}


/* =========================================================
   ANSWER
   ========================================================= */

.bw-number-faq-static-answer {
  padding:
    0
    52px
    18px
    45px;
}


.bw-number-faq-static-answer p {
  max-width: 675px;

  margin: 0;

  color: #75696c;

  font-size: 12.5px;

  line-height: 1.67;
}


.bw-number-faq-static-answer a {
  color: #b85f70;

  text-decoration: underline;

  text-decoration-thickness: 1px;

  text-underline-offset: 2px;
}


/* =========================================================
   HOVER
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

  .bw-number-faq-static-item summary:hover
  .bw-number-faq-static-question {
    color: #b85f70;

    transform:
      translateX(3px);
  }


  .bw-number-faq-static-item summary:hover::after {
    background: #f9f1f2;

    border-color:
      rgba(184, 95, 112, 0.70);
  }


  .bw-number-faq-static-item[open]
  summary:hover::after {
    color: #ffffff;

    background: #b85f70;
  }

}


/* =========================================================
   KEYBOARD
   ========================================================= */

.bw-number-faq-static-item summary:focus-visible {
  outline:
    2px solid
    rgba(184, 95, 112, 0.42);

  outline-offset: 3px;
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1600px) {

  .bw-number-faq-static-inner {
    grid-template-columns:
      46%
      54%;
  }


  .bw-number-faq-static-media-content {
    left: 17.5%;
  }


  .bw-number-faq-static-panel {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media
(min-width: 768px)
and
(max-width: 1100px) {

  .bw-number-faq-static {
    margin:
      42px
      0
      38px;
  }


  .bw-number-faq-static-inner {
    grid-template-columns:
      43%
      57%;

    min-height: 520px;
  }


  .bw-number-faq-static-media,
  .bw-number-faq-static-panel {
    min-height: 520px;
  }


  .bw-number-faq-static-media {
    background-position:
      63% center !important;
  }


  .bw-number-faq-static-media-content {
    left: 9%;
    right: 7%;
    bottom: 9%;
  }


  .bw-number-faq-static-media-content h2 {
    font-size:
      clamp(31px, 3.9vw, 42px);
  }


  .bw-number-faq-static-trust {
    display: grid;

    gap: 6px;
  }


  .bw-number-faq-static-panel {
    padding:
      34px
      30px
      29px;
  }


  .bw-number-faq-static-head,
  .bw-number-faq-static-list {
    max-width: none;
  }


  .bw-number-faq-static-question {
    font-size: 14.5px;
  }


  .bw-number-faq-static-answer {
    padding:
      0
      45px
      15px
      41px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .bw-number-faq-static {
    width: 100vw;

    margin:
      34px
      0
      31px;
  }


  .bw-number-faq-static-inner {
    display: block;

    min-height: 0;
  }


  /* MEDIA */

  .bw-number-faq-static-media {
    min-height: 330px;

    background-position:
      62% center !important;
  }


  .bw-number-faq-static-media-content {
    left: 22px;
    right: 22px;
    bottom: 21px;

    max-width: 520px;
  }


  .bw-number-faq-static-label {
    margin-bottom: 9px;

    font-size: 8px;
  }


  .bw-number-faq-static-media-content h2 {
    max-width: 470px;

    margin-bottom: 10px;

    font-size:
      clamp(29px, 7.8vw, 38px);
  }


  .bw-number-faq-static-media-content > p {
    max-width: 420px;

    margin-bottom: 14px;

    font-size: 11.5px;
  }


  .bw-number-faq-static-trust span {
    font-size: 8.3px;
  }


  /* FAQ PANEL */

  .bw-number-faq-static-panel {
    min-height: 0;

    padding:
      25px
      20px
      20px;
  }


  .bw-number-faq-static-panel::after {
    top: -14px;
    right: -6px;

    font-size: 105px;
  }


  .bw-number-faq-static-head,
  .bw-number-faq-static-list {
    max-width: none;
  }


  .bw-number-faq-static-head {
    padding-bottom: 14px;
  }


  .bw-number-faq-static-head > span {
    font-size: 8px;
  }


  .bw-number-faq-static-head > em {
    font-size: 13.5px;
  }


  .bw-number-faq-static-item summary {
    grid-template-columns:
      23px
      minmax(0, 1fr)
      30px;

    gap: 9px;

    min-height: 58px;

    padding:
      11px
      0;
  }


  .bw-number-faq-static-number {
    font-size: 7.8px;
  }


  .bw-number-faq-static-question {
    font-size: 13.8px;
  }


  .bw-number-faq-static-item summary::after {
    width: 26px;
    height: 26px;

    font-size: 14px;
  }


  .bw-number-faq-static-answer {
    padding:
      0
      36px
      15px
      32px;
  }


  .bw-number-faq-static-answer p {
    font-size: 11.6px;

    line-height: 1.64;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

  .bw-number-faq-static-media {
    min-height: 290px;

    background-position:
      65% center !important;
  }


  .bw-number-faq-static-media-content {
    left: 17px;
    right: 17px;
    bottom: 17px;
  }


  .bw-number-faq-static-media-content h2 {
    font-size: 29px;
  }


  .bw-number-faq-static-trust {
    display: none;
  }


  .bw-number-faq-static-panel {
    padding:
      22px
      14px
      18px;
  }


  .bw-number-faq-static-question {
    font-size: 13.3px;
  }


  .bw-number-faq-static-item summary::after {
    width: 24px;
    height: 24px;

    font-size: 13px;
  }


  .bw-number-faq-static-answer {
    padding:
      0
      32px
      14px
      29px;
  }


  .bw-number-faq-static-answer p {
    font-size: 11.3px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .bw-number-faq-static-question,
  .bw-number-faq-static-item summary::after {
    transition: none !important;
  }

}/* End custom CSS */