@media (max-width: 575px) {
  .xs-textcenter {
    text-align: center;
  }
  .xs-textright {
    text-align: right;
  }
  .xs-textleft {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .sm-textcenter {
    text-align: center;
  }
  .sm-textright {
    text-align: right;
  }
  .sm-textleft {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .md-textcenter {
    text-align: center;
  }
  .md-textright {
    text-align: right;
  }
  .md-textleft {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .lg-textcenter {
    text-align: center;
  }
  .lg-textright {
    text-align: right;
  }
  .lg-textleft {
    text-align: left;
  }
}
@media (min-width: 1550px) {
  .xl-textcenter {
    text-align: center;
  }
  .xl-textright {
    text-align: right;
  }
  .xl-textleft {
    text-align: left;
  }
}
.content-container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.md-show {
  display: none !important;
}
@media (min-width: 992px) {
  .md-show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .md-hidden {
    display: none !important;
  }
}
.tag-content {
  display: inline-block;
}
.tag-content a {
  display: inline-block;
  line-height: 32px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #272a34;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tag-content a {
    font-size: 14px;
  }
}
.tag-content a:hover {
  background: #d72a91;
}
.tag-keyword {
  display: inline-block;
  padding-left: 20px;
}
.tag-keyword a {
  display: inline-block;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  color: #231f20;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tag-keyword a {
    font-size: 14px;
  }
}
.tag-keyword a:hover {
  color: #d72a91;
}
.tags-box {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  flex-wrap: nowrap;
}
#gated-content {
  font-size: 15px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #gated-content {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #gated-content {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  #gated-content {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #gated-content {
    padding-bottom: 50px;
  }
}
#gated-content h1 {
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.23076923;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #gated-content h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #gated-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  #gated-content h1 {
    margin-bottom: 35px;
  }
}
#gated-content h1 small {
  display: block;
  font-size: 20px;
}
@media (min-width: 768px) {
  #gated-content h1 small {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #gated-content h1 small {
    font-size: 28px;
  }
}
#gated-content h2 {
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #d72a91;
  font-weight: normal;
}
@media (max-width: 575px) {
  #gated-content h2 {
    margin-top: auto;
  }
}
#gated-content p br {
  display: none;
}
@media (min-width: 768px) {
  #gated-content p br {
    display: inline;
  }
}
@media (min-width: 992px) {
  #gated-content p.mobile-only {
    display: none;
  }
}
@media (max-width: 991px) {
  #gated-content p.desktop-only {
    display: none;
  }
}
#gated-content p.desktop-only:after {
  content: '';
  display: inline-block;
  background-image: url("../img/icons/long-arrow-black.png");
  width: 35px;
  height: 10px;
  background-size: 100% 100%;
  margin-left: 15px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #gated-content p.desktop-only:after {
    background-image: url("../img/icons/long-arrow-black@2x.png");
  }
}
#gated-content img {
  width: 100%;
  max-width: 482px;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  #gated-content img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #gated-content img {
    margin-bottom: 25px;
  }
}
#gated-content strong {
  margin-bottom: 20px;
}
#gated-content ul {
  padding: 0 0 0 25px;
  margin: 0 0 40px;
}
#gated-content li {
  line-height: 1.2;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
}
#demo-form {
  background: #f1f0f0;
  padding: 35px 35px 35px 15px;
}
#demo-form + img {
  width: 100%;
  display: block;
  margin: 0 0 20px;
  max-width: 100%;
}
#demo-form h2 {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #demo-form h2 {
    text-align: left;
  }
}
#demo-form .choose_webinar_time {
  margin-bottom: 20px;
}
#demo-form .hbspt-form {
  font-size: 0;
}
#demo-form .hbspt-form fieldset {
  width: 100%;
  max-width: initial;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
#demo-form .hbspt-form fieldset .hs-form-field {
  margin: 0 0 25px;
  padding: 0;
}
#demo-form .hbspt-form fieldset .hs-form-field.hs-firstname {
  margin-right: 15px;
}
#demo-form .hbspt-form fieldset .hs-form-field.hs-lastname,
#demo-form .hbspt-form fieldset .hs-form-field.hs-firstname {
  width: 48%;
}
#demo-form .hbspt-form fieldset .hs-form-field > label,
#demo-form .hbspt-form fieldset .hs-form-field > legend {
  display: inline-block;
  margin-left: 15px;
}
#demo-form .hbspt-form fieldset .hs-form-field .input {
  display: inline;
  margin: 0 0 0 15px;
}
#demo-form .hbspt-form fieldset .hs-form-field .input input,
#demo-form .hbspt-form fieldset .hs-form-field .input select {
  border-radius: 15px;
  border: 1px solid #cbd6e2;
  line-height: 50px;
  width: 100%;
  padding: 0 25px;
  margin: 0;
  font-size: 16px;
  height: 50px;
  box-sizing: border-box;
  box-shadow: none;
  max-width: none;
}
#demo-form .hbspt-form fieldset .hs-form-field .input input:focus,
#demo-form .hbspt-form fieldset .hs-form-field .input select:focus,
#demo-form .hbspt-form fieldset .hs-form-field .input input:hover,
#demo-form .hbspt-form fieldset .hs-form-field .input select:hover {
  box-shadow: none;
}
#demo-form .hbspt-form fieldset .hs-form-field .input input.invalid,
#demo-form .hbspt-form fieldset .hs-form-field .input select.invalid,
#demo-form .hbspt-form fieldset .hs-form-field .input input.error,
#demo-form .hbspt-form fieldset .hs-form-field .input select.error {
  border-color: #b00020;
  background-image: url(../img/icons/error-red@2x.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 96% 50%;
}
#demo-form .hbspt-form fieldset .hs-form-field .input select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat;
  background-position: right 6px top;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
}
#demo-form .hbspt-form .hs_submit {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-around;
}
#demo-form .hbspt-form .hs_submit .actions {
  margin: 0;
  padding: 0;
  width: 50%;
}
#demo-form .hbspt-form .hs_submit .actions input {
  background: #d72a91;
  color: #f9f9f8 !important;
  padding: 12.5px 25px;
  line-height: 1.2;
  font-size: 11px;
  border: 0;
  border-radius: 1000px;
  display: inline-block;
  font-weight: 600 !important;
  font-family: "Silka", sans-serif;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center !important;
  cursor: pointer !important;
  text-transform: none !important;
  width: 100%;
  padding: 0 !important;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #demo-form .hbspt-form .hs_submit .actions input {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #demo-form .hbspt-form .hs_submit .actions input {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #demo-form .hbspt-form .hs_submit .actions input {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #demo-form .hbspt-form .hs_submit .actions input {
    padding: 13.5px 45px;
  }
}
@media (min-width: 1200px) {
  #demo-form .hbspt-form .hs_submit .actions input {
    padding: 18.5px 60px;
  }
}
#demo-form .hbspt-form .hs_submit .actions input:hover,
#demo-form .hbspt-form .hs_submit .actions input:focus {
  background: #e75aa1;
  color: #f9f9f8;
  text-decoration: none;
}
#demo-form .hbspt-form .hs_submit .actions input.green {
  background-color: #00ad82;
}
#demo-form .hbspt-form .hs_submit .actions input.green:hover,
#demo-form .hbspt-form .hs_submit .actions input.green:focus {
  background-color: #00be82;
}
#demo-form .hbspt-form .hs_submit .actions input.lightgreen {
  background-color: #c6da2c;
}
#demo-form .hbspt-form .hs_submit .actions input.lightgreen:hover,
#demo-form .hbspt-form .hs_submit .actions input.lightgreen:focus {
  background-color: #d8ee2f;
}
#demo-form .hbspt-form .hs_submit .actions input a:hover {
  text-decoration: none !important;
}
#demo-form .hbspt-form .hs_submit .actions input.skinny {
  height: 50px;
}
#demo-form .hbspt-form .hs_submit .row {
  width: 50%;
  justify-content: center;
}
#demo-form .hbspt-form .hs_submit .row .col-auto strong {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
}
#demo-form .hbspt-form .hs_submit .row .col-auto .entry-share a {
  margin: 0 20px 0px 0px;
}
#demo-form .privacy-link {
  display: block;
  text-align: center;
  font-size: 13px;
}
@media (min-width: 768px) {
  #demo-form .privacy-link {
    font-size: 14px;
  }
}
#demo-form .privacy-link a {
  font-weight: 700;
  text-decoration: none;
}
#demo-form .privacy-link a:hover {
  text-decoration: underline;
}
#resource-header {
  padding-top: 20px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  #resource-header {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  #resource-header {
    padding-bottom: 50px;
  }
}
#resource-header .goback-archive {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 700;
  color: #272a34;
}
@media (min-width: 1200px) {
  #resource-header .goback-archive {
    font-size: 16px;
  }
}
#resource-header .goback-archive:before {
  content: '';
  display: inline-block;
  background-image: url("../img/icons/long-arrow-black.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  width: 25px;
  height: 10px;
  transform: rotate(180deg);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #resource-header .goback-archive:before {
    background-image: url("../img/icons/long-arrow-black@2x.png");
  }
}
#resource-header .white-box {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 30px;
}
#resource-header .white-box p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 24px;
}
@media (min-width: 1550px) {
  #resource-header .white-box {
    margin-left: -30px;
  }
}
#resource-header .white-box .button {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #resource-header .white-box .button {
    width: auto;
  }
}
#resource-header strong {
  display: block;
  font-size: 14px;
}
#resource-header h1 {
  font-size: 28px;
  line-height: 1.23em;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  #resource-header h1 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #resource-header h1 {
    font-size: 44px;
  }
}
#resource-header h2 {
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #d72a91;
  font-weight: normal;
}
@media (max-width: 575px) {
  #resource-header h2 {
    margin-top: auto;
  }
}
#resource-header p {
  line-height: 1.35714286;
  margin-bottom: 35px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #resource-header p {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  #resource-header p {
    margin-bottom: 85px;
  }
}
@media (min-width: 992px) {
  #resource-header p {
    font-size: 16px;
  }
}
#resource-header p + a {
  position: relative;
  top: -20px;
}
@media (min-width: 1200px) {
  #resource-header p + a {
    top: -50px;
  }
}
#resource-header .entry-share {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #resource-header .entry-share {
    margin-top: 0;
  }
}
#resource-content {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #resource-content {
    padding-top: 55px;
  }
}
@media (min-width: 992px) {
  #resource-content {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #resource-content {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  #resource-content {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #resource-content {
    font-size: 16px;
  }
}
#resource-content .the-title {
  margin-bottom: 35px;
  flex-direction: column;
}
@media (min-width: 768px) {
  #resource-content .the-title {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  #resource-content .the-title .button.newsletter-subscribe {
    align-self: flex-end;
    margin-top: 20px;
  }
}
#resource-content .section-title {
  font-size: 21px;
  margin-bottom: 0;
  flex-grow: 1;
}
@media (min-width: 768px) {
  #resource-content .section-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  #resource-content .section-title {
    font-size: 36px;
  }
}
#resource-content .container {
  padding: 0 35px;
}
@media (max-width: 575px) {
  #resource-content .container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .resource-content .two-cols {
    column-count: 2;
    column-gap: 60px;
  }
}
.resource-content > div,
.resource-content p,
.resource-content ul,
.resource-content ol,
.resource-content .textLayer {
  padding: 0;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 34px;
}
.resource-content p img {
  margin: 36px auto;
  display: block;
}
.resource-content img {
  margin: 0 auto;
  display: block;
}
.resource-content h2,
.resource-content h3,
.resource-content h4 {
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
.resource-content h3 {
  font-size: 26px;
  line-height: 36px;
}
.resource-content h4 {
  font-size: 24px;
  line-height: 30px;
}
.resource-content ul,
.resource-content ol {
  padding-left: 8px;
  list-style-position: inside;
}
.resource-content ul li,
.resource-content ol li {
  padding-bottom: 15px;
  margin: 0;
}
.resource-content ul {
  list-style: none;
}
.resource-content ul li:before {
  content: "·";
  font-size: 40px;
  vertical-align: middle;
  line-height: 20px;
  padding-right: 8px;
}
.resource-content figure {
  margin: 0 auto;
  display: block;
  width: 100% !important;
}
.resource-content figure figcaption {
  text-align: center;
}
#resource-cta {
  background: #f1f0f0;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #resource-cta {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  #resource-cta {
    padding: 45px 0;
  }
}
#resource-cta h2 {
  font-size: 24px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  #resource-cta h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #resource-cta h2 {
    font-size: 36px;
  }
}
#resource-cta p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #resource-cta p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #resource-cta p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #resource-cta p {
    font-size: 18px;
  }
}
#resource-cta .button {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .entry-share a {
    margin: 0 10px;
  }
}
#cta-banner {
  background: #f1f0f0;
}
#resource-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #resource-footer {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  #resource-footer {
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  #resource-footer {
    padding-top: 65px;
  }
}
@media (min-width: 768px) {
  #resource-footer {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  #resource-footer {
    padding-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  #resource-footer {
    padding-bottom: 65px;
  }
}
@media (min-width: 1200px) {
}
#resource-footer h2 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.27777778;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  #resource-footer h2 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  #resource-footer h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #resource-footer h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  #resource-footer h2 {
    font-size: 48px;
  }
}
#resource-footer .button {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  #resource-footer .button {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #resource-footer .button {
    margin-bottom: 0;
  }
}
#resource-footer img {
  width: 100%;
}
#resources-archive {
  background: #f1f0f0;
  padding-top: 30px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  #resources-archive {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  #resources-archive {
    padding-top: 55px;
  }
}
@media (min-width: 768px) {
  #resources-archive {
    padding-bottom: 60px;
  }
}
#resources-archive .archive-title {
  font-size: 21px;
  line-height: 1.71428571;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  #resources-archive .archive-title {
    font-size: 24px;
  }
}
#resources-archive .archive-result {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #resources-archive .archive-result {
    margin-top: 30px;
  }
}
#resources-archive .filters {
  padding-top: 20px;
}
#resources-archive .filters label {
  font-weight: bold;
  padding-right: 10px;
}
#resources-archive .filters select {
  border-radius: 10000px;
  border: 1px solid #a3a3a3;
  line-height: 50px;
  padding: 0 25px;
  margin: 0;
  font-size: 16px;
  height: 50px;
  box-sizing: border-box;
  box-shadow: none;
  max-width: none;
  background: #fff;
}
#resources-archive .pinned_resources {
  padding-top: 20px;
}
#resources-archive .pinned_resources .resources {
  display: flex;
  flex-wrap: wrap;
}
#resource-search,
.resource-search {
  position: relative;
  text-align: right;
}
#resource-search input,
.resource-search input {
  width: 50px;
  height: 50px;
  border: 1px solid #6f7073;
  border-radius: 50px;
  text-align: left;
  line-height: 50px;
  padding: 0 25px;
  transition: width 0.5s;
  width: 100%;
}
@media (min-width: 768px) {
  #resource-search input,
  .resource-search input {
    width: 200px;
  }
}
@media (min-width: 992px) {
  #resource-search input,
  .resource-search input {
    width: 360px;
  }
}
@media (min-width: 768px) {
  #resource-search input,
  .resource-search input {
    padding: 0 50px 0 25px;
  }
}
#resource-search.open input,
.resource-search.open input {
  width: 200px;
  width: 150px;
}
@media (min-width: 768px) {
  #resource-search.open input,
  .resource-search.open input {
    width: 200px;
  }
}
@media (min-width: 992px) {
  #resource-search.open input,
  .resource-search.open input {
    width: 360px;
  }
}
#resource-search button,
.resource-search button {
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #6d6e71;
  padding: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
.archive #resources-header .goback-archive,
.page-template-template-resources #resources-header .goback-archive,
.archive #resource-header .goback-archive,
.page-template-template-resources #resource-header .goback-archive {
  opacity: 0;
  pointer-events: none;
}
.archive #resources-header p,
.page-template-template-resources #resources-header p,
.archive #resource-header p,
.page-template-template-resources #resource-header p {
  margin-bottom: 30px;
}
.archive #cta-banner,
.page-template-template-resources #cta-banner {
  background: #fff;
}
.content-ebook .top {
  padding: 68px 0 120px;
  background: #272A34;
}
@media (max-width: 991px) {
  .content-ebook .top {
    padding: 47px 0 74px;
  }
}
.content-ebook .top .tag {
  color: #00AD83;
  padding-bottom: 24px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Silka", sans-serif;
  text-transform: uppercase;
}
.content-ebook .top .left {
  color: #fff;
}
.content-ebook .top h1 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  font-family: "Silka", sans-serif;
  margin-bottom: 24px;
}
.content-ebook .top h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  font-family: "Silka", sans-serif;
}
.content-ebook .top .subheading {
  color: #d72a91;
  margin-top: -10px;
  margin-bottom: 24px;
  font-weight: 600;
  font-family: "Silka", sans-serif;
}
.content-ebook .main-content p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 24px;
}
.content-ebook .main-content h2,
.content-ebook .main-content h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Silka", sans-serif;
  margin-bottom: 24px;
}
.content-ebook .main-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.content-ebook .main-content ul li {
  padding: 0 0 20px 35px;
  position: relative;
  line-height: 30px;
}
.content-ebook .main-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  background-repeat: no-repeat;
  background-image: url(../img/check.png);
  width: 15px;
  height: 13px;
}
.content-ebook .box-demo-form {
  position: relative;
  max-width: 520px;
  margin-top: 200px;
}
.content-ebook .box-demo-form #demo-form {
  background: #fff;
  padding: 40px 58px;
  margin: 0;
  z-index: 5;
  position: relative;
}
.content-ebook .box-demo-form #demo-form h2 {
  text-align: center;
}
.content-ebook .box-demo-form #demo-form .hbspt-form {
  font-family: "Open Sans", sans-serif;
}
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-form-field label {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 16px;
  font-weight: 700;
}
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-form-field .input {
  margin: 0;
}
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-form-field input,
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-form-field select,
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-form-field textarea {
  font-size: 16px;
  padding: 0 20px;
  height: 46px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 100%;
}
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-form-field textarea {
  height: 100px;
  padding: 8px 20px;
}
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-form-field .hs-error-msgs {
  padding-left: 0 !important;
}
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-form-field .hs-error-msgs .hs-error-msg {
  font-weight: 400;
  font-size: 14px;
}
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-submit .actions {
  flex: 1;
}
.content-ebook .box-demo-form #demo-form .hbspt-form .hs-submit .hs-button {
  width: 100%;
}
.content-ebook .box-demo-form .bg-form-1 {
  position: absolute;
  top: -146px;
  left: 30px;
  width: 146px;
  height: 146px;
  background-repeat: no-repeat;
  background-image: url(../img/resources/bg-form-1.png);
  z-index: 1;
}
.content-ebook .box-demo-form .bg-form-2 {
  position: absolute;
  top: -55px;
  left: 200px;
  width: 69px;
  height: 69px;
  background-repeat: no-repeat;
  background-image: url(../img/resources/bg-form-2.png);
  z-index: 1;
}
.content-ebook .box-demo-form .bg-form-3 {
  position: absolute;
  bottom: -70px;
  right: 30px;
  width: 156px;
  height: 156px;
  background-repeat: no-repeat;
  background-image: url(../img/resources/bg-form-3.png);
  z-index: 1;
}
.content-ebook.is-download .box-demo-form {
  margin-top: 0;
}
.content-ebook .closed-content,
.content-ebook .opened-content {
  padding: 76px 0;
}
@media (max-width: 991px) {
  .content-ebook .closed-content,
  .content-ebook .opened-content {
    padding: 28px 0;
  }
}
.content-ebook .book-bg {
  margin-top: 110px;
  padding: 50px 20px;
  background: #aebf1d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-ebook .book-bg:after {
  content: '';
  position: absolute;
  top: -15px;
  right: -30px;
  width: 213px;
  height: 227px;
  background-repeat: no-repeat;
  background-image: url(../img/resources/bg-book.png);
}
.content-ebook .explore {
  padding: 82px 0 114px;
  background: #F9F9FB;
}
.content-ebook .explore .title {
  text-align: center;
  font-family: "Silka", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .content-ebook .explore .resources .resource {
    margin-bottom: 40px;
  }
}
.content-ebook .explore .resources .resource a {
  text-decoration: none;
  color: #272a34;
}
.content-ebook .explore .resources .resource .image {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-ebook .explore .resources .resource .resource-title {
  padding: 10px 0;
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.content-ebook .explore .resources .resource .excerpt {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 10px;
}
.content-ebook .explore .resources .resource .read {
  font-family: "Silka", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  color: #d72a91;
}
