:root {
  --ac-hero-turn: 0deg;
  --ac-section-turn: 0deg;
  --ac-list-turn: 0deg;
}

.ac-motion-page {
  --bc-coral: #ef6759;
  --bc-teal: #117a73;
  --bc-yellow: #f4cd54;
}

html[lang="ko"] .ac-motion-page {
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", Arial, sans-serif;
}

html[lang="ja"] .ac-motion-page {
  font-family: "Yu Gothic UI", "Meiryo", Arial, sans-serif;
}

html[lang="en"] .ac-motion-page,
html[lang="fr"] .ac-motion-page,
html[lang="la"] .ac-motion-page,
html[lang="de"] .ac-motion-page {
  font-family: Arial, Helvetica, sans-serif;
}

.ac-motion-page .review-switcher {
  position: relative;
  right: auto;
  bottom: auto;
  width: fit-content;
  margin: 14px auto;
  transform: none;
}

.ac-motion-page .page-curtain {
  overflow: hidden;
}

.ac-motion-page .page-curtain span {
  border-radius: 0 0 50% 50%;
}

.ac-brand {
  min-width: 320px;
}

.ac-brand-logo {
  display: block;
  width: 310px;
  height: 40px;
  overflow: hidden;
}

.ac-brand-logo img {
  width: 100%;
  height: auto;
  filter: invert(1) grayscale(1);
}

.bc-language-control {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.bc-language-control select {
  width: 104px;
  height: 40px;
  padding: 0 28px 0 10px;
  color: var(--bc-white);
  background-color: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 3px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.bc-language-control select:hover,
.bc-language-control select:focus-visible {
  background-color: rgba(0, 0, 0, 0.64);
  border-color: var(--bc-white);
  outline: 2px solid var(--bc-coral);
  outline-offset: 2px;
}

.bc-language-control option {
  color: var(--bc-ink);
  background: var(--bc-white);
}

.bc-language-control-mobile {
  display: none;
}

html[data-copy-length="long"] .ac-motion-page .bc-nav {
  gap: 14px;
  font-size: 11px;
}

html[data-copy-length="long"] .ac-motion-page .bc-hero h1 {
  max-width: 1180px;
  font-size: 76px;
}

html[data-copy-length="long"] .ac-motion-page .bc-section-head h2,
html[data-copy-length="long"] .ac-motion-page .bc-inhouse h2,
html[data-copy-length="long"] .ac-motion-page .bc-starter h2,
html[data-copy-length="long"] .ac-motion-page .bc-services h2 {
  font-size: 56px;
}

html[data-copy-length="long"] .ac-motion-page .bc-footer h2 {
  font-size: 72px;
}

.bc-floor-legend b {
  font-weight: inherit;
}

.ac-motion-page .bc-platform-copy,
.ac-motion-page .bc-platform-list {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ac-motion-page .bc-hero-shade {
  background: rgba(8, 8, 8, 0.62);
}

.ac-motion-page .bc-hero-inner {
  z-index: 3;
}

.ac-hero-orbit {
  position: absolute;
  top: 116px;
  right: max(34px, calc((100vw - 1460px) / 2));
  z-index: 2;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  transform: rotate(var(--ac-hero-turn));
  will-change: transform;
}

.ac-hero-orbit::before,
.ac-hero-orbit::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.ac-hero-orbit::before {
  inset: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ac-hero-orbit::after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--bc-coral);
  transform: translate(-50%, -50%);
}

.ac-orbit-track {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.ac-orbit-track i {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: var(--bc-yellow);
  border-radius: 50%;
}

.ac-orbit-track-outer i:first-child {
  top: 42px;
  right: 68px;
}

.ac-orbit-track-outer i:last-child {
  bottom: 25px;
  left: 115px;
  width: 9px;
  height: 9px;
  background: var(--bc-white);
}

.ac-orbit-track-inner {
  inset: 82px;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.ac-orbit-track-inner i {
  top: 50%;
  left: -6px;
  width: 12px;
  height: 12px;
  background: var(--bc-coral);
}

.ac-orbit-year {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, serif;
  font-size: 47px;
  font-style: italic;
  line-height: 1;
  place-items: center;
  transform: translate(-50%, -50%) rotate(calc(-1 * var(--ac-hero-turn)));
}

.ac-orbit-year small {
  margin-top: 10px;
  color: var(--bc-coral);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.ac-motion-page .bc-hero h1 {
  max-width: 1060px;
}

.ac-motion-page .bc-event-rail {
  grid-template-columns: 0.68fr repeat(3, 1.11fr);
}

.ac-event-link {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 22px;
  gap: 18px;
}

.ac-event-disc {
  position: relative;
  display: grid;
  width: 68px;
  height: 68px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: rotate(var(--ac-list-turn));
  transition: transform var(--motion-normal) var(--ease-smooth), border-color var(--motion-fast) linear;
}

.ac-event-disc::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--bc-coral);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.ac-event-disc i {
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1;
}

.ac-event-disc small {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
}

.ac-event-link:hover .ac-event-disc,
.ac-event-link:focus-visible .ac-event-disc {
  border-color: var(--bc-ink);
  transform: rotate(calc(var(--ac-list-turn) + 28deg));
}

.ac-event-link:hover .ac-event-disc::before,
.ac-event-link:focus-visible .ac-event-disc::before {
  background: var(--bc-white);
}

.ac-event-link:hover .ac-event-disc small,
.ac-event-link:focus-visible .ac-event-disc small {
  color: var(--bc-ink);
}

.ac-event-disc.is-spinning {
  animation: ac-disc-click 520ms var(--ease-smooth);
}

@keyframes ac-disc-click {
  to { transform: rotate(calc(var(--ac-list-turn) + 180deg)); }
}

.ac-client-access {
  padding: 104px 0 112px;
  color: var(--bc-ink);
  background: var(--bc-paper);
}

.ac-client-access-inner {
  width: min(1460px, calc(100% - 64px));
  margin: 0 auto;
}

.ac-access-heading {
  display: grid;
  margin-bottom: 46px;
  grid-template-columns: minmax(430px, 1.08fr) minmax(320px, 0.92fr);
  column-gap: 80px;
  align-items: end;
}

.ac-access-heading .bc-section-kicker {
  grid-column: 1 / -1;
}

.ac-access-heading h2 {
  margin: 0;
  font-size: 67px;
  line-height: 1.06;
  letter-spacing: 0;
}

.ac-access-heading h2 em {
  color: var(--bc-teal);
  font-family: Georgia, "Noto Serif TC", serif;
  font-style: italic;
  font-weight: 500;
}

.ac-access-heading > p:last-child {
  max-width: 570px;
  margin: 0 0 6px;
  color: #515151;
  font-size: 15px;
  line-height: 1.85;
}

.ac-access-workspace {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  border-top: 1px solid var(--bc-ink);
  border-bottom: 1px solid var(--bc-ink);
}

.ac-event-picker {
  background: var(--bc-ink);
}

.ac-event-picker button {
  display: grid;
  width: 100%;
  min-height: 116px;
  padding: 22px 24px;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  color: var(--bc-white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--bc-line-light);
  cursor: pointer;
  text-align: left;
}

.ac-event-picker button:last-child {
  border-bottom: 0;
}

.ac-event-picker button:hover,
.ac-event-picker button:focus-visible {
  background: var(--bc-soft-ink);
  outline: 2px solid var(--bc-yellow);
  outline-offset: -2px;
}

.ac-event-picker button[aria-pressed="true"] {
  color: var(--bc-ink);
  background: var(--bc-coral);
}

.ac-event-picker button > span {
  color: var(--bc-coral);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  transition: transform var(--motion-normal) var(--ease-smooth);
}

.ac-event-picker button[aria-pressed="true"] > span {
  color: var(--bc-white);
  transform: rotate(28deg);
}

.ac-event-picker strong {
  font-size: 16px;
}

.ac-event-picker small {
  color: #a9a9a9;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.ac-event-picker button[aria-pressed="true"] small {
  color: var(--bc-ink);
}

.ac-access-panel {
  min-width: 0;
  padding: 43px clamp(34px, 5vw, 76px) 46px;
  background: var(--bc-white);
}

.ac-access-status {
  display: flex;
  margin-bottom: 28px;
  padding-bottom: 14px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--bc-line);
}

.ac-access-status small,
.ac-access-modules > small {
  color: var(--bc-teal);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.ac-access-status span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 900;
}

.ac-access-status span::before {
  width: 8px;
  height: 8px;
  background: var(--bc-teal);
  border-radius: 50%;
  content: "";
}

.ac-access-panel.is-closed .ac-access-status span::before {
  background: #8a8a8a;
}

.ac-access-panel h3 {
  margin: 0 0 9px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
}

.ac-access-meta {
  margin: 0 0 22px;
  color: var(--bc-teal);
  font-size: 12px;
  font-weight: 800;
}

.ac-access-copy {
  max-width: 700px;
  margin: 0 0 24px;
  color: #545454;
  font-size: 14px;
  line-height: 1.75;
}

.ac-portal-tools {
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--bc-line);
  border-left: 1px solid var(--bc-line);
}

.ac-portal-tools article {
  display: grid;
  min-height: 94px;
  padding: 16px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  border-right: 1px solid var(--bc-line);
  border-bottom: 1px solid var(--bc-line);
}

.ac-portal-tools article > span {
  color: var(--bc-coral);
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.ac-portal-tools strong,
.ac-portal-tools small {
  display: block;
}

.ac-portal-tools strong {
  margin-bottom: 6px;
  font-size: 12px;
}

.ac-portal-tools small {
  color: #666;
  font-size: 10px;
  line-height: 1.55;
}

.ac-event-notice-preview {
  margin-bottom: 22px;
  padding: 15px 17px;
  background: #f0f4f2;
  border-left: 3px solid var(--bc-teal);
}

.ac-event-notice-preview > div {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ac-event-notice-preview small,
.ac-event-notice-preview span {
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.ac-event-notice-preview small {
  color: var(--bc-teal);
}

.ac-event-notice-preview span {
  color: #6d7471;
}

.ac-event-notice-preview p {
  margin: 0;
  color: #353a38;
  font-size: 11px;
  line-height: 1.65;
}

.ac-access-modules {
  margin-bottom: 34px;
}

.ac-access-modules ul {
  display: flex;
  margin: 12px 0 0;
  padding: 0;
  gap: 7px;
  flex-wrap: wrap;
  list-style: none;
}

.ac-access-modules li {
  padding: 8px 10px;
  border: 1px solid #bfc9c6;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
}

.ac-invite-form {
  padding-top: 24px;
  border-top: 1px solid var(--bc-ink);
}

.ac-invite-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
}

.ac-invite-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.ac-invite-form input {
  min-width: 0;
  min-height: 50px;
  padding: 0 15px;
  color: var(--bc-ink);
  background: #f7f7f4;
  border: 1px solid #a6aca9;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  outline: none;
}

.ac-invite-form input:focus {
  background: var(--bc-white);
  border-color: var(--bc-teal);
  box-shadow: inset 0 0 0 1px var(--bc-teal);
}

.ac-invite-form input[aria-invalid="true"] {
  border-color: #b6342c;
  box-shadow: inset 0 0 0 1px #b6342c;
}

.ac-invite-form button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 17px;
  align-items: center;
  gap: 24px;
  color: var(--bc-white);
  background: var(--bc-teal);
  border: 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.ac-invite-form button:hover,
.ac-invite-form button:focus-visible {
  color: var(--bc-ink);
  background: var(--bc-yellow);
  outline: none;
}

.ac-invite-form button:disabled,
.ac-invite-form input:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.ac-invite-form > small {
  display: block;
  margin-top: 9px;
  color: #646464;
  font-size: 10px;
  line-height: 1.6;
}

.ac-invite-form > p {
  min-height: 22px;
  margin: 8px 0 0;
  color: #9e2d27;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.55;
}

.ac-invite-form > p.is-neutral {
  color: var(--bc-teal);
}

.bc-floor-toolbar {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
}

.bc-floor-search label {
  display: block;
  margin-bottom: 8px;
  color: var(--bc-white);
  font-size: 11px;
  font-weight: 900;
}

.bc-floor-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bc-floor-search input,
.bc-floor-search button,
.bc-floor-tabs button {
  min-height: 46px;
  font: inherit;
}

.bc-floor-search input {
  min-width: 0;
  padding: 0 14px;
  color: var(--bc-ink);
  background: var(--bc-white);
  border: 1px solid #7f8884;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

.bc-floor-search input:focus {
  border-color: var(--bc-yellow);
  box-shadow: inset 0 0 0 1px var(--bc-yellow);
  outline: 0;
}

.bc-floor-search button {
  padding: 0 20px;
  color: var(--bc-ink);
  background: var(--bc-yellow);
  border: 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.bc-floor-search button:hover,
.bc-floor-search button:focus-visible {
  color: var(--bc-white);
  background: var(--bc-teal);
  outline: 2px solid var(--bc-white);
  outline-offset: 2px;
}

.bc-floor-search p {
  min-height: 18px;
  margin: 7px 0 0;
  color: #bfc7c3;
  font-size: 10px;
  line-height: 1.5;
}

.bc-floor-search p.is-error {
  color: #ff9d94;
}

.bc-floor-search p.is-found {
  color: var(--bc-yellow);
}

.bc-floor-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(92px, 1fr));
  border: 1px solid #69716e;
  border-radius: 3px;
}

.bc-floor-tabs button {
  display: grid;
  min-width: 104px;
  padding: 5px 13px;
  place-content: center;
  color: #c9cecc;
  background: transparent;
  border: 0;
  border-right: 1px solid #69716e;
  cursor: pointer;
}

.bc-floor-tabs button:last-child {
  border-right: 0;
}

.bc-floor-tabs button[aria-pressed="true"] {
  color: var(--bc-ink);
  background: var(--bc-white);
}

.bc-floor-tabs span,
.bc-floor-tabs small {
  display: block;
}

.bc-floor-tabs span {
  font-size: 13px;
  font-weight: 900;
}

.bc-floor-tabs small {
  margin-top: 2px;
  font-size: 9px;
}

.bc-booth[hidden] {
  display: none;
}

.bc-booth.is-search-match {
  z-index: 2;
  color: var(--bc-ink);
  background: var(--bc-yellow);
  border-color: var(--bc-coral);
  box-shadow: 0 0 0 5px rgba(240, 98, 86, 0.24);
  animation: ac-search-pulse 900ms var(--ease-smooth) 2;
}

@keyframes ac-search-pulse {
  50% { box-shadow: 0 0 0 11px rgba(240, 98, 86, 0.08); }
}

.ac-motion-page .bc-inhouse-inner > div:first-child {
  min-width: 0;
}

.ac-time-orbit {
  position: relative;
  display: grid;
  width: 174px;
  height: 174px;
  margin-top: 42px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(18, 18, 18, 0.65);
  border-radius: 50%;
  transform: rotate(var(--ac-section-turn));
  will-change: transform;
}

.ac-time-orbit::before {
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  content: "";
}

.ac-time-orbit::after {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--bc-white);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.ac-time-orbit span,
.ac-time-orbit i,
.ac-time-orbit b {
  position: relative;
  z-index: 1;
  transform: rotate(calc(-1 * var(--ac-section-turn)));
}

.ac-time-orbit span {
  font-size: 9px;
  font-weight: 900;
}

.ac-time-orbit i {
  margin-top: 5px;
  font-family: Georgia, serif;
  font-size: 31px;
  font-style: italic;
  font-weight: 500;
}

.ac-time-orbit b {
  margin-top: 6px;
  color: var(--bc-white);
  font-size: 19px;
}

.ac-motion-page .bc-platform-list span,
.ac-motion-page .bc-service-list span {
  display: inline-block;
  width: fit-content;
  transform: rotate(var(--ac-list-turn));
  transform-origin: center;
}

.ac-selection-dial {
  position: relative;
  display: grid;
  width: 106px;
  height: 106px;
  margin: 0 0 25px auto;
  align-content: center;
  justify-items: center;
  color: var(--bc-white);
  background: var(--bc-teal);
  border-radius: 50%;
}

.ac-selection-dial::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  content: "";
}

.ac-selection-dial::after {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 9px;
  height: 9px;
  background: var(--bc-yellow);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.ac-selection-dial span {
  position: relative;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 28px;
  font-style: italic;
  line-height: 1;
}

.ac-selection-dial small {
  position: relative;
  z-index: 1;
  margin-top: 7px;
  font-size: 8px;
  font-weight: 900;
}

.ac-selection-dial.is-turning {
  animation: ac-selection-turn 480ms var(--ease-smooth);
}

.ac-selection-dial.is-turning span,
.ac-selection-dial.is-turning small {
  animation: ac-selection-counter-turn 480ms var(--ease-smooth);
}

@keyframes ac-selection-turn {
  to { transform: rotate(180deg); }
}

@keyframes ac-selection-counter-turn {
  to { transform: rotate(-180deg); }
}

.ac-footer-logo {
  width: min(100%, 340px);
  margin-bottom: 18px;
}

@media (max-width: 1180px) {
  .ac-brand {
    min-width: 255px;
  }

  .ac-brand-logo {
    width: 248px;
    height: 32px;
  }

  .ac-hero-orbit {
    top: 145px;
    right: 34px;
    width: 350px;
    height: 350px;
  }

  html[data-copy-length="long"] .ac-motion-page .bc-hero h1 {
    font-size: 64px;
  }

  .ac-motion-page .bc-event-rail {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .ac-brand {
    min-width: 0;
  }

  .ac-brand-logo {
    width: 210px;
    height: 28px;
  }

  .bc-language-control-mobile {
    display: grid;
    min-height: 54px;
    padding: 8px 10px 10px;
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid var(--bc-line);
    font-size: 12px;
    font-weight: 800;
  }

  .bc-language-control-mobile select {
    width: 100%;
    height: 36px;
    color: var(--bc-ink);
    background-color: var(--bc-paper);
    border-color: var(--bc-line);
  }

  html[data-copy-length="long"] .ac-motion-page .bc-hero h1 {
    font-size: 50px;
  }

  html[data-copy-length="long"] .ac-motion-page .bc-section-head h2,
  html[data-copy-length="long"] .ac-motion-page .bc-inhouse h2,
  html[data-copy-length="long"] .ac-motion-page .bc-starter h2,
  html[data-copy-length="long"] .ac-motion-page .bc-services h2 {
    font-size: 46px;
  }

  html[data-copy-length="long"] .ac-motion-page .bc-footer h2 {
    font-size: 60px;
  }

  .ac-hero-orbit {
    top: 132px;
    right: -72px;
    width: 310px;
    height: 310px;
    opacity: 0.72;
  }

  .ac-event-link {
    grid-template-columns: 58px minmax(0, 1fr) 20px;
    gap: 12px;
  }

  .ac-event-disc {
    width: 54px;
    height: 54px;
  }

  .ac-client-access-inner {
    width: min(100% - 36px, 1460px);
  }

  .ac-access-heading {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .ac-access-heading h2 {
    font-size: 52px;
  }

  .ac-access-workspace {
    grid-template-columns: 1fr;
  }

  .ac-event-picker {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ac-event-picker button {
    min-height: 132px;
    grid-template-columns: 1fr;
    gap: 8px;
    border-right: 1px solid var(--bc-line-light);
    border-bottom: 0;
  }

  .ac-event-picker button:last-child {
    border-right: 0;
  }

  .ac-event-picker small {
    white-space: normal;
  }

  .bc-floor-toolbar {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .bc-floor-tabs {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .ac-motion-page .bc-hero-inner {
    padding-top: 104px;
  }

  .ac-brand-logo {
    width: min(60vw, 235px);
    height: min(7.75vw, 30px);
  }

  html[data-copy-length="long"] .ac-motion-page .bc-hero h1 {
    font-size: 34px;
  }

  html[data-copy-length="long"] .ac-motion-page .bc-section-head h2,
  html[data-copy-length="long"] .ac-motion-page .bc-inhouse h2,
  html[data-copy-length="long"] .ac-motion-page .bc-starter h2,
  html[data-copy-length="long"] .ac-motion-page .bc-services h2 {
    font-size: 36px;
  }

  html[data-copy-length="long"] .ac-motion-page .bc-footer h2 {
    font-size: 42px;
  }

  .ac-footer-logo {
    width: min(100%, 280px);
  }

  .ac-hero-orbit {
    top: 124px;
    right: -98px;
    width: 268px;
    height: 268px;
    opacity: 0.54;
  }

  .ac-orbit-track-inner {
    inset: 58px;
  }

  .ac-orbit-year {
    font-size: 34px;
  }

  .ac-motion-page .bc-event-rail {
    grid-template-columns: 1fr;
  }

  .ac-client-access {
    padding: 72px 0 82px;
  }

  .ac-access-heading {
    margin-bottom: 32px;
  }

  .ac-access-heading h2 {
    font-size: 39px;
  }

  .ac-access-heading > p:last-child {
    font-size: 14px;
  }

  .ac-event-picker {
    grid-template-columns: 1fr;
  }

  .ac-event-picker button {
    min-height: 84px;
    padding: 15px 17px;
    grid-template-columns: 35px minmax(0, 1fr) auto;
    border-right: 0;
    border-bottom: 1px solid var(--bc-line-light);
  }

  .ac-access-panel {
    padding: 28px 18px 32px;
  }

  .ac-access-panel h3 {
    font-size: 27px;
  }

  .ac-portal-tools {
    grid-template-columns: 1fr;
  }

  .ac-event-notice-preview > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .ac-invite-form > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ac-invite-form input,
  .ac-invite-form button {
    border: 1px solid #a6aca9;
    border-radius: 3px;
  }

  .ac-invite-form button {
    justify-content: space-between;
    border: 0;
  }

  .bc-floor-search > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .bc-floor-search input,
  .bc-floor-search button {
    border: 1px solid #7f8884;
    border-radius: 3px;
  }

  .ac-event-link {
    min-height: 92px;
    grid-template-columns: 58px minmax(0, 1fr) 20px;
  }

  .ac-time-orbit {
    width: 142px;
    height: 142px;
    margin-top: 30px;
  }

  .ac-selection-dial {
    width: 86px;
    height: 86px;
    margin-bottom: 20px;
  }

  .ac-selection-dial span {
    font-size: 23px;
  }

  .ac-motion-page .review-switcher a {
    min-width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ac-hero-orbit,
  .ac-orbit-year,
  .ac-event-disc,
  .ac-time-orbit,
  .ac-time-orbit span,
  .ac-time-orbit i,
  .ac-time-orbit b,
  .ac-motion-page .bc-platform-list span,
  .ac-motion-page .bc-service-list span,
  .ac-selection-dial,
  .ac-selection-dial span,
  .ac-selection-dial small {
    animation: none !important;
    transform: none !important;
  }
}
