/** Shopify CDN: Minification failed

Line 231:0 Unexpected "<"
Line 317:0 Unexpected "<"
Line 426:0 Unexpected "<"
Line 462:0 Unexpected "<"
Line 527:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.lp-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lp-banner-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  touch-action: pan-y;
}

.lp-banner-slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-img-container { display: block; }
.mobile-img-container { display: none; }

@media (max-width: 767px) {
  .desktop-img-container { display: none; }
  .mobile-img-container { display: block; }

  .mobile-img-container img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
  }
}

.desktop-img-container img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  display: block;
}

/* Navigation arrows */
.lp-banner-prev,
.lp-banner-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  z-index: 10;
}

.lp-banner-prev { left: 10px; }
.lp-banner-next { right: 10px; }

/* Pagination dots */
.lp-banner-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.lp-banner-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.lp-banner-dots .dot.active {
  background-color: rgba(255,255,255,1);
}
.custom-table-section {
  padding: 40px 20px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  overflow-x: auto;
}

.custom-table th,
.custom-table td {
  padding: 16px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  transition: background 0.3s;
  word-wrap: break-word;
}

.custom-table th {
  background-color: #0A54B4;
  color: #fff;
  font-weight: 600;
  white-space: normal;
}

.custom-table td {
  color: #333;
}

.custom-table a {
  display: inline-block;
  text-decoration: none;
}

.custom-table img {
  max-height: 40px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .custom-table td,
  .custom-table th {
    font-size: 14px;
    padding: 10px;
  }
  .custom-table img {
    max-height: 30px;
  }
}
.individual-courses {
  background: linear-gradient(90deg, rgb(19 155 255 / 22%) 0%, rgba(236, 242, 249, 0.5) 20%, rgba(242, 247, 255, 1) 100%);
  padding: 60px 0;
}
.individual-courses-inner {
  text-align: center;
}
.individual-courses p {
  font-size: 16px;
  margin-bottom: 30px;
}
.training-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 0;
}
.training-button {
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}
.training-button:hover {
  opacity: 0.85;
}
.trending-course {
  margin-top: 20px;
}
.trending-course .custom-recommendation {
  padding: 0;
}
.trending-course .custom-recommendation .grid-product__content {
  border-radius: 12px;
}
.custom-grid-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 per row on desktop */
  gap: 20px;
  margin: 40px auto;
}

@media (max-width: 767px) {
  .custom-grid-section {
    grid-template-columns: 1fr; /* Stack on mobile */
    padding: 0 16px;
  }
}

.grid-item {
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.grid-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

.accordion-title {
  font-weight: bold;
  margin: 10px 0;
}

.accordion-content {
  display: none;
  padding-top: 10px;
  text-align: left;
}

.grid-item.active .accordion-content {
  display: block;
}
<style>
.webinar-page-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 2rem;
  box-sizing: border-box;
}
.three-column-section h2 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.three-column-section p {
  text-align: center;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.columns-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  text-align: center;
}
.column-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-wrapper {
  height: 250px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.image-wrapper img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.image-wrapper a,
.image-wrapper a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.image-wrapper a {
  height: 100%;
  width: 100%;
}
.column-card h3 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
.column-card p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  text-align: center;
}
.column-card a.cta-button {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: #dc7238;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.column-card a.cta-button:hover {
  background-color: #0a54b4;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .webinar-page-container {
    padding: 40px 1.5rem;
  }
  .columns-wrapper {
    gap: 1.5rem;
  }
}
</style>
<style>
.webinar-hero-wrapper {
  padding: 0px 2rem;
  margin: 20px 0;
}
.webinar-hero {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: start;
  gap: 2rem;
}
.webinar-hero .webinar-image {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
}
.webinar-hero .webinar-image img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.4s ease;
}
.webinar-hero .webinar-image:hover img {
  transform: scale(1.05);
}
.webinar-content h1 {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}
.webinar-content .tag {
  display: inline-block;
  background-color: #0a54b4;
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.webinar-content .webinar-details {
  margin: 1rem 0;
  font-size: 1rem;
  color: #444;
}
.webinar-content .webinar-details span {
  display: block;
  margin-bottom: 0.25rem;
}
.webinar-cta {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #dc7238;
  color: white;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.webinar-cta:hover {
  background-color: #0a54b4;
  color: white;
}
.social-share {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.social-share span {
  font-weight: 600;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
.social-share a {
  display: inline-block;
  margin-right: 0.5rem;
  width: 25px;
  height: 25px;
}
.social-share svg {
  width: 25px;
  height: 25px;
  fill: #0a54b4;
  transition: fill 0.3s ease;
}
.social-share a:hover svg {
  fill: #dc7238;
}
@media screen and (max-width: 767px) {
  .webinar-hero-wrapper {
    padding: 40px 1.5rem;
  }
  .webinar-hero {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .webinar-content h1 {
    text-align: center;
  }
}
</style>
<style>
.webinar-learnings-wrapper {
  padding: 60px 2rem;
  margin-top: 1rem;
}
.webinar-learnings {
  max-width: 960px;
  margin: 0 auto;
}
.webinar-learnings h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.webinar-learnings .intro {
  margin-bottom: 1.5rem;
  color: #444;
}
.webinar-learnings ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0;
}
.webinar-learnings li {
  margin-bottom: 0.75rem;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .webinar-learnings-wrapper {
    padding: 40px 1.5rem;
  }
  .webinar-learnings h2 {
    text-align: center;
  }
}
</style>
<style>
.webinar-speaker-wrapper {
  padding: 60px 2rem;
}
.webinar-speaker {
  max-width: 960px;
  margin: 0 auto;
}
.webinar-speaker h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.speaker-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.speaker-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speaker-text {
  flex: 1 1 auto;
}
.speaker-text h3 {
  margin: 0;
  font-size: 1.25rem;
}
.speaker-text .title {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0.5rem;
}
.speaker-text .bio {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .webinar-speaker-wrapper {
    padding: 40px 1.5rem;
  }
  .speaker-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .webinar-speaker h2 {
    text-align: center;
  }
  .speaker-text h3,
  .speaker-text .title,
  .speaker-text .bio {
    text-align: center;
  }
}
</style>