.right-wrap button.big {
  background: var(--orange2);
}
header {
  background-attachment: scroll;
  background-image: url(https://assets-cdn.carwars.com/websites/landing-pages/Cloud+Phone+System_Tile.jpg);
  background-position-x: right;
  padding: 7rem 0rem;
}
header label {
  font-size: 1.4rem;
  color: var(--green3);
}

header .textwrapper > .title {
  color: white;
  font-size: 5rem;
  font-family: var(--mlight);
}

section.first {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

section.first.lander {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

section.first.lander .textwrapper {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  max-width: 770px;
  margin: 0;
  padding: 1.5rem;
}

section.first.lander .textwrapper ul {
  list-style: disc;
}

section.first.lander .textwrapper li {
  margin-bottom: 1rem;
}

.subtitle {
  margin-bottom: 1.5rem !important;
  color: white;
}

.formfill button {
  visibility: visible !important;
  animation: none;
}

.right-wrap {
  width: 100%;
  max-width: 960px;
  min-width: 25rem;
}

.embed-wrapper {
  width: 100%;
  background-color: var(--l-gray);
  background: linear-gradient(var(--l-gray), var(--l-gray), var(--gray3));
  box-shadow: var(--shadow-hover);
  border-radius: var(--radius-big);
  position: relative;
  transition: opacity var(--ease);
  z-index: 14;
}

.embed-wrapper.png {
  height: 100vh;
}

.embed-wrapper.png img {
  width: 100%;
}

.embed-wrapper .formfill {
  margin-top: calc(-15rem + -25vw);
  position: relative;
}

.embed-wrapper iframe {
  border: none;
  margin: 0;
  width: calc(100% + 1px);
  height: 100vh;
  margin-bottom: -5px;
  transition: var(--ease);
  animation: show 0.3s both;
  animation-delay: 0.5s;
}

.right-wrap button.big {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#formfill .icon {
  width: 12.5rem;
  height: auto;
  margin-top: -1rem;
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
  header .textwrapper {
    margin: auto 2rem;
  }

  header .textwrapper > .title {
    font-size: 4rem;
    font-family: var(--mlight);
    line-height: 1;
    padding-bottom: 1rem;
  }

  section.first.lander {
    flex-direction: column;
  }

  section.first.lander .textwrapper.long > .title {
    margin-right: auto;
  }

  .embed-wrapper.png {
    height: auto !important;
    overflow: hidden;
  }

  .embed-wrapper iframe {
    height: 70vh;
  }
}

@media screen and (max-width: 550px), screen and (max-device-width: 550px) {
  header .textwrapper > .title {
    font-size: 3rem;
    font-family: var(--mlight);
    line-height: 1;
    padding-bottom: 1rem;
  }

  .right-wrap {
    min-width: 280px;
  }

  .embed-wrapper .formfill {
    margin-top: calc(-5rem + -15vw);
  }
}
