.wcp-aweber-subscribers .wcp-aws__content {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 25px 40px 30px 180px;
  max-width: 915px;
  min-width: 248px; }
  .wcp-aweber-subscribers .wcp-aws__content:before {
    content: '';
    display: block;
    background: url("./images/aweber.svg") no-repeat;
    width: 112px;
    height: 112px;
    position: absolute;
    left: 30px; }
    @media screen and (max-width: 768px) {
      .wcp-aweber-subscribers .wcp-aws__content:before {
        left: 20px; } }
  @media screen and (max-width: 768px) {
    .wcp-aweber-subscribers .wcp-aws__content {
      padding: 20px 16px 20px 145px;
      border-radius: 4px; } }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__heading {
    font-family: "Lato", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    color: #229BD8;
    margin-bottom: 16px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__heading {
        font-size: 28px;
        line-height: 32px;
        min-height: 112px;
        max-width: 420px; } }
  .wcp-aweber-subscribers .wcp-aws__content form {
    position: relative; }
    @media screen and (max-width: 768px) {
      .wcp-aweber-subscribers .wcp-aws__content form {
        margin-left: -126px;
        padding-bottom: 52px; } }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__subheading {
    font-family: "Raleway", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    line-height: 135%;
    color: #2E2E2E;
    margin-bottom: 20px;
    text-align: center; }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__input {
    margin-bottom: 8px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__input {
        display: block; } }
    .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__input input {
      font-size: 16px;
      padding: 0 16px;
      box-sizing: border-box;
      width: 100%;
      max-width: 400px;
      height: 48px;
      border-radius: 4px;
      background: #fbfbfb;
      border: 1px solid #ddd;
      margin-right: 10px;
      font-family: "Raleway", "Roboto", "Arial", sans-serif; }
      @media screen and (max-width: 992px) {
        .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__input input {
          max-width: 392px; } }
      @media screen and (max-width: 768px) {
        .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__input input {
          margin-bottom: 4px;
          max-width: 100%; } }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__submit {
    padding: 16px 20px;
    flex: 0 0 200px;
    height: 48px;
    background: #EA392C;
    border-radius: 8px;
    border: 0;
    font-family: "Raleway", "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF; }
    @media screen and (max-width: 768px) {
      .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__submit {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; } }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox {
    display: flex;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer; }
    .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox input {
      width: 1px;
      height: 1px;
      position: absolute;
      top: 0;
      left: 10px;
      visibility: hidden; }
      .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox input:checked ~ .wcp-aws-checkbox__mark {
        background-color: #006a2d;
        border-color: #006a2d; }
        .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox input:checked ~ .wcp-aws-checkbox__mark:after {
          display: block; }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox__mark {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    top: 0;
    background-color: transparent;
    border: 1px solid #303639;
    border-radius: 5px;
    align-self: flex-start;
    position: relative; }
    .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox__mark:after {
      display: none;
      content: '';
      position: absolute;
      left: 4.5px;
      top: 0;
      width: 7px;
      height: 12px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(40deg); }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox__label {
    font-size: 12px;
    margin-left: 10px;
    color: #2E2E2E;
    font-family: "Raleway", "Roboto", "Arial", sans-serif;
    max-width: 400px;
    margin-right: 120px;
    line-height: 1.33;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox__label {
        margin-right: 0;
        line-height: 16px;
        margin-bottom: 10px; } }
    .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox__label a {
      color: #2E2E2E;
      text-decoration: underline; }
      .wcp-aweber-subscribers .wcp-aws__content .wcp-aws-checkbox__label a:hover {
        color: #605d5d;
        font-weight: normal; }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__error {
    display: block;
    font-family: "Raleway", "Roboto", "Arial", sans-serif;
    font-size: 12px;
    line-height: 135%;
    color: #FF0000;
    margin-bottom: 10px;
    text-align: left; }
  .wcp-aweber-subscribers .wcp-aws__content input[name="subject"] {
    display: none; }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__success,
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__success p {
    color: #759c95;
    text-align: center; }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__form.loading {
    position: relative; }
    .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__form.loading > * {
      opacity: .2; }
    .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__form.loading:after {
      content: '';
      width: 100%;
      height: 100%;
      background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='margin:auto;background:0 0' width='80' height='80' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' display='block'%3E%3Ccircle cx='84' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='0.8333333333333334s' calcMode='spline' keyTimes='0;1' values='10;0' keySplines='0 0.5 0.5 1' begin='0s'/%3E%3Canimate attributeName='fill' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='discrete' keyTimes='0;0.25;0.5;0.75;1' values='%23e15b64;%23ffef00;%23f8b26a;%23f47e60;%23e15b64' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='0s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='10' fill='%23f47e60'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-0.8333333333333334s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-0.8333333333333334s'/%3E%3C/circle%3E%3Ccircle cx='84' cy='50' r='10' fill='%23f8b26a'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1.6666666666666667s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1.6666666666666667s'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23ffef00'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-2.5s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-2.5s'/%3E%3C/circle%3E%3C/svg%3E");
      position: absolute;
      top: 0;
      left: 0;
      margin-left: -63px; }
  .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__form form {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .wcp-aweber-subscribers .wcp-aws__content .wcp-aws__input p {
      color: #ffffff; } }
.wcp-aweber-subscribers .wcp-aws__content-success .wcp-aws__heading {
  margin-bottom: 3px;
  min-height: 0; }
.wcp-aweber-subscribers .wcp-aws__content-success .wcp-aws__success-text {
  font-size: 12px;
  color: #2E2E2E; }
  @media (max-width: 768px) {
    .wcp-aweber-subscribers .wcp-aws__content-success .wcp-aws__success-text {
      line-height: 20px;
      margin-top: 12px;
      text-align: left;
      min-height: 40px; } }
.wcp-aweber-subscribers .wcp-aws__content-success .wcp-aws__success-prize {
  font-family: "Lato", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #2E2E2E;
  margin-top: 47px; }
  @media (max-width: 768px) {
    .wcp-aweber-subscribers .wcp-aws__content-success .wcp-aws__success-prize {
      margin-left: -126px; } }

/*# sourceMappingURL=wcp-aweber-subscribers.theme.css.map */
