<html><head><meta name="color-scheme" content="light dark"><style></style></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --alice-blue: #e8edf5;
  --secondary__light: #7d8189;
  --secondary-light: #565a65;
  --primary-colour: #008545;
  --white: white;
  --secondary-colour: #2f3542;
  --purple-accessible-1000: #6a47ed;
  --light-colour-green: #e5f3ec;
  --medium-green: #66b68f;
  --purple-1000: #987cff;
  --images: #c24670;
  --medium-green-tone: #b3dac7;
  --background-hover-green: #00a353;
  --cta: #f63;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--alice-blue);
  color: var(--secondary__light);
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: var(--secondary-light);
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

a {
  color: var(--primary-colour);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.container {
  max-width: 1024px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.container.features {
  flex-direction: row;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.container.overview {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}

.container.overview.icons {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.container.bg-light-green {
  box-shadow: none;
  background-color: rgba(152, 124, 255, .1);
  border-radius: 8px;
  flex-direction: column;
}

.container.pl-0 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.image {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image__laptop {
  margin-top: 48px;
}

.image-2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-4.webinars {
  color: var(--white);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 36px;
  line-height: 40px;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.section-sticky-nav {
  z-index: 8;
  background-color: var(--secondary-colour);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-header {
  color: var(--secondary-colour);
  border-left: 5px solid #000;
  align-self: auto;
  padding-left: 16px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.75rem;
  overflow: hidden;
}

.section-header.purple {
  border-left-color: var(--purple-accessible-1000);
}

.section-header.green {
  border-left-color: var(--primary-colour);
}

.section-header.red {
  border-left-color: #ff4f57;
}

.block-1__heading {
  min-height: 30px;
  color: var(--secondary-colour);
  margin-top: 0;
  padding-left: 0;
  font-family: "Proximanova", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1rem;
  position: relative;
  top: 0;
  left: 0;
}

.block___image {
  height: 180px;
  background-color: var(--secondary__light);
  border-radius: 8px;
  margin: 20px 10px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.block___image.solution-video {
  margin-top: 30px;
  margin-left: 0;
}

.block___image.discover-video {
  margin-top: 30px;
}

.subsection-heading {
  color: var(--secondary-colour);
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
}

.link {
  color: var(--primary-colour);
  margin-top: 10px;
  font-family: "Proximanova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.link:hover {
  color: var(--secondary-colour);
}

.cta-image-wrap.icon {
  width: 176px;
  position: relative;
  right: 0;
}

.section-cta {
  background-color: var(--light-colour-green);
  color: var(--light-colour-green);
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.block-14 {
  color: var(--secondary-colour);
}

.block_logo {
  margin-right: 10px;
}

.youtube.image {
  width: 40px;
  height: 30px;
}

.bold-text-5 {
  color: var(--primary-colour);
  font-family: ProximaNova Bold;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: relative;
  right: -10px;
}

.bold-text-5:hover {
  color: var(--secondary-colour);
}

.bold-text-5.youtube-link-text-mobile {
  font-family: "Proximanova", sans-serif;
  right: 0;
}

.image-14.cc {
  padding-left: 10px;
}

.footer-bottom-right-links-2 {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-right-links-2:hover {
  color: #00a353;
}

.footer-bottom-right-links-2.dxtrack-user-action {
  font-family: "Proximanova", sans-serif;
}

.footer-link-wrap-2 {
  max-width: 1024px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.footer-link-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.footer-link-text:hover {
  color: #00a353;
}

.footer-link-text.dxtrack-user-action {
/*   color: rgba(255, 255, 255, .75);
  font-family: "Proximanova", sans-serif;
  font-size: 15px;
  font-weight: 400; */
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.footer-link-text.dxtrack-user-action:hover {
/*   color: #00a353; */
  color: #00cc69;
}

.footer-wrap-bottom-3 {
  max-width: 1024px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

/* .footer-header-3 {
  color: #fff;
  margin-bottom: 5px;
  font-family: "Proximanova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
} */

/* .footer-wrapper {
  background-color: var(--secondary-colour);
  margin-top: 40px;
  padding: 30px 20px;
  font-family: ProximaNova;
  position: relative;
  top: auto;
}
 */
.image-7.footer {
  margin-bottom: 10px;
}

.item-wrap.dxtrack-user-action {
  flex: 0 auto;
}

.social-icons-wrap-3 {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.html-embed-2 {
  margin-top: 20px;
}

.footer-copyright {
  color: rgba(255, 255, 255, .75);
  font-family: "Proximanova", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.spacer-20px {
  width: 100%;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.video-link, .text-block-5 {
  text-decoration: none;
}

.drop-down {
  display: none;
}

.anchor-links {
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Proximanova", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.anchor-links:hover {
  color: var(--purple-1000);
}

.anchor-links.w--current {
  color: var(--purple-1000);
  font-size: 18px;
  text-decoration: none;
}

.educator {
  width: 100%;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-18 {
  color: var(--secondary-light);
  padding-left: 40px;
  padding-right: 60px;
  font-family: ProximaNova Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
}

.heading-18.certified-mobile {
  color: var(--secondary-colour);
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Proximanova", sans-serif;
}

.date-time {
  color: var(--secondary-colour);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Proximanova", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.date-time.featured {
  margin-top: 10px;
}

.date-time.disclaimer {
  color: var(--secondary-light);
  margin-top: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.inner-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-container.inner-container-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.section-featured {
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.nav-menu-scroll-fix {
  font-family: ProximaNova Bold;
  font-weight: 700;
  display: block;
  position: relative;
  top: -135px;
}

.nav-dropdown-toggle {
  color: #2f3542;
  padding: 10px 32px 10px 24px;
  font-size: 1.125rem;
  transition: background-color .2s;
}

.nav-dropdown-toggle:hover {
  background-color: #e8edf5;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 32px;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #008545;
  border-radius: 8px;
  flex: 0 auto;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.button.purple {
  background-color: var(--purple-accessible-1000);
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.25rem;
  transition: all .2s;
}

.button.purple:hover {
  background-color: var(--purple-1000);
  transform: translate(0, -3px);
}

.button.green {
  background-color: var(--primary-colour);
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.25rem;
  transition: all .2s;
}

.button.green:hover {
  background-color: var(--medium-green);
  transform: translate(0, -3px);
}

.button.green.full-width {
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.section-hero {
  margin-top: 32px;
  margin-bottom: 32px;
}

.section-hero.background {
  color: var(--secondary__light);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/webinar-hero-bg-2.webp');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 24px;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-webinar-wrap {
  box-shadow: none;
  background-color: rgba(106, 71, 237, .1);
  border-radius: 8px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
  overflow: hidden;
}

.image-cta-wrap {
  width: 100%;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.featured-webinar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.section-archived {
  padding-top: 40px;
  padding-bottom: 20px;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.webinar-date-time {
  color: var(--secondary-colour);
  margin-top: 0;
  font-weight: 600;
}

.archived-webinar-card-wrap {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}

.hide {
  display: none;
}

.youtube-2 {
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.subsection {
  margin-bottom: 40px;
}

.section-subheading {
  color: var(--secondary-colour);
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.divider {
  border-bottom: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottom-links-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.featured-heading {
  color: var(--secondary-colour);
  margin-top: 0;
  font-weight: 800;
}

.upcoming-webinar-image-wrap {
  width: 100%;
  min-height: 175px;
  background-color: var(--purple-accessible-1000);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.upcoming-webinar-image-wrap.grey {
  background-color: var(--secondary-light);
}

.more-webinars-image {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 8px;
}

.nav-dropdown-toggle-2 {
  color: #2f3542;
  padding: 10px 32px 10px 24px;
  font-family: "Proximanova", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.nav-dropdown-toggle-2:hover {
  background-color: #e8edf5;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 32px;
}

.upcoming-webinar-wrap {
  box-shadow: none;
  background-color: rgba(106, 71, 237, .1);
  border-radius: 8px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
  overflow: hidden;
}

.upcoming-webinar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.upcoming-webinar-grid.hide {
  display: none;
}

.featured2-webinar-image-wrap {
  width: 100%;
  min-height: 175px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.donate-heart {
  margin-right: 4px;
}

.rl_navbar5_logo-link {
  max-width: 80px;
  flex: 0 auto;
  padding-left: 0;
}

.main-navigation {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e8edf5;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.ugc-tooltip-wrap {
  min-width: 260px;
  text-align: center;
  background-color: #f9f9f5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: auto;
  right: auto;
  box-shadow: -4px 0 8px rgba(0, 0, 0, .16), 3px 3px 4px rgba(0, 0, 0, .08);
}

.subject-list-wrap {
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.subject-list-wrap.no-wrap {
  flex-direction: column;
  align-items: flex-start;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-top: 8px;
  display: grid;
}

.rl_navbar5_dropdown-link-list.math-wrap {
  background-color: #f9f9f5;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  padding: 8px;
}

.rl_navbar5_dropdown-column-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_navbar5_dropdown-column-text.underline {
  color: #565a65;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e8edf5;
  padding-bottom: 8px;
  font-size: .875rem;
  font-weight: 700;
}

.rl_navbar5_dropdown-column-text.sub {
  color: #565a65;
  font-weight: 700;
}

.rl_navbar5_container {
  width: 100%;
  height: 100%;
  max-width: 68.75rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.rl_navbar5_icon-wrapper {
  flex: none;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #008545;
  border: 1.5px solid #008545;
  border-radius: 5px;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #14673f;
  border-color: #14673f;
}

.button-2.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.math-category-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_dropdown-toggle {
  color: #000;
  border-radius: 5px;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s;
}

.rl_navbar5_dropdown-toggle:hover {
  background-color: #e8edf5;
}

.ugc-tooltip {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.math-info-link {
  text-align: center;
  font-size: 1rem;
  text-decoration: underline;
}

.rl_navbar5_text-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_dropdown-list.w--open {
  width: 100vw;
  max-width: 100%;
  min-width: 100vw;
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  border-bottom: 1px solid #e8edf5;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.html-embed {
  width: 24px;
  height: 24px;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_navbar5_icon {
  width: 1.5rem;
}

.rl_navbar5_menu-left {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.other-resources-item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.nav-account-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.spacer-8px {
  width: 100%;
  height: 8px;
}

.other-resources-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.other-resources-wrap:hover {
  background-color: #e5f3ec;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-right {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.rl_navbar5_menu {
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl_navbar5_item-title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_logo {
  width: 100%;
  height: 100%;
}

.subject-dropdown-text-link {
  transform-origin: 0%;
  color: #000;
  letter-spacing: -.2px;
  border-bottom: 1px #565a65;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.subject-dropdown-text-link:hover {
  color: #008545;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 0;
  display: grid;
}

.rl_navbar5_dropdown-content-left.explore {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ugc-nav-icon {
  align-items: center;
  display: flex;
}

.rl_navbar5_dropdown-link-icon {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  filter: grayscale();
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.rl_navbar5_dropdown-link-icon:hover {
  filter: grayscale(0%);
  background-color: #e5f3ec;
}

.rl_navbar5_dropdown-link-icon.dxtrack-user-action {
  filter: none;
}

.ugc-tooltip-image-wrap {
  position: relative;
}

._1px-divider {
  width: 1px;
  height: 30px;
  max-height: 100%;
  background-color: #e8edf5;
  margin-left: 4px;
  margin-right: 4px;
}

.rl_navbar5_menu-dropdown {
  position: static;
}

.subject-link-underline {
  height: 2px;
  transform-origin: 0%;
  background-color: #2f3542;
}

.subject-link-wrap {
  margin-top: 4px;
  margin-right: 8px;
}

.rl_navbar5_link {
  color: #000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.rl_navbar5_link.with-icon {
  border-radius: 5px;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.rl_navbar5_link.with-icon:hover {
  background-color: #e8edf5;
}

.featured-subheader {
  color: #616672;
  font-size: 17px;
  font-weight: 600;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.ck12-logo.footer {
  margin-bottom: 24px;
}

.footer-link-text-2 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
/*   font-weight: 600; */
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-text-2:hover {
  color: #00a353;
}

.footer-link-text-2.dxtrack-user-action {
  color: #fff;
  font-size: 15px;
  font-weight: 400!important;
}

.footer-link-text-2.dxtrack-user-action:hover {
  color: #00cc69;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_social-link:hover {
  color: #008545;
}

.rl_footer1_line-divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.footer-header {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.footer-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.footer-copyright-2 {
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  font-weight: 400;
}

.ck-section-footer {
  color: #fff;
  background-color: #2f3542;
  margin-top: 40px;
}

.footer-bottom-right-links {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-right-links:hover {
  color: #00a353;
}

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container {
    background-color: var(--alice-blue);
    color: var(--alice-blue);
    flex-direction: row;
    padding-left: 0;
  }

  .container.features {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }

  .container.overview {
    padding-left: 0;
  }

  .container.overview.icons {
    background-color: rgba(0, 0, 0, 0);
  }

  .container.bg-light-green {
    padding-left: 20px;
  }

  .container.pl-0 {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-4.webinars {
    font-weight: 700;
  }

  .section-header {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .block-1__heading {
    font-size: 15px;
    line-height: 15px;
    top: 0;
  }

  .subsection-heading {
    font-size: 28px;
  }

  .footer-link-wrap-2 {
    max-width: 1024px;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .license-wrap {
    padding-left: 10px;
  }

/*   .footer-wrapper {
    width: 100%;
    padding: 30px 19px;
  }
 */
  .social-icons-wrap-3 {
    justify-content: space-between;
    display: flex;
  }

  .html-embed-3 {
    margin-left: 0;
  }

  .anchor-links {
    position: static;
  }

  .date-time {
    color: var(--secondary-colour);
    margin-bottom: 0;
    font-weight: 700;
  }

  .section-archived {
    padding-bottom: 20px;
  }

  .divider {
    border: 1px solid var(--alice-blue);
  }

  .license-wrap-2 {
    padding-left: 10px;
  }

  .footer-link-wrap {
    max-width: 1024px;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .container {
    background-color: var(--alice-blue);
    color: var(--alice-blue);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.features {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    align-items: center;
  }

  .container.overview {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: flex-start;
    margin-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .container.pl-0 {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-cta {
    margin-bottom: 0;
  }

  .youtube.image {
    width: 30px;
    height: 25px;
  }

  .image-14 {
    padding-left: 10px;
  }

  .footer-link-wrap-2 {
    grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
    padding-bottom: 20px;
  }

  .license-wrap {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-bottom-right-wrap-2 {
    align-items: center;
    display: flex;
  }

  .image-7 {
    min-width: 75px;
  }

  .item-wrap {
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-right: 0;
    display: flex;
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .date-time.featured {
    text-align: center;
  }

  .inner-container.inner-container-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .button.green.full-width {
    margin-bottom: 1rem;
  }

  .image-cta-wrap {
    align-items: center;
    margin-bottom: 1rem;
  }

  .featured-webinar-grid {
    grid-template-columns: 1fr;
  }

  .featured-webinar-details {
    text-align: center;
  }

  .donate-heart {
    margin-left: 4px;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_menu-icon_line-top, .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 16px;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 16px;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    min-width: auto;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .rl_menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block {
    order: -1;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
  }

  .rl_navbar5_menu-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-account-wrap {
    width: 100%;
    grid-column-gap: 0px;
    align-items: center;
  }

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
  }

  .rl_navbar5_menu {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 2.5rem 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1rem;
    grid-template-columns: 1.25fr 1fr 1fr;
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .rl_navbar5_dropdown-content-left.explore {
    grid-template-columns: 1fr 1fr;
  }

  ._1px-divider {
    display: none;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    transition: background-color .2s;
    position: relative;
  }

  .rl_navbar5_menu-dropdown:hover {
    background-color: #e8edf5;
    border-radius: 5px;
  }

  .nav-left {
    width: 100%;
  }

  .rl_navbar5_link {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 16px;
    font-size: 1.125rem;
  }

  .rl_navbar5_link.with-icon {
    width: 100%;
    padding-left: 16px;
  }

  .rl_navbar5_link.with-icon:hover {
    background-color: #e8edf5;
  }

  .license-wrap-2 {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .ck12-logo {
    min-width: 75px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column-wrap {
    margin-bottom: 16px;
  }

  .footer-bottom-right-wrap {
    align-items: center;
    display: flex;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.features {
    flex-direction: column;
    display: none;
  }

  .container.pl-0 {
    flex: 1;
    margin-right: 10px;
  }

  .section-sticky-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-header {
    text-align: left;
  }

  .block-1__heading {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .subsection-heading {
    text-align: center;
  }

  .block__channel {
    flex: 1;
  }

  .image-14, .image-14.cc, .footer-bottom-right-links-2 {
    padding-left: 0;
  }

  .footer-link-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-link-text {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer-wrap-bottom-3 {
    align-items: flex-start;
  }

  .license-wrap {
    align-self: flex-start;
    padding-top: 5px;
  }

  .footer-bottom-right-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .video-link {
    text-align: left;
  }

  .drop-down {
    background-color: var(--white);
    border-radius: 8px;
    justify-content: space-between;
    font-family: "Proximanova", sans-serif;
    font-weight: 600;
    display: flex;
  }

  .toggle {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .anchor-links {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link.w--current {
    background-color: var(--alice-blue);
    color: var(--primary-colour);
    border-radius: 4px;
  }

  .dropdown-list.w--open {
    border: 1px solid var(--alice-blue);
    background-color: var(--white);
    border-radius: 8px;
    padding: 10px;
  }

  .dropdown {
    width: 100%;
    font-size: 16px;
  }

  .educator {
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-18.certified-mobile {
    width: 80%;
  }

  .inner-container.inner-container-mobile {
    grid-template-columns: 1fr;
  }

  .container-medium {
    text-align: center;
  }

  .image-cta-wrap {
    align-items: center;
  }

  .featured-webinar-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .upcoming-webinar-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .rl_navbar5_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .rl_navbar5_text-small {
    display: none;
  }

  .padding-global, .rl_navbar5_menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_menu-dropdown {
    padding-right: 0;
  }

  .license-wrap-2 {
    align-self: flex-start;
    padding-top: 5px;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .footer-link-text-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .rl-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-right-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr;
  }

  .footer-bottom-right-links {
    padding-left: 0;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.features {
    display: none;
  }

  .container.overview {
    background-color: var(--white);
    color: var(--white);
    margin-left: 0;
    padding-left: 20px;
  }

  .container.overview.icons {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 10px;
    padding-right: 0;
    font-size: 14px;
  }

  .container.bg-light-green {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image__laptop {
    width: 300px;
    max-width: 300px;
  }

  .image-2 {
    width: 300px;
    display: inline-block;
  }

  .heading-4.webinars {
    font-size: 26px;
  }

  .paragraph {
    text-align: center;
    justify-content: center;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    display: flex;
  }

  .section-header {
    text-align: left;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-content: flex-start;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-size: 24px;
    display: flex;
  }

  .section-header.purple, .section-header.green, .section-header.red {
    justify-content: flex-start;
  }

  .block-1__heading {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
    top: -30px;
  }

  .block___image {
    width: 250px;
    height: 150px;
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0;
  }

  .block___image.solution-video, .block___image.discover-video {
    margin-top: 0;
  }

  .archived-webinar-title {
    width: auto;
    max-width: none;
    padding-left: 1px;
    font-size: 16px;
    position: relative;
    top: 25px;
  }

  .subsection-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .link {
    font-size: 12px;
  }

  .cta-image-wrap.icon {
    width: 178px;
    padding-right: 0;
  }

  .section-cta {
    background-color: var(--light-colour-green);
    color: rgba(0, 0, 0, 0);
    margin-top: 32px;
    margin-bottom: 0;
  }

  .block_logo {
    margin-right: 0;
  }

  .youtube {
    width: 24px;
  }

  .youtube.image {
    width: 40px;
    height: 30px;
  }

  .bold-text-5 {
    font-size: 13px;
    font-weight: 600;
  }

  .bold-text-5.youtube-link-text-mobile {
    margin-top: 10px;
  }

  .fb, .twitter, .linkedin {
    width: 24px;
  }

  .image-14.cc {
    padding-left: 0;
  }

  .footer-bottom-right-links-2 {
    padding-bottom: 5px;
  }

  .footer-wrap-bottom-3 {
    flex-wrap: wrap;
  }

  .footer-bottom-left-wrap-2 {
    order: 1;
    padding-top: 10px;
  }

  .image-7 {
    width: 65px;
    min-width: 65px;
  }

  .social-icons-wrap-3 {
    justify-content: flex-start;
  }

  .html-embed-3 {
    position: static;
  }

  .video-link {
    text-align: center;
  }

  .pinterest {
    width: 24px;
    text-decoration: none;
  }

  .image-18 {
    max-width: 70%;
    margin-top: 0;
  }

  .drop-down {
    width: 100%;
    color: var(--medium-green);
    margin-left: 0;
    padding-left: 0;
    font-size: 15px;
    display: block;
    position: relative;
    top: 0;
  }

  .toggle {
    width: 100%;
    height: 60px;
    border: 1px none var(--primary-colour);
    color: var(--secondary-colour);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-family: "Proximanova", sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    left: 0;
  }

  .toggle.w--open {
    color: var(--primary-colour);
    font-family: "Proximanova", sans-serif;
    font-weight: 600;
  }

  .toggle.w--open:hover {
    color: var(--secondary-colour);
  }

  .text {
    padding-top: 20px;
    padding-left: 16px;
    position: relative;
    top: -6px;
  }

  .dropdown-link {
    color: var(--secondary-colour);
    border: .5px solid #fff;
    margin-left: -1px;
    margin-right: -1px;
    font-family: "Proximanova", sans-serif;
    font-weight: 600;
  }

  .dropdown-link.w--current {
    background-color: var(--alice-blue);
    color: var(--primary-colour);
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list.w--open {
    border: 1px solid var(--alice-blue);
    background-color: #fff;
    border-radius: 8px;
    margin-top: -13px;
    padding: 10px;
  }

  .dropdown {
    width: 100%;
    height: 48px;
    background-color: var(--white);
    border: 1px solid #000;
    border-radius: 8px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .icon-4 {
    top: -12px;
  }

  .educator {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-18.certified-mobile {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .date-time {
    margin-top: 0;
    line-height: 25px;
  }

  .inner-container {
    flex-direction: row;
  }

  .inner-container.inner-container-mobile {
    flex-direction: column;
  }

  .nav-menu-scroll-fix {
    display: block;
    top: -128px;
  }

  .container-medium {
    text-align: center;
  }

  .bottom-links-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .other-resources-wrap {
    padding-left: .5rem;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_dropdown-content-left.explore {
    grid-template-columns: 1fr;
  }

  .rl_navbar5_dropdown-link-icon {
    padding-left: .5rem;
  }

  .ck12-logo {
    width: 65px;
    min-width: 65px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-left-wrap {
    order: 1;
    padding-top: 10px;
  }

  .footer-bottom-right-links {
    padding-bottom: 5px;
  }

  .footer-bottom-wrap {
    flex-wrap: wrap;
  }
}

#w-node-_2b2eea98-bf2f-8640-e03c-84607d7f89bd-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f89d2-c4398ed0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b2eea98-bf2f-8640-e03c-84607d7f89d3-c4398ed0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2b2eea98-bf2f-8640-e03c-84607d7f89ee-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8a1d-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8a22-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8a41-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8a4c-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8a58-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8aa1-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8ab9-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8ad0-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8ae7-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8afb-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8b90-c4398ed0, #w-node-_2b2eea98-bf2f-8640-e03c-84607d7f8ba6-c4398ed0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a4c4aa8-ef52-5810-19a4-95400b52ea46-c4398ed0, #w-node-_0a255dfd-fd8f-02fd-8e9f-1d20c128514d-c4398ed0, #w-node-c67d793e-268e-0040-9d1d-bfea43af4b4c-c4398ed0, #w-node-_4fb4165c-3e2b-0e26-4026-4dfffde89dba-c4398ed0, #w-node-_7a764bc4-1e3f-9f6f-4ea1-10a8344b45b4-c4398ed0, #w-node-ceec3512-7250-272e-29d4-2b86a96b3b80-c4398ed0 {
  align-self: center;
}

#w-node-_20f4c375-67b4-3265-bc88-d4fc193fbaf5-c4398ed0, #w-node-dbe29794-c544-9f5f-2955-c7985a6ffd4d-c4398ed0 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_20f4c375-67b4-3265-bc88-d4fc193fbaf5-c4398ed0, #w-node-dbe29794-c544-9f5f-2955-c7985a6ffd4d-c4398ed0 {
    align-self: stretch;
  }

  #w-node-ee8eb82a-45e4-3db5-77fb-6d17110bee66-c4398ed0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee8eb82a-45e4-3db5-77fb-6d17110bee6a-c4398ed0, #w-node-ee8eb82a-45e4-3db5-77fb-6d17110bee85-c4398ed0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aaa4bff8-0de8-60c4-70b1-e1a7b9bb9239-c4398ed0, #w-node-ee8eb82a-45e4-3db5-77fb-6d17110bee66-c4398ed0, #w-node-ee8eb82a-45e4-3db5-77fb-6d17110bee9f-c4398ed0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

</pre></body></html>