@media screen and (min-width: 768px) {
  .editor-image.image-left .editor-image__content {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .editor-image.image-left .wrap-editor {
    padding-right: 0;
    padding-left: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .editor-image.image-left .wrap-editor .wrap-editor {
    padding-left: 0;
  }
}

.editor-image.image-left .wrap-editor .wrap-editor .wrapper {
  padding: 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .editor-image__content {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .editor-image .wrap-editor {
    padding-right: 8.125rem;
  }
}

.editor-image .editor ol {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .editor-image .editor ol {
    margin-bottom: 2.5rem;
  }
}

.editor-image .editor ol li {
  margin-bottom: 0.75rem;
  counter-increment: number;
  padding: 0.1875rem 0 0.1875rem 2.1875rem;
  position: relative;
  min-height: 1.75rem;
}

@media screen and (min-width: 768px) {
  .editor-image .editor ol li {
    padding: 0.3125rem 0 0.3125rem 3.1875rem;
    min-height: 2.25rem;
    margin-bottom: 0.9375rem;
  }
}

.editor-image .editor ol li:before {
  content: counter(number);
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  background-color: #E1F3E2;
  color: #55C96B;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .editor-image .editor ol li:before {
    height: 2.25rem;
    width: 2.25rem;
  }
}

.editor-image .image {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .editor-image .image {
    margin-bottom: 2.5rem;
  }
}

.editor-image .image img {
  border-radius: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .editor-image .image img {
    border-radius: 3.75rem;
  }
}

.editor-image .box-green {
  padding: 1.25rem;
  border-radius: 1.875rem;
  background-color: #E1F3E2;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .editor-image .box-green {
    padding: 1.875rem;
  }
}

.editor-image .box-green .title-small {
  margin-bottom: 0.625rem;
}

.editor-image .box-green .description {
  margin-bottom: 1.875rem;
}

.editor-image .box-green .wrap-btn {
  text-align: right;
}

.editor-image .box-green .wrap-btn .btn:after {
  content: '\E814';
}

.editor-image .box-question {
  padding: 1.25rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #D5DADF;
}

@media screen and (min-width: 768px) {
  .editor-image .box-question {
    padding: 1.875rem;
  }
}

.editor-image .box-question .title-small {
  margin-bottom: 1.4375rem;
}

.editor-image .box-question .wrap-radio {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.editor-image .box-question .wrap-radio .form-group {
  position: relative;
}

.editor-image .box-question .wrap-radio .form-group:nth-child(2) input:checked + label {
  background-color: #001438;
  color: #fff;
}

.editor-image .box-question .wrap-radio .form-group:nth-child(2) input:checked + label span {
  color: #fff;
}

.editor-image .box-question .wrap-radio .form-group input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.editor-image .box-question .wrap-radio .form-group input:checked + label {
  background-color: #55C96B;
}

.editor-image .box-question .wrap-radio .form-group label {
  padding: 1rem 1.875rem;
  border-radius: 0.625rem;
  background-color: #D5DADF;
  display: block;
}

@media screen and (min-width: 768px) {
  .editor-image .box-question .wrap-radio .form-group label {
    padding: 1.125rem 2.1875rem;
    border-radius: 0.9375rem;
  }
}

.editor-image .box-question .wrap-radio .form-group label span {
  font-weight: bold;
  color: #000;
}
/*# sourceMappingURL=editor-image.css.map */