.doc-main-content .z-button {
  background-color: #ff8400;
  color: #FFF;
  border: none;
}

.z-button2 {
  text-decoration: none;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 3px;
  display: inline-block;
  font-size: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.25;
  cursor: pointer;
  width: 100%;
  max-width: 15rem;
}

.z-button2:hover {
  text-decoration: none;
  cursor: pointer;
}

.z-button2.solid.orange-button {
  background-color: #ff8400;
  color: #FFF;
}

.z-button2.solid.yellow-button {
  background-color: #FDD150;
  color: #000;
}

.z-button2.outline {
  padding-top: .55rem;
  padding-bottom: .55rem;
  border-style: solid;
}

.z-button2.outline.orange-button {
  border-color: #ff8400;
  border-width: 3px;
  background-color: transparent;
  color: #FFF;
}

.z-button2.outline.orange-button:hover {
  background-color: #ff8400;
  color: #FFF;
}

.z-button2.outline.yellow-button {
  border-color: #FDD150;
  border-width: 3px;
  background-color: transparent;
  color: #000;
}

.z-button2.outline.yellow-button:hover {
  background-color: #FDD150;
  color: #000;
}

.title-underline {
  position: relative;
}

.title-underline::after {
  content: '';
  height: 4px;
  width: 255px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4CBAC0), color-stop(96.16%, #265395));
  background-image: linear-gradient(90deg, #4CBAC0 0%, #265395 96.16%);
  display: block;
  margin-top: 0.5rem;
  position: absolute;
  left: 0;
}

.title-underline-2 {
  position: relative;
}

.title-underline-2::after {
  content: '';
  height: 4px;
  width: 255px;
  background-image: -webkit-gradient(linear, left top, right top, from(#265395), color-stop(48.41%, #4CBAC0), color-stop(96.16%, #FFFFFF));
  background-image: linear-gradient(90deg, #265395 0%, #4CBAC0 48.41%, #FFFFFF 96.16%);
  display: block;
  margin-top: 0.5rem;
  position: absolute;
  left: 0;
}

.title-underline-center {
  position: relative;
}

.title-underline-center::after {
  content: '';
  height: 4px;
  width: 400px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1.84%, #265395), color-stop(49.92%, #4CBAC0), color-stop(96.16%, #265395));
  background-image: linear-gradient(90deg, #265395 1.84%, #4CBAC0 49.92%, #265395 96.16%);
  display: block;
  margin-top: 0.5rem;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}

@media (max-width: 37.5em) {
  .title-underline-center::after {
    width: auto;
  }
}

.block-container .block-text h3 {
  border-radius: 0;
  background-color: transparent;
  padding: 1rem;
  font-size: 32px;
}

.block-container .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 37.5em) {
  .block-container .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-container .items.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.block-container .items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 37.5em) {
  .block-container .items .item {
    margin-bottom: 2rem;
  }
}

.block-container .items .item .part-text h3 {
  font-weight: 600;
  font-size: 32px;
  color: #265395;
}

.block-container .items .item .part-text p {
  font-size: 24px;
  line-height: 27.5px;
  font-weight: 400;
}

.block-container .items .item.half:nth-child(odd) {
  margin-right: 1rem;
}

@media (max-width: 37.5em) {
  .block-container .items .item.half:nth-child(odd) {
    margin-right: 0;
  }
}

.block-container .items .item.half:nth-child(even) {
  margin-left: 1rem;
}

@media (max-width: 37.5em) {
  .block-container .items .item.half:nth-child(even) {
    margin-left: 0;
  }
}

.recommended-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recommended-tag .icon {
  max-width: 50px;
  margin-right: 1rem;
}

.recommended-tag .text {
  font-weight: 600;
  font-size: 25px;
}

.create {
  color: #FFF;
}

@media (max-width: 37.5em) {
  .create {
    display: none;
  }
}

.create .title {
  font-size: 32px;
  font-weight: 600;
}

.create .items .item {
  font-size: 20px;
  font-weight: 600;
}

.create .items .item .count-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.create .items .item .count-circle .count {
  margin-bottom: 1rem;
  font-size: 36px;
  font-weight: 600;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #FDD150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FDD150;
}

.mr-1 {
  margin-right: 1rem;
}

.plans .plan {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 37.5em) {
  .plans .plan {
    margin-bottom: 3rem;
  }
}

.plans .plan .plan-image {
  max-height: 250px;
}

.plans .plan .title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

.bi-block-image {
  max-height: 320px;
  width: auto;
}

.p {
  font-size: 16px;
}

.dl-onepager-detail .row h2 {
  background-color: transparent !important;
  padding: 0rem !important;
  color: #265395 !important;
  font-size: 32px !important;
  font-weight: 600 !important;
}

.dl-onepager-detail p {
  font-size: 24px;
  line-height: 37.5px;
}

.dl-onepager-detail .row h2.title, .dl-onepager-detail .row h3.title {
  background-color: transparent !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  color: #265395 !important;
}

.dl-onepager-detail .row h2.title.white, .dl-onepager-detail .row h3.title.white {
  color: #FFF !important;
}

.doc-main-content .row .h3, .doc-main-content .row h2 {
  font-size: 32px !important;
  color: #265395 !important;
  font-weight: 600 !important;
}

h2.title.block-title, h3.title.block-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 47.5px;
  color: #265395;
}

h2.title.block-title.white, h3.title.block-title.white {
  color: #FFF;
}

p.block-p {
  font-size: 24px;
  line-height: 30.7px;
}

@media (max-width: 37.5em) {
  div#register {
    top: 5.5rem !important;
  }
}

@media (max-width: 37.5em) {
  .new-banner {
    margin-bottom: 2rem;
  }
}

@media (max-width: 37.5em) {
  .banner-text-container {
    padding-bottom: 2rem !important;
  }
}
/*# sourceMappingURL=overrides.css.map */