.ai_simplified_banner {
  background-color: #000000;
  border-radius: 6px;
  padding: 30px;
  margin: 60px auto;
  color: #FFF;
  box-sizing: border-box;
}
.ai_simplified_banner * {
  box-sizing: border-box;
}
.ai_simplified_banner .newsletter_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .title span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  display: block;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .title strong {
  font-weight: 900;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li {
  flex: 1 0 200px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-size: 12px;
  line-height: 18px;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../../../images/shortcodes/check_blue.svg") no-repeat center center;
  margin-right: 8px;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li:last-child {
  margin-bottom: 0;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper {
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
  width: 324px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.0980392157);
  margin-right: 20px;
  color: #FFF;
  font-size: 14px;
  height: 40px;
  padding: 0 16px;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input:focus {
  border-color: #FFF;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn {
  display: inline-block;
  width: 150px;
  height: 40px;
  background-color: #3339F1;
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn.loading {
  background-color: rgba(51, 57, 241, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn.success {
  background-color: rgba(51, 57, 241, 0.8);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn:hover {
  background-color: rgba(51, 57, 241, 0.8);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .loader {
  width: 20px;
  height: 20px;
  border: 3px solid #CFD0E3;
  border-bottom-color: #FAFAFA;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .loader {
  width: 16px;
  height: 16px;
  border: 2px solid #CFD0E3;
  border-bottom-color: #FAFAFA;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .success {
  margin: 10px auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../images/icons/icon_success_white.svg") no-repeat center;
}
.ai_simplified_banner .newsletter_inner .author {
  font-size: 12px;
  line-height: 18px;
  margin-right: 20px;
  max-width: 160px;
  width: 100%;
}
.ai_simplified_banner .newsletter_inner .author img {
  margin-bottom: 20px;
  margin-top: 0 !important;
  width: 144px !important;
  height: 155px !important;
  max-width: unset !important;
}
.ai_simplified_banner .newsletter_inner .author strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2px;
  display: block;
}

.error_msg {
  color: #D41125;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  display: block;
  position: absolute;
  margin-top: 2px;
  bottom: -18px;
}

.grecaptcha-badge {
  visibility: hidden;
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
