/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
body {
  --teal: #19af9f;
  --light-teal: #e8f7f5;
  --blue: #065f82;
  --red: #a2163d;
  --yellow: #FFE32E;
  --black: #293232;
  --white: #fff;
  --dark-gray: #7f8484;
  --mid-gray: #a9adad;
  --light-gray: #d4d6d6;
  --lighter-gray: #efefef;
  --extra-light-gray: #f6f7f7;
  --regular: "Sohne", "sans-serif";
  --condensed: "Sohne Condensed", "sans-serif";
  --powerful: "Sohne Powerful", "sans-serif";
  --screen-xs: 480px;
  --screen-sm: 782px;
  --screen-md: 992px;
  --screen-lg: 1376px;
  --screen-lg: 1470px;
  --nua-default-content-width: var(--wp--style--global--content-size, 928px);
  --nua-wide-content-width: var(--wp--style--global--wide-size, 1400px);
  --nua-grid-columns: 12;
  --nua-grid-column-min-width: 1fr;
  --nua-grid-column-gap: 40px;
  --nua-grid-column-gap-mobile: 20px;
  --nua-grid-column-max-width: calc(
  	(
  			var(--nua-wide-content-width) - (var(--nua-grid-columns) - 1) *
  				var(--nua-grid-column-gap)
  		) / var(--nua-grid-columns)
  );
  --nua-page-padding-lg: 40px;
  --nua-page-padding-md: 25px;
  --nua-page-padding-sm: 15px;
  --site-width: 100%;
}

.nua-featured-webinar {
  font-family: "Sohne", "sans-serif";
  padding-top: 72px;
}
.nua-featured-webinar .header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.nua-featured-webinar .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 0;
}
.nua-featured-webinar .view-all {
  color: #a2163d;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 0;
  text-decoration: none;
}
.nua-featured-webinar .featured-image-container {
  position: relative;
  margin-bottom: 1.5rem;
}
.nua-featured-webinar .featured-image {
  aspect-ratio: 13/9;
  height: auto;
  object-fit: cover;
}
.nua-featured-webinar .featured-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  background: #7f8484;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.3125rem 0.625rem;
}
.nua-featured-webinar .webinar-title {
  font-size: 1.875rem;
  line-height: 1.1666666667;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.nua-featured-webinar .webinar-title a {
  text-decoration: none;
  color: #293232;
}
.nua-featured-webinar .webinar-time {
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 300;
}
.nua-featured-webinar .description {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.nua-featured-webinar .register {
  background: transparent;
  border: none;
  background: rgba(41, 50, 50, 0.9019607843);
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  padding: 1rem calc(1.5rem + 10px) 1rem 1.5rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: background 0.2s ease;
}
.nua-featured-webinar .register::before {
  content: "";
  width: calc(90% + 15px);
  position: absolute;
  height: calc(100% + 10px);
  top: 0;
  left: 0;
  background: #19af9f;
  mix-blend-mode: multiply;
  transition: background 0.2s ease;
}
.nua-featured-webinar .register:hover {
  color: #fff;
  background: #a2163d;
}
.nua-featured-webinar .register:hover::before {
  background: #a2163d;
  mix-blend-mode: multiply;
}
.nua-featured-webinar .register span {
  position: relative;
}
.nua-featured-webinar .content-card__sponsors {
  padding-bottom: 1.5rem;
}
.nua-featured-webinar .other-webinars {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--nua-grid-column-gap);
  margin-top: 2rem;
}
.nua-featured-webinar .other-webinars .webinar {
  flex: 0 0 calc(50% - var(--nua-grid-column-gap) / 2);
  padding-bottom: var(--nua-grid-column-gap);
}
@media screen and (max-width: 782px) {
  .nua-featured-webinar .other-webinars {
    display: block;
  }
  .nua-featured-webinar .other-webinars .webinar {
    flex: 0 0 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
.nua-featured-webinar .other-webinar-title {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.nua-featured-webinar .other-webinar-title a {
  text-decoration: none;
  color: #293232;
}
.nua-featured-webinar .other-webinar-time {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-weight: 400;
}

/*# sourceMappingURL=style-index.css.map*/