.cw-hero {
  background: #1d0046;
  padding-top: 220px;
}
@media (max-width: 991px) {
  .cw-hero {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .cw-hero {
    padding-top: 130px;
  }
}
.cw-hero__row {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .cw-hero__row {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .cw-banner {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .cw-banner__container {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .cw-banner__aside {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .cw-banner__aside {
    margin-bottom: 24px;
  }
}
.cw-banner__main {
  max-width: 480px;
  color: #fff;
}
.cw-banner__logo {
  color: #fff;
  font-family:
    basis-grotesque,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 42px;
}
.cw-banner__label {
  height: 29px;
  width: 107px;
  color: #ff7846;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 29px;
}
.cw-banner__text {
  opacity: 0.6;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cw-banner__text {
    font-size: 14px;
    line-height: 22px;
  }
}

.cw-body {
  position: relative;
}
@media (min-width: 768px) {
  .cw-body {
    padding-top: 100px;
  }
}
.cw-body:before {
  content: "";
  background: #1d0046;
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  top: 0;
}

.cw-article {
  color: #fff;
}
.cw-article__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 12px;
}
.cw-article__desc {
  opacity: 0.7;
  font-size: 13px;
  line-height: 19px;
}

@media (min-width: 768px) {
  .cw-affix.affix:after {
    content: "";
    background: #1d0046;
    width: 100%;
    height: 250px;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cw-affix.affix:after {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .cw-cards {
    padding: 0 15px;
    margin: 40px -15px 0;
    display: flex;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .cw-card {
    min-width: 260px;
  }
}
.cw-card + .cw-card {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .cw-card + .cw-card {
    margin: 0 15px;
  }
  .cw-card + .cw-card:last-child {
    padding-right: 15px !important;
  }
}
.cw-card__container {
  position: relative;
  border: 2px solid #e2e9f9;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 40px 48px;
  display: block;
  transition: 0.2s ease-out;
}
@media (max-width: 991px) {
  .cw-card__container {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cw-card__container {
    padding: 30px;
  }
}
.cw-card__container:hover,
.cw-card__container:focus {
  text-decoration: none;
  border-color: #fff;
  box-shadow:
    0 0 14px 0 rgba(0, 0, 0, 0.12),
    0 14px 24px 0 rgba(0, 0, 0, 0.12);
}
.cw-card__container:hover .cw-card__btn,
.cw-card__container:focus .cw-card__btn {
  background-color: #6254e7;
  color: #fff;
}
.cw-card__header {
  margin-bottom: 30px;
}
.cw-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cw-card__title {
  color: #00001e;
  font-family:
    basis-grotesque,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 42px;
  margin-bottom: 18px;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cw-card__title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .cw-card__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cw-card__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.cw-card__desc {
  color: #666678;
  font-size: 13px;
  line-height: 19px;
}
.cw-card__duration {
  display: inline-block;
  border-radius: 12px;
  color: #6200ea;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding-bottom: 10px;
  white-space: nowrap;
  top: 14px;
  right: 18px;
}
@media (min-width: 992px) {
  .cw-card__duration {
    font-size: 14px;
    position: absolute;
  }
}
.cw-card__btn {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #6254e7;
  color: #6254e7;
  margin-right: auto;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
.cw-card__speaker {
  flex: 1;
  justify-content: flex-end;
  margin-left: auto;
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .cw-card__speaker {
    display: flex;
    align-items: center;
  }
}
.cw-card__speaker-icon {
  order: 2;
  height: 52px;
  width: 52px;
  overflow: hidden;
  margin-left: 12px;
  display: block;
  border-radius: 50%;
  border: 2px solid #e2e9f9;
}
@media (max-width: 767px) {
  .cw-card__speaker-icon {
    display: none;
  }
}
.cw-card__speaker-title {
  display: none;
  color: #00001e;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cw-card__speaker-title {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .cw-card__speaker-title {
    font-size: 14px;
  }
}

.cw-ads__title {
  color: #b2b2bb;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 21px;
  margin-bottom: 24px;
}
.cw-ad__body {
  display: grid;
  grid-gap: 15px;
}
.cw-ad__container {
  border-radius: 8px;
  background: linear-gradient(320deg, #29036a 0%, #7864ff 100%);
  box-shadow:
    1px 2px 4px 0 rgba(0, 0, 0, 0.09),
    2px 4px 24px 0 rgba(0, 0, 0, 0.35);
  position: relative;
  transition: 0.3s ease-out;
  padding: 30px 30px 20px 40px;
  display: grid;
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .cw-ad__container {
    padding: 30px;
  }
}
.cw-ad__container:hover,
.cw-ad__container:focus {
  background: linear-gradient(328deg, #29036a 0%, #7864ff 100%);
  text-decoration: none;
}
.cw-ad__label {
  border-radius: 0 0 100px 100px;
  background-color: #1d0046;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  padding: 3px 32px 9px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cw-ad__label {
    border-radius: 0 0 20px 20px;
    padding: 4px 30px;
    font-size: 13px;
  }
}
.cw-ad__row:not(:last-child) {
  margin-bottom: 10px;
}
.cw-ad__row:last-child {
  align-self: flex-end;
}
.cw-ad__title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.25;
  max-width: 340px;
}
.cw-ad__title > span {
  font-size: 36px;
  font-weight: normal;
  display: block;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cw-ad__title > span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cw-ad__title > span {
    font-size: 24px;
    line-height: 32px;
  }
}
.cw-ad__action {
  color: #ff7846;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: right;
}
.cw-ad__speaker {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  align-items: center;
}
.cw-ad__speaker-icon {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #e2e9f9;
}
.cw-ad__speaker-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  margin-bottom: 3px;
}
.cw-ad__speaker-desc {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
} /*# sourceMappingURL=webinar.css.map */
