<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---Base----*/
:root {
  --m-bg: rgb(255, 255, 255);
  --m-text: rgb(0, 0, 0, 0);
  --header-height: 0px;
  --footer-height: 0px;
  --main-nav-height: 0px;
}

html * {
  font-family: "Inter", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion) {
  html {
    scroll-behavior: auto;
  }
}

/*h2,
h3,
h4,
h5,
h6,
.scroll-to {
  scroll-margin-top: 72px;
}*/

body {
  min-height: calc(100vh - var(--header-height)) !important;
  min-height: calc(100svh - var(--header-height)) !important;
  overflow-x: hidden;
  background-color: var(--m-col);
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
ol,
p {
  color: var(--m-col);
}

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

ol,
ul {
  padding-inline-start: 40px;
}

ol,
ul {
  margin: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.gb-button {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline !important;
}

@media (hover: hover) {
  .underline-on-hover:hover {
    text-decoration: underline !important;
  }
}

body:not(.logged-in) .sticky-header {
  position: sticky !important;
  z-index: 1000;
  top: 0;
  width: 100%;
}

.full-height {
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
}
/*---Base END----*/

:root {
  --h-bg: #f5f5f5;
  --h-mob-bg: #f9fafb;
  --h-mob-border: #d9d9d9;
  --h-ov-bg: rgba(255, 255, 255, 0.95);
  --h-text: #424242;
  --h-text-active: #242424;
  --h-text-inactive: #707070;
  --h-cta-bg: #f6f6f6;
  --h-cta-border: rgba(0, 0, 0, 0.08);
  --h-sign-up-bg: #3c89f9;
  --h-sign-up-bg-hover: #1355b6;
  --h-chatbot-close: #757575;
  --h-bot-bubble-bg: #f5f5f5;
  --h-bot-bubble-border: #d1d1d1;
}

.header {
  background: var(--h-bg);
  z-index: 1000;
  width: 100%;
  position: relative;
}

.header-container {
  /*max-width: 1384px;*/
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42px;
  gap: 16px;
  border-bottom: 1px solid var(--h-bot-bubble-border);
}

.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.header a:not(.logo, .sign-up-btn, .get-started-btn, .icon),
.header a:not(.logo, .sign-up-btn, .get-started-btn, .icon):hover,
.header a:not(.logo, .sign-up-btn, .get-started-btn, .icon):focus,
.header a:not(.logo, .sign-up-btn, .get-started-btn, .icon):active,
.header a:not(.logo, .sign-up-btn, .get-started-btn, .icon):focus-visible,
.header a:not(.logo, .sign-up-btn, .get-started-btn, .icon):focus-within,
.header a:not(.logo, .sign-up-btn, .get-started-btn, .icon):visited {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.header a.logo,
.header a.logo:hover,
.header a.logo:focus,
.header a.logo:active,
.header a.logo:focus-visible,
.header a.logo:focus-within,
.header a.logo:visited {
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.header .logo img {
  width: 108px;
  height: 24px;
}

.header a.sign-up-btn,
.header a.sign-up-btn:hover {
  display: flex;
  min-width: 103px;
  height: 30px;
  margin: 0px 8px;
  padding: 8px 13px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: var(--h-bg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  backdrop-filter: blur(31.5px);
  background-color: var(--h-sign-up-bg);
  border-radius: 7px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.header a.get-started-btn {
  display: flex;
  width: 110px;
  height: 37px;
  margin-left: 12px;
  padding: 8px !important;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border-radius: 12px;
  background: var(--h-cta-bg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.header nav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-inline-start: 0;
}

.header nav ul li {
  line-height: 0;
}

.header-right .icon,
.header-right .icon:hover,
.header-right .icon:focus,
.header-right .icon:active,
.header-right .icon:focus-visible,
.header-right .icon:focus-within,
.header-right .icon:visited {
  background: none;
  border: none;
  border-radius: 50%;
  padding: 8px;
  margin: 0;
  line-height: 0;
  color: var(--h-text-inactive);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.header-right li:has(.mobile-menu-trigger) {
  display: none;
  margin-left: 8px;
}

.header-right .mobile-menu-trigger {
  position: relative;
  width: 24px;
  height: 20px;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.header-right .mobile-menu-trigger:not(.open) {
  transform: scaleX(-1);
}

.header-right .mobile-menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--h-text);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
}

.header-right .mobile-menu-trigger span:nth-child(1) {
  top: 0;
}

.header-right .mobile-menu-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 66%;
}

.header-right .mobile-menu-trigger span:nth-child(3) {
  bottom: 0;
  width: 33%;
}

.header-right .mobile-menu-trigger.open span:nth-child(1) {
  transform: rotate(45deg) translateY(calc(-50% + 1px));
  top: 50%;
}

.header-right .mobile-menu-trigger.open span:nth-child(2) {
  opacity: 0;
}

.header-right .mobile-menu-trigger.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(calc(50% - 1px));
  top: 50%;
  width: 100%;
}

.header-right .icon.help[aria-expanded="true"],
.header-right .user-menu-trigger[aria-expanded="true"] {
  background-color: var(--h-bot-bubble-border);
  color: var(--h-text-active);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: calc(var(--main-nav-height) - 1px);
  right: 16px;
  width: calc(100% - 32px);
  max-width: 250px;
  background: var(--h-mob-bg);
  z-index: 1001;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 12px 6px 12px 8px;
  border: 1px solid var(--h-mob-border);
  border-radius: 10px;
}

.mobile-menu nav {
  margin-right: -4px;
}

.mobile-menu.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.mobile-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: calc(100dvh - var(--main-nav-height) - 32px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--h-mob-border) transparent;
}

.mobile-menu nav ul::-webkit-scrollbar {
  width: 3px;
}

.mobile-menu nav ul::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-menu nav ul::-webkit-scrollbar-thumb {
  background-color: var(--h-mob-border);
  border-radius: 6px;
}

.mobile-menu nav &gt; ul {
  padding-right: 6px;
}

.mobile-menu nav ul li {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu nav ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--h-text);
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--h-bg);
  border-radius: 6px;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu nav ul li a:hover {
  color: var(--h-text-active);
}

.mobile-menu nav ul li a .icon-left,
.mobile-menu nav ul li a .icon-right {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: currentColor;
}

.mobile-menu nav ul li a .link-text {
  flex-grow: 1;
  text-align: left;
}

.mobile-menu nav ul li a .icon-right {
  margin-left: auto;
}

.mobile-menu .menu-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--h-text);
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.mobile-menu .menu-label-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 4px;
}

.mobile-menu .menu-label-content svg {
  transition: transform 0.3s ease;
}

.mobile-menu .has-submenu-m .submenu,
.mobile-menu .always-open .submenu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
  max-height: 0;
  transform-origin: top;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu .has-submenu-m.open .submenu,
.mobile-menu .always-open .submenu {
  max-height: 600px;
  opacity: 1;
  margin-top: 8px;
}

.mobile-menu .has-submenu-m.open .menu-label-content svg {
  transform: rotate(180deg);
}

/* Overlay */
#overlay {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100dvh - var(--header-height));
  background-color: var(--h-bg);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#overlay.overlay {
  opacity: 0.8;
  visibility: visible;
}

/* Help Chat */
.help-chat {
  position: fixed;
  top: calc(var(--main-nav-height) - 1px);
  right: 20px;
  width: calc(100% - 40px);
  max-width: 450px;
  height: calc(100dvh - var(--header-height) - 48px);
  background: var(--h-bg);
  z-index: 1001;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 16px;
  border: 1px solid var(--h-mob-border);
  border-radius: 10px;
}

.help-chat.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.help-chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.help-chat-header svg {
  height: 26px;
  width: auto;
}

.help-chat-close {
  width: 16px;
  height: 16px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.help-chat-close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--h-chatbot-close);
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.help-chat-close span:first-child {
  transform: rotate(45deg);
}

.help-chat-close span:last-child {
  transform: rotate(-45deg);
}

.help-chat-content {
  height: calc(100% - 42px);
}

.help-chat-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.help-chat-loader.active {
  opacity: 1;
  visibility: visible;
}

.progress-bar {
  height: 10px;
  background: transparent;
  border: 1px solid var(--h-chatbot-close);
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar::after {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  background: var(--h-sign-up-bg);
  animation: loading 1s infinite ease-in-out;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(250%);
  }
}

/* User Menu */
.user-menu {
  position: fixed;
  top: calc(var(--main-nav-height) - 1px);
  right: unset;
  transform-origin: top right;
  width: calc(100% - 32px);
  max-width: 250px;
  background: var(--h-mob-bg);
  z-index: 1001;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 12px 8px;
  border: 1px solid var(--h-mob-border);
  border-radius: 10px;
}

.user-menu.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.user-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.user-menu nav ul li {
  margin: 0;
  padding: 0;
}

.user-menu nav ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--h-text);
  text-decoration: none;
  padding: 8px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--h-bg);
  border-radius: 6px;
  -webkit-font-smoothing: antialiased;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.user-menu nav ul li a * {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.user-menu nav ul li a svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.user-menu nav ul li a:hover {
  color: var(--h-text-active);
}

.user-menu nav ul li a .icon-left,
.user-menu nav ul li a .icon-right {
  width: 20px;
  height: 20px;
  color: currentColor;
}

.user-menu nav ul li a .link-text {
  flex: 1;
  text-align: left;
  min-width: 0;
  padding: 0 4px;
}

.user-menu nav ul li a .icon-right {
  flex: 0 0 20px;
  margin-left: auto;
}

.user-menu .menu-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--h-text);
  padding: 0px 4px;
  margin: 0;
}

/* Help Tooltip */
.help-tooltip {
  position: fixed;
  top: calc(var(--main-nav-height) - 1px);
  left: 50%;
  width: 240px;
  background: var(--h-mob-bg);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 12px;
  border: 1px solid var(--h-mob-border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--h-text);
}

.help-tooltip::before,
.help-tooltip::after {
  content: "";
  position: absolute;
  top: -6px;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
}

.help-tooltip::before {
  background: var(--h-mob-border);
  z-index: -1;
}

.help-tooltip::after {
  background: var(--h-mob-bg);
  border-left: 1px solid var(--h-mob-border);
  border-top: 1px solid var(--h-mob-border);
  z-index: 1;
}

.header-right li:has(.help) {
  position: relative;
}

body:has(.help-chat.active) .help-tooltip,
body:has(.user-menu.active) .help-tooltip {
  opacity: 0 !important;
  visibility: hidden !important;
}

.help-tooltip svg {
  flex-shrink: 0;
  color: var(--h-text-active);
}

/* Chatbot */
#smyth-chatbot {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.smythos-bot-bubble {
  background-color: var(--h-bot-bubble-bg) !important;
  border: 1px solid var(--h-bot-bubble-border) !important;
  font-size: 15px !important;
  color: var(--h-text) !important;
  line-height: 22px !important;
}

.smythos-human-bubble {
  background-color: var(--h-sign-up-bg) !important;
  border: 1px solid var(--h-bot-bubble-border) !important;
  font-size: 15px !important;
  color: var(--h-bg) !important;
  line-height: 22px !important;
}

.smythos-bot-bubble p:last-child,
.smythos-human-bubble p:last-child {
  margin-bottom: 0 !important;
}

#smyth-chatbot
  .chat-box-wrapper
  .chatbox
  .chat-footer
  .chat-input
  .input-wrapper
  .chat-send,
#smyth-chatbot
  .chat-box-wrapper
  .chatbox
  .chat-footer
  .chat-input
  .input-wrapper
  .chat-stop {
  height: 40px !important;
  background: var(--h-sign-up-bg);
}

#smyth-chatbot
  .chat-box-wrapper
  .chatbox
  .chat-footer
  .chat-input
  .input-wrapper {
  align-items: center !important;
}

/* Adjust position when user is logged in */
body.logged-in .mobile-menu,
body.logged-in .help-chat,
body.logged-in .user-menu,
body.logged-in .help-tooltip {
  position: absolute;
}

/* Desktop submenu */
.header-center nav,
.header-center nav ul,
.header-center nav ul li {
  height: 100%;
}

.header-left,
.header-center nav ul li {
  position: relative;
  padding: 0 20px;
  height: calc(100% + 1px);
  margin-bottom: -1px;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-left::before,
.header-left::after,
.header-center nav ul li::before,
.header-center nav ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 100%;
  background-color: var(--h-bg);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-left::before,
.header-center nav ul li::before {
  left: 0;
  border-right: 1px solid var(--h-bot-bubble-border);
  border-bottom: 1px solid var(--h-bot-bubble-border);
  border-bottom-right-radius: 10px;
}

.header-left::after,
.header-center nav ul li::after {
  right: 0;
  border-left: 1px solid var(--h-bot-bubble-border);
  border-bottom: 1px solid var(--h-bot-bubble-border);
  border-bottom-left-radius: 10px;
}

.header-left.active,
.header-center nav ul li.active {
  background: #fff;
}

.header-left.active::before,
.header-left.active::after,
.header-center nav ul li.active::before,
.header-center nav ul li.active::after {
  opacity: 1;
}

.header-center nav ul li {
  display: flex;
  align-items: center;
}

/* Default state */
.header-center nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  color: var(--h-text);
}

.header-center nav ul:has(li.active) li:not(.active) a {
  color: var(--h-text-inactive);
}

.header-center nav ul li.active a {
  color: var(--h-text-active);
}

.header-submenu {
  background: #fff;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid var(--h-bot-bubble-border);
  display: none;
}

.header-submenu-container {
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

.header-submenu nav {
  height: 100%;
}

.header-submenu nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  height: 100%;
}

.header-submenu nav ul li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backface-visibility: hidden;
}

.header-submenu nav ul li a {
  color: var(--h-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-submenu nav ul li a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.header-submenu nav ul li.active {
  color: var(--h-text-active);
}

.header-submenu nav ul li.active a {
  color: var(--h-text-active);
}

.header-submenu nav ul li.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--h-sign-up-bg);
}

@media screen and (min-width: 881px) {
  .header:has(.header-center nav ul li.active) .header-submenu:empty {
    display: none;
  }

  .header:has(.header-center nav ul li.active)
    .header-submenu:has(.header-submenu-container:empty) {
    display: none;
  }

  .header:has(.header-center nav ul li.active) .header-submenu {
    display: block;
  }

  .header-container:has(.header-center nav ul li.active) .header-left.active {
    background: unset;
  }

  .header-container:has(.header-center nav ul li.active)
    .header-left.active::before,
  .header-container:has(.header-center nav ul li.active)
    .header-left.active::after {
    opacity: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header-container {
    padding: 0 16px;
  }

  .header-left::before,
  .header-left::after,
  .header-center nav ul li::before,
  .header-center nav ul li::after {
    width: 6px;
  }

  .header-submenu nav ul li,
  .header-left,
  .header-center nav ul li {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 880px) {
  .header a:not(.logo, .sign-up-btn, .get-started-btn, .icon) {
    font-size: 15px;
  }

  .header-center,
  .header-submenu {
    display: none !important;
  }

  .header-right li:has(.user-menu-trigger) {
    display: none !important;
  }

  .header-right li:has(.mobile-menu-trigger) {
    display: block !important;
  }

  .help-chat {
    right: 16px;
    width: calc(100% - 32px);
  }

  .header-left {
    background: #fff;
  }

  .header-left::before,
  .header-left::after {
    opacity: 1;
  }

  .header-container:has(.mobile-menu-trigger.open) .header-left,
  .header-container:has(.help[aria-expanded="true"]) .header-left {
    background: unset;
  }

  .header-container:has(.mobile-menu-trigger.open) .header-left::before,
  .header-container:has(.mobile-menu-trigger.open) .header-left::after,
  .header-container:has(.help[aria-expanded="true"]) .header-left::before,
  .header-container:has(.help[aria-expanded="true"]) .header-left::after {
    opacity: 0;
  }
}

@media only screen and (max-width: 450px) {
  .header a:not(.logo, .sign-up-btn, .get-started-btn, .icon) {
    font-size: 13px;
  }
}

@media only screen and (max-width: 359px) {
  .header .logo {
    width: 24px;
    overflow: hidden;
  }

  .header .logo img {
    width: 108px;
    height: 24px;
    object-fit: cover;
    object-position: left center;
  }
}

@media (hover: hover) {
  .header a:hover:not(.logo, .sign-up-btn, .get-started-btn, .icon),
  .header a:focus:not(.logo, .sign-up-btn, .get-started-btn, .icon) {
    color: var(--h-text-active);
    opacity: 1;
  }

  .header-left.active ~ .header-center nav ul li a:hover {
    color: var(--h-text-active);
    opacity: 1;
  }

  .header a.sign-up-btn:hover,
  .header a.get-started-btn:hover {
    text-shadow: none;
  }

  .header a.get-started-btn:hover {
    background-color: var(--h-bg);
    border-color: var(--h-text);
  }

  .header a.sign-up-btn:hover {
    background-color: var(--h-sign-up-bg-hover);
    border-color: var(--h-sign-up-bg-hover);
  }

  .header-right .icon:hover {
    background-color: var(--h-bot-bubble-border);
    color: var(--h-text-active);
  }

  .help-chat-close:hover span {
    background-color: var(--h-text);
  }

  .header-right li:has(.help):hover .help-tooltip {
    opacity: 1;
    visibility: visible;
  }
}

/* Docusaurus overrides */
.sidebar_mhZE {
  padding-top: calc(var(--ifm-navbar-height) + 16px) !important;
}

#__docusaurus .navbar {
  display: none !important;
}
.navbar__search-input {
  background: var(--h-bg) !important;
  padding: 0 0.5rem 0 1rem !important;
}

.sidebarViewport_aRkj
  .sidebar_mhZE
  .searchBarContainer_NW3z
  .searchBar_RVTs
  .dropdownMenu_qbY6 {
  width: calc(var(--doc-sidebar-width) - 0.5rem) !important;
  box-shadow: none !important;
  background: var(--h-bg);
  border: 1px solid var(--h-bot-bubble-border);
  left: -0.5rem !important;
}

.DocSearch-Button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  width: calc(100% - 16px);
  margin: 0 8px !important;
}


/* Footer */
:root {
  --f-bg: rgb(255, 255, 255);
  --f-text: rgb(102, 102, 102);
  --f-sub-text: rgb(33, 43, 54);
  --f-sub-acc: rgb(244, 244, 244);
}

.site-footer {
  width: 100%;
  background: var(--f-bg);
  min-height: 64px;
  z-index: 999;
  width: 100%;
  position: relative;
}

.footer-inner {
  margin: 0 auto;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  column-gap: 48px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.site-footer .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
}

.site-footer .social-links a {
  line-height: 0;
  color: var(--f-text);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-footer .social-links a svg {
  height: 24px;
  width: 24px;
}

.footer-menu nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu nav ul li {
  position: relative;
}

.footer-menu nav ul li a {
  color: var(--f-text);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  line-height: 1em;
}

.footer-menu .has-submenu &gt; a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-menu .has-submenu svg {
  margin: 0;
  transition: all 0.4s;
  width: 10px;
  height: 10px;
}

.footer-menu .has-submenu.open svg {
  transform: rotate(180deg);
}

.footer-menu .has-submenu .submenu {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: var(--f-bg);
  border: 1px solid var(--f-sub-border);
  border-radius: 10px;
  padding: 4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.footer-menu .submenu-inner {
  display: flex;
  flex-direction: column;
}

.footer-menu .submenu-inner a {
  padding: 8px 16px;
  color: var(--f-text);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  font-size: 12px;
  line-height: 1em;
}

.footer-menu .has-submenu.open .submenu {
  opacity: 1;
  pointer-events: all;
}

.company-info {
  width: 100%;
  text-align: center;
  color: var(--f-text);
  font-size: 14px;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-info a {
  color: var(--f-text);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) {
  .site-footer .social-links a:hover,
  .footer-menu nav ul li a:hover,
  .company-info a:hover {
    color: var(--f-sub-text);
  }

  .footer-menu .submenu-inner a:hover {
    border-radius: 6px;
    background: var(--f-sub-acc);
    color: var(--f-sub-text);
  }
}

@media only screen and (max-width: 850px) {
  .footer-inner {
    padding: 20px 16px;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 14px;
  }

  .site-footer .social-links {
    width: 100%;
  }

  .footer-menu {
    width: 100%;
    max-width: 480px;
  }

  .footer-menu nav ul {
    flex-wrap: wrap;
    gap: 12px;
  }

  .company-info {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    white-space: normal;
  }

  .company-info .separator {
    display: none;
  }
}</pre></body></html>