:root {
  --white: white;
  --black: black;
}

body {
  color: rgba(0, 0, 0, .9);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.main {
  width: 100%;
  height: 100vh;
  background-color: #ffd976;
  background-image: linear-gradient(#cdff8e, #ffd976 50%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 840px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo {
  height: 32px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montagu Slab, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
}

.span {
  text-align: center;
  letter-spacing: .5em;
  padding-left: 32px;
}

.subtitle {
  color: rgba(0, 0, 0, .9);
  text-align: center;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.form-block {
  margin-bottom: 64px;
}

.form {
  width: 520px;
  display: flex;
}

.input {
  height: 64px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #000;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, .04);
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
}

.input:hover {
  background-color: rgba(255, 255, 255, .7);
}

.input:active {
  background-color: rgba(255, 255, 255, .6);
}

.input:focus {
  border-color: rgba(0, 0, 0, .04);
}

.input:focus-visible {
  border-color: rgba(0, 0, 0, .04);
}

.input[data-wf-focus-visible] {
  border-color: rgba(0, 0, 0, .04);
}

.input::-ms-input-placeholder {
  color: #bdbdbd;
}

.input::placeholder {
  color: #bdbdbd;
}

.button {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 20px 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button:hover {
  background-color: #3d3d3d;
}

.button:active {
  background-color: #454545;
  transform: scale(.975);
}

.form-success {
  color: #fff;
  background-color: rgba(169, 255, 117, .7);
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  line-height: 32px;
}

.form-agreement {
  color: rgba(0, 0, 0, .55);
  text-align: center;
  margin-top: 12px;
  font-family: Inter, sans-serif;
}

.span-link-white {
  color: rgba(0, 0, 0, .55);
  border-bottom: 1px solid rgba(0, 0, 0, .26);
  text-decoration: none;
  display: inline-block;
}

.span-link-white:hover {
  border-bottom-color: rgba(0, 0, 0, .55);
}

.span-link-white:active {
  border-bottom-color: rgba(0, 0, 0, .7);
}

.image-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image {
  width: 2750px;
  max-width: 2750px;
}

.left-col {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 48px;
  bottom: auto;
  left: -180px;
  right: auto;
}

.left-col-badge {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(253, 141, 255, .7);
  border-radius: 24px;
  padding: 12px 20px;
  position: relative;
  top: -42px;
  transform: rotate(-4deg);
}

.text {
  color: rgba(0, 0, 0, .9);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.left-col-3 {
  z-index: 3;
  position: absolute;
  top: 186px;
  bottom: auto;
  left: -20px;
  right: auto;
}

.left-col-2 {
  z-index: 3;
  position: absolute;
  top: 220px;
  bottom: auto;
  left: 100px;
  right: auto;
}

.right-col {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 48px;
  bottom: auto;
  left: auto;
  right: -180px;
}

.right-col-badge {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(169, 255, 117, .7);
  border-radius: 24px;
  padding: 12px 20px;
  position: relative;
  top: -42px;
  transform: rotate(2deg);
}

.right-col-2 {
  z-index: 3;
  position: absolute;
  top: 120px;
  bottom: auto;
  left: -39px;
  right: auto;
}

.right-col-3 {
  z-index: 3;
  position: absolute;
  top: 176px;
  bottom: auto;
  left: 100px;
  right: auto;
}

.message-text {
  color: rgba(0, 0, 0, .9);
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .main {
    left: 120px;
  }

  .left-col-badge {
    width: 220px;
    left: -50px;
  }

  .left-col-3 {
    top: 166px;
  }

  .right-col-badge {
    width: 184px;
  }

  .right-col-2 {
    top: 88px;
  }

  .right-col-3 {
    top: 160px;
    left: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .main {
    padding-top: 80px;
  }

  .container {
    max-width: 1080px;
  }

  .h1 {
    font-size: 72px;
    line-height: 72px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 450px;
  }

  .h1 {
    font-size: 46px;
    line-height: 46px;
  }

  .span {
    letter-spacing: 0;
    padding-left: 0;
  }

  .image {
    width: 1375px;
    max-width: 1375px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    height: 100vh;
    min-height: 600px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 100%;
  }

  .logo {
    height: 24px;
    margin-bottom: 40px;
  }

  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .form-block {
    margin-bottom: 56px;
  }

  .form {
    width: auto;
  }

  .input {
    height: 40px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .button {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .form-success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-col {
    display: none;
  }

  .text {
    font-size: 20px;
    line-height: 28px;
  }

  .right-col {
    display: none;
  }

  .message-text {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    min-height: 720px;
  }

  .h1 {
    line-height: 32px;
  }

  .form {
    flex-direction: column;
  }

  .input {
    width: 100%;
    margin-bottom: 8px;
  }
}


