@import url("https://fonts.googleapis.com/css2?family=Inter&family=Sora:wght@400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

a:hover, a:focus, a:active, a:link {
  text-decoration: none;
}

.cb-body {
  position: relative;
  overflow-x: hidden;
}

#Upcoming {
  color: #000;
}

.cw-container {
  max-width: 90%;
  margin: auto;
}
@media (min-width: 1400px) {
  .cw-container {
    max-width: 80%;
  }
}
@media (min-width: 1600px) {
  .cw-container {
    max-width: 1440px;
  }
}
.cw-hero__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  z-index: 1;
  position: relative;
}
@media (min-width: 900px) {
  .cw-hero__row {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1100px) {
  .cw-hero__row {
    grid-template-columns: 0.75fr 1fr;
  }
}
@media (min-width: 1500px) {
  .cw-hero__row {
    grid-template-columns: 1fr 1fr;
  }
}
.cw-bgimage {
  position: absolute;
  transform: translateX(50%);
  overflow: hidden;
  width: 100%;
  height: 90%;
  overflow: hidden;
  z-index: 0;
  display: flex;
  left: 20%;
  top: 10%;
}
.cw-hero {
  padding-top: 70px;
  padding-bottom: 60px;
  color: #f9f9f9;
  position: relative;
  background: #012A38;
  max-width: 100vw;
}
@media (min-width: 768px) {
  .cw-hero {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  .cw-hero {
    margin-bottom: 90px;
  }
}
.cw-hero__title {
  font-weight: bold;
  font-size: 56px;
  letter-spacing: -3px;
  margin: 20px 0px;
  color: #ffffff;
}
@media (min-width: 900px) {
  .cw-hero__title {
    font-size: 70px;
  }
}
@media (min-width: 1100px) {
  .cw-hero__title {
    font-size: 90px;
    letter-spacing: -2px;
  }
}
.cw-hero__description {
  font-size: 14px;
  color: #D3D9DC;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .cw-hero__description {
    font-size: 16px;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .cw-hero__description {
    max-width: 70%;
    font-size: 18px;
  }
}
.cw-hero__card {
  display: none;
  background: #ffffff;
  padding: 48px 72px;
  color: #012A38;
  max-width: 720px;
  border-radius: 6px;
  position: relative;
  border-bottom: 5px solid #D9D9D9;
  transition: 0.3s ease-in-out;
  box-shadow: 10px 20px 24px rgba(86, 61, 61, 0.1);
}
@media (min-width: 900px) {
  .cw-hero__card {
    display: block;
  }
}
.cw-hero__card:hover, .cw-hero__card:focus {
  box-shadow: 10px 20px 24px rgba(86, 61, 61, 0.15);
  border-color: #FF523B;
}
.cw-hero__ctas {
  display: block;
  text-align: right;
}
.cw-hero__cta {
  display: inline-block;
  background: #012A38;
  border: 2px solid #012A38;
  border-radius: 4px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 16px 32px;
}
.cw-card__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cw-card__duration {
  font-size: 12px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #012A38;
  border: 1px solid #D3D9DC;
  padding: 3px 6px;
  padding-left: 22px;
  border-radius: 2px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.cw-card__duration::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  margin-left: 4px;
  background: url(../../../images/webinars/play-icon.svg);
  width: 14px;
  height: 100%;
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
.cw-card__align {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.cw-card__title {
  font-weight: bold;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.25px;
  color: #012A38;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .cw-card__title {
    font-size: 24px;
  }
}
.cw-card__datetime {
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #012A38;
  margin-bottom: 30px;
}
.cw-card__speakers {
  display: grid;
  column-gap: 10px;
  row-gap: 30px;
  align-items: start;
}
@media (min-width: 900px) {
  .cw-card__speakers {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cw-card__speaker {
  display: flex;
}
.cw-speaker__profile {
  align-self: center;
}
@media (min-width: 900px) {
  .cw-speaker__profile {
    max-width: 200px;
  }
}
@media (min-width: 1100px) {
  .cw-speaker__profile {
    max-width: 180px;
  }
}
.cw-speaker__name {
  color: #012A38;
  font-size: 16px;
  margin-bottom: 3px;
}
.cw-speaker__designation {
  color: #4F6169;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.cw-speaker__image {
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 16px;
}
.cw-speaker__image img {
  max-width: 100%;
  background: #c5c5c9;
}
.cw-card__label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  letter-spacing: 1px;
  margin-right: 10px;
  color: #012A38;
}
.cw-featured {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .cw-featured {
    margin-bottom: 0;
  }
}
.cw-featured .cw-container {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .cw-featured .cw-container {
    max-width: 90%;
  }
}
@media (min-width: 1400px) {
  .cw-featured .cw-container {
    max-width: 80%;
  }
}
@media (min-width: 1600px) {
  .cw-featured .cw-container {
    max-width: 1440px;
  }
}
.cw-featured .cw-hero__card {
  display: block;
  height: 100%;
}
.cw-featured__cards {
  display: flex;
  overflow-x: scroll;
  column-gap: 20px;
  max-width: 100%;
  padding: 20px 10px 20px 10px;
}
@media (min-width: 1024px) {
  .cw-featured__cards {
    column-gap: 60px;
  }
}
@media (min-width: 1024px) {
  .cw-featured__cards {
    display: grid;
    row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    overflow-x: visible;
  }
}
@media (min-width: 1100px) {
  .cw-featured__cards {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 100px;
  }
}
.cw-featured .cw-hero__card {
  box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.06);
  z-index: 1;
  min-width: 280px;
  padding: 24px;
}
.cw-featured .cw-hero__card:hover, .cw-featured .cw-hero__card:focus {
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  transform: translateY(-5px);
  border-color: #FF523B;
}
@media (min-width: 768px) {
  .cw-featured .cw-hero__card {
    min-width: 320px;
  }
}
@media (min-width: 900px) {
  .cw-featured .cw-hero__card {
    padding: 30px;
  }
}
.cw-featured .cw-card__title {
  max-width: 100%;
  font-size: 16px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: -0.25px;
  -webkit-line-clamp: 3;
  min-height: 70px;
  margin-top: 12px;
}
@media (min-width: 900px) {
  .cw-featured .cw-card__title {
    max-width: 88%;
    font-size: 24px;
  }
}
.cw-featured .cw-card__details {
  margin-bottom: 0;
  height: 100%;
}
.cw-featured .cw-card__action {
  margin-top: auto;
}
.cw-featured .cw-card__label {
  font-size: 12px;
}
.cw-featured .cw-card__link {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #012A38;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1100px) {
  .cw-featured .cw-card__link {
    font-size: 16px;
  }
}
.cw-body {
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .cw-body {
    padding-bottom: 100px;
  }
}
.cw-body__title {
  font-weight: bold;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .cw-body__title {
    font-size: 32px;
  }
}
.cw-main {
  display: grid;
}
@media (min-width: 900px) {
  .cw-main {
    grid-template-columns: 0.5fr 2fr;
  }
}
.cw-main__filters {
  display: none;
  position: relative;
  z-index: 99;
}
.cw-main__filters.active {
  display: block;
  position: sticky;
  top: 120px;
}
@media (min-width: 900px) {
  .cw-main__filters {
    display: block;
  }
}
.cw-main__filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
}
@media (min-width: 900px) {
  .cw-main__filter {
    background: rgba(255, 255, 255, 0);
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .cw-main__filter {
    position: sticky;
    top: 180px;
  }
}
.cw-main__filter h2 {
  font-size: 16px;
  font-weight: 600;
  color: #012A38;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
}
@media (min-width: 1400px) {
  .cw-main__filter h2 {
    font-size: 18px;
  }
}
.cw-main__filterList {
  display: flex;
  flex-direction: column;
}
.cw-main__filterList label {
  font-weight: 400;
  margin-left: 5px;
}
.cw-main__filterTitle {
  margin-bottom: 20px;
  font-weight: 600;
}
.cw-main__webinars {
  grid-template-columns: 1fr;
  display: grid;
  gap: 40px;
}
@media (min-width: 650px) {
  .cw-main__webinars {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cw-main__webinars {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .cw-main__webinars {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cw-main__webinars .cw-card__details {
  background: #fff;
  box-shadow: 0px 3px 9px rgba(86, 61, 61, 0.1);
  border-radius: 5px;
}
.cw-main__webinars .cw-card__details:hover {
  box-shadow: 0 1px 1px 0 rgba(90, 122, 190, 0.1), 0 10px 20px 0 rgba(90, 122, 190, 0.2);
  transform: translateY(-5px);
  transition: all 0.5s ease;
}
.cw-main__webinars .cw-card__detail {
  background: linear-gradient(180deg, #2d026b 0%, #4a0d9d 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 768px) {
  .cw-main__webinars .cw-card__detail {
    min-height: 200px;
  }
}
@media (min-width: 1024px) {
  .cw-main__webinars .cw-card__detail {
    min-height: 230px;
  }
}
.cw-main__webinars .cw-card__detail span {
  color: #012A38;
  background: #D3D9DC;
  padding: 2px 6px;
  font-size: 12px;
  margin: 10px 6px 6px;
  width: fit-content;
  border-radius: 3px;
  text-transform: uppercase;
}
.cw-main__webinars .cw-card__speaker {
  gap: 14px;
  flex-direction: column;
  padding: 20px;
  min-height: 113px;
  color: #000;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cw-main__webinars .cw-card__speaker {
    gap: 20px;
    min-height: 118px;
  }
}
@media (min-width: 1400px) {
  .cw-main__webinars .cw-card__speaker {
    min-height: 124px;
  }
}
.cw-main__webinars .cw-speaker__title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.1px;
  color: #4F6169;
}
.cw-main__webinars .cw-speakers__img {
  display: flex;
  column-gap: 5px;
  position: relative;
}
.cw-main__webinars .cw-speaker__image {
  max-width: 36px;
  max-height: 36px;
}
@media (min-width: 1200px) {
  .cw-main__webinars .cw-speaker__image {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (min-width: 1500px) {
  .cw-main__webinars .cw-speaker__image {
    max-width: 40px;
    max-height: 40px;
  }
}
.cw-main__webinars .cw-card__link {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #012A38;
  font-weight: 500;
  text-underline-offset: 4px;
  text-decoration: underline;
  transition: all 0.5s ease;
}
.cw-main__webinars .cw-card__link::before {
  display: none;
}
.cw-main__webinars .cw-card__title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  overflow: hidden;
  margin-top: 10px;
  padding-left: 10px;
}

.link-arrow {
  position: relative;
}

.cw-hero__card {
  display: block;
}

.cw-hero__row .link-arrow::after {
  content: "";
  background: url(../../../images/webinars/white-arrow.svg) no-repeat;
  width: 18px;
  height: 12px;
  background-size: 12px 12px;
  display: inline-block;
  transition: all 0.5s ease;
  margin-left: 4px;
}

.cw-featured__cards .link-arrow::after {
  content: "";
  background: url(../../../images/webinars/black-arrow.svg) no-repeat;
  width: 18px;
  height: 12px;
  margin-left: 4px;
  background-size: 12px 12px;
  transition: all 0.5s ease;
  vertical-align: middle;
  display: inline-block;
}
.cw-featured__cards .cw-hero__card:hover .link-arrow::before {
  width: 96px;
  transition: all 0.5s ease;
}
.cw-featured__cards .cw-hero__card:hover .link-arrow--register::before {
  left: -98px;
  width: 110px;
}

.cw-card__link::after {
  content: "";
  background: url(../../../images/webinars/black-arrow.svg) no-repeat;
  width: 12px;
  height: 11px;
  background-size: cover;
  display: inline-block;
  margin-left: 2px;
}

.cw-main__webinars .cw-card__details:hover .cw-card__link::before {
  transition: 0.3s ease-in-out;
  width: 98px;
  height: 2.5px;
  display: inline-block;
}

.cw-featured__cards .cw-card__link::after {
  display: none;
}

input[type=checkbox] {
  display: grid;
  place-content: center;
  appearance: none;
  background-color: #fff;
  margin: 0;
  width: 1em;
  height: 1em;
  border: 0.08em solid #012A38;
  border-radius: 3px;
  transform: translateY(-0.075em);
}

input[type=checkbox]::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #282366;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: 0;
}

.cr-search__column {
  font-size: 14px;
}
@media (min-width: 768px) {
  .cr-search__column {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .cr-search__grid {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #D3D9DC;
    padding: 12px 24px;
    margin: auto -20px 30px;
  }
}
@media (min-width: 768px) {
  .cr-search__grid {
    padding-top: 20px;
    margin-bottom: 42px;
  }
}
@media (min-width: 1024px) {
  .cr-search__grid {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.cr-search__grid .grid {
  padding-top: 14px;
}
@media (min-width: 900px) {
  .cr-search__grid .grid {
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 768px) {
  .right {
    padding: 32px 48px 24px;
    background: #D3D9DC;
    border-radius: 4px;
  }
}

.search-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
}
.search-grid button[type=submit] {
  display: none;
}
.search-grid > div {
  display: grid;
  height: 100%;
}
.search-grid.grid--group {
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 10px 20px 24.95px rgba(86, 61, 61, 0.1);
  max-width: 100%;
  border-radius: 5px;
}
.search-grid .ais-SearchBox-form {
  background-color: #fff;
  display: flex;
  font-size: 0.875rem;
  height: 3.8rem;
  padding-left: 20px;
  line-height: 1.25rem;
  border-radius: 5px;
  position: relative;
  width: 100%;
}
.search-grid .ais-SearchBox-form:before {
  background: transparent url(../../../images/webinars/search-icon.svg) no-repeat scroll 0 0;
  content: "";
  height: 20px;
  left: 20px;
  margin-top: -1px;
  position: absolute;
  top: 36%;
  width: 20px;
  background-size: 19px 19px;
}
.search-grid .ais-SearchBox-input {
  appearance: none;
  background-color: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
  caret-color: #5a5e9a;
  color: #23263b;
  flex: 1 1 0%;
  font-size: 14px;
  max-width: 100%;
  padding: 20px;
  padding-left: 3rem;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-image: none;
  background: transparent;
}
.search-grid .ais-SearchBox-reset {
  background: none;
  border: none;
  top: 2.5px;
  font-weight: 400;
  font-size: 12px;
  position: relative;
}
.search-grid .ais-SearchBox-input:focus {
  border-color: #3c4fe0;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  outline: medium none currentcolor;
}
.search-grid .ais-VoiceSearch-button {
  color: #000;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-image: none;
  background: transparent;
  width: 48px;
  height: 100%;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.25rem;
  padding: 0 1rem;
  place-items: center;
  text-decoration: none;
  user-select: none;
}

.cr-btn__filter {
  padding: 6px 40px 6px 10px;
  border-radius: 4px;
  border: 1px solid;
  position: relative;
  font-size: 14px;
  text-align: left;
}
.cr-btn__filter:after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='17' height='2' fill='%23515151'/%3E%3Crect x='3' y='10' width='17' height='2' fill='%23515151'/%3E%3Crect x='3' y='16' width='17' height='2' fill='%23515151'/%3E%3Ccircle cx='7' cy='5' r='2' fill='%23515151'/%3E%3Ccircle cx='16' cy='11' r='2' fill='%23515151'/%3E%3Ccircle cx='7' cy='17' r='2' fill='%23515151'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 0;
  bottom: 0;
  background-position: right;
  right: 10px;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .cr-btn__filter {
    display: none;
  }
}

.ais-RefinementList-list {
  padding-left: 0;
  margin-top: 16px;
  font-size: 12px;
  display: grid;
  grid-template-columns: 50% auto;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .ais-RefinementList-list {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .ais-RefinementList-list {
    display: block;
    margin-bottom: 50px;
  }
}

.ais-RefinementList-item {
  list-style-type: none;
}

.ais-RefinementList-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.ais-RefinementList-labelText {
  font-weight: 400;
}

.ais-CurrentRefinements {
  display: none;
}
@media (min-width: 900px) {
  .ais-CurrentRefinements {
    display: block;
  }
}
.ais-CurrentRefinements > ul {
  flex-flow: wrap;
  column-gap: 30px !important;
}
.ais-CurrentRefinements ul {
  display: flex;
  grid-gap: 10px;
  padding: 0;
  padding-left: 10px;
}
.ais-CurrentRefinements a {
  margin-top: 0;
  border: 1px solid;
  color: #4F6169;
  font-size: 14px;
  position: relative;
  border-radius: 2px;
  outline: 0;
  padding: 4px 25px 4px 9px;
}
.ais-CurrentRefinements a::before {
  content: "x";
  position: absolute;
  top: -2px;
  right: 8px;
  width: 10px;
  color: #6d6d6d;
  height: 10px;
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
}
.ais-CurrentRefinements li {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.ais-RefinementList-count {
  display: none;
}

.ais-ClearRefinements .full-text {
  display: none;
}
@media (min-width: 768px) {
  .ais-ClearRefinements .full-text {
    display: block;
  }
}
.ais-ClearRefinements .short-text {
  display: block;
}
@media (min-width: 768px) {
  .ais-ClearRefinements .short-text {
    display: none;
  }
}

.ais-CurrentRefinements > ul > li {
  font-weight: normal;
  color: #4F6169;
}

.ais-CurrentRefinements > ul > li > ul > li {
  font-weight: 400;
}

.ais-ClearRefinements-button {
  width: 100%;
  padding: 6px 0;
  border: none;
  color: #012A38;
  text-decoration: underline;
  text-underline-offset: 4px;
  background-color: transparent;
  text-align: right;
}
@media (min-width: 768px) {
  .ais-ClearRefinements-button {
    padding: 6px 15px 10px 0px;
  }
}

.ais-ClearRefinements-button--disabled {
  color: #4F6169;
}

.ais-VoiceSearch-status {
  display: none;
}

input[type=checkbox] {
  margin: 4px 12px 0 0;
}

.animate {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 25%, 0);
  }
  to {
    transform: none;
  }
}
.animateHero {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUpHero {
  -webkit-animation-name: fadeInUpHero;
  animation-name: fadeInUpHero;
}

@keyframes fadeInUpHero {
  from {
    opacity: 0.1;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cw-main__webinars .cw-card__details {
  margin-bottom: 0;
}
.cw-main__webinars .cw-card__details .cw-card__title {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .cw-main__webinars .cw-card__details .cw-card__title {
    width: 85%;
  }
}
.cw-main__webinars .cw-card__details:nth-child(1n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg0.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(2n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(3n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(4n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(5n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(6n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(6n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(7n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(8n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cw-main__webinars .cw-card__details:nth-child(9n) .cw-card__detail {
  background: url(../../../images/webinars/card-backgrounds/card-bg8.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#ch-js-header-cloned {
  display: none;
}

/* Banner */
@media (min-width: 768px) {
  .za-banner {
    position: relative;
    z-index: 99999;
  }
  .za-banner__text {
    background: #FF3300;
    padding: 14px 0;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
  }
  .za-banner__link {
    color: #012A38;
    font-weight: 500;
    padding-left: 10px;
  }
  .za-banner__link::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    transform: translateY(1.5px);
    transition: 0.4s ease-in-out;
    width: 14px;
    height: 12px;
    display: inline-block;
    background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20d%3D%22M13.025%201l-2.847%202.828%206.176%206.176h-16.354v3.992h16.354l-6.176%206.176%202.847%202.828%2010.975-11z%22%20fill%3D%22rgb(1%2C42%2C56)%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .za-banner__link:hover {
    color: #012A38;
  }
  .za-banner__link:hover::after {
    transform: translate(4px, 1.5px);
  }
  .l-header {
    top: 50px !important;
  }
}