/* @import url("https://fonts.googleapis.com/css?family=Wix+Madefor+Display:regular,500,600,700,800");

@font-face {
  font-family: "Heading Now";
  src:
    url("https://gr8.tech/wp-content/themes/pmtech/pages/general/assets/fonts/webFonts/HeadingNow85Medium/font.woff2")
      format("woff2"),
    url("https://gr8.tech/wp-content/themes/pmtech/pages/general/assets/fonts/webFonts/HeadingNow85Medium/font.woff")
      format("woff"),
    url("https://gr8.tech/wp-content/themes/pmtech/pages/general/assets/fonts/HeadingNow-85Medium.otf")
      format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

body {
  margin: 0;
}
.acceler8-page,
.acceler8-page::before,
.acceler8-page::after,
.acceler8-page *,
.acceler8-page *::before,
.acceler8-page *::after {
  box-sizing: border-box;
}

.acceler8-page {
  position: relative;
  isolation: isolate;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
}

.acceler8-page::before,
.acceler8-page::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 60.4167vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/keynotes-top-gradient.png");
}

.acceler8-page::before {
  height: 53.75vw;
  top: 0;
  right: 0;
}

.acceler8-page::after {
  height: 57vw;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.acceler8-navigation {
  position: fixed;
  z-index: 100;
  /* top: 3.3333vw; */
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 2.7778vw; */
  padding: 2.3333vw 2.7778vw;
  background: linear-gradient(180deg, black 45%, transparent 94%);
}

.gr8-logo {
  position: relative;
  z-index: 3;
  flex: none;
  width: 10.1657vw;
}

.gr8-logo a,
.gr8-logo img {
  display: block;
  width: 100%;
}

.nav-actions {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.8333vw;
}

/* Language button */

.acceler8-language-button {
  position: relative;
  display: block;
  flex: none;
  width: 3.3333vw;
  height: 3.3333vw;
  padding: 0;
  border: 0.0694vw solid rgba(255, 255, 255, 0.08);
  border-radius: 0.2778vw;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(0.6944vw);
  -webkit-backdrop-filter: blur(0.6944vw);
  cursor: pointer;
}

.acceler8-language-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6667vw;
  height: 1.6667vw;
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/language-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* View Schedule */

.view-schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.3333vw;
  padding: 0 1.25vw;
  border: 0.0694vw solid #191919;
  border-radius: 0.2778vw;
  background-color: #000000;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.view-schedule:hover {
  background-color: #201d1d;
}

.acceler8-event-info {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  width: 38.125vw;
  height: 1.6667vw;
  gap: 4.3056vw;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.acceler8-event-item {
  display: flex;
  flex: none;
  align-items: center;
  gap: 0.8333vw;
  white-space: nowrap;
}

.acceler8-event-item::before {
  content: "";
  flex: none;
  width: 1.6667vw;
  height: 1.6667vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.acceler8-event-location::before {
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/nav-icon-barca.svg");
}

.acceler8-event-date::before {
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/calendar-icon.svg");
}

/* Mobile elements hidden on desktop */

.mobile-nav-button,
.acceler8-mobile-menu {
  display: none;
}

.acceler8-menu-open,
.acceler8-modal-open {
  overflow: hidden;
}

.acceler8-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58.5417vw;
  overflow: hidden;
}

.acceler8-hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.acceler8-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 1.389vw;
  text-align: center;
}

.acceler8-partners-logo {
  display: block;
  width: 38.303vw;
  height: auto;
}

.acceler8-title {
  display: block;
  width: 74.405vw;
  height: auto;
}

.acceler8-description {
  width: 35.417vw;
  margin: 0;
  color: #f1f1f1;
  font-family: var(--base-font);
  font-size: 1.111vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-align: center;
}

.acceler8-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 0.278vw;
  padding: 1.181vw 1.25vw;
  border-radius: 0.278vw;
  background-color: #ff5900;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.903vw;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.acceler8-button::after {
  content: "";
  flex: none;
  width: 1.511vw;
  height: 1.511vw;
  background-image: url("https://gr8.tech/wp-content/themes/pmtech/pages/homepage/assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}

.acceler8-button:hover {
  background-color: #ff813d;
}
/* 
.acceler8-button:hover::after {
  transform: translateY(0.208vw);
} */

/* Keynotes section */

.acceler8-keynotes {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: 10.4167vw 5.625vw 5.2083vw;
  z-index: 1;
}

.acceler8-keynotes-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.acceler8-keynotes-info {
  position: sticky;
  top: 8.333vw;
  width: 39.4444vw;
  display: flex;
  align-self: start;
  flex-direction: column;
  gap: 2.222vw;
}

.acceler8-keynotes-title {
  margin: 0;
  color: #ff5900;
  font-family: var(--title-font);
  font-size: 3.333vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.acceler8-keynotes-description {
  width: 35.417vw;
  margin: 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}

.acceler8-keynotes-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.319vw;
  height: 3.333vw;
  gap: 0.417vw;
  padding: 0 1.25vw;
  border-radius: 0.278vw;
  background-color: #ffffff;
  color: #000000;
  font-family: var(--base-font);
  font-size: 0.903vw;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.acceler8-keynotes-button::after {
  content: "";
  flex: none;
  width: 1.611vw;
  height: 1.611vw;
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/lock-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.acceler8-keynotes-button:hover {
  background-color: #f1f1f1;
}

.acceler8-keynotes-slider {
  width: 43.611vw;
  margin: 0;
  overflow: visible;
}
.acceler8-keynotes-list {
  display: flex;
  flex-direction: column;
  gap: 4.167vw;
}

.acceler8-keynote-card {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 43.611vw;
  height: 29.278vw;
  gap: 1.667vw;
  padding: 1.667vw;
  border-radius: 0.556vw;
  background: linear-gradient(
    268.66deg,
    rgba(22, 22, 24, 0.4) 1.07%,
    rgba(0, 0, 0, 0.4) 17.36%,
    rgba(26, 26, 29, 0.004) 98.79%
  );
  box-shadow: inset 0 0.139vw 0.278vw rgba(255, 255, 255, 0);
  backdrop-filter: blur(6.944vw);
  -webkit-backdrop-filter: blur(6.944vw);
}
.acceler8-keynote-card iframe {
  width: 100%;
  height: 24vw;
}
.acceler8-keynote-image {
  position: relative;
  flex: none;
  width: 40.278vw;
  height: 22.639vw;
  overflow: hidden;
  border-radius: 0.556vw;
}

.acceler8-keynote-image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.keynote-person-img {
  width: 3.4722vw;
  height: 3.3333vw;
  border-radius: 0.5556vw;
  corner-shape: superellipse(0.3);
  background-color: #ff5900;
  overflow: hidden;
}

.keynote-person-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acceler8-keynote-play {
  position: absolute;
  right: 1.111vw;
  bottom: 1.111vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.333vw;
  height: 3.333vw;
  padding: 0;
  border: 0;
  border-radius: 0.278vw;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.acceler8-keynote-play::before {
  content: "";
  width: 1.6667vw;
  height: 1.6667vw;
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/play-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.acceler8-keynote-play:hover {
  background-color: #ff5900;
}

.acceler8-keynote-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.111vw;
}

.acceler8-keynote-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.acceler8-keynote-person {
  display: flex;
  align-items: center;
  gap: 0.833vw;
}

.acceler8-keynote-person-info {
  display: flex;
  flex-direction: column;
}

.acceler8-keynote-person-name,
.acceler8-keynote-person-position {
  margin: 0;
  font-family: var(--base-font);
  font-weight: 500;
  letter-spacing: 0;
}

.acceler8-keynote-person-name {
  color: #ffffff;
  font-size: 1.111vw;
  line-height: 160%;
}

.acceler8-keynote-person-position {
  color: #f1f1f1;
  font-size: 0.972vw;
  line-height: 140%;
}

.acceler8-keynotes-pagination {
  display: none;
}

.acceler8-about {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding: 5.5556vw 0 10.4167vw;
  overflow: hidden;
  background-color: transparent;
}

.acceler8-about::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 90.6944vw;
  height: 41.4583vw;
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/about-layout.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  pointer-events: none;
}

.acceler8-about-card {
  position: relative;
  z-index: 1;
  width: 83.8889vw;
  height: 32.4306vw;
  margin-left: 12.0833vw;
  corner-shape: superellipse(0.3);
  border-radius: 8.1667vw;
  background: linear-gradient(
    268.66deg,
    rgba(22, 22, 24, 0.4) 1.07%,
    rgba(0, 0, 0, 0.4) 17.36%,
    rgba(26, 26, 29, 0.004) 98.79%
  );
  box-shadow: inset 0 0.1389vw 0.2778vw rgba(255, 255, 255, 0);
  backdrop-filter: blur(1vw);
  -webkit-backdrop-filter: blur(1vw);
}

.acceler8-about-info {
  position: absolute;
  top: 8.1944vw;
  left: -5.625vw;
  display: flex;
  width: 39.7917vw;
  flex-direction: column;
  gap: 1.1111vw;
}

.acceler8-about-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 3.3333vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.acceler8-about-description {
  display: flex;
  flex-direction: column;
  gap: 1.1111vw;
}

.acceler8-about-description p {
  margin: 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}

.acceler8-about-brand {
  color: #ff5900;
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.acceler8-about-brand sup {
  position: relative;
  top: -0.3472vw;
  font-size: 0.5556vw;
  line-height: 1;
}

.acceler8-about-symbol {
  position: absolute;
  top: 6.3194vw;
  right: 10.8333vw;
  display: block;
  width: 20.05vw;
  height: 20vw;
  object-fit: contain;
}

.acceler8-about-statement {
  position: relative;
  z-index: 1;
  width: 59.7222vw;
  margin: 10.4167vw auto 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
}

.acceler8-about-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 63.2639vw;
  height: 38.75vw;
  margin: 5.2083vw auto 0;
  object-fit: cover;
}

.acceler8-experts {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10.4167vw 0 8.3333vw;
  overflow: hidden;
}

.acceler8-experts-title {
  width: 93.8889vw;
  margin: 0 auto 2.2222vw;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 3.3333vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.acceler8-experts-slider {
  width: 93.8889vw;
  margin: 0 auto;
  overflow: visible;
}

.acceler8-experts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6667vw;
}

.acceler8-expert-card {
  position: relative;
  isolation: isolate;
  flex: 0 0 22.2222vw;
  width: 22.2222vw;
  height: 20.4986vw;
  overflow: hidden;
  border-radius: 2.7778vw;
  background-color: transparent;
  background-image: linear-gradient(
    270deg,
    rgba(22, 22, 24, 0.4) -15.64%,
    rgb(0 0 0 / 7%) 22.38%,
    rgb(26 26 29 / 4%) 49.45%
  );
  transition:
    background-color 0.3s ease,
    backdrop-filter 0.3s ease;
  corner-shape: superellipse(0.3);
}

.acceler8-expert-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 38.22%,
    rgba(0, 0, 0, 0.71) 74.58%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.acceler8-expert-image {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.acceler8-expert-info {
  position: absolute;
  z-index: 2;
  right: 1.6667vw;
  bottom: 1.6667vw;
  left: 1.6667vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5556vw;
  opacity: 0;
  transform: translateY(0.8333vw);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.acceler8-expert-name,
.acceler8-expert-position {
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.acceler8-expert-name {
  font-family: var(--title-font);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.acceler8-expert-position {
  font-family: var(--base-font);
  font-size: 0.8333vw;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  opacity: 0.7;
}

.acceler8-experts-pagination {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .acceler8-expert-card:hover {
    background-color: #ff5900;
    backdrop-filter: blur(0.8333vw);
    -webkit-backdrop-filter: blur(0.8333vw);
  }

  .acceler8-expert-card:hover::after {
    opacity: 1;
  }

  .acceler8-expert-card:hover .acceler8-expert-info {
    opacity: 1;
    transform: translateY(0);
  }
}

.acceler8-schedule {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5.5556vw 2.7778vw 0;
  overflow: hidden;
}

.acceler8-schedule-date-mobile {
  display: none;
}

.acceler8-schedule-header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5.4167vw;
  margin-bottom: 4.4444vw;
}

.acceler8-schedule-title {
  flex: none;
  margin: 0;
  color: #ff5900;
  font-family: var(--title-font);
  font-size: 3.3333vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.acceler8-schedule-tabs {
  display: flex;
  align-items: center;
}

.acceler8-schedule-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.0139vw;
  height: 3.3333vw;
  gap: 0.6944vw;
  padding: 0.8333vw 1.25vw;
  border: 0;
  border-right: 0.0694vw solid rgba(241, 241, 241, 0.1);
  border-radius: 0;
  background: rgba(22, 22, 24, 0.4);
  color: #c2c2c2;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(0.3572vw);
  -webkit-backdrop-filter: blur(0.3572vw);
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.acceler8-schedule-tab:first-child {
  border-radius: 0.2778vw 0 0 0.2778vw;
}

.acceler8-schedule-tab:last-child {
  border-right: 0;
  border-radius: 0 0.2778vw 0.2778vw 0;
}

.acceler8-schedule-tab.active {
  background-color: #ff5900;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: #ffffff;
}

.acceler8-schedule-day {
  display: flex;
  flex-direction: column;
  gap: 1.6667vw;
}

.acceler8-schedule-day[hidden] {
  display: none;
}

.acceler8-schedule-event {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 3.6111vw;
}

.acceler8-schedule-time {
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 2.9167vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.acceler8-schedule-card {
  display: flex;
  flex: 0 0 66.6667vw;
  width: 66.6667vw;
  /* height: 18.9583vw; */
  flex-direction: column;
  gap: 1.6667vw;
  padding: 1.6667vw;
  border-radius: 0.5556vw;
  background: linear-gradient(
    268.66deg,
    rgba(22, 22, 24, 0.4) 1.07%,
    rgba(0, 0, 0, 0.4) 17.36%,
    rgba(26, 26, 29, 0.004) 98.79%
  );
  box-shadow: inset 0 0.1389vw 0.2778vw rgba(255, 255, 255, 0);
  backdrop-filter: blur(6.9444vw);
  -webkit-backdrop-filter: blur(6.9444vw);
}

.acceler8-schedule-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.8333vw;
}

.acceler8-schedule-card-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.9444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.023em;
  text-transform: uppercase;
}

.acceler8-schedule-card-title span {
  color: #ff5900;
}

.acceler8-schedule-card-description {
  width: 47.2222vw;
  margin: 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 1.1111vw;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}

.acceler8-schedule-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 1.1111vw;
  border-top: 0.0694vw solid #ffffff12;
}

.acceler8-schedule-speaker {
  display: flex;
  align-items: center;
  gap: 0.8333vw;
}

.speaker-img {
  width: 3.4722vw;
  height: 3.4722vw;
  border-radius: 100%;
  overflow: hidden;
  /* border-radius: 0.5556vw;
  corner-shape: superellipse(0.3);
  overflow: hidden; */
  /* background-color: #ffffff; */
}

.speaker-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acceler8-schedule-speaker-info {
  display: flex;
  flex-direction: column;
}

.acceler8-schedule-speaker-name,
.acceler8-schedule-speaker-position {
  margin: 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-weight: 500;
}

.acceler8-schedule-speaker-name {
  font-size: 0.9722vw;
  line-height: 140%;
}

.acceler8-schedule-speaker-position {
  color: #f1f1f1;
  font-size: 0.8333vw;
  line-height: 130%;
  opacity: 0.7;
}

.acceler8-schedule-actions {
  display: flex;
  align-items: center;
  gap: 1.6667vw;
}

.acceler8-schedule-seats {
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9722vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.6;
}
.acceler8-schedule-waitlist,
.acceler8-schedule-register {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.1667vw;
  height: 3.3333vw;
  gap: 0.4167vw;
  padding: 0 1.25vw;
  border: 0;
  border-radius: 0.2778vw;
  background-color: #ff5900;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.acceler8-schedule-waitlist {
  width: 12.1667vw;
}

.acceler8-schedule-register::after {
  content: "";
  flex: none;
  width: 1.6667vw;
  height: 1.6667vw;
  background-image: url("https://gr8.tech/wp-content/themes/pmtech/pages/homepage/assets/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: transform 0.3s ease;
}

.acceler8-schedule-register:hover {
  background-color: #ff813d;
}

.acceler8-schedule-register:hover::after {
  transform: translateX(0.2083vw);
}

.acceler8-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6.6667vw;
  padding: 5vw 2.7778vw;
  /* position: relative;
  z-index: 1;
  width: 100%;
  padding: 5.5556vw  0;
  overflow: hidden; */
}

.acceler8-footer-logo {
  display: block;
  width: 14.6528vw;
  height: auto;
}

.acceler8-footer-copyright {
  margin: 0;
  color: #f1f1f1;
  font-family: var(--base-font);
  font-size: 0.9722vw;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
}

/* Registration modal */

.acceler8-modals {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow-y: auto;
  background-color: #00000033;
  backdrop-filter: blur(1.1111vw);
  -webkit-backdrop-filter: blur(1.1111vw);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.acceler8-modals.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.acceler8-registration-modal {
  position: relative;
  display: flex;
  width: 55.5556vw;
  height: 41.4583vw;
  flex-direction: column;
  gap: 2.7778vw;
  padding: 4.3056vw 0;
  overflow: hidden;
  border-radius: 0.5556vw;
  background: linear-gradient(
    268.66deg,
    rgba(22, 22, 24, 0.4) 1.07%,
    rgba(0, 0, 0, 0.4) 17.36%,
    rgba(26, 26, 29, 0.004) 98.79%
  );
  box-shadow: inset 0 0.1389vw 0.2778vw rgba(255, 255, 255, 0);
  backdrop-filter: blur(6.9444vw);
  -webkit-backdrop-filter: blur(6.9444vw);
}

/* Close button */

.acceler8-registration-close {
  position: absolute;
  z-index: 3;
  top: 1.6667vw;
  right: 1.6667vw;
  width: 1.6667vw;
  height: 1.6667vw;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.acceler8-registration-close::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/close-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* Selected lecture */

.acceler8-registration-top {
  display: flex;
  align-items: center;
  gap: 1.6667vw;
  padding: 0 4.1667vw 2.7778vw;
  border-bottom: 0.0694vw solid #ffffff12;
}

.acceler8-registration-image {
  display: block;
  flex: none;
  width: 9.0278vw;
  height: 9.0278vw;
  /* border-radius: 1.6667vw; */
  border-radius: 100%;
  /* corner-shape: superellipse(0.3); */
  /* background-color: #ff5900; */
  /* object-fit: cover;
  object-position: center bottom; */
  object-fit: cover;
  object-position: center;
}

.acceler8-registration-event-info {
  display: flex;
  flex-direction: column;
  gap: 1.1111vw;
}

.acceler8-registration-date {
  margin: 0;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.acceler8-registration-event-title {
  margin: 0;
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.9444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.023em;
  text-transform: uppercase;
}

.acceler8-registration-event-title span {
  color: #ff5900;
}

/* Registration form */

.acceler8-registration-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.7778vw;
  padding: 0 4.1667vw;
}

.acceler8-registration-title {
  margin: 0;
  color: #f1f1f1;
  font-family: var(--title-font);
  font-size: 1.3889vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.acceler8-registration-fields {
  display: grid;
  width: 47.2222vw;
  height: 8.3333vw;
  grid-template-columns: repeat(2, 22.7778vw);
  grid-template-rows: repeat(2, 3.3333vw);
  gap: 1.6667vw;
}

.acceler8-registration-field {
  position: relative;
  display: block;
  width: 22.7778vw;
  height: 3.3333vw;
}

.acceler8-registration-field input,
.acceler8-registration-field select + span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.1389vw 1.1111vw;
  border: 0;
  border-radius: 0.2778vw;
  outline: none;
  background-color: #ffffff;
  color: #000000;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 500;
  line-height: 140%;
  backdrop-filter: blur(0.7569vw);
  -webkit-backdrop-filter: blur(0.7569vw);
}
.acceler8-registration-field select + span {
  display: flex;
  align-items: center;
  font-family: var(--base-font);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #929292;
  font-family: var(--base-font);
}
.select2-container .select2-selection--single {
  padding: 0;
}
.acceler8-registration-field input::placeholder {
  color: #929292;
  text-transform: uppercase;
  opacity: 1;
}

.acceler8-registration-field select {
  appearance: none;
  padding-right: 3.3333vw;
  color: #929292;
  text-transform: uppercase;
  cursor: pointer;
}

.acceler8-registration-select::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1.1111vw;
  width: 1.1111vw;
  height: 1.1111vw;
  background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Submit button */

.acceler8-registration-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.8889vw;
  height: 3.3333vw;
  gap: 0.4167vw;
  padding: 0 1.25vw;
  border: 0;
  border-radius: 0.2778vw;
  background-color: #ff5900;
  color: #ffffff;
  font-family: var(--base-font);
  font-size: 0.9028vw;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0.5;
  cursor: pointer;
  backdrop-filter: blur(0.3572vw);
  -webkit-backdrop-filter: blur(0.3572vw);
  transition:
    opacity 0.3s ease,
    background-color 0.3s ease;
}

.acceler8-registration-form.is-ready .acceler8-registration-submit {
  opacity: 1;
}

.acceler8-registration-submit:hover {
  background-color: #ff813d;
}

@media (max-width: 960px) {
  .acceler8-hero {
    min-height: 216.1538vw;
  }

  .acceler8-hero-content {
    gap: 6.154vw;
    transform: translateY(-4.103vw);
  }

  .acceler8-partners-logo {
    /* width: 9.349vw; */
    width: 69.349vw;
  }

  .acceler8-navigation {
    top: 0;
    align-items: center;
    height: 14.8718vw;
    padding: 0 5.1282vw;
  }

  .gr8-logo {
    width: 37.1795vw;
  }

  .nav-actions {
    gap: 2.0513vw;
  }

  .desktop-nav-button {
    display: none;
  }

  .acceler8-language-button {
    width: 10.7692vw;
    height: 10.7692vw;
    border-width: 0.2564vw;
    border-radius: 1.0256vw;
    backdrop-filter: blur(2.5641vw);
    -webkit-backdrop-filter: blur(2.5641vw);
  }

  .acceler8-language-button::before {
    width: 5.1538vw;
    height: 5.1538vw;
  }

  .mobile-nav-button {
    position: relative;
    display: block;
    flex: none;
    width: 10.7692vw;
    height: 10.7692vw;
    padding: 0;
    border: 0;
    border-radius: 1.0256vw;
    background-color: #000000;
    cursor: pointer;
  }

  .mobile-nav-button::before,
  .mobile-nav-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.1538vw;
    height: 5.1538vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .mobile-nav-button::before {
    background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/burger-icon.svg");
    opacity: 1;
  }

  .mobile-nav-button::after {
    background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/close-icon.svg");
    opacity: 0;
  }

  .acceler8-navigation.menu-open .mobile-nav-button::before {
    opacity: 0;
  }

  .acceler8-navigation.menu-open .mobile-nav-button::after {
    opacity: 1;
  }

  .acceler8-mobile-menu {
    position: fixed;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12.5641vw;
    padding-top: 28.2051vw;
    background:
      radial-gradient(
        ellipse 145% 58% at 100% 0%,
        rgba(255, 89, 0, 0.9) 0%,
        rgba(255, 89, 0, 0.52) 34%,
        rgba(255, 89, 0, 0.18) 58%,
        rgba(255, 89, 0, 0) 78%
      ),
      radial-gradient(
        ellipse 150% 62% at 0% 100%,
        rgba(255, 89, 0, 0.95) 0%,
        rgba(255, 89, 0, 0.55) 35%,
        rgba(255, 89, 0, 0.2) 60%,
        rgba(255, 89, 0, 0) 80%
      ),
      #000000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .acceler8-mobile-menu a {
    color: #ffffff;
    font-family: var(--base-font);
    font-size: 3.5897vw;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }

  .acceler8-mobile-menu a:hover {
    color: #ff5900;
  }

  .acceler8-navigation.menu-open .acceler8-mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* Fixed mobile event information */

  .acceler8-event-info {
    position: fixed;
    z-index: 3;
    top: auto;
    bottom: 8.1282vw;
    left: 0;
    width: 100%;
    height: auto;
    justify-content: space-between;
    gap: 0;
    padding: 0 5.1282vw;
    font-size: 3.0769vw;
    letter-spacing: -0.025em;
    transform: none;
    pointer-events: none;
  }

  .acceler8-event-item {
    gap: 1.5385vw;
  }

  .acceler8-event-item::before {
    width: 4.1026vw;
    height: 4.1026vw;
  }

  .acceler8-title {
    width: 87.837vw;
    margin: 0;
  }

  .acceler8-description {
    width: 87.837vw;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
  }

  .acceler8-button {
    width: 44.872vw;
    height: 12.308vw;
    gap: 1.538vw;
    padding: 0 4.615vw;
    border-radius: 1.026vw;
    font-size: 3.333vw;
  }

  .acceler8-button::after {
    width: 4.103vw;
    height: 4.103vw;
  }

  .acceler8-page::before,
  .acceler8-page::after {
    width: 110vw;
    height: 140vw;
  }

  .acceler8-keynotes {
    padding: 15.2821vw 5.1282vw 25.7692vw;
  }

  .acceler8-keynotes-container {
    flex-direction: column;
    gap: 4.1026vw;
  }

  .acceler8-keynotes-info {
    display: contents;
  }

  .acceler8-keynotes-title {
    order: 1;
    font-size: 5.8974vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .acceler8-keynotes-slider {
    order: 2;
    width: calc(100% + 5.1282vw);
    padding-right: 12.8718vw;
    overflow: hidden;
  }

  .acceler8-keynotes-list {
    flex-direction: row;
    gap: 0;
  }

  .acceler8-keynote-card {
    flex: 0 0 82.0513vw;
    width: 82.0513vw;
    max-width: 82.0513vw;
    height: 88.7179vw;
    gap: 6.1538vw;
    padding: 4.1026vw;
    border-radius: 2.0513vw;
  }

  .acceler8-keynote-image {
    width: 73.8462vw;
    height: 44.7905vw;
    border-radius: 2.0513vw;
  }

  .acceler8-keynote-play {
    display: none;
  }

  .acceler8-keynote-content {
    gap: 4.1026vw;
  }

  .acceler8-keynote-title {
    font-size: 3.5897vw;
    line-height: 120%;
    letter-spacing: -0.025em;
  }

  .acceler8-keynote-person {
    gap: 3.0769vw;
  }

  .keynote-person-img {
    width: 12.8205vw;
    height: 12.0513vw;
    border-radius: 2.0513vw;
  }

  .acceler8-keynote-person-name {
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .acceler8-keynote-person-position {
    font-size: 3.0769vw;
    line-height: 130%;
  }

  .acceler8-keynotes-slider .acceler8-keynotes-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    gap: 1.0256vw;
    margin-top: 6.1538vw;
  }

  .acceler8-keynotes-pagination .swiper-pagination-bullet {
    width: 1.5385vw;
    height: 1.5385vw;
    margin: 0;
    border-radius: 4.359vw;
    background-color: #ffffff;
    opacity: 0.3;
    transition:
      width 0.3s ease,
      opacity 0.3s ease;
  }

  .acceler8-keynotes-pagination .swiper-pagination-bullet-active {
    width: 6.1538vw;
    opacity: 1;
  }

  .acceler8-keynotes-description {
    order: 3;
    width: 100%;
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .acceler8-keynotes-button {
    order: 4;
    width: 41.7949vw;
    height: 12.3077vw;
    gap: 1.5385vw;
    padding: 0 4.6154vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
  }

  .acceler8-keynotes-button::after {
    width: 5.1026vw;
    height: 5.1026vw;
  }

  .acceler8-page {
    overflow-x: clip;
  }

  .acceler8-about {
    padding: 0 0 26.9231vw;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .acceler8-about::after {
    background-image: url("/wp-content/themes/pmtech/pages/acceler8-lab/assets/img/about-mobile-layout.png");
    width: 270.4359vw;
    height: 200.5385vw;
    bottom: -30vw;
  }

  .acceler8-about-card {
    width: 89.7436vw;
    height: 114.1026vw;
    margin: 37.6154vw auto 0;
    padding: 0;
    border-radius: 21.3846vw;
  }

  .acceler8-about-info {
    position: absolute;
    top: -47.4359vw;
    left: 0;
    width: 100%;
    gap: 6.1538vw;
    z-index: 2;
  }

  .acceler8-about-title {
    font-size: 5.8974vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .acceler8-about-description {
    gap: 4.1026vw;
  }

  .acceler8-about-description p {
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .acceler8-about-brand {
    font-size: 3.5897vw;
    line-height: 120%;
    letter-spacing: -0.025em;
  }

  .acceler8-about-brand sup {
    top: -1.0256vw;
    font-size: 1.5385vw;
  }

  .acceler8-about-symbol {
    position: absolute;
    top: 35.1282vw;
    left: 50%;
    width: 67.6923vw;
    height: 67.6923vw;
    margin: 0;
    object-fit: contain;
    transform: translateX(-50%);
    z-index: 1;
  }

  .acceler8-about-statement {
    width: 83.5897vw;
    margin-top: 20.5128vw;
    font-size: 3.5897vw;
    line-height: 120%;
    letter-spacing: -0.025em;
  }

  .acceler8-about-image {
    width: 83.5897vw;
    height: 105.3846vw;
    margin-top: 10.2564vw;
  }

  .acceler8-experts {
    padding: 3vw 0 20.5128vw;
  }

  .acceler8-experts-title {
    width: calc(100% - 10.2564vw);
    margin-bottom: 8.2051vw;
    font-size: 5.8974vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .acceler8-experts-slider {
    width: calc(100% - 5.1282vw);
    margin-right: 0;
    padding-right: 13vw;
    margin-left: 5.1282vw;
    overflow: hidden;
  }

  .acceler8-experts-list {
    flex-wrap: nowrap;
    gap: 0;
  }

  .acceler8-expert-card {
    flex-basis: 82.0513vw;
    width: 82.0513vw;
    height: 98.7641vw;
    border-radius: 7.6923vw;
    backdrop-filter: blur(2.3077vw);
    -webkit-backdrop-filter: blur(2.3077vw);
  }

  .acceler8-expert-card::after {
    opacity: 1;
  }

  .acceler8-expert-image {
    object-fit: cover;
  }

  .acceler8-expert-info {
    right: 4.1026vw;
    bottom: 6.1538vw;
    left: 4.1026vw;
    gap: 2.0513vw;
    opacity: 1;
    transform: none;
  }

  .acceler8-expert-name {
    font-size: 4.6154vw;
  }

  .acceler8-expert-position {
    font-size: 3.0769vw;
  }

  .acceler8-experts-slider .acceler8-experts-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    gap: 1.0256vw;
    margin-top: 8.2051vw;
  }

  .acceler8-experts-pagination .swiper-pagination-bullet {
    width: 1.5385vw;
    height: 1.5385vw;
    margin: 0;
    border-radius: 4.359vw;
    background-color: #ffffff;
    opacity: 0.3;
    transition:
      width 0.3s ease,
      opacity 0.3s ease;
  }

  .acceler8-experts-pagination .swiper-pagination-bullet-active {
    width: 6.1538vw;
    opacity: 1;
  }

  .acceler8-schedule {
    padding: 11.2821vw 5.1282vw 20.5128vw;
  }

  .acceler8-schedule-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 9.2308vw;
    margin-bottom: 10.2564vw;
  }

  .acceler8-schedule-title {
    font-size: 5.8974vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .acceler8-schedule-tabs {
    width: max-content;
  }

  .acceler8-schedule-tab {
    width: 30.7692vw;
    height: 12.3077vw;
    gap: 2.5641vw;
    padding: 3.0769vw 4vw;
    font-size: 3.3333vw;
    backdrop-filter: blur(1.318vw);
    -webkit-backdrop-filter: blur(1.318vw);
  }

  .acceler8-schedule-tab:first-child {
    border-radius: 1.0256vw 0 0 1.0256vw;
  }

  .acceler8-schedule-tab:last-child {
    border-radius: 0 1.0256vw 1.0256vw 0;
  }

  .acceler8-schedule-date-desktop {
    display: none;
  }

  .acceler8-schedule-date-mobile {
    display: inline;
  }

  .acceler8-schedule-day {
    gap: 12.3077vw;
  }

  .acceler8-schedule-event {
    flex-direction: column;
    gap: 2.5641vw;
  }

  .acceler8-schedule-time {
    flex-basis: auto;
    font-size: 5.3846vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .acceler8-schedule-card {
    flex-basis: auto;
    width: 90vw;
    height: fit-content;
    gap: 6.1538vw;
    padding: 4.1026vw;
    border-radius: 2.0513vw;
    backdrop-filter: blur(25.641vw);
    -webkit-backdrop-filter: blur(25.641vw);
  }

  .acceler8-schedule-card-content {
    gap: 4.1026vw;
  }

  .acceler8-schedule-card-title {
    font-size: 5.1282vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .acceler8-schedule-card-description {
    width: 100%;
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .acceler8-schedule-card-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 4.1026vw;
    padding-top: 0;
    border-top: 0;
  }

  .acceler8-schedule-speaker {
    gap: 3.0769vw;
  }

  .speaker-img {
    width: 12.3077vw;
    height: 12.3077vw;
    /* border-radius: 2.0513vw; */
  }

  .acceler8-schedule-speaker-name {
    font-size: 3.5897vw;
    line-height: 140%;
  }

  .acceler8-schedule-speaker-position {
    font-size: 3.0769vw;
    line-height: 130%;
  }

  .acceler8-schedule-actions {
    justify-content: space-between;
    gap: 4.1026vw;
    padding-top: 4.1026vw;
    border-top: 0.2564vw solid #ffffff12;
  }

  .acceler8-schedule-seats {
    font-size: 3.5897vw;
  }

  .acceler8-schedule-register {
    width: 33.8462vw;
    height: 12.3077vw;
    gap: 1.5385vw;
    padding: 0 4.6154vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
  }

  .acceler8-schedule-register::after {
    width: 6.1026vw;
    height: 6.1026vw;
  }

  .acceler8-footer {
    justify-content: flex-start;
    height: auto;
    padding: 15.3846vw 5.1282vw 24.1026vw;
    flex-direction: column;
    gap: 6.1538vw;
  }

  .acceler8-footer-logo {
    width: 42.0513vw;
  }

  .acceler8-footer-copyright {
    font-size: 3.5897vw;
  }

  .acceler8-modals {
    align-items: flex-start;
    padding: 24.359vw 0 20vw;
    overflow-y: auto;
    overscroll-behavior: contain;
    backdrop-filter: blur(4.1026vw);
    -webkit-backdrop-filter: blur(4.1026vw);
  }

  .acceler8-registration-modal {
    flex: none;
    width: 89.2308vw;
    height: fit-content;
    gap: 8.2051vw;
    padding: 5.1282vw 0;
    border-radius: 2.0513vw;
    backdrop-filter: blur(25.641vw);
    -webkit-backdrop-filter: blur(25.641vw);
  }

  .acceler8-registration-close {
    top: 5.1282vw;
    right: 5.1282vw;
    width: 6.1538vw;
    height: 6.1538vw;
  }

  .acceler8-registration-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 3.0769vw;
    padding: 0 5.1282vw 8.2051vw;
    border-bottom-width: 0.2564vw;
  }

  .acceler8-registration-image {
    width: 12.8205vw;
    height: 12.0513vw;
    border-radius: 3.0769vw;
  }

  .acceler8-registration-event-info {
    width: 100%;
    gap: 2.0513vw;
  }

  .acceler8-registration-date {
    font-size: 2.5641vw;
    font-weight: 500;
    line-height: 110%;
  }

  .acceler8-registration-event-title {
    width: 100%;
    font-size: 5.1282vw;
    line-height: 110%;
    letter-spacing: -0.025em;
  }

  .acceler8-registration-form {
    gap: 8.2051vw;
    padding: 0 5.1282vw;
  }

  .acceler8-registration-title {
    font-size: 3.5897vw;
    line-height: 120%;
    letter-spacing: -0.025em;
  }

  .acceler8-registration-fields {
    display: flex;
    width: 78.9744vw;
    height: auto;
    flex-direction: column;
    gap: 6.1538vw;
  }

  .acceler8-registration-field {
    width: 78.9744vw;
    height: 12.3077vw;
  }

  .acceler8-registration-field input,
  .acceler8-registration-field select {
    padding: 0.5128vw 4.1026vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
    font-weight: 600;
    line-height: 110%;
    /* text-transform: uppercase; */
    backdrop-filter: blur(2.7949vw);
    -webkit-backdrop-filter: blur(2.7949vw);
  }

  .acceler8-registration-field select {
    padding-right: 12.3077vw;
  }

  .acceler8-registration-select::after {
    right: 4.1026vw;
    width: 4.1026vw;
    height: 4.1026vw;
  }

  .acceler8-registration-submit {
    width: 51.2821vw;
    height: 12.3077vw;
    gap: 1.5385vw;
    padding: 0 4.6154vw;
    border-radius: 1.0256vw;
    font-size: 3.3333vw;
    line-height: 110%;
  }
  .acceler8-keynote-card iframe {
    height: 50vw;
  }
}

.answer.successAnswer.open {
  font-family: var(--base-font);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.answer.successAnswer.open .answer__subtitle {
  font-family: var(--base-font);
  text-align: center;
}
.answer.successAnswer.open h3 {
  text-align: center;
  margin: 0.556vw 0 2vw;
  text-transform: uppercase;
  font-family: var(--title-font);
}
.answer.successAnswer.open .answer__description {
  text-align: center;
}
.answer.successAnswer.open .main-button {
  border: 0;
}
