html,
body {
  overflow-x: hidden;
}

.ast-container,
.site-content .ast-container,
.entry-content,
.page .entry-content,
.single .entry-content,
.entry-content > .wp-block-shortcode {
  max-width: 100% !important;
}

.page .entry-content,
.single .entry-content,
.ast-container,
.site-content .ast-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-content > .wp-block-uagb-container,
.entry-content .wp-block-uagb-container:has(.vm-vvolta-section),
.uagb-container-inner-blocks-wrap:has(.vm-vvolta-section),
.wp-block-uagb-container:has(.vm-vvolta-section) {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-uagb-container,
.uagb-container-inner-blocks-wrap {
  max-width: 100%;
}

.vm-vvolta-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff;
  padding: 58px 0 62px;
  box-sizing: border-box;
  overflow: hidden;
}

.vm-vvolta-shell {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}

.vm-vvolta-grid {
  display: grid;
  grid-template-columns: 620px 460px;
  column-gap: 34px;
  align-items: center;
  justify-content: space-between;
}

.vm-vvolta-left {
  min-width: 0;
}

.vm-vvolta-copy {
  width: 100%;
}

.vm-vvolta-title {
  margin: 0 0 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  color: #49a650 !important;
}

.vm-vvolta-title span {
  display: block;
  margin: 0;
  padding: 0;
  color: #49a650 !important;
}

.vm-vvolta-kicker {
  font-size: 40px;
  line-height: 0.98;
  margin-bottom: 10px;
}

.vm-vvolta-main {
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.3px;
}

.vm-vvolta-bottom {
  display: grid;
  grid-template-columns: 190px 320px;
  column-gap: 42px;
  align-items: start;
}

.vm-vvolta-text {
  color: #3e3e3e;
  font-family: "Poppins", sans-serif;
}

.vm-vvolta-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.62;
  color: #3e3e3e;
}

.vm-vvolta-highlight {
  margin-bottom: 12px !important;
}

.vm-vvolta-highlight,
.vm-vvolta-highlight strong {
  color: #49a650 !important;
  font-weight: 700;
}

.vm-vvolta-cycle-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 2px;
}

.vm-vvolta-cycle {
  display: block;
  width: 100%;
  max-width: 290px;
  height: auto;
}

.vm-vvolta-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.vm-vvolta-poster-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  transform: translateX(-4px);
}

.vm-vvolta-poster {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
}

/* Slightly larger desktop */
@media (min-width: 1400px) {
  .vm-vvolta-shell {
    max-width: 1180px;
  }

  .vm-vvolta-grid {
    grid-template-columns: 660px 430px;
    column-gap: 36px;
  }

  .vm-vvolta-main {
    font-size: 52px;
  }

  .vm-vvolta-bottom {
    grid-template-columns: 198px 332px;
    column-gap: 44px;
  }

  .vm-vvolta-cycle {
    max-width: 302px;
  }

  .vm-vvolta-poster {
    max-width: 408px;
  }
}

@media (max-width: 1200px) {
  .vm-vvolta-shell {
    max-width: 1080px;
    padding: 0 24px;
  }

  .vm-vvolta-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    column-gap: 28px;
  }

  .vm-vvolta-main {
    font-size: 44px;
  }

  .vm-vvolta-bottom {
    grid-template-columns: 180px 290px;
    column-gap: 32px;
  }

  .vm-vvolta-cycle {
    max-width: 270px;
  }

  .vm-vvolta-poster {
    max-width: 345px;
  }
}

@media (max-width: 1024px) {
  .vm-vvolta-section {
    padding: 48px 0 54px;
  }

  .vm-vvolta-shell {
    padding: 0 20px;
  }

  .vm-vvolta-grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .vm-vvolta-title {
    margin-bottom: 28px;
  }

  .vm-vvolta-kicker {
    font-size: 32px;
  }

  .vm-vvolta-main {
    font-size: 42px;
    line-height: 1.04;
  }

  .vm-vvolta-bottom {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .vm-vvolta-cycle-wrap,
  .vm-vvolta-poster-wrap,
  .vm-vvolta-right {
    justify-content: flex-start;
    transform: none;
  }

  .vm-vvolta-cycle {
    max-width: 290px;
  }

  .vm-vvolta-poster {
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .vm-vvolta-section {
    padding: 40px 0 46px;
  }

  .vm-vvolta-kicker {
    font-size: 27px;
  }

  .vm-vvolta-main {
    font-size: 34px;
    line-height: 1.05;
  }

  .vm-vvolta-text p {
    font-size: 15px;
    line-height: 1.58;
  }

  .vm-vvolta-cycle,
  .vm-vvolta-poster {
    max-width: 280px;
  }

  .vm-vvolta-right,
  .vm-vvolta-poster-wrap,
  .vm-vvolta-cycle-wrap {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .vm-vvolta-shell {
    padding: 0 18px;
  }

  .vm-vvolta-kicker {
    font-size: 22px;
  }

  .vm-vvolta-main {
    font-size: 28px;
  }

  .vm-vvolta-text p {
    font-size: 14px;
    line-height: 1.56;
  }

  .vm-vvolta-cycle,
  .vm-vvolta-poster {
    max-width: 240px;
  }
}