/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Base Styles */
@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
  --blue-500: #2563eb;
  --blue-600: #1d4ed8;
  --blue-700: #1e40af;
  --blue-800: #1e3a8a;
  --blue-900: #172554;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --white: #ffffff;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "proxima_nova_rgregular", Sans-serif;
  line-height: 1.6;
  color: #787878;
  background-color: #fff;
  letter-spacing: 0.8px;
  display: grid;
}

.container {
  padding: 0 70px;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: auto;
}

button {
  cursor: pointer;
  font-family: inherit;
}

.section-title {
  font-size: 1.75rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4.5rem;
  position: relative;
  color: black;
  font-weight: 400;
  letter-spacing: 9px;
  font-style: normal;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28rem;
  height: 0.09rem;
  background-color: var(--orange-500);
}

.watch-again .section-title::after {
  background-color: var(--white);
}

/* Header */
.header {
  background: -o-linear-gradient(313deg, rgba(60, 120, 189, 1) 58%, rgba(0, 135, 207, 1) 70%, rgba(60, 120, 189, 1) 81%);
  background: linear-gradient(137deg, rgba(60, 120, 189, 1) 58%, rgba(0, 135, 207, 1) 70%, rgba(60, 120, 189, 1) 81%);
  color: var(--white);
  padding: 1rem 0rem;
  position: sticky;
  top: 0;
  z-index: 999;
  max-height: 150px;
  text-align: -webkit-center;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
  max-width: 1500px;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
}

.logo-container img {
  height: 100%;
}

.logo {
  max-width: 200px;
  margin-bottom: 0.25rem;
}

.webinars-badge {
  background-color: var(--white);
  color: var(--blue-600);
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  display: inline-block;
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.main-nav a {
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.main-nav a:hover {
  opacity: 0.8;
}

.main-nav span {
  font-size: 35px;
  position: relative;
  top: -15px;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.5rem;
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 15px 0px;
}

/* Hero Section */
.watch-again-page .hero {
  background-attachment: fixed;
  color: var(--white);
  padding: 3rem 0 4rem;
}
.main-page .hero {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.main-page .hero h1.webinar-title {
  font-size: 4.3rem;
  padding: 20px 0px;
  font-weight: 500;
}

.hero .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero h1 {
  font-size: 4.3rem;
  padding: 0px 0px;
  font-weight: 500;
  line-height: 1.2;
  margin: 10px 0px;
}

.hero-text {
  font-size: 0.875rem;
  max-width: 600px;
}

.hero-text p {
  margin-bottom: 1rem;
}

.hero-text p:last-child {
  margin-bottom: 0;
}

.video-container {
  position: relative;
  border-radius: 0.5rem;
  aspect-ratio: 16 / 9;
  width: 85%;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-button-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-logo {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
}

.small-logo {
  max-width: 80px;
}

/* Speakers Section */
#speakers {
  padding: 3rem 0;
  background-color: var(--white);
  width: 100%;
  display: grid;
  -ms-grid-column-align: center;
      justify-items: center;
}

.speakers-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2rem;
  width: 600px;
}

.speaker-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.speaker-image {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  min-height: 14rem;
}

.speaker-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speaker-name {
  color: #3D79BD;
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 22px;
}

.speaker-title {
  color: black;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.speaker-title.moderator {
  font-style: italic;
}

.speaker-company {
  color: var(--gray-600);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.speaker-bio {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 2s ease-in-out;
  -o-transition: height 2s ease-in-out;
  transition: height 2s ease-in-out;
  border-bottom-style: groove;
  border-color: #3a75c4;
  border-width: thin;
  text-align: left;
  margin-bottom: 10px;
}

.speaker-bio p {
  margin-bottom: 14px;
}

.speaker-card .speaker-bio a {
  color: #3D79BD;
  font-weight: bold;
}

.speaker-card .moderator {
  color: black;
  font-weight: 400;
  font-size: 18px;
}

.about-btn-down, .about-btn-up {
  background: none;
  border: none;
  color: black;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-btn-down i, .about-btn-up i {
  color: black;
}
.about-btn-up {
  margin-top: 10px;
}

/* Watch Again Section */
.watch-again {
  background-image: -o-linear-gradient(45deg, #051930 0%, #3D79BD 100%);
  background-image: linear-gradient(45deg, #051930 0%, #3D79BD 100%);
  color: var(--white);
  padding: 4rem 0;
}

.carousel-container {
  position: relative;
}

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  gap: 1rem;
}

.carousel-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  min-width: 250px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(23, 37, 84, 0.5);
  color: var(--white);
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.carousel-arrow.prev {
  left: -1.25rem;
}

.carousel-arrow.next {
  right: -1.25rem;
}

.video-card {
  margin-bottom: 0.5rem;
}

.video-thumbnail-container {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background-color: var(--blue-800);
  margin-bottom: 0.5rem;
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 3px;
}

.carousel-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}

.dot.active {
  background-color: var(--white);
}

/* Footer */
.footer {
  background-color: #051930;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  color: var(--white);
  padding: 3rem 0 0 0;
  text-align: -webkit-center;
}

.footer .container {
  max-width: 1500px;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-logo .logo {
  margin-bottom: 1rem;
  max-width: 180px;
}

.footer-bar {
  -ms-flex-line-pack: center;
      align-content: center;
}

.footer-bottom {
  background-color: #3D79BD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 7px;
}

.copyright {
  font-size: 0.75rem;
  color: #FFFFFF;
}

.footer h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.site-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: normal;
          flex-direction: normal;
  gap: 1rem;
  align-items: center;
}

.site-logo {
  max-width: 130px;
}

.signup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  text-align: center;
}

.signup-form input {
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid var(--blue-500);
  background-color: var(--blue-700);
  color: var(--white);
}

.signup-form input::-webkit-input-placeholder {
  color: var(--blue-300);
}

.signup-form input::-moz-placeholder {
  color: var(--blue-300);
}

.signup-form input:-ms-input-placeholder {
  color: var(--blue-300);
}

.signup-form input::-ms-input-placeholder {
  color: var(--blue-300);
}

.signup-form input::placeholder {
  color: var(--blue-300);
}

.signup-form a {
  background-color: #3e79bc;;
  color: var(--white);
  border: none;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-weight: 500;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.signup-form a:hover {
  background-color: #ff8c00;
}

.social-links {
  
}

.social-link {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.25rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  margin: 0px 8px;
}

.social-link:hover {
  color: var(--blue-200);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hero .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .carousel-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .hero-content {
    padding-left: 40px;
  }
}

@media (max-width: 480px) {
  .carousel-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section-title::after {
    width: 19rem;
  }
  .hero-content {
    padding-left: 10px;
  }
}



/* watch-again */
.nav-item {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
}

.nav-item.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(0 0 0)), color-stop(60%, rgba(0,16,41,0.5)));
  background: -o-linear-gradient(left, rgb(0 0 0) 40%, rgba(0,16,41,0.5) 60%);
  background: linear-gradient(90deg, rgb(0 0 0) 40%, rgba(0,16,41,0.5) 60%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  color: white;
  padding: 20px;
  padding-left: 80px;
  max-width: 1500px;
}

.next-webinar {
  background-color: #ff8c00;
  color: white;
  padding: 10px 30px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
  width: 160px;
  text-align: center;
  border-radius: 4px;
}

.main-page .next-webinar {
  float: left;
  margin-bottom: 0px;
  border-radius: 0px;
  margin-right: 25px;
}

.main-page .webinar-details {
  margin-top: 13px;
}

.webinar-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ff8c00;
  border-top: 1px solid #ff8c00;
  padding: 8px 0px 8px 35px;
  max-width: 625px;
}

.webinar-details span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.webinar-details span svg {
  color: #ff8c00;
}

.webinar-title {
  margin-bottom: 20px;
  max-width: 600px;
  line-height: 1.1;
}

.webinar-description {
  max-width: 600px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.company-description {
  background: -o-linear-gradient(313deg, rgba(60, 120, 189, 1) 58%, rgba(0, 135, 207, 1) 70%, rgba(60, 120, 189, 1) 81%);
  background: linear-gradient(137deg, rgba(60, 120, 189, 1) 58%, rgba(0, 135, 207, 1) 70%, rgba(60, 120, 189, 1) 81%);
  color: var(--white);
  padding: 2rem 0;
}

.company-description .container {
  justify-items: center;
  display: grid;
}

.company-description .container .description-text {
  width: 60%;
  font-weight: 300;
}

.description-text p {
  padding-bottom: 15px;
}

.more-btn {
  background-color: #1a75bb;
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
}

.meets-speakers {
  background-color: #1a75bb;
  color: white;
  padding: 10px 30px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
  width: 160px;
  min-height: 70px;
  border-radius: 4px;
}

.countdown-container {
  position: absolute;
  right: 25%;
  bottom: 35px;
  z-index: 2;
  text-align: right;
  color: white;
}

.countdown-title {
  margin-bottom: 15px;
  font-weight: bold;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.countdown-box {
  background-color: #3D79BD70;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 15px 30px;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  border-style: groove;
  border-width: thin;
}

.countdown-value {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.countdown-label {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.description {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 50px;
  text-align: center;
  line-height: 1.6;
}


/* Featured Partners Section */
.featured-partners {
  background-color: white;
  padding: 60px 0;
  color: #333;
}

.featured-partners-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: grid;
  max-width: 1800px;
}

.featured-partners h2 {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 20px;
  color: #001029;
  font-weight: 400;
}

.featured-partners-title-line {
  width: 40%;
  height: 1px;
  background-color: #ff8c00;
  margin: 0 auto 0px;
}


.logo-slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  width: 90%;
  margin: auto;
}

.logo-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 30s linear infinite;
          animation: slide 30s linear infinite;
  width: 100%;
  /* width: calc(200px * 12);  Adjust based on number of logos */
}

.logo-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 80px;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes slide {
  0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(calc(-200px * 6));
              transform: translateX(calc(-200px * 6)); /* Half the total width */
  }
}

@keyframes slide {
  0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
  }
  100% {
      -webkit-transform: translateX(calc(-200px * 6));
              transform: translateX(calc(-200px * 6)); /* Half the total width */
  }
}

.disclaimer {
  width: 82%;
  margin: 40px auto 0;
  padding: 20px 50px;
  border-top: 1px solid black;
  font-size: 0.81rem;
  line-height: 1.5;
  color: #051930;
  text-align: -webkit-center;
}

.disclaimer a {
  color: #1a75bb;
  text-decoration: none;
}

.disclaimer a:hover {
  text-decoration: underline;
}

/* Watch Again Section */

.hero-video {
  z-index: 1;
}

.watch-again {
  background-color: #0a2d5a;
  padding: 50px 0;
}

.watch-again-container {
  margin: 0 auto;
  padding: 0 50px;
  text-align: center;
}

.watch-again h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 15px;
  color: white;
  font-weight: 300;
}

.section-title-line {
  width: 41%;
  height: 1px;
  background-color: #ff8c00;
  margin: 0 auto 50px;
  max-width: 1800px;
}

.video-slider-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}

.slider-arrow {
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
  padding: 10px 10px 40px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-arrow:hover {
  color: #ff8c00;
}

.video-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  scroll-behavior: smooth;
  padding: 10px 0 40px 0px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  justify-content: center;
}

.video-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
  min-width: 140px;
  min-height: 103px;
  padding-bottom: 30px;
}

.video-thumbnail {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 15px;
  cursor: pointer;
}

.video-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-thumbnail:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.video-container .play-button {
  top: 5%;
  color: white;
  background-color: #ff8c00;
  font-size: 25px;
  width: 40%;
  height: 60px;
  font-weight: 600;
  min-width: 174px;
}

.video-thumbnail:hover .play-button {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.video-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: -webkit-center;
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #ff8c00;
}

/* sdf */
.video-layer {
  overflow: hidden;
}

/* Core Topics Section */
#core-topics-section {
  background-color: #f5f7f9;
}
/* General Styles */
.travel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "proxima_nova_rgregular", Sans-serif;
  padding: 40px;
}

/* What We'll Cover Section */
.cover-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  background-color: #f5f7f9;
  min-width: 40%;
}

.cover-section h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}

.cover-section p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 16px;
}

/* Core Topics Section */
.topics-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  background-color: #0a1a2f;
  color: white;
  min-width: 60%;
  border-radius: 0 20px 20px 0;
}

.topics-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.topics-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.topic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrow-icon {
  color: #4a90e2;
  font-size: 30px;
  margin-right: 10px;
}

.topic-text {
  font-size: 23px;
  font-weight: 400;
  -ms-flex-line-pack: center;
      align-content: center;
}

/* Registration Bar */
.registration-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3a75c4;
  padding: 35px 60px;
  color: white;
  width: 100%;
  margin-top: 20px;
}

.event-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-icon {
  margin-right: 10px;
  font-size: 22px;
}

.detail-icon svg {
  color: #0a1a2f;
}

.detail-text {
  font-size: 20px;
}

.register-button {
  background-color: #ff9933;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.register-button:hover {
  background-color: #e88a2a;
}

.attending-section {
  text-align: center;
  padding: 40px;
}

.attending-section .attending-text {
  font-size: 17px;
  color: #333;
  width: 90%;
  -ms-grid-column-align: center;
      justify-self: center;
}

.attending-section .attending-text h2 {
  color: #3D79BD;
}

.attending-section .attending-text p {
  margin: 25px 0px;
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

@media (min-width: 3000px) {
  .countdown-container {
    right: 32%;
  }
}

@media (max-width: 1600px) {
  .countdown-container {
    right: 100px;
  }
}

@media (max-width: 1080px) {
  .countdown-container {
    right: 20px;
  }
  .countdown {
    gap: 10px;
  }
  .countdown-box {
    padding: 0px;
    border-radius: 5px;
    min-width: 75px;
  }
  .hero-content {
    padding-left: 60px;
  }
}

@media (max-width: 1200px) {
  .watch-again-page .hero .hero-content h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .logo {
    max-width: 160px;
  }

  .mobile-menu-btn {
    display: none;
  }
  
  .webinar-details {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
    padding: 8px 0px;
    width: 95%;
  }

  .nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .hero {
    padding: 30px 20px;
  }

  .webinar-title {
    font-size: 2.5rem;
  }

  .watch-again-page .hero .hero-content h1 {
    font-size: 3.2rem;
  }

  .countdown-container {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 40px;
    text-align: left;
  }

  .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }

  .countdown-box {
    padding: 5px 20px;
    min-width: 70px;
  }

  .description {
    padding: 30px 20px;
    margin: 30px 20px;
  }

  .container {
    padding: 0 40px;
  }

  #speakers {
    width: 100%;
  }

  .speakers-grid {
    width: 350px;
  }

  .company-description .container .description-text {
    width: 100%;
  }

  .previous-webinars {
    padding: 0 20px;
  }

  .webinar-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .featured-partners-container {
    padding: 0 20px;
  }

  .logo-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin: 0 10px;
  }

  .disclaimer {
    padding-top: 20px;
    font-size: 15px;
  }

  .travel-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .topics-section {
    border-radius: 0;
  }
  
  .topics-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .registration-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  
  .event-details {
    display: block;
    gap: 0px;
  }

  .footer-grid {
    justify-items: center;
  }

  .site-logos {
    display: block;
  }

  .hero-content {
    padding-left: 20px;
  }

  .video-slider {
    display: flex;
    padding: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-slide {
    width: 100%;
    height: fit-content;
    border: 3px groove white;
    flex: 0 0 calc(50% - 15px);
    min-width: 140px;
    min-height: 103px;
    padding: 10px 0px;
  }

  .video-slider-container {
    margin: 0px;
  }

  .slider-arrow.slider-prev, .slider-arrow.slider-next {
    display: none;
  }

  .slider-dots {
    display: none;
  }
}

.aus .video-slider-container {
  margin: 0px;
}

.aus .video-slider {
  justify-content: normal;
}

.aus .video-thumbnail img {
  max-height: 300px;
}

.aus .video-slide {
  min-width: auto;
  min-height: auto;
}

/* Temporal Fixes */
.usa .slider-arrow {
  display: none;
}