@charset "UTF-8";
@keyframes loading {
  0% {
    opacity: 0;
    transform: translateX(-1%);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(1%);
  }
}
h2 {
  text-wrap: balance;
}

p a,
ul a,
ol a,
span a {
  text-decoration: none;
}

p {
  line-height: 1.75rem;
}

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

.ac-404 {
  text-align: center;
}
.ac-404 dotlottie-player {
  margin: auto;
}
.ac-404 .ac-button {
  margin: 2rem auto 0;
}

.ac-archive__content {
  position: relative;
}
.ac-archive__content .ac-banner-user-research {
  margin-top: 1.5rem;
}
.ac-archive__category {
  position: relative;
  display: block;
  height: 100%;
  max-height: 999px;
  transition: all 600ms ease-in-out;
}
.ac-archive__category:not(:last-child) {
  margin-bottom: 2rem;
}
.ac-archive__category.hidden {
  max-height: 0;
  margin-bottom: 0;
  height: 0%;
  opacity: 0;
  z-index: -1;
}
.ac-archive__category--title {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-standard);
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.ac-archive__category--posts:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .ac-archive__content .ac-banner-user-research {
    width: 90%;
  }
}

.ac-category {
  width: 1000px;
  padding-bottom: 4rem;
  margin: 0 auto 4rem;
  border-bottom: solid 1px var(--wp--custom--color--border-light);
}
.ac-category__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.ac-category__header--content {
  width: 400px;
}
.ac-category__header--content i {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.ac-category__header--content h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.ac-category__header--content p {
  font-size: var(--wp--preset--font-size--extra-small);
  line-height: 1.5rem;
  color: var(--wp--preset--color--text-light);
  font-weight: 500;
  text-wrap: pretty;
}
.ac-category__header--content .ac-button {
  margin-top: 0.75rem;
}
.ac-category__header--image {
  width: 500px;
}
.ac-category__header--image img {
  border-radius: 16px;
  box-shadow: 0px 11.18px 22.36px 0px rgba(0, 0, 0, 0.08), 0px 0px 5.59px 0px rgba(0, 0, 0, 0.04);
}
.ac-category__posts {
  margin-top: 2rem;
}
.ac-category__view-more .ac-button {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .ac-category {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ac-category__header {
    flex-direction: column;
    gap: 2rem;
  }
  .ac-category__header--content {
    width: 100%;
  }
  .ac-category__header--image {
    width: 100%;
  }
}

.ac-footer {
  background: var(--wp--custom--color--neutral);
  padding: 1.5rem;
  box-shadow: 0px -8px 16px 0px #00000014, 0px 0px 4px 0px #0000000a;
}
.ac-footer__container {
  background: var(--wp--preset--color--background-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  padding: 1rem 2rem;
  margin: 0 auto;
  border-radius: 16px;
}
.ac-footer__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ac-footer__content--image {
  height: 1.5rem;
  width: auto;
}
.ac-footer__content p {
  color: var(--wp--preset--color--text-standard);
  margin-bottom: 0;
}
.ac-footer__content p a {
  color: var(--wp--preset--color--text-standard);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ac-footer__socials ul {
  list-style-type: none;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.ac-footer__socials ul li {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--text-standard);
}
.ac-footer__socials ul li a {
  transition: all 200ms;
  color: var(--wp--preset--color--text-standard);
}
.ac-footer__socials ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 940px) {
  .ac-footer__container {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .ac-footer__content {
    flex-direction: column;
    text-align: center;
  }
  .ac-footer__content img {
    width: 1.5rem;
  }
}

.ac-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background: white;
  border-right: solid 1px var(--wp--custom--color--border-light);
  z-index: 99;
  transition: all 400ms ease-in-out;
}
.ac-header.toggled {
  width: 75px;
}
.ac-header.toggled .ac-header__container {
  width: 75px;
}
.ac-header.toggled .ac-header__logo {
  transform: translateX(-25%);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.ac-header.toggled .ac-header__top {
  width: 75px;
}
.ac-header.toggled .ac-header__top button.toggle-navigation {
  right: 50%;
  transform: translate(50%, -50%);
}
.ac-header.toggled .ac-header__apps-dropdown .ac-header__apps-toggle {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ac-header.toggled .ac-header__search form label {
  display: flex;
  background: var(--wp--custom--color--primary-100);
  padding: 0.75rem;
  cursor: pointer;
}
.ac-header.toggled .ac-header__search form input {
  opacity: 0;
  width: 0;
}
.ac-header.toggled .ac-header__navigation ul {
  padding-left: 0;
}
.ac-header.toggled .ac-header__navigation ul li i {
  padding: 0.75rem;
  border-radius: var(--wp--custom--radius--200);
}
.ac-header.toggled .ac-header__navigation ul li i:before {
  width: 1.5rem;
  height: 1.5rem;
}
.ac-header.toggled .ac-header__navigation ul li:hover {
  background: none;
}
.ac-header.toggled .ac-header__navigation ul li:hover i {
  background: var(--wp--custom--color--primary-100);
}
.ac-header.toggled .ac-header__navigation ul li.current-menu-item, .ac-header.toggled .ac-header__navigation ul li.current-post-ancestor, .ac-header.toggled .ac-header__navigation ul li.current-menu-parent, .ac-header.toggled .ac-header__navigation ul li.current-post-parent {
  opacity: 1;
  background: none;
}
.ac-header.toggled .ac-header__navigation ul li.current-menu-item a, .ac-header.toggled .ac-header__navigation ul li.current-post-ancestor a, .ac-header.toggled .ac-header__navigation ul li.current-menu-parent a, .ac-header.toggled .ac-header__navigation ul li.current-post-parent a {
  font-weight: 700;
}
.ac-header.toggled .ac-header__navigation ul li.current-menu-item a i, .ac-header.toggled .ac-header__navigation ul li.current-post-ancestor a i, .ac-header.toggled .ac-header__navigation ul li.current-menu-parent a i, .ac-header.toggled .ac-header__navigation ul li.current-post-parent a i {
  background: var(--wp--custom--color--primary-100);
}
.ac-header.toggled .ac-header__navigation ul li a {
  overflow: hidden;
  width: 3rem;
  padding: 0;
}
.ac-header.toggled .ac-header__navigation ul li a span {
  opacity: 0;
}
.ac-header.toggled .ac-header__bottom span.label {
  opacity: 0;
}
.ac-header.toggled .ac-header__cta {
  border: none;
  box-shadow: none;
  padding-left: 0;
}
.ac-header.toggled .ac-header__cta:before {
  opacity: 0;
}
.ac-header.toggled .ac-header__cta--image {
  transform: rotate(0deg);
}
.ac-header.toggled .ac-header__cta--image img.icon-background {
  opacity: 0;
}
.ac-header.toggled .ac-header__cta--content {
  opacity: 0;
}
.ac-header.toggled .ac-header__academy-cta {
  position: relative;
}
.ac-header.toggled .ac-header__academy-cta--link {
  padding: 0.55rem;
}
.ac-header.toggled .ac-header__academy-cta--link span:not(.floating-label),
.ac-header.toggled .ac-header__academy-cta--link i {
  opacity: 0;
}
.ac-header.toggled .ac-header__academy-cta--link span.floating-label {
  top: 0;
}
.ac-header.user-logged-in {
  padding-top: 2rem;
}
.ac-header__top, .ac-header__navigation, .ac-header__search, .ac-header__bottom {
  padding: 1rem;
}
.ac-header__search span.floating-label, .ac-header__navigation span.floating-label {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(110%, -50%);
  background: var(--wp--preset--color--text-standard);
  padding: 0.25rem 0.75rem;
  border-radius: var(--wp--custom--radius--200);
  color: var(--wp--custom--color--neutral) !important;
  font-size: var(--wp--preset--font-size--extra-small);
  text-wrap: nowrap;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.ac-header__search span.floating-label:before, .ac-header__navigation span.floating-label:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent var(--wp--preset--color--text-standard) transparent transparent;
}
.ac-header__search span.floating-label.visible, .ac-header__navigation span.floating-label.visible {
  transform: translate(115%, -50%);
  visibility: visible;
  opacity: 1;
}
.ac-header__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ac-header__top {
  position: relative;
  border-bottom: solid 1px var(--wp--custom--color--border-light);
  padding-bottom: 0.25rem;
}
.ac-header__top button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  border: none;
  background: none;
  border-radius: var(--wp--custom--radius--200);
  padding: 0.75rem;
  cursor: pointer;
  z-index: 99999;
  transition: all 400ms ease-in-out;
}
.ac-header__top button i {
  font-size: 1.25rem;
}
.ac-header__top button:hover {
  background: var(--wp--custom--color--primary-100);
}
.ac-header__top button.toggle-navigation {
  right: 1rem;
}
.ac-header__top button.toggle-burger, .ac-header__top button.toggle-search {
  display: none;
  width: fit-content;
}
.ac-header__top button.toggle-burger i, .ac-header__top button.toggle-search i {
  color: var(--wp--preset--color--text-standard);
}
.ac-header__logo {
  display: block;
  position: relative;
  transform: translateX(0%);
  width: 100%;
  z-index: 999;
  visibility: visible;
  transition: all 400ms ease-in-out;
}
.ac-header__logo > a {
  display: flex;
  width: fit-content;
}
.ac-header__logo > a img {
  width: 8rem;
  transition: all 400ms ease-in-out;
  margin-bottom: 0.5rem;
}
.ac-header__search {
  position: relative;
  padding-bottom: 0;
}
.ac-header__search form {
  position: relative;
}
.ac-header__search form label {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  padding: 0.5rem;
  border-radius: var(--wp--custom--radius--200);
  background: rgba(0, 0, 0, 0);
  transition: all 400ms ease-in-out;
  z-index: 99;
}
.ac-header__search form input {
  position: relative;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 500;
  width: calc(300px - 2rem);
  padding: 0.75rem 0.5rem 0.75rem 2.25rem;
  font-size: var(--wp--preset--font-size--extra-small);
  background: var(--wp--custom--color--neutral);
  border: solid 1px var(--wp--custom--color--border-light);
  border-radius: var(--wp--custom--radius--200);
  transition: all 400ms ease-in-out;
}
.ac-header__search form input::placeholder {
  font-size: var(--wp--preset--font-size--extra-small);
}
.ac-header__search form input:focus {
  border-color: var(--wp--preset--color--text-standard);
}
.ac-header__search form span.search-hotkey {
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  background: linear-gradient(360deg, #fbfbfb -10%, #ffffff 100%);
  border-radius: var(--wp--custom--radius--200);
  border: solid 1px var(--wp--custom--color--border-light);
  color: #404040;
  font-size: 12px;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  transition: all 400ms ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ac-header__search form span.search-hotkey.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ac-header__navigation ul {
  list-style: none;
}
.ac-header__navigation ul li {
  position: relative;
  border-radius: var(--wp--custom--radius--200);
  color: var(--wp--preset--color--text-light);
  transition: all 200ms ease-in-out;
}
.ac-header__navigation ul li:not(:last-of-type) {
  margin-bottom: 2px;
}
.ac-header__navigation ul li:hover {
  opacity: 1;
  background: var(--wp--custom--color--primary-100);
}
.ac-header__navigation ul li:hover i {
  color: var(--wp--preset--color--primary);
}
.ac-header__navigation ul li:hover span {
  color: var(--wp--preset--color--text-light);
  font-weight: 500;
}
.ac-header__navigation ul li.current-menu-item, .ac-header__navigation ul li.current-post-ancestor, .ac-header__navigation ul li.current-menu-parent, .ac-header__navigation ul li.current-post-parent, .ac-header__navigation ul li.active {
  background: var(--wp--custom--color--primary-100);
}
.ac-header__navigation ul li.current-menu-item a, .ac-header__navigation ul li.current-post-ancestor a, .ac-header__navigation ul li.current-menu-parent a, .ac-header__navigation ul li.current-post-parent a, .ac-header__navigation ul li.active a {
  font-weight: 600;
  color: var(--wp--preset--color--text-standard);
}
.ac-header__navigation ul li.current-menu-item i, .ac-header__navigation ul li.current-post-ancestor i, .ac-header__navigation ul li.current-menu-parent i, .ac-header__navigation ul li.current-post-parent i, .ac-header__navigation ul li.active i {
  color: var(--wp--preset--color--primary);
}
.ac-header__navigation ul li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  text-wrap: nowrap;
  padding: 10px 16px;
  font-weight: 500;
  color: var(--wp--preset--color--text-light);
}
.ac-header__navigation ul li a span,
.ac-header__navigation ul li a i {
  transition: all 400ms ease-in-out;
}
.ac-header__navigation ul li a i {
  font-size: 1.25rem;
}
.ac-header__navigation ul li a i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.ac-header__navigation ul li a span {
  font-size: var(--wp--preset--font-size--extra-small);
}
.ac-header__navigation ul li a img {
  width: 1.25rem;
  background: rgba(0, 0, 0, 0);
  transition: all 400ms ease-in-out;
}
.ac-header__navigation hr {
  margin: 1rem 0;
  border: none;
  border-top: solid 1px var(--wp--custom--color--border-light);
}
.ac-header__bottom {
  margin: auto 0 1rem;
  padding-bottom: 0;
}
.ac-header__bottom span.label {
  display: block;
  font-size: 0.85rem;
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-wrap: nowrap;
  transition: all 400ms ease-in-out;
}
.ac-header__cta {
  position: relative;
  display: flex;
  gap: 1rem;
  border: solid 1px var(--wp--custom--color--border-light);
  border-radius: var(--wp--custom--radius--200);
  padding: 0.5rem;
  width: calc(300px - 2rem);
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: all 400ms ease-in-out;
}
.ac-header__cta--image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ac-header__cta--image img.icon-main {
  width: 2rem;
  transform: rotate(-7deg);
}
.ac-header__cta--image img.icon-background {
  position: absolute;
  top: 50%;
  left: -3.5rem;
  transform: translateY(-50%) rotate(-7deg);
  opacity: 0.15;
  width: 6.5rem;
  z-index: -1;
}
.ac-header__cta--content {
  transition: all 400ms ease-in-out;
}
.ac-header__cta--content span {
  display: block;
}
.ac-header__cta--content span.title {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: bold;
}
.ac-header__cta--content span.subtitle {
  font-size: 12px;
  color: var(--wp--custom--color--text-inactive);
}
.ac-header__academy-cta--icon {
  width: 1.5rem;
}
.ac-header__academy-cta--link {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  color: var(--wp--preset--color--text-light);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--extra-small);
  text-wrap: nowrap;
  background: transparent;
  border-radius: var(--wp--custom--radius--200);
  transition: all 400ms ease-in-out;
}
.ac-header__academy-cta--link:hover {
  background: var(--wp--custom--color--primary-100);
}
.ac-header__academy-cta--link:hover span {
  color: var(--wp--preset--color--text-standard);
}
.ac-header__academy-cta--link:hover i {
  color: var(--wp--preset--color--primary);
}
.ac-header__academy-cta--link i {
  font-size: 1.25rem;
}
.ac-header__academy-cta--link i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .ac-header {
    width: 75px;
    z-index: 999;
  }
  .ac-header.toggled {
    width: 350px;
  }
  .ac-header.toggled .ac-header__container, .ac-header.toggled .ac-header__top, .ac-header.toggled .ac-header__search, .ac-header.toggled .ac-header__navigation, .ac-header.toggled .ac-header__bottom {
    width: 100%;
  }
  .ac-header.toggled .ac-header__top button.toggle-navigation {
    right: 2rem;
    transform: translate(50%, -50%);
  }
  .ac-header.toggled .ac-header__logo {
    transform: translateX(0%);
    opacity: 1;
    z-index: 999;
    visibility: visible;
    width: fit-content;
  }
  .ac-header.toggled .ac-header__search form label {
    background: none;
  }
  .ac-header.toggled .ac-header__search form input {
    width: 100%;
    opacity: 1;
  }
  .ac-header.toggled .ac-header__apps-dropdown .ac-header__apps-toggle {
    right: -75%;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }
  .ac-header.toggled .ac-header__navigation ul li {
    width: fit-content;
  }
  .ac-header.toggled .ac-header__navigation ul li:hover {
    background: none;
  }
  .ac-header.toggled .ac-header__navigation ul li:hover i {
    background: none;
  }
  .ac-header.toggled .ac-header__navigation ul li a {
    width: 100%;
  }
  .ac-header.toggled .ac-header__navigation ul li a span {
    opacity: 1;
  }
  .ac-header.toggled .ac-header__cta {
    background: var(--wp--custom--color--neutral);
    border: solid 1px var(--wp--custom--color--border-light);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    padding: 0.5rem;
    z-index: 9999;
  }
  .ac-header.toggled .ac-header__cta--image img.icon-background {
    left: -4rem;
    opacity: 0.15;
  }
  .ac-header.toggled .ac-header__cta--content {
    opacity: 1;
  }
  .ac-header.toggled .ac-header__cta--content span {
    opacity: 1;
  }
  .ac-header.toggled .ac-header__academy-cta--link {
    padding: 0.55rem;
  }
  .ac-header.toggled .ac-header__academy-cta--link span:not(.floating-label),
.ac-header.toggled .ac-header__academy-cta--link i {
    opacity: 1;
  }
  .ac-header__container {
    width: 75px;
  }
  .ac-header__logo {
    transform: translateX(-25%);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
  .ac-header__logo img {
    width: 6rem;
  }
  .ac-header__top {
    width: 75px;
  }
  .ac-header__top button.toggle-navigation {
    right: 50%;
    transform: translate(50%, -50%);
  }
  .ac-header__search form label {
    display: flex;
    background: var(--wp--custom--color--primary-100);
    padding: 0.75rem;
    cursor: pointer;
  }
  .ac-header__search form label i {
    color: var(--wp--preset--color--text-standard);
  }
  .ac-header__search form input {
    opacity: 0;
    width: 0;
  }
  .ac-header__search form span.search-hotkey {
    opacity: 0;
    visibility: hidden;
  }
  .ac-header__apps-dropdown .ac-header__apps-toggle {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .ac-header__navigation ul {
    padding-left: 0;
  }
  .ac-header__navigation ul li {
    padding: 0;
  }
  .ac-header__navigation ul li i {
    padding: 0.75rem;
    border-radius: var(--wp--custom--radius--200);
  }
  .ac-header__navigation ul li i:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .ac-header__navigation ul li:hover {
    background: none;
  }
  .ac-header__navigation ul li:hover i {
    background: var(--wp--custom--color--primary-100);
  }
  .ac-header__navigation ul li.current-menu-item, .ac-header__navigation ul li.current-post-ancestor, .ac-header__navigation ul li.current-menu-parent, .ac-header__navigation ul li.current-post-parent {
    opacity: 1;
    background: none;
  }
  .ac-header__navigation ul li.current-menu-item a, .ac-header__navigation ul li.current-post-ancestor a, .ac-header__navigation ul li.current-menu-parent a, .ac-header__navigation ul li.current-post-parent a {
    font-weight: 700;
  }
  .ac-header__navigation ul li.current-menu-item a i, .ac-header__navigation ul li.current-post-ancestor a i, .ac-header__navigation ul li.current-menu-parent a i, .ac-header__navigation ul li.current-post-parent a i {
    background: var(--wp--custom--color--primary-100);
  }
  .ac-header__navigation ul li a {
    overflow: hidden;
    width: 3rem;
    padding: 0;
  }
  .ac-header__navigation ul li a span {
    opacity: 0;
  }
  .ac-header__navigation hr {
    margin: 0.5rem 0;
  }
  .ac-header__bottom span.label {
    opacity: 0;
  }
  .ac-header__cta {
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
  }
  .ac-header__cta:before {
    opacity: 0;
  }
  .ac-header__cta--image {
    transform: rotate(0deg);
  }
  .ac-header__cta--image img.icon-background {
    opacity: 0;
  }
  .ac-header__cta--content {
    opacity: 0;
  }
  .ac-header__academy-cta--link {
    padding: 0.65rem;
  }
  .ac-header__academy-cta--link span:not(.floating-label),
.ac-header__academy-cta--link i {
    opacity: 0;
  }
}
@media screen and (max-width: 550px) {
  .ac-header {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ac-header.user-logged-in {
    padding-top: 0;
  }
  .ac-header.toggled {
    width: 100%;
  }
  .ac-header.toggled .ac-header__container {
    width: 100%;
  }
  .ac-header__container {
    width: 100%;
    background: none;
  }
  .ac-header__top {
    width: 100%;
    padding: 1.25rem 0;
  }
  .ac-header__top button {
    right: unset;
    left: 0;
    padding: 0.5rem;
  }
  .ac-header__top button:hover {
    background: none;
  }
  .ac-header__top button.toggle-navigation {
    display: none;
  }
  .ac-header__top button.toggle-burger {
    display: block;
    z-index: 9999;
    left: 1rem;
  }
  .ac-header__top button.toggle-burger #close-burger {
    display: none;
  }
  .ac-header__top button.toggle-search {
    display: flex;
    left: unset;
    right: 1rem;
  }
  .ac-header__logo {
    display: flex;
    padding-left: 4rem;
    transform: translateX(0%);
    opacity: 1;
    z-index: 0;
    visibility: visible;
  }
  .ac-header__logo img {
    width: 6rem;
  }
  .ac-header__search {
    display: block;
    position: absolute;
    top: 2rem;
    right: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 400ms ease-in-out;
  }
  .ac-header__search.focus {
    top: 4rem;
    opacity: 1;
    z-index: 99;
    visibility: visible;
  }
  .ac-header__search form input {
    width: 100%;
    opacity: 1;
  }
  .ac-header__search form label {
    background: none;
  }
  .ac-header__search form span {
    display: none;
  }
  .ac-header__apps-dropdown .ac-header__apps-toggle {
    left: auto;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }
  .ac-header__navigation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding-top: 4.75rem;
    background: white;
    transition: 400ms ease;
    transform: translate(-100%, 0);
    z-index: 999;
  }
  .ac-header__navigation.visible {
    transform: translate(0, 0);
  }
  .ac-header__navigation ul#header-menu {
    padding-top: 1.5rem;
    border-top: solid 1px var(--wp--custom--color--border-light);
  }
  .ac-header__navigation ul li {
    width: 100%;
    opacity: 1;
  }
  .ac-header__navigation ul li:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
  .ac-header__navigation ul li:hover {
    background: none;
    opacity: 1;
  }
  .ac-header__navigation ul li:hover i {
    background: none;
  }
  .ac-header__navigation ul li.current-menu-item, .ac-header__navigation ul li.current-post-ancestor, .ac-header__navigation ul li.current-menu-parent, .ac-header__navigation ul li.current-post-parent {
    background: var(--wp--custom--color--primary-100);
  }
  .ac-header__navigation ul li.current-menu-item a, .ac-header__navigation ul li.current-post-ancestor a, .ac-header__navigation ul li.current-menu-parent a, .ac-header__navigation ul li.current-post-parent a {
    font-weight: 500;
  }
  .ac-header__navigation ul li a {
    overflow: visible;
    width: 100%;
    padding: 0.5rem 0.75rem 0.5rem 1rem;
  }
  .ac-header__navigation ul li a i {
    padding: 0;
    background: none;
  }
  .ac-header__navigation ul li a span {
    opacity: 1;
  }
  .ac-header__bottom {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transform: translate(-100%, 0);
    transition: all 400ms ease-in-out;
  }
  .ac-header__bottom.visible {
    transform: translate(0, 0);
  }
  .ac-header__bottom span.label {
    opacity: 1;
  }
  .ac-header__cta {
    background: var(--wp--custom--color--neutral);
    border-color: var(--wp--custom--color--border-light);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    padding: 0.5rem;
    z-index: 9999;
  }
  .ac-header__cta--image img.icon-background {
    left: -4rem;
    opacity: 0.15;
  }
  .ac-header__cta--content {
    opacity: 1;
  }
  .ac-header__cta--content span {
    opacity: 1;
  }
  .ac-header__academy-cta--link {
    padding: 0.5rem 0.75rem 0.5rem 1rem;
    margin-top: 0.75rem;
  }
  .ac-header__academy-cta--link span:not(.floating-label),
.ac-header__academy-cta--link i {
    opacity: 1;
  }
}

#page {
  display: flex;
}
@media screen and (max-width: 550px) {
  #page {
    flex-direction: column;
  }
}

.ac-container {
  width: calc(100vw - 300px);
  margin-left: 300px;
  background: var(--wp--preset--color--background-light);
  transition: all 400ms;
}
.ac-container.expanded {
  margin-left: 75px;
  width: calc(100vw - 75px);
}
@media screen and (max-width: 1024px) {
  .ac-container {
    margin-left: 75px;
    width: calc(100vw - 75px);
  }
}
@media screen and (max-width: 550px) {
  .ac-container {
    margin-left: 0;
    width: 100%;
  }
  .ac-container.expanded {
    margin-left: 0;
    width: 100%;
  }
}

.ac-page {
  overflow-x: hidden;
}

.ac-post-type__sticky-posts {
  margin-bottom: 2rem;
}
.ac-post-type__sticky-posts--title {
  position: relative;
}
.ac-post-type__sticky-posts--title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #dedede;
  width: 100%;
  height: 1px;
}
.ac-post-type__sticky-posts--title h2 {
  position: relative;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
  margin-bottom: 0.75rem;
  padding-right: 1.5rem;
  width: fit-content;
  z-index: 10;
  background: var(--wp--preset--color--background-light);
}
.ac-post-type__sticky-posts--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: space-between;
}
.ac-post-type__sticky-posts--list .ac-card-live-event {
  width: 100%;
  grid-template-columns: 1fr;
}
.ac-post-type__sticky-posts--list .ac-card-live-event__image {
  order: -1;
  height: 350px;
}
.ac-post-type__posts--month {
  position: relative;
  max-height: 9999px;
  transition: all 400ms;
}
.ac-post-type__posts--month:not(:first-of-type) {
  padding-top: 1.5rem;
}
.ac-post-type__posts--month:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.ac-post-type__posts--month.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  max-height: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.ac-post-type__posts--title {
  position: relative;
}
.ac-post-type__posts--title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #dedede;
  width: 100%;
  height: 1px;
}
.ac-post-type__posts--title h2 {
  position: relative;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
  margin: 0 0 0.75rem;
  padding-right: 1.5rem;
  width: fit-content;
  z-index: 10;
  background: var(--wp--preset--color--background-light);
}
.ac-post-type__content.ac-boxed {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .ac-post-type__posts--list, .ac-post-type__sticky-posts--list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .ac-post-type__posts--list .ac-card-live-event__image, .ac-post-type__sticky-posts--list .ac-card-live-event__image {
    height: 250px;
  }
}
@media screen and (max-width: 550px) {
  .ac-post-type__posts--list, .ac-post-type__sticky-posts--list {
    grid-template-columns: 1fr;
  }
  .ac-post-type__posts--list .ac-card-live-event__image, .ac-post-type__sticky-posts--list .ac-card-live-event__image {
    height: 300px;
  }
}

.ac-search__title {
  margin-bottom: 2rem;
}

.ac-single {
  position: relative;
}

.ac-template-faq__header {
  background: var(--wp--preset--color--background-light);
  max-width: 700px;
  padding: 4rem 0;
  margin: 0 auto;
}
.ac-template-faq__header h1 {
  margin-bottom: 1.5rem;
}
.ac-template-faq__content {
  background: var(--wp--preset--color--white);
}
@media screen and (max-width: 750px) {
  .ac-template-faq__header {
    padding: 4rem 2rem;
  }
}

.ac-button {
  position: relative;
  width: fit-content;
  min-width: 80px;
  cursor: pointer;
  transition: all 400ms;
}
.ac-button a,
.ac-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  text-decoration: none;
  text-wrap: nowrap;
  width: fit-content;
  line-height: normal;
}
.ac-button i {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 0;
  transform: translateX(0rem);
  transition: all 200ms;
}
.ac-button.primary {
  background: linear-gradient(360deg, #316bff -10%, #477bff 100%);
  border: solid 1px var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--radius--200);
  box-shadow: var(--wp--preset--shadow--small);
}
.ac-button.primary:hover {
  background: linear-gradient(180deg, #316bff -10%, #477bff 100%);
  transition: all 600ms ease-in-out;
}
.ac-button.primary:active, .ac-button.primary:focus {
  background: linear-gradient(360deg, #316bff 0%, #0a4fff 100%);
}
.ac-button.primary a,
.ac-button.primary span {
  color: var(--wp--custom--color--neutral);
  border-image-source: solid 1px var(--wp--preset--color--primary);
}
.ac-button.secondary {
  background: linear-gradient(360deg, #fbfbfb -10%, #ffffff 100%);
  border: solid 1px var(--wp--custom--color--border-light);
  border-radius: var(--wp--custom--radius--200);
  box-shadow: var(--wp--preset--shadow--very-small);
}
.ac-button.secondary a,
.ac-button.secondary span {
  color: var(--wp--preset--color--text-standard);
}
.ac-button.secondary:hover {
  border: solid 1px var(--wp--custom--color--border-inactive);
}
.ac-button.secondary:active, .ac-button.secondary:focus {
  background: linear-gradient(360deg, #ffffff 0%, #f6f6f6 100%);
  border: solid 1px var(--wp--custom--color--border-inactive);
}
.ac-button.secondary:disabled {
  border: solid 1px var(--wp--custom--color--border-light);
  background: var(--wp--custom--color--neutral);
}
.ac-button.secondary:disabled a {
  color: var(--wp--custom--color--text-inactive);
}
.ac-button.tertiary {
  background: none;
  margin: 1rem auto 0;
  transition: all 200ms;
}
.ac-button.tertiary a {
  padding: 0.625rem;
  color: var(--wp--preset--color--text-light);
}
.ac-button.icon-left a,
.ac-button.icon-left span {
  flex-direction: row;
}
.ac-button.icon-right a,
.ac-button.icon-right span {
  flex-direction: row-reverse;
}

button.ac-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  text-wrap: nowrap;
}

.ac-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ac-breadcrumbs > * {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--extra-small);
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
}
.ac-breadcrumbs span:last-child {
  color: var(--wp--preset--color--text-standard);
}
@media screen and (max-width: 768px) {
  .ac-breadcrumbs {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 320px) {
  .ac-breadcrumbs {
    gap: 0.25rem;
  }
}

.ac-card-post {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--wp--preset--color--white);
  border: solid 1px var(--wp--custom--color--border-light);
  border-radius: 16px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  box-shadow: var(--wp--preset--shadow--very-small);
  text-decoration: none;
  width: 100%;
  transition: all 150ms;
  color: var(--wp--preset--color--text-standard);
}
.ac-card-post:not(:last-child) {
  margin-bottom: 0.5rem;
}
.ac-card-post:hover {
  border: solid 1px var(--wp--preset--color--primary);
}
.ac-card-post:hover .ac-button {
  border: solid 1px var(--wp--custom--color--border-inactive);
}
.ac-card-post:hover .ac-button span {
  color: var(--wp--preset--color--text-standard);
}
.ac-card-post__status {
  display: flex;
  align-items: center;
}
.ac-card-post__status svg {
  width: 1.75rem;
  height: 1.75rem;
}
.ac-card-post__status i {
  margin-bottom: 0;
}
.ac-card-post span {
  font-size: 0.875rem;
  font-weight: 500;
}
.ac-card-post span.current-lesson-label {
  background: var(--wp--custom--color--primary-100);
  color: var(--wp--preset--color--primary);
  border-radius: 5px;
  padding: 0.25rem 0.5rem;
}
.ac-card-post .ac-button {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  border-radius: var(--wp--custom--radius--200);
  width: fit-content;
}
.ac-card-post .ac-button span,
.ac-card-post .ac-button a {
  padding: 0.75rem 1rem;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .ac-card-post {
    gap: 0.75rem;
    padding: 1rem;
  }
  .ac-card-post__status img {
    width: 1rem;
    height: 1rem;
  }
  .ac-card-post .ac-button {
    display: none;
  }
}

.ac-card-product-update {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0.75rem;
  padding: 0.75rem;
  max-height: 999px;
  border: solid 1px #efefef;
  border-radius: 16px;
  background: var(--wp--custom--color--neutral);
  overflow: hidden;
  transition: all 400ms;
}
.ac-card-product-update:not(:last-child) {
  margin-bottom: 0.75rem;
}
.ac-card-product-update.hidden {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  max-height: 0;
  padding: 0 0.75rem;
  margin: 0;
}
.ac-card-product-update__content {
  padding: 1.25rem;
}
.ac-card-product-update__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.ac-card-product-update__header--logo {
  display: flex;
  gap: 0.25rem;
}
.ac-card-product-update__header--logo img {
  width: 1.5rem;
}
.ac-card-product-update__header--logo span {
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
}
.ac-card-product-update__header--label {
  display: flex;
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--extra-small);
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: var(--wp--custom--radius--200);
}
.ac-card-product-update__body {
  margin-bottom: 4rem;
}
.ac-card-product-update__body--excerpt p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.ac-card-product-update__body--excerpt ul {
  padding-left: 1.5rem;
}
.ac-card-product-update__footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.ac-card-product-update__footer--date {
  display: block;
  width: fit-content;
  font-weight: 500;
  color: var(--wp--custom--color--text-inactive);
  line-height: normal;
  margin-bottom: 0.5rem;
}
.ac-card-product-update__footer--buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: end;
}
.ac-card-product-update__footer--buttons .ac-button {
  border-radius: var(--wp--custom--radius--200);
}
.ac-card-product-update__footer--buttons .ac-button a {
  padding: 0.5rem 1rem;
}
.ac-card-product-update__image {
  position: relative;
  background: #e8e6e6;
  border-radius: 16px;
  border: solid 1px #efefef;
  overflow: hidden;
}
.ac-card-product-update__image img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ac-card-product-update {
    grid-template-columns: 1fr;
    max-height: unset;
  }
  .ac-card-product-update__body {
    margin-bottom: 1.5rem;
  }
  .ac-card-product-update__image {
    order: -1;
    height: 250px;
  }
  .ac-card-product-update__footer {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
  .ac-card-product-update__footer--buttons {
    flex-direction: row;
  }
}
@media screen and (max-width: 320px) {
  .ac-card-product-update__header {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
  }
}

.ac-card-live-event {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0.75rem;
  padding: 0.75rem;
  border: solid 1px #efefef;
  border-radius: 16px;
  background: var(--wp--custom--color--neutral);
  overflow: hidden;
  transition: all 400ms;
}
.ac-card-live-event:not(:last-child) {
  margin-bottom: 0.75rem;
}
.ac-card-live-event.hidden {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  max-height: 0;
  padding: 0 0.75rem;
  margin: 0;
}
.ac-card-live-event__content {
  padding: 1.25rem;
}
.ac-card-live-event__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.ac-card-live-event__header--logo {
  display: flex;
  gap: 0.25rem;
}
.ac-card-live-event__header--logo img {
  width: 1.5rem;
}
.ac-card-live-event__header--logo span {
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
}
.ac-card-live-event__header--label {
  display: flex;
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--extra-small);
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: var(--wp--custom--radius--200);
}
.ac-card-live-event__body {
  margin-bottom: 4rem;
}
.ac-card-live-event__body--excerpt p:not(:last-child) {
  margin-bottom: 0.75rem;
}
.ac-card-live-event__footer {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
}
.ac-card-live-event__footer--date {
  display: block;
  width: fit-content;
  font-weight: 500;
  color: var(--wp--custom--color--text-inactive);
}
.ac-card-live-event__image {
  position: relative;
  background: #e8e6e6;
  border-radius: 16px;
  border: solid 1px #efefef;
  overflow: hidden;
}
.ac-card-live-event__image img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ac-card-live-event {
    grid-template-columns: 1fr;
  }
  .ac-card-live-event__body {
    margin-bottom: 1.5rem;
  }
  .ac-card-live-event__image {
    order: -1;
  }
  .ac-card-live-event__footer {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  .ac-card-live-event__header {
    flex-direction: column;
    align-items: start;
    gap: 0.75rem;
  }
}

.ac-filters-bar {
  position: sticky;
  top: 0rem;
  background: var(--wp--preset--color--background-light);
  padding: 1rem 10%;
  transition: all 400ms;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 10%;
  z-index: 9;
}
.ac-filters-bar::-webkit-scrollbar {
  display: none;
}
.ac-filters-bar.has-background {
  background: var(--wp--custom--color--neutral);
}
.ac-filters-bar__content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  background: #f5f6fa;
  border: solid 1px #efefef;
  border-radius: 16px;
  padding: 0.5rem;
}
.ac-filters-bar button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.5;
  border: solid 1px transparent;
  border-radius: 8px;
  background: linear-gradient(360deg, #fbfbfb00 -10%, #ffffff00 100%);
  padding: 0.5rem 0.75rem;
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: 500;
  font-family: var(--wp--preset--font-family--inter);
  line-height: var(--wp--preset--font-size--extra-small);
  text-decoration: none;
  text-wrap: nowrap;
  color: var(--wp--preset--color--text-standard);
  box-shadow: none;
  cursor: pointer;
  transition: all 400ms;
  scroll-snap-align: start;
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.ac-filters-bar button:hover {
  opacity: 1;
}
.ac-filters-bar button.active {
  color: var(--wp--preset--color--primary);
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  border: solid 1px var(--wp--custom--color--neutral);
  box-shadow: var(--wp--preset--shadow--small);
  opacity: 1;
}
.ac-filters-bar button.active span {
  background: var(--wp--custom--color--primary-100);
  color: var(--wp--preset--color--primary);
}
.ac-filters-bar button img {
  width: 1.25rem;
}
.ac-filters-bar button span {
  background: #e0e4ea;
  color: var(--wp--preset--color--text-standard);
  padding: 4px 6px;
  border-radius: 6px;
  line-height: var(--wp--preset--font-size--extra-small);
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 1440px) {
  .ac-filters-bar {
    padding: 1rem 10%;
    scroll-padding-left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .ac-filters-bar {
    padding: 1rem 3rem;
    scroll-padding-left: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .ac-filters-bar {
    padding: 1.5rem;
  }
}

.ac-search-modal {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.ac-search-modal.visible {
  top: 38%;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.ac-search-modal__form {
  position: relative;
  background: var(--wp--custom--color--neutral);
  border-radius: 0.75rem;
  width: 600px;
  margin-bottom: 0.75rem;
}
.ac-search-modal__form input {
  font-family: var(--wp--preset--font-family--inter);
  border: 1px solid var(--wp--custom--color--border-light);
  border-radius: 0.75rem;
  padding: 1.15rem 1rem;
  width: 100%;
  padding-left: 3.5rem;
  color: var(--wp--preset--color--text-standard);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
  transition: all 200ms ease-in-out;
}
.ac-search-modal__form input::placeholder {
  color: var(--wp--custom--color--text-inactive);
}
.ac-search-modal__form input:focus, .ac-search-modal__form input:active {
  outline: 0;
  border-color: var(--wp--preset--color--primary);
  box-shadow: var(--wp--preset--shadow--blue);
}
.ac-search-modal__form button.clear-button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5rem;
  border-radius: 6px;
  min-width: unset;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.ac-search-modal__form button.clear-button i {
  font-size: 1rem;
  height: 0.9rem;
  width: 0.9rem;
}
.ac-search-modal__form button.go-back {
  display: none;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  border: none;
  background: none;
}
.ac-search-modal__form button.visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.ac-search-modal__results {
  position: absolute;
  width: 100%;
  background: var(--wp--custom--color--neutral);
  border-radius: 0.75rem;
  padding: 0.5rem 0.75rem;
  border: solid 1px var(--wp--custom--color--border-light);
  box-shadow: var(--wp--preset--shadow--large);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateY(0.5rem);
  transition: all 400ms ease-in-out;
}
.ac-search-modal__results.visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transform: translateY(0rem);
}
.ac-search-modal__results--section {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  z-index: -1;
  transition: all 400ms ease-in-out;
}
.ac-search-modal__results--section.visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  max-height: 999px;
}
.ac-search-modal__results--section span.title {
  font-size: var(--wp--preset--font-size--extra-small);
  font-weight: 500;
}
.ac-search-modal__results ul {
  list-style: none;
}
.ac-search-modal__results hr {
  border: 0;
  border-top: 1px solid var(--wp--custom--color--border-light);
  margin: 1rem 0;
}
.ac-search-modal__results #no-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  background-position: center -0.5rem;
  background-repeat: no-repeat;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  overflow: hidden;
  transition: all 400ms ease-in-out;
}
.ac-search-modal__results #no-results.visible {
  padding: 1.5rem 1rem;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  max-height: 999px;
}
.ac-search-modal__results #no-results i {
  color: var(--wp--preset--color--text-standard);
  font-size: var(--wp--preset--font-size--small);
  padding: 0.75rem 0.6rem;
  border: solid 1px var(--wp--custom--color--border-light);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.ac-search-modal__results #no-results span.title {
  color: var(--wp--preset--color--text-standard);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.ac-search-modal__results #no-results p {
  font-size: var(--wp--preset--font-size--extra-small);
  margin-bottom: 0;
  line-height: 1.25rem;
}
.ac-search-modal__results #no-results .ac-button {
  margin-top: 1rem;
}
.ac-search-modal__results #no-results .ac-button span {
  color: var(--wp--preset--color--primary);
}
.ac-search-modal__result {
  position: relative;
  padding: 0.5rem;
  border-radius: 0.6rem;
  transition: all 200ms ease-in-out;
}
.ac-search-modal__result:hover {
  background: var(--wp--custom--color--background-medium);
}
.ac-search-modal__result a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow: hidden;
}
.ac-search-modal__result--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #dedede;
  border-radius: 0.5rem;
  background: var(--wp--custom--color--neutral);
  height: 2.5rem;
  width: 2.5rem;
  padding: 1rem;
}
.ac-search-modal__result--icon i {
  display: block;
  width: fit-content;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-standard);
}
.ac-search-modal__result--content {
  display: flex;
  flex-direction: column;
}
.ac-search-modal__result--content span,
.ac-search-modal__result--content p {
  font-size: var(--wp--preset--font-size--extra-small);
  line-height: 1.125rem;
}
.ac-search-modal__result--content span {
  font-weight: 600;
  color: var(--wp--preset--color--text-standard);
}
.ac-search-modal__result--content p {
  color: var(--wp--preset--color--text-light);
  font-weight: 400;
  margin-bottom: 0;
}
.ac-search-modal__result--content strong {
  background: #e0e9ff;
}
.ac-search-modal__result--content.skeleton-loading__item {
  width: 100%;
  height: 1rem;
  border-radius: 0.5rem;
}
.ac-search-modal__result--category {
  color: var(--wp--preset--color--text-standard);
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-wrap: nowrap;
  padding: 0.5rem 12px;
  margin-left: auto;
  background: linear-gradient(360deg, #fbfbfb -10%, #ffffff 100%);
  border: var(--wp--custom--color--border-light);
  border-radius: 999px;
  box-shadow: var(--wp--preset--shadow--small);
}
@media screen and (max-width: 768px) {
  .ac-search-modal {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    background: var(--wp--custom--color--neutral);
  }
  .ac-search-modal.visible {
    top: 0;
    left: 0;
  }
  .ac-search-modal__form {
    padding: 1rem 1.5rem 1rem 0;
    border-bottom: solid 1px var(--wp--custom--color--border-light);
    border-radius: 0;
    width: 100%;
  }
  .ac-search-modal__form input {
    background-color: var(--wp--preset--color--background-light);
    width: calc(100% - 4rem);
    display: block;
    margin-left: auto;
  }
  .ac-search-modal__form button.clear-button {
    display: none;
  }
  .ac-search-modal__form button.go-back {
    display: block;
  }
  .ac-search-modal__results {
    width: 100%;
    height: calc(100% - 6rem);
    border-radius: 0;
    top: 6rem;
    padding: 1rem 1.5rem;
    border: none;
    box-shadow: none;
    background: var(--wp--custom--color--neutral);
    transform: translateY(0);
  }
}
@media screen and (max-width: 550px) {
  .ac-search-modal__result--category {
    display: none;
  }
}

.ac-overlay-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow: hidden;
  backdrop-filter: blur(1px);
  transition: all 400ms ease-in-out;
}
.ac-overlay-blur.visible {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .ac-overlay-blur {
    background: var(--wp--custom--color--neutral);
  }
}

.ac-table-of-contents {
  position: fixed;
  top: 150px;
  right: 1rem;
  z-index: 9999;
}
.ac-table-of-contents .ac-button {
  display: none;
}
.ac-table-of-contents__expanded {
  background: var(--wp--preset--color--white);
  padding: 0.5rem;
  border-radius: 1rem;
  border: solid 1px var(--wp--custom--color--border-light);
  box-shadow: var(--wp--preset--shadow--medium);
  width: 275px;
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-color: red;
  list-style-type: none;
  transition: all 200ms;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.ac-table-of-contents__expanded.hidden {
  transform: translateX(15%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ac-table-of-contents__expanded--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
}
.ac-table-of-contents__expanded--header span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--wp--preset--color--text-standard);
  font-weight: 600;
}
.ac-table-of-contents__expanded--header button.ac-button {
  display: block;
  min-width: unset;
}
.ac-table-of-contents__expanded--header button.ac-button i {
  color: var(--wp--preset--color--text-standard);
  font-size: 0.75rem;
}
.ac-table-of-contents__expanded li {
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 0.625rem;
  transition: all 150ms;
}
.ac-table-of-contents__expanded li.heading:hover {
  background: #f3f6f9;
}
.ac-table-of-contents__expanded li.heading.selected a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.ac-table-of-contents__expanded li.heading a {
  padding: 0.625rem 1rem;
  color: var(--wp--preset--color--text-light);
}
.ac-table-of-contents__expanded li.subheading:hover {
  background: #f3f6f9;
}
.ac-table-of-contents__expanded li.subheading:hover a {
  color: var(--wp--preset--color--text-standard);
}
.ac-table-of-contents__expanded li.subheading a {
  padding: 0.625rem 1rem 0.625rem 2rem;
  color: var(--wp--custom--color--text-inactive);
}
.ac-table-of-contents__expanded li a {
  display: flex;
  font-weight: 500;
  transition: all 150ms;
}
.ac-table-of-contents__minimized {
  position: absolute;
  top: 1rem;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 1rem;
  z-index: 9999;
  transition: all 200ms;
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
.ac-table-of-contents__minimized.hidden {
  transform: translateX(15%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ac-table-of-contents__minimized span {
  display: block;
  width: 1rem;
  border-radius: 1rem;
  transition: all 400ms;
}
.ac-table-of-contents__minimized span.heading {
  height: 2px;
  background: var(--wp--custom--color--text-inactive);
}
.ac-table-of-contents__minimized span.subheading {
  height: 1.5px;
  background: #caced4;
}
.ac-table-of-contents__minimized span.selected {
  background: var(--wp--preset--color--primary) !important;
}
@media screen and (max-width: 768px) {
  .ac-table-of-contents {
    position: relative;
    inset: unset;
    margin-bottom: 1.5rem;
    z-index: 1;
  }
  .ac-table-of-contents .ac-button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .ac-table-of-contents__expanded {
    width: 100%;
    max-height: unset;
    overflow-y: visible;
  }
  .ac-table-of-contents__expanded.hidden {
    height: 0;
    transform: none;
    opacity: 0;
    visibility: visible;
    padding: 0 0.5rem;
    overflow: hidden;
    box-shadow: none;
  }
  .ac-table-of-contents__expanded.folded {
    opacity: 0;
    visibility: hidden;
    padding: 0 0.5rem;
    overflow: hidden;
    box-shadow: none;
  }
  .ac-table-of-contents__expanded--header {
    display: none;
  }
  .ac-table-of-contents__minimized {
    display: none;
  }
}

.ac-banner-user-research {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  align-items: center;
  gap: 2rem;
  border: solid 1px var(--wp--custom--color--border-light);
  border-radius: 1rem;
  padding: 0.5rem 4rem 0.5rem 0.5rem;
  margin: 0 auto 1.5rem;
  max-width: 100%;
  width: 1000px;
  max-height: 999px;
  background: var(--wp--preset--color--white);
  overflow: hidden;
  transition: all 400ms;
}
.ac-banner-user-research.hidden {
  max-height: 0px;
  padding: 0 1.5rem 0 0.5rem;
  opacity: 0;
  margin-bottom: 0;
}
.ac-banner-user-research__image {
  position: relative;
  display: flex;
  width: 250px;
  min-height: 150px;
  height: 100%;
  border: solid 1px var(--wp--custom--color--border-light);
  border-radius: 0.75rem;
  overflow: hidden;
}
.ac-banner-user-research__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.ac-banner-user-research__content span {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.ac-banner-user-research__content p {
  color: var(--wp--preset--color--text-light);
  line-height: 20px;
  text-wrap: pretty;
}
.ac-banner-user-research .ac-button.close-button {
  min-width: unset;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .ac-banner-user-research {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .ac-banner-user-research__image {
    width: 100%;
  }
  .ac-banner-user-research__image img {
    width: 100%;
    height: auto;
  }
}

.ac-page-header {
  background: var(--wp--preset--color--white);
  border-bottom: solid 1px #dedede;
  overflow: hidden;
}
.ac-page-header__container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1500px;
}
.ac-page-header__container h1,
.ac-page-header__container h2,
.ac-page-header__container h3 {
  margin-bottom: 0.5rem;
}
.ac-page-header__container p {
  font-size: var(--wp--preset--font-size--extra-small);
  line-height: 1.5rem;
  color: var(--wp--preset--color--text-light);
}
.ac-page-header__icon {
  margin-bottom: 1rem;
  height: 1.5rem;
}
.ac-page-header__icon i {
  font-size: 1.5rem;
}
.ac-page-header__content {
  width: 400px;
  padding-top: 2rem;
}
.ac-page-header__content .ac-button {
  margin-top: 1rem;
}
.ac-page-header__thumbnail {
  position: relative;
  width: 600px;
}
.ac-page-header__thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0px 11.18px 22.36px 0px rgba(0, 0, 0, 0.08), 0px 0px 5.59px 0px rgba(0, 0, 0, 0.04);
}
.ac-page-header__thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .ac-page-header__container {
    flex-direction: column;
    gap: 2rem;
  }
  .ac-page-header__content {
    width: 100%;
  }
  .ac-page-header__content--text {
    text-wrap: balance;
  }
  .ac-page-header__thumbnail {
    width: 100%;
  }
}

.ac-template-faq__content.ac-boxed {
  padding-bottom: 0;
}

.ac-faq-questions {
  width: 100%;
  max-width: 850px;
  margin: auto;
}
.ac-faq-questions:not(:first-of-type) {
  margin-top: 3rem;
}
.ac-faq-questions__header {
  padding-bottom: 2rem;
  border-bottom: solid 1px var(--wp--custom--color--border-light);
}
.ac-faq-questions__header i {
  font-size: 22px;
}
.ac-faq-questions__header h2 {
  margin: 1.5rem 0 1.125rem;
  font-size: 1.25rem;
  line-height: normal;
}
.ac-faq-questions__header p {
  font-size: var(--wp--preset--font-size--extra-small);
  margin-bottom: 0;
}
.ac-faq-questions__posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
}
.ac-faq-questions__post--title {
  cursor: pointer;
}
.ac-faq-questions__post--title h3 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 1rem;
  line-height: normal;
}
.ac-faq-questions__post--title h3::after {
  font-family: "FontAwesome";
  content: "";
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-light);
  transition: all 200ms ease-in-out;
}
.ac-faq-questions__post--title:hover h3::after {
  transform: rotate(40deg);
}
.ac-faq-questions__post--content {
  padding-top: 1rem;
  overflow: hidden;
  max-height: 0;
  transition: all 600ms ease-in-out;
}
.ac-faq-questions__post--content.visible {
  max-height: 1000px;
}
.ac-faq-questions__post.opened .ac-faq-questions__post--title h3::after {
  transform: rotate(180deg);
}
.ac-faq-questions__post.opened .ac-faq-questions__post--content {
  max-height: 800px;
}
.ac-faq-questions .ac-button {
  margin: 2rem auto 0;
}
.ac-faq-questions .ac-button.hidden {
  transform: translate(0, 25%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ac-faq-questions .ac-single__cta {
  background: red;
}
@media screen and (max-width: 1024px) {
  .ac-faq-questions {
    width: 100%;
  }
}

.ac-single__header {
  background: var(--wp--custom--color--neutral);
  margin-bottom: 2rem;
}
.ac-single__header--container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 1000px;
  margin: auto;
  padding: 1.5rem 0;
}
.ac-single__header .ac-button {
  cursor: pointer;
}
.ac-single__header .ac-button span:not(.content) {
  padding: 0;
}
@media screen and (max-width: 1440px) {
  .ac-single__header--container {
    width: 90%;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .ac-single__header {
    background: transparent;
  }
  .ac-single__header--container {
    flex-direction: column;
    gap: 1.5rem;
    width: 90%;
  }
  .ac-single__header--container .ac-button {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .ac-single__header .ac-button.secondary {
    border-radius: var(--wp--custom--radius--200);
  }
  .ac-single__header .ac-button span.content {
    padding: 0.75rem;
  }
}

.ac-single__content {
  width: 1000px;
  margin: auto;
}
.ac-single__content--meta {
  margin-bottom: 1.5rem;
}
.ac-single__content--meta time {
  font-size: 0.875rem;
  color: var(--wp--custom--color--text-inactive);
}
.ac-single__content--video {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9/16 = 0.5625 or 56.25%) */
  height: 0;
}
.ac-single__content--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.ac-single__content h2.wp-block-heading {
  position: relative;
  margin-top: 4rem;
  cursor: pointer;
  transition: all 400ms;
}
.ac-single__content h2.wp-block-heading:hover {
  opacity: 0.7;
}
.ac-single__content h2.wp-block-heading:hover i {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ac-single__content h2.wp-block-heading i {
  position: absolute;
  top: 50%;
  left: -1.75rem;
  transform: translateY(-50%);
  font-size: 1rem;
  color: var(--wp--custom--color--text-inactive);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 400ms;
}
.ac-single__content figure.wp-block-image {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .ac-single__content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .ac-single__content figure.wp-block-image {
    max-width: 100%;
  }
}

.ac-single__notification {
  position: fixed;
  top: 3rem;
  right: 0rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--wp--preset--color--green);
  font-weight: 600;
  text-wrap: nowrap;
  background: var(--wp--custom--color--neutral);
  padding: 0.5rem 0.75rem;
  border: solid 1px var(--wp--preset--color--green);
  border-radius: var(--wp--custom--radius--200);
  transform: translateX(100%);
  transition: all 400ms;
}
.ac-single__notification.visible {
  transform: translateX(-10%);
}
@media screen and (max-width: 550px) {
  .ac-single__notification {
    top: unset;
    bottom: 0rem;
    left: 50%;
    right: unset;
    transform: translate(-50%, 100%);
    font-size: var(--wp--preset--font-size--extra-small);
  }
  .ac-single__notification.visible {
    transform: translate(-50%, -1rem);
  }
}

.ac-single__related {
  width: 1000px;
  margin: 4rem auto;
}
.ac-single__related h2 {
  font-size: 1.5rem;
}
.ac-single__related .ac-button.tertiary {
  margin: 1rem 0 0;
}
.ac-single__related .ac-button.tertiary:hover {
  transform: translate(-0.5rem, 0);
}
.ac-single__related--sub-category {
  margin-top: 1.5rem;
}
.ac-single__related--sub-category h3 {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-standard);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1440px) {
  .ac-single__related {
    width: 90%;
  }
}

.ac-header__apps-dropdown button {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ac-header__apps-dropdown button:hover {
  background-color: transparent;
}
.ac-header__apps-dropdown button i {
  font-size: 1rem;
  font-weight: 900;
  color: var(--wp--preset--color--text-light);
}
.ac-header__apps-container {
  position: absolute;
  left: 1.5rem;
  background: var(--wp--preset--color--white);
  padding: 0.5rem;
  border: solid 1px var(--wp--custom--color--border-light);
  border-radius: 1rem;
  box-shadow: var(--wp--preset--shadow--medium);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 400ms;
}
.ac-header__apps-container.visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.ac-header__apps-container hr {
  margin: 0.25rem 0;
  border: 0;
  border-top: 1px solid var(--wp--custom--color--border-light);
}
.ac-header__apps-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.ac-header__apps-item span {
  display: block;
  color: var(--wp--preset--color--text-standard);
  text-wrap: nowrap;
  margin-bottom: 0;
  line-height: 0.875rem;
}
.ac-header__apps-item span.app-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--wp--preset--color--text-standard);
  margin-bottom: 0.5rem;
}
.ac-header__apps-item span.app-text {
  font-size: 0.875rem;
  color: var(--wp--preset--color--text-light);
}
.ac-header__apps-item img {
  width: 2rem;
  padding: 0.25rem;
  border-radius: 0.5rem;
  box-sizing: content-box;
}
@media screen and (max-width: 550px) {
  .ac-header__apps-container {
    width: 95%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .ac-header__apps-item span {
    text-wrap: wrap;
  }
}

img {
  width: 100%;
  height: auto;
}

.ac-boxed {
  padding: 3rem 10%;
}
@media screen and (max-width: 1024px) {
  .ac-boxed {
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .ac-boxed {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .ac-boxed {
    padding: 1.5rem;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
    transform: translateX(-1%);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(1%);
  }
}
h2 {
  text-wrap: balance;
}

p a,
ul a,
ol a,
span a {
  text-decoration: none;
}

p {
  line-height: 1.75rem;
}

.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-media-text__media {
  overflow: hidden;
  border-radius: var(--wp--custom--radius--200);
}

ol.wp-block-list {
  margin-left: 0;
}
ol.wp-block-list li {
  list-style: none;
  counter-increment: ordered-list;
  position: relative;
  padding-left: 2.5rem;
}
ol.wp-block-list li:not(:last-child) {
  margin-bottom: 0.75rem;
}
ol.wp-block-list li:before {
  content: counter(ordered-list);
  position: absolute;
  left: 0;
  padding: 0.5rem;
  width: 0.9em;
  height: 0.9em;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--text-standard);
  border: 1px solid #dedede;
  background: var(--wp--preset--color--white);
  border-radius: 8px;
  margin-top: -0.1em;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

.wp-block-custom-expert-card {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1.5rem;
  background: var(--wp--custom--color--neutral);
  padding: 1.5rem;
  border-radius: 16px;
}
.wp-block-custom-expert-card__image img {
  height: 100%;
  object-fit: cover;
  border-radius: var(--wp--custom--radius--200);
}
.wp-block-custom-expert-card__name {
  color: var(--wp--preset--color--text-light);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.wp-block-custom-expert-card__name i {
  color: var(--wp--custom--color--text-inactive);
}
.wp-block-custom-expert-card__content p {
  color: var(--wp--custom--color--text-inactive);
  font-weight: 500;
}
.wp-block-custom-expert-card__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-custom-expert-card {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .wp-block-custom-expert-card__image img {
    height: 175px;
  }
  .wp-block-custom-expert-card__name {
    font-size: var(--wp--preset--font-size--small);
  }
  .wp-block-custom-expert-card__content p {
    font-size: var(--wp--preset--font-size--extra-small);
    margin-bottom: 0.25rem;
  }
}

/*# sourceMappingURL=main.css.map */
