/* Investment Essentials - CTA section */
.investment-cta-section .contentArea {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  padding: 70px 0;
}

.investment-cta-section .block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-color: #ebf4ff;
  margin: 0;
  width: 100%;
  padding: clamp(32px, 5vw, 120px) clamp(24px, 4vw + 8px, 120px);
  gap: clamp(14.2px, 2.5vw + 5px, 60px);
  border-radius: clamp(12px, 1.2vw + 4px, 24px);
}

.investment-cta-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: clamp(100%, 50%, 70%);
  gap: clamp(24px, 3vw + 8px, 64px);
}

.investment-cta-section .heading {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  font-family: 'P22 Mackinac Pro', serif;
  font-weight: 500;
  color: #333f5b;
  line-height: 120%;
  margin: 0;
  width: clamp(320px, 50vw + 20px, 618px);
  font-size: clamp(20px, 3vw + 0.5rem, 64px);
  letter-spacing: clamp(-0.02em, -0.03em, -0.04em);
}

.investment-cta-section .subheading {
  position: relative;
  /* display: flex; */
  /* align-items: center; */
  text-align: left;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 500;
  color: #6d717b;
  width: clamp(183.9px, 35vw + 50px, 502.9px);
  font-size: clamp(12px, 1vw + 0.5rem, 20px);
  letter-spacing: clamp(-0.02em, -0.025em, -0.03em);
  line-height: clamp(141%, 1vw + 140%, 150%);
}

.investment-cta-section .subheading p{
  margin: 0;
}

.investment-cta-section .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #3495ff;
  color: #fff;
  font-family: 'PP Neue Montreal', sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 150%;
  gap: 10px;
  z-index: 3;
  height: clamp(56px, 1.5vw + 52px, 64px);
  padding: 24px clamp(32px, 3vw + 10px, 48px);
  border-radius: clamp(20px, 1vw + 12px, 24px);
  font-size: clamp(15px, 0.3vw + 14px, 16px);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0;
}

.investment-cta-section .button:hover {
  background-color: #1f7ae0;
}

.investment-cta-section .exploreOurResources {
  position: relative;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 150%;
}

.investment-cta-section .solararrowRightLinearIcon {
  width: clamp(18px, 1vw + 10px, 20px);
  position: relative;
  max-height: 100%;
}

.investment-cta-section .deviceImage {
  position: absolute;
  object-fit: cover;
  flex-shrink: 0;
  z-index: 0;
  width: clamp(297px, 37vw, 670px);
  border-radius: 30px;
  height: auto;
  right: 6%;
  bottom: 80px;
  transition: transform 0.3s ease, margin 0.3s ease;
}

.investment-cta-section .blockChild {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  height: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  background-color: #ebf4ff;
  z-index: 0;
  flex-shrink: 0;
}

.investment-cta-section .blockItem {
  width: 500px;
  position: absolute;
  margin: 0 !important;
  top: 100px;
  right: 20px;
  filter: blur(60px);
  border-radius: 50%;
  background-color: #f8d194;
  height: 500px;
  z-index: 0;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .investment-cta-section .block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .investment-cta-section .heading,
  .investment-cta-section .subheading {
    width: 100%;
  }

  .investment-cta-section .contentArea {
    padding: 0;
  }

  .investment-cta-section .deviceImage {
    order: 1;
    position: relative;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: auto;
    right: unset;
    bottom: unset;
  }

  .investment-cta-section .wrapper {
    order: 2;
  }

  .investment-cta-section .blockItem {
    width: 250px;
    position: absolute;
    margin: 0 !important;
    top: 10px;
    right: 10px;
    filter: blur(40px);
    border-radius: 50%;
    background-color: #f8d194;
    height: 250px;
    z-index: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .investment-cta-section .blockItem {
    width: 150px;
    position: absolute;
    margin: 0 !important;
    top: 10px;
    right: 10px;
    filter: blur(30px);
    border-radius: 50%;
    background-color: #f8d194;
    height: 150px;
    z-index: 0;
    flex-shrink: 0;
  }

  .investment-cta-section .deviceImage {
    bottom: 10px;
  }
}
