.c-webinar-widget {
  background-color: #000;
  background-image: radial-gradient(circle at 68% 0, #555, var(--03-grayscale-2-343434) 56%);
  display: block;
}
.c-webinar-widget__caption {
  padding: 25px 50px 25px 0;
}
@media (max-width: 991.98px) {
  .c-webinar-widget__caption {
    padding: 20px !important;
  }
}
.c-webinar-widget__category {
  color: #eee;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.14;
  text-transform: uppercase;
  margin-bottom: 0;
}
.c-webinar-widget__category:hover, .c-webinar-widget__category:active, .c-webinar-widget__category:focus, .c-webinar-widget__category:visited {
  color: #fff;
}
@media (max-width: 991.98px) {
  .c-webinar-widget__category {
    font-size: 0.75em;
  }
}
.c-webinar-widget__date {
  color: #eee;
  font-size: 0.8125em;
  font-weight: normal;
  line-height: normal;
}
.c-webinar-widget__date:hover, .c-webinar-widget__date:active, .c-webinar-widget__date:focus, .c-webinar-widget__date:visited {
  color: #eee;
}
@media (max-width: 1199.98px) {
  .c-webinar-widget__date {
    font-size: 0.65em;
  }
}
.c-webinar-widget__text {
  color: #fff;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.43;
  margin: 15px 0 10px;
  display: block;
  display: -webkit-box;
  max-width: 400px;
  height: 78.4px;
  font-size: 14px;
  line-height: 1.4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.c-webinar-widget__text:hover, .c-webinar-widget__text:active, .c-webinar-widget__text:focus, .c-webinar-widget__text:visited {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .c-webinar-widget__text {
    font-size: 0.7em;
    margin: 8px 0;
  }
}
.c-webinar-widget__thumbnail {
  height: 100%;
  overflow: hidden;
}
.c-webinar-widget__thumbnail img {
  width: 100%;
  min-height: 280px;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.c-webinar-widget__thumbnail img:hover {
  transform: scale(1.2);
  overflow: hidden;
}
.c-webinar-widget__title {
  color: #FFFA02;
  font-size: 1.5em;
  font-weight: 300;
  line-height: normal;
  margin: 5px 0;
}
.c-webinar-widget__title:hover, .c-webinar-widget__title:active, .c-webinar-widget__title:focus, .c-webinar-widget__title:visited {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .c-webinar-widget__title {
    font-size: 1.2em;
    margin: 10px 0;
  }
}
.c-webinar-widget__date {
  font-size: 1em;
  line-height: 1.8;
  font-style: italic;
  color: #eee;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .c-webinar-widget__date {
    font-size: 0.8em;
  }
}
.c-webinar-widget__date:before {
  content: "";
  background-image: url("../../../img/icons/date-icon.svg");
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 10px;
  filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(180deg) brightness(160%) contrast(105%);
}
.c-webinar-widget__date span:not(:last-child) {
  border-right: 1px solid #ffdeb3;
  padding-right: 10px;
  margin-right: 10px;
}
.c-webinar-widget__link {
  color: #fff;
}
.c-webinar-widget__link:hover, .c-webinar-widget__link:active, .c-webinar-widget__link:focus, .c-webinar-widget__link:visited {
  color: #fff;
}
.c-webinar-widget__link:hover {
  transform: translateX(5px);
  transition: 0.5s;
}
.c-webinar-widget__link:after {
  border-color: #fff;
}
