.twenty_subscribe-offer .cta-section .page-center {
  font-size: 36px;
  font-weight: 300;
  max-width: 850px;
  font-family: "effra",sans-serif;
  margin: 0 auto;
}
.twenty_subscribe-offer h2 {
  font-size: 30px !important;
  color: #FFF;
}

.twenty_subscribe-offer a[data-hs-anchor='true']::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}

.twenty_subscribe-offer .hs-form-field>label {
  display: block !important;
  text-align: left;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-family: Gotham,gotham-book-webfont,sans-serif;
  font-weight: 400;
}
/* .twenty_subscribe-offer form label {
  display: block;
} */
.twenty_subscribe-offer .input {
    line-height: 26px;
}
.twenty_subscribe-offer input, .twenty_subscribe-offer select {
    border-radius: 0;
    height: 40px;
    font-size: 14px;
    padding: 12px 15px;
}

.twenty_subscribe-offer select {
    background-position: 96% center;
}

.twenty_subscribe-offer .hs-input {
    width: 100% !important;
}
.twenty_subscribe-offer input[type=submit] {
  /*     background-color: #7dc960; */
  border-radius: 5px;
  height: auto;
  padding: 14px 72px;
  margin-top: 30px;
}

.twenty_subscribe-offer .hs_email {
  position: relative;
}
.twenty_subscribe-offer .hs-fieldtype-booleancheckbox input[type="checkbox"] {
  width: auto !important;
}
.twenty_subscribe-offer .hs-fieldtype-booleancheckbox label {
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: Gotham,gotham-book-webfont,sans-serif;
  font-weight: 400;
  text-align: left;
}
.twenty_subscribe-offer .hs-fieldtype-booleancheckbox ul {
  padding: 0;
  margin: 20px 0;
}
.twenty_subscribe-offer .hs-fieldtype-booleancheckbox li.hs-form-booleancheckbox {
  list-style: none;
}

.twenty_subscribe-offer fieldset {
  min-width: 100%;
}

.twenty_subscribe-offer textarea {
  width: 100%;
}

.twenty_subscribe-offer legend.hs-field-desc {
  font-size: 13px;
  line-height: 1.4em;
  font-style: italic;
  background: #e85757;
  color: #FFF;
  border-radius: 5px;
  padding: 6px 10px;
  position: absolute;
  top: -18px;
  display: none;
  opacity: 0;
  font-family: Gotham,gotham-book-webfont,sans-serif;
}

.twenty_subscribe-offer legend.hs-field-desc:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e85757;
  left: 48%;
}

/* HubSpot form validation */
.twenty_subscribe-offer ul.hs-error-msgs.inputs-list {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  font-family: Gotham,gotham-book-webfont,sans-serif;
}

/* Checkboxes
   ========================================================================== */
.twenty_subscribe-offer [type="checkbox"]:not(:checked),
.twenty_subscribe-offer [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.twenty_subscribe-offer [type="checkbox"] {
  /* checkbox aspect */
}
.twenty_subscribe-offer [type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.twenty_subscribe-offer [type="checkbox"] + span:not(.lever):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #ffffff;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}
.twenty_subscribe-offer [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
.twenty_subscribe-offer [type="checkbox"].tabbed:focus + span:not(.lever):after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.twenty_subscribe-offer [type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #1d9fe6;
  border-bottom: 2px solid #1d9fe6;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.twenty_subscribe-offer [type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
.twenty_subscribe-offer [type="checkbox"] + span:not(.lever):after {
  border-radius: 2px;
}
.twenty_subscribe-offer [type="checkbox"] + span:not(.lever):before,
.twenty_subscribe-offer [type="checkbox"] + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
  box-sizing: border-box;
}
.twenty_subscribe-offer [type="checkbox"]:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.twenty_subscribe-offer [type="checkbox"]:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #ffffff;
  top: 0px;
  z-index: 0;
}
.twenty_subscribe-offer [type="checkbox"]:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.twenty_subscribe-offer [type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #1d9fe6;
  background-color: #1d9fe6;
  z-index: 0;
}
.twenty_subscribe-offer [type="checkbox"].tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
}
.twenty_subscribe-offer [type="checkbox"].tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #1d9fe6;
  border-color: #1d9fe6;
}
.twenty_subscribe-offer [type="checkbox"]:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
.twenty_subscribe-offer [type="checkbox"]:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
.twenty_subscribe-offer [type="checkbox"]:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
.twenty_subscribe-offer [type="checkbox"]:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}


