.content .no-shadow {
  box-shadow: none !important;
}
.content .cy-info-box,
.content .cy-info-box.blue {
  background: rgba(24, 99, 220, 0.08);
  box-shadow: inset 4px 0px 0px #66a0ff;
  padding: 18px 32px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.content .cy-info-box.green {
  background: #eaf7f1;
  box-shadow: inset 4px 0px 0px #57bd8d;
}
.content .cy-info-box.red {
  background: #fcecee;
  box-shadow: inset 4px 0px 0px #e4687b;
}
.content .cy-info-box.plain {
  border: 2px solid #1863dc;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}
.content .cy-info-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #27283c;
  margin-bottom: 0;
}
body.post-template-single-documentation .content .cy-info-box p {
  font-size: 15px;
  line-height: 25px;
}
.content .cy-info-box p:last-child {
  margin-bottom: 0;
}
.content .cy-info-box a {
  font-weight: normal;
  font-size: 16px;
  color: #1863dc;
}
.content .cy-info-box p a,
.content .cy-info-box li,
.content .cy-info-box li a,
.content .cy-info-box p,
.content .cy-info-box a {
  font-size: 16px;
  line-height: 30px;
}
.content .cy-info-box a {
  font-size: inherit !important;
  line-height: inherit;
}
.content .bulb-icon,
.content .info-icon {
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px;
}
.content .bulb-icon:before,
.content .info-icon:before,
.content .plain .info-icon:before {
  content: "";
  position: absolute;
  height: 29px;
  width: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
}
.content .bulb-icon.title:before,
.content .info-icon.title:before,
.content .plain .info-icon.title:before {
  height: 40px;
}
.content .bulb-icon:before {
  background-image: url(../svg/bulb-icon.svg);
}
.content .info-icon:before {
  background-image: url(../svg/info-icon.svg);
}
.content .plain .info-icon:before,
.content .cy-info-box.blue .info-icon:before {
  background-image: url(../svg/blue-info-icon.svg);
}
.content .cy-info-box .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #27283c;
}
.content .border-bottom {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(39, 40, 60, 0.1);
  margin-bottom: 20px !important;
}
.content .article-list {
  padding: 0;
  margin: 20px 0 0 0;
}
.content .article-list li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 26px;
  line-height: 24px;
}
.content .article-list li:last-child {
  margin-bottom: 0;
}
.content .article-list li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1863dc;
}
.content .article-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 11px;
  background-image: url(../svg/page-icon-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content .next-chapter-wrapper {
  background: #1863dc;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
}
.content .next-chapter-wrapper p {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #ffffff;
}
.content .next-chapter-wrapper p.title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}
.content .next-chapter-wrapper img {
  border: none;
  max-width: 19px;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.content .next-chapter-wrapper:hover {
  opacity: 0.9;
  text-decoration: none;
}
.bottom-cta h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;

  color: #27283c;
}
.bottom-cta p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
  color: #252525;
}
.bottom-cta p.note span {
  padding-left: 22px;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
.bottom-cta p.note span:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../svg/green-tick-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 22px;
  width: 13px;
  background-size: contain;
}
.bottom-cta .blue-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  background: #1863dc;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
.bottom-cta a.link,
.bottom-cta a.secondary-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  color: #1863dc;
}
.bottom-cta a.button:hover,
.bottom-cta a.secondary-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.content ol.carousel-indicators {
  bottom: -40px;
}
.content span.carousel-control-prev-icon,
.content span.carousel-control-next-icon {
  background-color: #1963dc;
  color: #fff;
  border-radius: 50px;
  border: 10px solid #1963dc;
  padding: 10px;
}
.content .subscribe-form {
  background: #ffffff;
  border: 1px solid #e1ebff;
  box-shadow: 0px 2px 5px rgba(179, 205, 255, 0.25);
  border-radius: 6px;
  padding: 60px;
  position: relative;
}
.content .subscribe-form-wrap h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  text-align: center;
  margin-bottom: 30px;
  color: #27283c;
  margin-top: 0;
}
.content .subscribe-form-wrap label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: rgba(9, 44, 76, 0.6);
  width: 100%;
  display: block;
}
.content .subscribe-form-wrap .text-input-wrapper {
  margin-bottom: 30px;
}
.content .subscribe-form-wrap .text-input-wrapper input {
  border: 1px solid rgba(193, 193, 193, 0.8);
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #27283c;
  width: 100%;
  padding: 10px 20px;
}
.content .subscribe-form-wrap .text-input-wrapper input:focus {
  border: 1px solid rgb(25 99 220);
  outline: none;
  box-shadow: none;
}
.content .subscribe-form-wrap form p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #27283c;
}
.content .subscribe-form-wrap form a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-decoration: underline;
  color: #1863dc;
}
.content .subscribe-form-wrap form a:hover {
  text-decoration: none;
  color: #1863dc;
}
.content .subscribe-form-wrap button,
.content .subscribe-form-wrap input[type="submit"] {
  background: #1863dc;
  border-radius: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 20px;
  color: #ffffff;
  display: block;
  max-width: 220px;
  width: 100%;
  text-align: center;
  border: none;
}
.content .subscribe-form-wrap button:hover,
.content .subscribe-form-wrap input[type="submit"]:hover {
  opacity: 0.8;
}
.content .subscribe-form p.note {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(9, 44, 76, 0.6);
}
.custom-cy-cta-banner {
  background: #78e7b2;
  border-radius: 10px;
  padding: 30px 50px;
  /*background-image: url(../images/cta-bg-img.png);
	background-position: bottom center;
	background-repeat: no-repeat;*/
}
.custom-cy-cta-banner .cta-title {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 7px;
  color: #27283c;
}
.custom-cy-cta-banner p {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 29px;
  margin-bottom: 15px;
  color: #27283c;
}
.custom-cy-cta-banner li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #27283c;
}
.custom-cy-cta-banner ul.inline-list,
.custom-cy-cta-banner ul.tick-icon {
  padding: 0;
}
.custom-cy-cta-banner ul.inline-list li,
.custom-cy-cta-banner ul.tick-icon li {
  list-style: none;
}
.custom-cy-cta-banner ul.inline-list li {
  display: inline-block;
}
.custom-cy-cta-banner ul.inline-list {
  margin: 0 -7px;
  display: block;
}
.custom-cy-cta-banner ul.inline-list li {
  margin: 7px;
}
.custom-cy-cta-banner ul.tick-icon li {
  position: relative;
  padding-left: 18px;
}
.custom-cy-cta-banner ul.tick-icon li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../svg/list-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 13px;
  background-size: contain;
}
.custom-cy-cta-banner .blue-btn {
  background: #1863dc;
  box-shadow: 0px 4px 44px #50c995;
  border-radius: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 20px;
  padding: 27px 30px;
  color: #ffffff;
  display: inline-block;
  border: none;
}
.custom-cy-cta-banner .blue-btn:hover {
  opacity: 0.8;
}
.custom-cy-cta-banner .highlight {
  color: #1153bd;
}
.content table * {
  word-break: auto-phrase;
}
@media (max-width: 767px) {
  .custom-cy-cta-banner {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .bottom-cta h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .content .subscribe-form {
    padding: 20px;
  }
}
