.label-block {
  width: 144rem;
  margin: 0 auto;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  color: #00343a;
  padding-bottom: 12rem;
}
@media screen and (max-width: 880px) {
  .label-block {
    width: 39rem;
    padding-bottom: 5.5rem;
  }
}
.label-block .anchor {
  position: absolute;
  top: -10rem;
}
@media screen and (max-width: 880px) {
  .label-block .anchor {
    top: -5.5rem;
  }
}
.label-block .green {
  background: #ebfaef;
  border-radius: 1rem;
  padding: 4.9rem 7.4rem 5.1rem 6.6rem;
  display: flex;
}
@media screen and (max-width: 880px) {
  .label-block .green {
    padding: 3.7rem 4.6rem 4.8rem 2.5rem;
    flex-direction: column;
    margin-top: 8rem;
  }
}
.label-block .green h2 {
  width: 42.8rem;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem;
  color: #00343a;
  padding-top: 5.1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 880px) {
  .label-block .green h2 {
    width: 100%;
    font-size: 3.5rem;
    line-height: 3.5rem;
    padding: 0;
    margin: 0;
  }
}
.label-block .green .steps {
  margin-left: 9rem;
  display: flex;
  flex-direction: column;
  gap: 3.1rem;
  padding-top: 5.1rem;
}
@media screen and (max-width: 880px) {
  .label-block .green .steps {
    width: 100%;
    gap: 0.2rem;
    padding: 0;
    margin: 3.7rem 0 0;
  }
}
.label-block .green .steps .step {
  display: flex;
  gap: 1.5rem;
}
.label-block .green .steps .step .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.label-block .green .steps .step .content {
  display: flex;
  flex-direction: column;
}
.label-block .green .steps .step .content p {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #00343a;
  margin: 0.5rem 0 1.9rem;
}
@media screen and (max-width: 880px) {
  .label-block .green .steps .step .content p {
    font-size: 2.2rem;
    line-height: 2.64rem;
  }
}
.label-block .green .steps .step .content a {
  display: flex;
  align-items: center;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #00343a;
  margin: 0 0 0.9rem;
}
.label-block .green .steps .step .content a img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.6rem;
}
.label-block .green .steps .step .content p:last-child:not(:first-child) {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.92rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 880px) {
  .label-block .green .steps .step .content p:last-child:not(:first-child) {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 0.8rem;
  }
}
.label-block .green .steps.cta-register {
  padding-top: 2.6rem;
  gap: 2.2rem;
  width: 34.5rem;
  margin-left: 14.6rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 880px) {
  .label-block .green .steps.cta-register {
    width: 100%;
    margin: 2.3rem 0 0;
    padding: 0;
  }
}
.label-block .green .steps.cta-register p {
  font-family: "Aeonik", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #00343a;
  margin: 0;
}
.label-block .green .steps.cta-register .btn {
  background: #00343a;
  border-radius: 5rem;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  color: #cdde5e;
  padding: 2.1rem 5.5rem;
  width: fit-content;
}
@media screen and (max-width: 880px) {
  .label-block .green .steps.cta-register .btn {
    padding: 1.5rem 4.5rem;
    width: 100%;
  }
}
.label-block .green .label-preview {
  width: 28.2rem;
  height: 28rem;
  position: relative;
  padding: 21rem 6.8rem 3.8rem;
  margin-left: 6.4rem;
}
.label-block .green .label-preview::before {
  content: "";
  position: absolute;
  top: 6.8rem;
  left: -4rem;
  width: 6.1rem;
  height: 3.4rem;
  background: url(../../../../../assets/images/svg/arrow-arc-right.svg) no-repeat 0 0 / cover;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .label-block .green .label-preview {
    width: 100%;
    margin: 4.4rem auto 0;
    padding-top: 20rem;
  }
  .label-block .green .label-preview:before {
    top: -2.4rem;
    left: unset;
    right: 2.2rem;
  }
}
.label-block .green .label-preview img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.label-block .green .label-preview a {
  background: #cdde5e;
  border-radius: 5rem;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #00343a;
  padding: 1.1rem 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .label-block .green .label-preview a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.label-block .upload-block {
  margin-top: 11.4rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block {
    margin-top: 6.7rem;
  }
}
.label-block .upload-block h3 {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 5rem;
  line-height: 4.5rem;
  color: #00343a;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block h3 {
    font-size: 3rem;
    line-height: 4.5rem;
    margin: 0;
  }
}
.label-block .upload-block .subtitle {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #00343a;
  margin-top: 1.8rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .subtitle {
    font-size: 1.6rem;
    line-height: 1.92rem;
    margin-top: 0.6rem;
  }
}
.label-block .upload-block .subtitle + p {
  margin-top: 6.1rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #00343a;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .subtitle + p {
    font-size: 1.6rem;
    line-height: 1.92rem;
    margin-top: 3.2rem;
  }
}
.label-block .upload-block ul {
  margin-top: 1.8rem;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block ul {
    margin-top: 3.2rem;
  }
}
.label-block .upload-block ul li {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #33a579;
  padding: 0;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block ul li {
    font-size: 2.2rem;
    line-height: 2.64rem;
  }
}
.label-block .upload-block ul li + li {
  margin-top: 0.8rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block ul li + li {
    margin-top: 1rem;
  }
}
.label-block .upload-block .btn {
  background: #00343a;
  border-radius: 5rem;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  color: #cdde5e;
  padding: 2rem 2.3rem;
  margin-top: 5.5rem;
  display: flex;
  width: 44rem;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .btn {
    width: 100%;
    margin-top: 3.7rem;
  }
}
.label-block .upload-block a + p {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #00343a;
  margin-top: 1.5rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block a + p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1.4rem;
  }
}
.label-block .upload-block .columns {
  display: flex;
  gap: 22.1rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .columns {
    gap: 0;
    flex-direction: column;
    margin-top: 3.7rem;
  }
}
.label-block .upload-block .left .file-upload {
  position: relative;
  display: inline-block;
}
.label-block .upload-block .left .file-upload.has-error .error {
  display: flex;
}
.label-block .upload-block .left .file-upload.has-error .preview .image:before {
  display: none;
}
.label-block .upload-block .left .file-upload.has-error .preview .image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .left .file-upload {
    width: 100%;
    margin-top: 0;
  }
}
.label-block .upload-block .left .file-upload .preview {
  display: none;
  padding: 1.7rem;
  background: rgba(217, 213, 204, 0.2);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.label-block .upload-block .left .file-upload .preview:has(img) {
  display: block;
  width: 51rem;
  height: fit-content;
  padding: 1rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .left .file-upload .preview:has(img) {
    width: 100%;
    margin: 0 0 2.3rem;
  }
}
.label-block .upload-block .left .file-upload .preview .image {
  position: relative;
}
.label-block .upload-block .left .file-upload .preview .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.4%, #000000 103.4%);
}
.label-block .upload-block .left .file-upload .preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  display: block;
}
.label-block .upload-block .left .file-upload .preview span {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.9rem;
  color: #fff;
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  z-index: 1;
}
.label-block .upload-block .left .file-upload .error {
  margin: 1.9rem 0 3.3rem;
  display: none;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .left .file-upload .error {
    margin: 1.6rem 0 2.7rem;
  }
}
.label-block .upload-block .left .file-upload .error img {
  width: 3.2rem;
  height: 3.2rem;
}
.label-block .upload-block .left .file-upload .error span {
  font-family: 'Aeonik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #F6343B;
}
.label-block .upload-block .left .file-upload input[type="file"] {
  display: none;
}
.label-block .upload-block .left .file-upload .btn {
  background: #00343a;
  border-radius: 5rem;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  color: #cdde5e;
  padding: 2rem 2.3rem;
  display: inline-block;
  cursor: pointer;
  margin-top: 0;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .left .file-upload .btn {
    width: 100%;
  }
}
.label-block .upload-block .left p {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #00343a;
  margin-top: 3.5rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .left p {
    font-size: 1.6rem;
    line-height: 1.92rem;
    margin-top: 1.6rem;
  }
}
.label-block .upload-block .left .options input {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.label-block .upload-block .left .options label {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #00343a;
  padding-left: 3.1rem;
  position: relative;
  cursor: pointer;
}
.label-block .upload-block .left .options label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.1rem;
  height: 2.1rem;
  background: #00343a;
  border-radius: 50%;
  transform: translateY(-50%);
}
.label-block .upload-block .left .options label:has(input[type="radio"]:checked)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #cdde5e;
  border-radius: 50%;
  transform: translateY(-50%);
}
.label-block .upload-block .left .options label + label {
  margin-left: 3.1rem;
}
.label-block .upload-block .right {
  position: relative;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .right {
    margin-top: 6rem;
  }
}
.label-block .upload-block .right .icon {
  position: absolute;
  top: 0;
  left: -6.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .right .icon {
    left: 0;
  }
}
.label-block .upload-block .right .step {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #00343a;
  margin: 1rem 0 0;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .right .step {
    font-size: 2.2rem;
    line-height: 2.64rem;
    padding-left: 6.5rem;
  }
}
.label-block .upload-block .right .list-title {
  margin-top: 4.1rem;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #00343a;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .right .list-title {
    font-size: 1.8rem;
    line-height: 2.16rem;
    margin-top: 5.5rem;
  }
}
.label-block .upload-block .right ul {
  margin-top: 1.1rem;
  padding-left: 1.9rem;
}
.label-block .upload-block .right ul li {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #00343a;
  position: relative;
}
.label-block .upload-block .right ul li:before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: -1.9rem;
  width: 0.8rem;
  height: 0.8rem;
}
.label-block .upload-block .right ul + p {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #00343a;
  margin-top: 2.3rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .right ul + p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 2.7rem;
  }
}
.label-block .upload-block .right .btn-green {
  margin-top: 2.7rem;
  background: #cdde5e;
  border-radius: 5rem;
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #00343a;
  padding: 1.5rem 2.2rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .right .btn-green {
    padding: 1.5rem 2.2rem;
    width: 100%;
    margin-top: 3.3rem;
    display: flex;
    justify-content: center;
  }
}
.label-block .upload-block .right .note {
  font-family: "Aeonik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #00343a;
  margin-top: 3.3rem;
}
@media screen and (max-width: 880px) {
  .label-block .upload-block .right .note {
    line-height: 2.4rem;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=index.css.map */