.elementor-14 .elementor-element.elementor-element-95a07fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-34d9b22{--display:flex;}.elementor-14 .elementor-element.elementor-element-ffc1372{--display:flex;}.elementor-14 .elementor-element.elementor-element-0ef8e7e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5cb2e11 *//* =========================
   DAYCARE HERO - MATCHED VERSION
========================= */
.mpw-daycare-hero-v2 {
  position: relative;
  overflow: hidden;
  font-family: 'Nunito', sans-serif;
  padding: 92px 20px 118px;
  background:
    radial-gradient(circle at 8% 22%, rgba(192, 177, 242, 0.22) 0%, rgba(192, 177, 242, 0.12) 16%, rgba(192, 177, 242, 0.00) 34%),
    radial-gradient(circle at 94% 82%, rgba(238, 215, 164, 0.22) 0%, rgba(238, 215, 164, 0.10) 18%, rgba(238, 215, 164, 0.00) 38%),
    linear-gradient(90deg, #f4f0fb 0%, #f8f6f1 52%, #f7f1e1 100%);
}

.mpw-daycare-hero-v2__inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.mpw-daycare-hero-v2__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.mpw-daycare-hero-v2__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1;
  color: #6980a2;
  font-weight: 500;
}

.mpw-daycare-hero-v2__breadcrumb a {
  color: #6980a2;
  text-decoration: none;
}

.mpw-daycare-hero-v2__breadcrumb .sep {
  color: #7e8ca3;
  font-size: 16px;
}

.mpw-daycare-hero-v2__breadcrumb .current {
  color: #17213f;
  font-weight: 600;
}

.mpw-daycare-hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ede6fb;
  color: #7447f5;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.mpw-daycare-hero-v2__badge .icon {
  font-size: 13px;
  line-height: 1;
}

.mpw-daycare-hero-v2 h1 {
  margin: 0 0 22px;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(64px, 7vw, 84px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #121b3a;
}

.mpw-daycare-hero-v2 p {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(24px, 2.25vw, 24px);
  line-height: 1.62;
  font-weight: 500;
  color: #66799a;
}

.mpw-daycare-hero-v2__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.mpw-daycare-hero-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 186px;
  min-height: 78px;
  padding: 18px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.28s ease;
  box-sizing: border-box;
}

.mpw-daycare-hero-v2__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #7d43f7 0%, #6c42ed 100%);
  box-shadow: 0 10px 22px rgba(111, 69, 239, 0.24);
}

.mpw-daycare-hero-v2__btn--primary:hover {
  transform: translateY(-2px);
}

.mpw-daycare-hero-v2__btn--secondary {
  color: #1f2740;
  background: rgba(255,255,255,0.22);
  border: 2px solid rgba(31, 39, 64, 0.10);
  box-shadow: 0 8px 18px rgba(32, 38, 66, 0.04);
  backdrop-filter: blur(2px);
}

.mpw-daycare-hero-v2__btn--secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.36);
}

.mpw-daycare-hero-v2__btn .phone {
  font-size: 18px;
  line-height: 1;
}

/* bottom soft wave */
.mpw-daycare-hero-v2__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 70px;
  z-index: 1;
  pointer-events: none;
}

.mpw-daycare-hero-v2__wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mpw-daycare-hero-v2__wave path {
  fill: #f8f6f1;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .mpw-daycare-hero-v2 {
    padding: 82px 20px 104px;
  }

  .mpw-daycare-hero-v2 h1 {
    font-size: 72px;
  }

  .mpw-daycare-hero-v2 p {
    font-size: 23px;
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .mpw-daycare-hero-v2 {
    padding: 68px 16px 90px;
  }

  .mpw-daycare-hero-v2__top {
    gap: 16px;
    margin-bottom: 24px;
  }

  .mpw-daycare-hero-v2__breadcrumb {
    font-size: 14px;
    gap: 10px;
  }

  .mpw-daycare-hero-v2__badge {
    font-size: 13px;
    padding: 10px 16px;
  }

  .mpw-daycare-hero-v2 h1 {
    font-size: 52px;
    margin-bottom: 18px;
  }

  .mpw-daycare-hero-v2 p {
    font-size: 19px;
    line-height: 1.55;
    max-width: 100%;
  }

  .mpw-daycare-hero-v2__actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
  }

  .mpw-daycare-hero-v2__btn {
    width: 100%;
    max-width: 280px;
    min-height: 66px;
    font-size: 17px;
    padding: 16px 28px;
  }

  .mpw-daycare-hero-v2__wave {
    height: 44px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2619f3 *//* =========================
   ADVANTAGE SECTION
========================= */
.mpw-advantage-section {
  padding: 90px 20px;
  background: #f8f6ef;
  font-family: 'Nunito', sans-serif;
}

.mpw-advantage-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 540px);
  gap: 70px;
  align-items: center;
}

/* =========================
   LEFT SIDE
========================= */
.mpw-advantage-left h2,
.mpw-advantage-left h3 {
  font-family: 'Quicksand', sans-serif;
  color: #111c3b;
  margin: 0;
}

.mpw-advantage-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  background: #f4e5c8;
  border-radius: 999px;
  margin-bottom: 22px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #d88d09;
  letter-spacing: 0.01em;
}

.mpw-advantage-tag-icon {
  font-size: 14px;
  line-height: 1;
}

.mpw-advantage-left h2 {
  max-width: 500px;
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.mpw-advantage-line {
  width: 56px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e69511, #f4b235);
  margin: 22px 0 42px;
}

.mpw-advantage-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mpw-advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 26px 22px;
  border-radius: 26px;
  border: 2px solid transparent;
  box-shadow: 0 10px 28px rgba(36, 34, 70, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mpw-advantage-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(36, 34, 70, 0.08);
}

.mpw-advantage-item-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.mpw-advantage-item-content h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
}

.mpw-advantage-item-content p {
  margin: 0;
  color: #687997;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  max-width: 470px;
}

.mpw-advantage-item--green {
  background: #edf9f1;
  border-color: #b7e7c3;
}

.mpw-advantage-item--green .mpw-advantage-item-icon {
  background: rgba(112, 195, 136, 0.16);
  color: #3e9760;
}

.mpw-advantage-item--pink {
  background: #fff1f5;
  border-color: #efc3cf;
}

.mpw-advantage-item--pink .mpw-advantage-item-icon {
  background: rgba(241, 135, 164, 0.16);
  color: #eb4e7a;
}

.mpw-advantage-item--blue {
  background: #eef5ff;
  border-color: #b7d7ff;
}

.mpw-advantage-item--blue .mpw-advantage-item-icon {
  background: rgba(115, 170, 255, 0.16);
  color: #4c84de;
}

/* =========================
   RIGHT SIDE IMAGE CARD
========================= */
.mpw-advantage-right {
  display: flex;
  justify-content: center;
}

.mpw-advantage-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.mpw-advantage-image-card {
  position: relative;
  background: #efe9f6;
  border-radius: 28px;
  padding: 16px;
  box-shadow: 0 18px 40px rgba(55, 45, 90, 0.10);
  overflow: hidden;
}

.mpw-advantage-image-card img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 22px;
}

/* floating badges */
.mpw-advantage-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 14px 30px rgba(40, 36, 74, 0.10);
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #17213e;
  z-index: 3;
  backdrop-filter: blur(6px);
}

.mpw-advantage-badge--top {
  top: -18px;
  left: -18px;
}

.mpw-advantage-badge--bottom {
  right: -18px;
  bottom: -18px;
  background: linear-gradient(135deg, #7b43f7, #6d41ed);
  color: #fff;
  box-shadow: 0 14px 30px rgba(109, 65, 237, 0.28);
}

.mpw-advantage-badge .star {
  color: #efa313;
  font-size: 16px;
  line-height: 1;
}

.mpw-advantage-badge .heart {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

/* decorative sparkle */
.mpw-advantage-sparkle {
  position: absolute;
  top: 18px;
  right: 12px;
  z-index: 3;
  font-size: 34px;
  color: #f1ab2b;
  line-height: 1;
  animation: mpwAdvantageTwinkle 2.8s ease-in-out infinite;
}

/* =========================
   ANIMATION
========================= */
@keyframes mpwAdvantageTwinkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.15) rotate(8deg);
    opacity: 1;
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .mpw-advantage-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .mpw-advantage-left {
    max-width: 760px;
    margin: 0 auto;
  }

  .mpw-advantage-left h2 {
    max-width: 100%;
  }

  .mpw-advantage-right {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .mpw-advantage-section {
    padding: 70px 16px;
  }

  .mpw-advantage-left h2 {
    font-size: 40px;
  }

  .mpw-advantage-line {
    margin: 18px 0 28px;
  }

  .mpw-advantage-item {
    padding: 20px 18px;
    gap: 16px;
    border-radius: 22px;
  }

  .mpw-advantage-item-content h3 {
    font-size: 18px;
  }

  .mpw-advantage-item-content p {
    font-size: 16px;
  }

  .mpw-advantage-image-card {
    padding: 12px;
    border-radius: 24px;
  }

  .mpw-advantage-image-card img {
    height: 380px;
    border-radius: 18px;
  }

  .mpw-advantage-badge {
    font-size: 13px;
    padding: 12px 14px;
  }

  .mpw-advantage-badge--top {
    top: -12px;
    left: -4px;
  }

  .mpw-advantage-badge--bottom {
    right: -4px;
    bottom: -12px;
  }

  .mpw-advantage-sparkle {
    top: 12px;
    right: 6px;
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc5784b *//* =========================
   FOUNDATION SECTION
========================= */
.mpw-foundation-section {
  padding: 95px 20px;
  background: #fbfaf7;
  font-family: 'Nunito', sans-serif;
}

.mpw-foundation-container {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 520px) minmax(520px, 1fr);
  gap: 72px;
  align-items: start;
}

/* =========================
   LEFT SIDE
========================= */
.mpw-foundation-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mpw-foundation-image-wrap {
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #f3ecd0 0%, #f8efe8 100%);
  box-shadow: 0 16px 36px rgba(48, 42, 80, 0.08);
  border: 1px solid rgba(30, 35, 60, 0.04);
}

.mpw-foundation-image-wrap img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.mpw-foundation-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
}

.mpw-foundation-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(28, 39, 66, 0.07);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(35, 38, 70, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.mpw-foundation-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(35, 38, 70, 0.08);
}

.mpw-foundation-feature-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: rgba(125, 67, 247, 0.10);
  color: #7b43f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.mpw-foundation-feature span:last-child {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #16213d;
  line-height: 1.35;
}

/* =========================
   RIGHT SIDE
========================= */
.mpw-foundation-right h2 {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #101b3b;
}

.mpw-foundation-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: #eaf2ff;
  color: #6da1f5;
  border-radius: 999px;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.mpw-foundation-line {
  width: 58px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7d43f7, #8d63ff);
  margin: 20px 0 28px;
}

.mpw-foundation-right p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: #677997;
  max-width: 680px;
}

.mpw-foundation-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  min-width: 190px;
  min-height: 76px;
  padding: 18px 30px;
  background: linear-gradient(135deg, #7d43f7 0%, #6c42ed 100%);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(112, 68, 239, 0.24);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.mpw-foundation-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(112, 68, 239, 0.28);
}

.mpw-foundation-btn-icon {
  font-size: 18px;
  line-height: 1;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .mpw-foundation-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .mpw-foundation-left,
  .mpw-foundation-right {
    max-width: 760px;
    margin: 0 auto;
  }

  .mpw-foundation-right p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mpw-foundation-section {
    padding: 70px 16px;
  }

  .mpw-foundation-image-wrap {
    border-radius: 24px;
  }

  .mpw-foundation-image-wrap img {
    height: 320px;
  }

  .mpw-foundation-features {
    grid-template-columns: 1fr;
  }

  .mpw-foundation-feature {
    min-height: 68px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .mpw-foundation-right h2 {
    font-size: 40px;
  }

  .mpw-foundation-line {
    margin: 18px 0 22px;
  }

  .mpw-foundation-right p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .mpw-foundation-btn {
    width: 100%;
    max-width: 260px;
    min-height: 66px;
    font-size: 17px;
    padding: 16px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0e5554 *//* =========================
   FINAL FULL WIDTH CTA
========================= */
.mpw-final-cta {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 110px 20px 120px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  background: linear-gradient(135deg, #7b3ff6 0%, #8347fb 45%, #7a3ff3 100%);
}

/* soft background glow blobs */
.mpw-final-cta__shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.22;
  pointer-events: none;
}

.mpw-final-cta__shape--1 {
  width: 220px;
  height: 220px;
  background: #ffb7dd;
  right: 120px;
  bottom: -20px;
  animation: mpwFinalFloatBlob 8s ease-in-out infinite;
}

.mpw-final-cta__shape--2 {
  width: 180px;
  height: 180px;
  background: #9a74ff;
  left: -30px;
  top: 40px;
  opacity: 0.14;
  animation: mpwFinalFloatBlob 10s ease-in-out infinite reverse;
}

.mpw-final-cta__inner {
  position: relative;
  z-index: 3;
  max-width: 980px;
  margin: 0 auto;
}

.mpw-final-cta h2 {
  margin: 0 auto 26px;
  max-width: 900px;
  font-family: 'Quicksand', sans-serif;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.14;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: #ffffff;
}

.mpw-final-cta p {
  margin: 0 auto 42px;
  max-width: 900px;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.6;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.mpw-final-cta__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mpw-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 186px;
  min-height: 82px;
  padding: 20px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.mpw-final-cta__btn--primary {
  background: #ffffff;
  color: #7343f4;
  box-shadow: 0 16px 36px rgba(255, 255, 255, 0.10);
}

.mpw-final-cta__btn--primary:hover {
  transform: translateY(-3px) scale(1.02);
  background: #ffffff;
}

.mpw-final-cta__btn--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
}

.mpw-final-cta__btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.10);
}

.mpw-final-cta__phone {
  font-size: 18px;
  line-height: 1;
}

/* decorative sparkles */
.mpw-final-cta__spark {
  position: absolute;
  z-index: 2;
  color: rgba(210, 188, 255, 0.65);
  line-height: 1;
  pointer-events: none;
  animation: mpwFinalTwinkle 2.8s ease-in-out infinite;
}

.mpw-final-cta__spark--1 {
  left: 17%;
  top: 38%;
  font-size: 40px;
}

.mpw-final-cta__spark--2 {
  left: 26%;
  bottom: 10%;
  font-size: 36px;
  animation-delay: 0.8s;
}

.mpw-final-cta__spark--3 {
  right: 24%;
  top: 10%;
  font-size: 26px;
  animation-delay: 1.2s;
}

/* animations */
@keyframes mpwFinalTwinkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.16) rotate(10deg);
    opacity: 1;
  }
}

@keyframes mpwFinalFloatBlob {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(-14px) translateX(8px);
  }
}

/* responsive */
@media (max-width: 767px) {
  .mpw-final-cta {
    padding: 80px 16px 90px;
  }

  .mpw-final-cta h2 {
    font-size: 38px;
    line-height: 1.18;
    max-width: 100%;
  }

  .mpw-final-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .mpw-final-cta__actions {
    flex-direction: column;
    gap: 14px;
  }

  .mpw-final-cta__btn {
    width: 100%;
    max-width: 280px;
    min-height: 68px;
    font-size: 17px;
    padding: 16px 24px;
  }

  .mpw-final-cta__spark--1 {
    left: 8%;
    top: 34%;
    font-size: 30px;
  }

  .mpw-final-cta__spark--2 {
    left: 14%;
    bottom: 8%;
    font-size: 28px;
  }

  .mpw-final-cta__spark--3 {
    right: 10%;
    top: 8%;
    font-size: 22px;
  }

  .mpw-final-cta__shape--1 {
    width: 150px;
    height: 150px;
    right: 10px;
    bottom: -10px;
  }

  .mpw-final-cta__shape--2 {
    width: 120px;
    height: 120px;
    left: -20px;
    top: 20px;
  }
}/* End custom CSS */