/* [project]/styles/core/antReset.scss.css [app-client] (css) */
.ant-row, .ant-col, .ant-layout, .ant-layout-header, .ant-layout-footer, .ant-layout-sider, .ant-layout-content, .ant-btn, .ant-input, .ant-input-affix-wrapper, .ant-select, .ant-form, .ant-form-item, .ant-card, .ant-modal, .ant-drawer, .ant-dropdown, .ant-menu, .ant-table, .ant-list, .ant-tag, .ant-badge, .ant-alert, .ant-message, .ant-notification, .ant-tooltip, .ant-popover, .ant-spin, .ant-tabs, .ant-steps, .ant-pagination, .ant-checkbox, .ant-radio, .ant-switch, .ant-slider, .ant-upload, .ant-avatar, .ant-breadcrumb, .ant-calendar, .ant-cascader, .ant-collapse, .ant-comment, .ant-descriptions, .ant-divider, .ant-empty, .ant-image, .ant-mentions, .ant-picker, .ant-progress, .ant-rate, .ant-result, .ant-segmented, .ant-skeleton, .ant-space, .ant-statistic, .ant-timeline, .ant-transfer, .ant-tree, .ant-tree-select, [class*="ant-"] {
  font-family: inherit !important;
}

.ant-typography, div.ant-typography, .ant-typography p {
  margin: 0;
  font-family: inherit !important;
}

.ant-modal-content, .ant-modal-body {
  border-radius: 12px !important;
}

.ant-modal-close {
  width: auto !important;
  height: auto !important;
}

.ant-modal-close:hover, .ant-modal-close:focus {
  background: none !important;
}

.ant-badge-count {
  font-size: 10px !important;
}

.ant-scrolling-effect {
  width: 100% !important;
}

.ant-form-item-control-input-content > .ant-mentions {
  border: none;
  padding: 0;
}

.ant-form-item-control-input-content > .ant-mentions > textarea {
  border: 1px solid var(--inputBorderColor);
  border-radius: 6px;
  height: 40px;
  padding: 7px 11px;
  line-height: 24px;
}

.ant-form-item-control-input-content > .ant-mentions > textarea:focus, .ant-form-item-control-input-content > .ant-mentions > textarea:hover {
  box-shadow: none;
  border: 1px solid var(--colorTextBase) !important;
}

.ant-form-item-control-input-content > .ant-mentions:focus, .ant-form-item-control-input-content > .ant-mentions:hover {
  box-shadow: none;
  border: none;
  outline: 1px solid var(--colorTextBase) !important;
}

.timezone-select > div {
  border-color: var(--inputBorderColor);
  border-radius: var(--borderRadiusBase);
}

.timezone-select.focused {
  background-color: #f5f6f8;
}

.ant-layout-header {
  background: inherit;
  padding-inline: inherit;
  height: auto;
  line-height: inherit;
}

.ant-input-data-count {
  bottom: -20px;
}

.radio-checkbox {
  justify-content: space-between;
  align-items: center;
  display: flex !important;
}

.radio-checkbox .radio-checkbox-item {
  text-align: center;
  border-width: 1px;
  width: 100%;
  transition: all .25s ease-in-out;
  border-radius: 4px !important;
}

.radio-checkbox .radio-checkbox-item:not(:last-of-type) {
  margin-right: 10px;
}

.radio-checkbox .radio-checkbox-item:before, .radio-checkbox .radio-checkbox-item:after {
  content: none !important;
}

.radio-checkbox .radio-checkbox-item:hover, .radio-checkbox .radio-checkbox-item:focus {
  color: var(--colorTextBase);
  background-color: #f5f6f8;
  transition: all .25s ease-in-out;
}

.radio-checkbox .radio-checkbox-item.ant-radio-button-wrapper-checked {
  outline: 1px solid var(--colorTextBase);
  border: 1px solid var(--colorTextBase);
  color: var(--colorTextBase);
  background-color: #f5f6f8;
  transition: all .25s ease-in-out;
}

@media screen and (max-width: 768px) {
  .radio-checkbox .radio-checkbox-item {
    width: auto;
    margin-bottom: 10px;
  }

  .radio-checkbox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.ant-picker:hover, .ant-picker:focus, .ant-picker-focused {
  box-shadow: none;
  border-color: #141414;
}

.ant-typography ul li {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

img {
  display: inline;
}

::placeholder {
  font-weight: 400;
}

h1 {
  font-size: 94px;
  font-weight: 700;
  line-height: 1.17;
}

h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.17;
}

h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.17;
}

h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.17;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
}

/* [project]/styles/core/common/common.scss.css [app-client] (css) */
.container, .container-fluid {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-children:has([class*="layoutContainer"]) {
  padding: 0 !important;
}

.router-error {
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Merriweather Sans, sans-serif;
  display: flex;
}

.router-error svg {
  width: 100%;
}

.router-error #errorText {
  margin: 14px 0;
  font-size: 22px;
}

.router-error #g6219 {
  transform-origin: 85px 4px;
  animation: 12s ease-out .5s infinite an1;
}

@keyframes an1 {
  0% {
    transform: rotate(0);
  }

  5% {
    transform: rotate(3deg);
  }

  15% {
    transform: rotate(-2.5deg);
  }

  25% {
    transform: rotate(2deg);
  }

  35% {
    transform: rotate(-1.5deg);
  }

  45% {
    transform: rotate(1deg);
  }

  55% {
    transform: rotate(-1.5deg);
  }

  65% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  85% {
    transform: rotate(2.5deg);
  }

  95% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0);
  }
}

.btn-dark {
  color: #fff;
  background-color: var(--colorTextBase);
  border: 1px solid var(--colorTextBase);
  pointer-events: auto;
  z-index: 1;
  border-radius: 6px;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.btn-dark:not(:disabled):hover, .btn-dark:not(:disabled):focus {
  transition: all .4s ease-in-out;
  border: 1px solid var(--colorTextBase) !important;
  background-color: var(--colorTextBase) !important;
  color: #fff !important;
}

.btn-dark.inverse {
  border: 1px solid var(--colorTextBase);
  color: var(--colorTextBase);
  background-color: rgba(0, 0, 0, 0);
}

.btn-dark.inverse:hover, .btn-dark.inverse:focus {
  transition: all .4s ease-in-out;
  border: 1px solid var(--colorTextBase) !important;
  background-color: var(--colorTextBase) !important;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .btn-dark {
    z-index: 10;
    pointer-events: auto;
    min-height: 44px;
    padding: 8px 16px;
  }
}

.btn-gray {
  color: var(--colorTextBase);
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all .4s ease-in-out;
  display: inline-flex;
}

.btn-gray:not(:disabled):hover, .btn-gray:not(:disabled):focus {
  transition: all .4s ease-in-out;
  background-color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
}

.btn-gray-light-font {
  color: var(--colorTextBase);
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all .4s ease-in-out;
  display: inline-flex;
}

.btn-gray-light-font:not(:disabled):hover, .btn-gray-light-font:not(:disabled):focus {
  transition: all .4s ease-in-out;
  background-color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
}

.btn-call-action {
  box-shadow: none;
  pointer-events: auto;
  z-index: 1;
  background-color: #f3f3f1;
  border: none;
  transition: all .4s ease-in-out;
}

.btn-call-action:hover, .btn-call-action:focus {
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .btn-call-action {
    z-index: 10;
    pointer-events: auto;
    min-height: 44px;
    padding: 8px 16px;
  }
}

.mobile-fixed-cta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-fixed-cta .cta {
  height: 48px;
}

@media screen and (max-width: 767px) {
  .mobile-fixed-cta {
    z-index: 9;
    background-color: #fff;
    padding: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
  }

  .mobile-fixed-cta .cta {
    width: 50%;
    height: 48px;
    margin: 0 !important;
  }

  .ant-btn {
    pointer-events: auto;
    z-index: 1;
    min-height: 44px;
  }

  .ant-btn:not(.ant-btn-sm):not(.ant-btn-xs) {
    min-height: 44px;
    padding: 8px 16px;
  }

  .calls-footer .ant-btn, [class*="Card"] .ant-btn, [class*="card"] .ant-btn {
    pointer-events: auto;
    z-index: 10;
    min-height: 44px;
  }
}

.common-text {
  letter-spacing: .15px;
  font-weight: normal;
  font-size: 19px !important;
  line-height: 175% !important;
}

.full-width {
  width: 100%;
}

.flex-center {
  align-items: center;
  display: flex;
}

.add-slots {
  border: 1px solid #f2f6f9;
  border-radius: 6px;
  margin-top: 20px;
}

.add-slots .add-slots-header-section {
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .add-slots .add-slots-header-section {
    padding: 16px 16px 0;
  }
}

.add-slots .add-slots-header-section .slots-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .add-slots .add-slots-header-section .slots-header {
    font-size: 14px;
    line-height: 20px;
  }
}

.add-slots .add-slots-header-section .ellipsis-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .add-slots .add-slots-header-section .ellipsis-icon {
    width: 20px;
    height: 20px;
  }
}

.add-slots .interval-error {
  text-align: right;
  color: #9b2c2c;
  margin-right: 27px;
}

.add-slots .interval-error > p {
  border: 1px solid #e0b4b4;
  border-radius: 3px;
  margin-top: -6px;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: .9em;
  font-weight: 600;
  display: inline-block;
}

.add-slots .slot-item {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #f2f6f9 !important;
  padding: 16px 24px 4px !important;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item {
    padding: 12px 12px 4px !important;
  }
}

.add-slots .slot-item .slots-checkbox {
  height: 38px;
}

.add-slots .slot-item .slots-title {
  text-transform: capitalize;
}

.add-slots .slot-item .slots-section {
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item .slots-section {
    margin-top: 10px;
  }
}

.add-slots .slot-item .slots-section .add-slot-btn {
  box-shadow: none;
  margin-left: 14px;
  padding: 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item .slots-section .add-slot-btn {
    margin-left: 6px;
  }
}

.add-slots .slot-item .slots-section .slots-unavailable {
  margin-top: 8px;
  padding-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item .slots-section .slots-unavailable {
    padding-bottom: 12px;
  }
}

.add-slots .slot-item .slots-select-box {
  align-self: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.add-slots .slot-item .slots-select-box .slots-box {
  width: 40%;
}

.add-slots .slot-item .btn-apply-all {
  color: #008060;
  cursor: pointer;
  align-self: flex-end;
  margin-top: 1px;
  margin-bottom: 12px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item .btn-apply-all {
    margin-bottom: 6px;
  }

  .add-slots .save-btn {
    padding: 2px 16px;
    min-height: 36px !important;
    max-height: 36px !important;
  }
}

.request-slot-container {
  background: #f9f5ed;
  width: 100%;
  height: 100vh;
}

.request-slot-container .request-slot-card {
  background-color: #fff;
  border: none !important;
  border-radius: 16px !important;
  padding: 20px 20px 24px !important;
}

.request-slot-container .request-slot-card .slot-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.request-slot-container .request-slot-card .slot-desc {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
}

.maintenance {
  text-align: center;
}

.maintenance .title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.maintenance .subtitle {
  color: #676767;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.year-wrap-content {
  flex-direction: column;
  justify-content: space-between;
  min-height: 623px;
  display: flex;
}

@media screen and (min-width: 575px) {
  .year-wrap-content {
    min-height: 650px;
  }
}

.year-wrap-content .header {
  padding: 26px 20px;
}

.year-wrap-content .header .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.year-wrap-content .recap-image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.year-wrap-content .bottom-content {
  padding: 16px 24px 32px;
}

.year-wrap-content .icon-side {
  border: 2px solid #000;
  border-radius: 50%;
  padding: 8px;
  font-size: 16px;
}

.year-wrap-content .action-btns {
  padding-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
}

.year-wrap-content .action-btns .btn-cta {
  font-size: 16px;
  font-weight: 700;
}

.year-wrap-content .action-btns .download-btn {
  background-color: #f3f3f3;
  border: 0;
  margin-top: 8px;
}

.year-wrap-content .action-btns .twitter-icon {
  color: #03a9f4;
  margin-right: 16px;
}

.drawer-visible .ant-drawer-content {
  border-radius: 16px 16px 0 0;
}

.modal-container .ant-modal-content {
  border-radius: 16px;
}

.modal-container .ant-modal-close-x {
  margin-top: 8px;
}

.unsaved-modal .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.unsaved-modal .action-buttons {
  margin-top: 50px;
}

.unsaved-modal .action-buttons .discard {
  color: #e44332;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 700;
}

.custom-quill-editor {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}

.custom-quill-editor.disabled {
  pointer-events: none;
  opacity: .6;
  cursor: not-allowed !important;
}

.custom-quill-editor .ql-editor {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  word-break: normal;
  overflow-wrap: break-word;
  min-width: 0;
  max-width: 100%;
  height: 300px;
  max-height: 350px;
}

.custom-quill-editor .ql-editor p {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 16px !important;
  line-height: 28px !important;
}

.custom-quill-editor .ql-editor p:last-child {
  margin-bottom: 0;
}

.custom-quill-editor .ql-editor img {
  clear: both;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  display: block;
  float: none !important;
}

.custom-quill-editor .ql-editor .ql-size-huge {
  font-size: 24px !important;
  line-height: 28px !important;
}

.custom-quill-editor .ql-editor .ql-size-large {
  font-size: 20px !important;
  line-height: 26px !important;
}

.custom-quill-editor .ql-editor .ql-size-small {
  font-size: 14px !important;
  line-height: 20px !important;
}

.custom-quill-editor .ql-editor h1 {
  font-size: 32px !important;
  line-height: 40px !important;
}

.custom-quill-editor .ql-editor h2 {
  font-size: 28px !important;
  line-height: 36px !important;
}

.custom-quill-editor .ql-editor h3 {
  font-size: 24px !important;
  line-height: 36px !important;
}

.custom-quill-editor .ql-editor h4 {
  font-size: 20px !important;
  line-height: 32px !important;
}

.custom-quill-editor .ql-editor h5 {
  font-size: 14px !important;
  line-height: 20px !important;
}

.custom-quill-editor .ql-editor h6 {
  font-size: 12px !important;
  line-height: 18px !important;
}

.custom-quill-editor .ql-editor blockquote {
  border-left: 3px solid #dededf;
  margin: 0 0 1em;
  padding-left: 1em;
}

.custom-quill-editor .ql-editor a {
  color: var(--theme-accent, #2563eb);
  text-underline-offset: .14em;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: .08em;
}

.custom-quill-editor .ql-editor a:hover {
  text-decoration-thickness: .12em;
}

.custom-quill-editor .ql-editor a:focus-visible {
  text-decoration-thickness: .12em;
}

.custom-quill-editor .ql-editor ul > li, .custom-quill-editor .ql-editor ol > li {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
  font-size: 16px !important;
  line-height: 28px !important;
}

.custom-quill-editor .ql-editor div {
  line-height: 28px;
  font-size: 16px !important;
}

.custom-quill-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  content: "Small" !important;
}

.custom-quill-editor .ql-toolbar:nth-child(2) {
  display: none !important;
}

.custom-quill-editor .ql-toolbar.ql-snow {
  background: #fff;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  align-items: center;
  height: 48px;
  display: flex;
}

.custom-quill-editor .ql-toolbar.ql-snow .ql-formats {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.custom-quill-editor .ql-toolbar.ql-snow .ql-formats button {
  width: 36px;
  height: 36px;
  padding: 8px;
}

.custom-quill-editor .ql-toolbar.ql-snow .ql-formats .ql-stroke {
  stroke: var(--colorTextBase);
}

.custom-quill-editor .ql-toolbar.ql-snow .ql-formats .ql-fill {
  fill: var(--colorTextBase);
}

.custom-quill-editor .ql-container.ql-snow {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  max-height: 350px;
  border: 1px solid #dededf !important;
}

.custom-quill-editor .ql-editor.ql-blank:before {
  font-style: normal;
  color: rgba(0, 0, 0, .25) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.custom-quill-editor .ql-snow .ql-picker.ql-size .ql-picker-label:before, .custom-quill-editor .ql-snow .ql-picker.ql-size .ql-picker-item:before {
  content: attr(data-value) !important;
}

.fs-loader {
  z-index: 99;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.default-spinner {
  color: "#666";
}

/* [project]/styles/core/normalize.scss.css [app-client] (css) */
*, :before, :after {
  box-sizing: inherit;
}

html, body {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: inherit;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0) !important;
  margin: 0 !important;
}

::selection {
  color: #fff;
  background-color: var(--colorSecondary);
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-semibold {
  font-weight: 700;
}

.m-0 {
  margin: 0 !important;
}

.text-disabled {
  color: var(--textColorSecondary) !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.beamer_icon {
  background-color: var(--colorError) !important;
  justify-content: center !important;
  align-items: center !important;
  width: 22px !important;
  height: 22px !important;
  padding: 0 5px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.beamer_icon.active {
  display: flex !important;
}

.beamer_active, .beamer_active .headerTitle {
  background-color: red !important;
}

.service-dropdown {
  background-color: rgba(0, 128, 96, .08);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.service-dropdown svg {
  color: #008060;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .service-dropdown {
    width: 26px;
    height: 30px;
  }
}

.back-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.no-padding {
  padding: 0 !important;
}

.phone-input {
  border: 1px solid var(--inputBorderColor);
  border-radius: 6px;
  min-height: 40px;
  transition: all .25s ease-in-out;
  overflow: hidden;
}

.phone-input:hover, .phone-input:focus {
  outline: 1px solid var(--colorTextBase);
  border: 1px solid var(--colorTextBase);
  background-color: #f5f6f8;
  border-right-width: 1px;
  transition: all .25s ease-in-out;
}

.phone-input:hover .PhoneInputInput, .phone-input:focus .PhoneInputInput {
  background-color: #f5f6f8;
  transition: all .25s ease-in-out;
}

.phone-input .PhoneInputInput {
  border: none !important;
  padding: 10px 11px !important;
}

.phone-input .PhoneInputInput:focus-visible {
  border: none;
  outline: none;
}

.phone-input .PhoneInputCountry {
  background-color: #dcdcdc;
  border: none !important;
  margin-right: 0 !important;
  padding: 0 12px !important;
}

.common-back-btn {
  color: var(--colorTextBase);
  cursor: pointer;
  padding: 4px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .common-back-btn {
    font-size: 32px;
  }
}

.cursor-hover:hover {
  cursor: pointer;
}

.react-joyride__tooltip button {
  margin: 0 12px 12px !important;
}

.react-joyride__tooltip > div:first-child > div {
  padding: 0 !important;
}

.react-joyride__tooltip {
  border-radius: 8px !important;
  max-height: 450px !important;
  padding: 0 !important;
}

.tour-image-container {
  border-radius: 8px 8px 0 0;
  width: 100% !important;
}

.tour-text-container {
  padding: 24px 24px 0 !important;
}

.tour-text-container .tour-title {
  text-align: left;
  font-weight: 700;
  font-size: 18px !important;
}

.tour-text-container .tour-text {
  text-align: left;
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px !important;
}

.vapi-btn {
  color: #fff !important;
  box-shadow: none !important;
  background-color: #000 !important;
  position: relative !important;
  bottom: 200px !important;
  left: 45% !important;
}

@media screen and (max-width: 767px) {
  .vapi-btn {
    left: 35% !important;
  }
}

.vapi-btn img {
  width: 24px !important;
  height: 24px !important;
}

#vapi-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

#vapi-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* [project]/styles/global.scss.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: rgba(0, 0, 0, 0);
      --tw-gradient-via: rgba(0, 0, 0, 0);
      --tw-gradient-to: rgba(0, 0, 0, 0);
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
      --pos-x: 11.14%;
      --pos-y: 140%;
      --spread-x: 150%;
      --spread-y: 180.06%;
      --color-1: #000;
      --color-2: #1a1a1a;
      --color-3: #333;
      --color-4: #666;
      --color-5: #999;
      --stop-1: 0%;
      --stop-2: 25%;
      --stop-3: 50%;
      --stop-4: 75%;
      --stop-5: 100%;
      --border-angle: 180deg;
      --border-color-1: rgba(255, 255, 255, .3);
      --border-color-2: rgba(255, 255, 255, .1);
    }

    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: rgba(0, 0, 0, 0);
      --tw-gradient-via: rgba(0, 0, 0, 0);
      --tw-gradient-to: rgba(0, 0, 0, 0);
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
      --pos-x: 11.14%;
      --pos-y: 140%;
      --spread-x: 150%;
      --spread-y: 180.06%;
      --color-1: #000;
      --color-2: #1a1a1a;
      --color-3: #333;
      --color-4: #666;
      --color-5: #999;
      --stop-1: 0%;
      --stop-2: 25%;
      --stop-3: 50%;
      --stop-4: 75%;
      --stop-5: 100%;
      --border-angle: 180deg;
      --border-color-1: rgba(255, 255, 255, .3);
      --border-color-2: rgba(255, 255, 255, .1);
    }
  }
}

:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: .8;
  --PhoneInputInternationalIconGlobe-opacity: .65;
  --PhoneInputCountrySelect-marginRight: .35em;
  --PhoneInputCountrySelectArrow-width: .3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: .45;
  --PhoneInputCountrySelectArrow-color: currentColor;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, .5);
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, .1);
}

.PhoneInput {
  align-items: center;
  display: flex;
}

.PhoneInputInput {
  flex: 1;
  min-width: 0;
}

.PhoneInputCountryIcon {
  width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
  height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
  width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
  width: 100%;
  height: 100%;
  display: block;
}

.PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

.PhoneInputCountry {
  margin-right: var(--PhoneInputCountrySelect-marginRight);
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.PhoneInputCountrySelect {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.PhoneInputCountrySelect[disabled], .PhoneInputCountrySelect[readonly] {
  cursor: default;
}

.PhoneInputCountrySelectArrow {
  content: "";
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  display: block;
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-50: #fef2f2;
    --color-red-100: #ffe2e2;
    --color-red-200: #ffcaca;
    --color-red-400: #ff6568;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-orange-50: #fff7ed;
    --color-orange-600: #f05100;
    --color-orange-700: #c53c00;
    --color-amber-50: #fffbeb;
    --color-amber-200: #fee685;
    --color-amber-400: #fcbb00;
    --color-amber-500: #f99c00;
    --color-amber-600: #dd7400;
    --color-amber-700: #b75000;
    --color-amber-900: #7b3306;
    --color-yellow-200: #fff085;
    --color-lime-500: #80cd00;
    --color-lime-900: #35530e;
    --color-green-50: #f0fdf4;
    --color-green-100: #dcfce7;
    --color-green-500: #00c758;
    --color-green-600: #00a544;
    --color-green-700: #008138;
    --color-emerald-400: #00d294;
    --color-emerald-500: #00bb7f;
    --color-emerald-600: #009767;
    --color-cyan-500: #00b7d7;
    --color-blue-50: #eff6ff;
    --color-blue-100: #dbeafe;
    --color-blue-200: #bedbff;
    --color-blue-400: #54a2ff;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-blue-700: #1447e6;
    --color-indigo-100: #e0e7ff;
    --color-indigo-300: #a4b3ff;
    --color-indigo-500: #625fff;
    --color-violet-500: #8d54ff;
    --color-rose-300: #ffa2ae;
    --color-rose-500: #ff2357;
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cad5e2;
    --color-slate-400: #90a1b9;
    --color-slate-500: #62748e;
    --color-slate-600: #45556c;
    --color-slate-700: #314158;
    --color-slate-800: #1d293d;
    --color-slate-900: #0f172b;
    --color-slate-950: #020618;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-900: #101828;
    --color-neutral-400: #a1a1a1;
    --color-stone-700: #44403b;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tighter: -.05em;
    --tracking-tight: -.025em;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --blur-3xl: 64px;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: color(display-p3 0 0 0)) {
    :root, :host {
      --color-red-50: color(display-p3 .988669 .951204 .950419);
      --color-red-100: color(display-p3 .980386 .889727 .887779);
      --color-red-200: color(display-p3 .969562 .798149 .794299);
      --color-red-400: color(display-p3 .933534 .431676 .423491);
      --color-red-500: color(display-p3 .903738 .262579 .253307);
      --color-red-600: color(display-p3 .830323 .140383 .133196);
      --color-red-700: color(display-p3 .692737 .116232 .104679);
      --color-orange-50: color(display-p3 .99533 .970132 .933499);
      --color-orange-600: color(display-p3 .887467 .341665 .0219962);
      --color-orange-700: color(display-p3 .729844 .257256 .0511062);
      --color-amber-50: color(display-p3 .997804 .985047 .926312);
      --color-amber-200: color(display-p3 .979824 .904554 .57325);
      --color-amber-400: color(display-p3 .959186 .738519 .118268);
      --color-amber-500: color(display-p3 .93994 .620584 .0585367);
      --color-amber-600: color(display-p3 .827144 .467166 .0336006);
      --color-amber-700: color(display-p3 .67989 .32771 .0520514);
      --color-amber-900: color(display-p3 .445958 .216422 .0823321);
      --color-yellow-200: color(display-p3 .988789 .943116 .579188);
      --color-lime-500: color(display-p3 .5627 .801803 .131231);
      --color-lime-900: color(display-p3 .233682 .324055 .105897);
      --color-green-50: color(display-p3 .950677 .990571 .959366);
      --color-green-100: color(display-p3 .885269 .984329 .910368);
      --color-green-500: color(display-p3 .308734 .774754 .374307);
      --color-green-600: color(display-p3 .243882 .640824 .294808);
      --color-green-700: color(display-p3 .198355 .501799 .245335);
      --color-emerald-400: color(display-p3 .334701 .819603 .591575);
      --color-emerald-500: color(display-p3 .267113 .726847 .508397);
      --color-emerald-600: color(display-p3 .206557 .589057 .413962);
      --color-cyan-500: color(display-p3 .246703 .710032 .841444);
      --color-blue-50: color(display-p3 .941826 .963151 .995385);
      --color-blue-100: color(display-p3 .869214 .915931 .989622);
      --color-blue-200: color(display-p3 .76688 .855207 .987483);
      --color-blue-400: color(display-p3 .397443 .62813 .992116);
      --color-blue-500: color(display-p3 .266422 .491219 .988624);
      --color-blue-600: color(display-p3 .174493 .358974 .950247);
      --color-blue-700: color(display-p3 .1379 .274983 .867624);
      --color-indigo-100: color(display-p3 .883035 .90499 .993138);
      --color-indigo-300: color(display-p3 .650892 .700156 .990824);
      --color-indigo-500: color(display-p3 .380374 .372235 .971707);
      --color-violet-500: color(display-p3 .523372 .329605 .990884);
      --color-rose-300: color(display-p3 .96017 .647703 .683715);
      --color-rose-500: color(display-p3 .921824 .240748 .355666);
      --color-slate-50: color(display-p3 .974377 .979815 .986207);
      --color-slate-100: color(display-p3 .947345 .959969 .97483);
      --color-slate-200: color(display-p3 .890322 .909405 .939294);
      --color-slate-300: color(display-p3 .800294 .834432 .882803);
      --color-slate-400: color(display-p3 .577446 .629622 .716602);
      --color-slate-500: color(display-p3 .397645 .452653 .547642);
      --color-slate-600: color(display-p3 .283418 .332214 .416355);
      --color-slate-700: color(display-p3 .205992 .253487 .336039);
      --color-slate-800: color(display-p3 .121994 .158688 .232363);
      --color-slate-900: color(display-p3 .0639692 .0891152 .163036);
      --color-slate-950: color(display-p3 .0102437 .0227555 .0878731);
      --color-gray-50: color(display-p3 .977213 .98084 .985102);
      --color-gray-100: color(display-p3 .953567 .956796 .964321);
      --color-gray-200: color(display-p3 .899787 .906171 .92106);
      --color-gray-300: color(display-p3 .822033 .835264 .858521);
      --color-gray-400: color(display-p3 .605734 .630385 .680158);
      --color-gray-500: color(display-p3 .421287 .446085 .504784);
      --color-gray-600: color(display-p3 .297358 .332176 .39043);
      --color-gray-900: color(display-p3 .070423 .0928982 .151928);
      --color-neutral-400: color(display-p3 .630163 .630163 .630163);
      --color-stone-700: color(display-p3 .265384 .251047 .234362);
    }
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-50: lab(96.5005% 4.18508 1.52328);
      --color-red-100: lab(92.243% 10.2865 3.83865);
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-400: lab(63.7053% 60.745 31.3109);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-orange-50: lab(97.7008% 1.53735 5.90649);
      --color-orange-600: lab(57.1026% 64.2584 89.8886);
      --color-orange-700: lab(46.4615% 57.7275 70.8507);
      --color-amber-50: lab(98.6252% -.635922 8.42309);
      --color-amber-200: lab(91.7203% -.505269 49.9084);
      --color-amber-400: lab(80.1641% 16.6016 99.2089);
      --color-amber-500: lab(72.7183% 31.8672 97.9407);
      --color-amber-600: lab(60.3514% 40.5624 87.1228);
      --color-amber-700: lab(47.2709% 42.9082 69.2966);
      --color-amber-900: lab(31.2288% 30.2627 40.0378);
      --color-yellow-200: lab(94.3433% -5.00429 52.9663);
      --color-lime-500: lab(75.3197% -46.6547 86.1778);
      --color-lime-900: lab(31.9931% -20.7654 33.7379);
      --color-green-50: lab(98.1563% -5.60117 2.75915);
      --color-green-100: lab(96.1861% -13.8464 6.52365);
      --color-green-500: lab(70.5521% -66.5147 45.8073);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-green-700: lab(47.0329% -47.0239 31.4788);
      --color-emerald-400: lab(75.0771% -60.7313 19.4147);
      --color-emerald-500: lab(66.9756% -58.27 19.5419);
      --color-emerald-600: lab(55.0481% -49.9246 15.93);
      --color-cyan-500: lab(67.805% -35.3952 -30.2018);
      --color-blue-50: lab(96.492% -1.14644 -5.11479);
      --color-blue-100: lab(92.0301% -2.24757 -11.6453);
      --color-blue-200: lab(86.15% -4.04379 -21.0797);
      --color-blue-400: lab(65.0361% -1.42065 -56.9802);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-blue-700: lab(36.9089% 35.0961 -85.6872);
      --color-indigo-100: lab(91.6577% 1.04591 -12.7199);
      --color-indigo-300: lab(74.0235% 8.54138 -41.6075);
      --color-indigo-500: lab(48.295% 38.3129 -81.9673);
      --color-violet-500: lab(49.9355% 55.1776 -81.8963);
      --color-rose-300: lab(76.6339% 38.3549 9.68835);
      --color-rose-500: lab(56.101% 79.4328 31.4532);
      --color-slate-50: lab(98.1434% -.369519 -1.05966);
      --color-slate-100: lab(96.286% -.852436 -2.46847);
      --color-slate-200: lab(91.7353% -.998765 -4.76968);
      --color-slate-300: lab(84.7652% -1.94535 -7.93337);
      --color-slate-400: lab(65.5349% -2.25151 -14.5072);
      --color-slate-500: lab(48.0876% -2.03595 -16.5814);
      --color-slate-600: lab(35.5623% -1.74978 -15.4316);
      --color-slate-700: lab(26.9569% -1.47016 -15.6993);
      --color-slate-800: lab(16.132% -.318035 -14.6672);
      --color-slate-900: lab(7.78673% 1.82345 -15.0537);
      --color-slate-950: lab(1.76974% 1.32743 -9.28855);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-900: lab(8.11897% .811279 -12.254);
      --color-neutral-400: lab(66.128% -.0000298023 .0000119209);
      --color-stone-700: lab(27.3812% 1.32917 3.57789);
    }
  }
}

@layer base {
  *, :after, :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::-webkit-file-upload-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-moz-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
    margin-right: 4px;
  }

  :not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
    margin-left: 4px;
  }

  :-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 4px;
  }

  :is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }

    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components {
  .gradient-button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --pos-x: 11.14%;
    --pos-y: 140%;
    --spread-x: 150%;
    --spread-y: 180%;
    --color-1: #000;
    --color-2: #c96287;
    --color-3: #c66c64;
    --color-4: #cc7d23;
    --color-5: #37140a;
    --border-angle: 190deg;
    --border-color-1: rgba(249, 210, 223, .1);
    --border-color-2: rgba(249, 210, 223, .6);
    --stop-1: 0%;
    --stop-2: 25%;
    --stop-3: 50%;
    --stop-4: 75%;
    --stop-5: 100%;
    background: radial-gradient(var(--spread-x) var(--spread-y) at var(--pos-x) var(--pos-y), var(--color-1) var(--stop-1), var(--color-2) var(--stop-2), var(--color-3) var(--stop-3), var(--color-4) var(--stop-4), var(--color-5) var(--stop-5));
    border-radius: 14px;
    min-width: 260px;
    min-height: 64px;
    padding: 0 56px;
    font-size: 1.75rem;
    font-weight: 700;
    transition: --pos-x .5s, --pos-y .5s, --spread-x .5s, --spread-y .5s, --color-1 .5s, --color-2 .5s, --color-3 .5s, --color-4 .5s, --color-5 .5s, --border-angle .5s, --border-color-1 .5s, --border-color-2 .5s, --stop-1 .5s, --stop-2 .5s, --stop-3 .5s, --stop-4 .5s, --stop-5 .5s;
    position: relative;
    overflow: hidden;
  }

  .gradient-button:before {
    content: "";
    border-radius: inherit;
    background: linear-gradient(var(--border-angle), var(--border-color-1), var(--border-color-2));
    -webkit-mask-composite: xor;
    pointer-events: none;
    padding: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-mask-image: linear-gradient(#fff 0, #fff 0), linear-gradient(#fff 0, #fff 0);
    mask-image: linear-gradient(#fff 0, #fff 0), linear-gradient(#fff 0, #fff 0);
    -webkit-mask-position: 0 0, 0 0;
    mask-position: 0 0, 0 0;
    -webkit-mask-size: auto, auto;
    mask-size: auto, auto;
    -webkit-mask-repeat: repeat, repeat;
    mask-repeat: repeat, repeat;
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-origin: content-box, border-box;
    mask-origin: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-source-type: auto, auto;
    mask-mode: match-source, match-source;
  }

  .gradient-button:after {
    content: "";
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 100%);
    width: 50%;
    height: 100%;
    animation: 1.6s infinite shimmer-move;
    position: absolute;
    top: 0;
    left: -75%;
  }

  @keyframes shimmer-move {
    0% {
      left: -75%;
    }

    100% {
      left: 125%;
    }
  }

  .gradient-button:hover {
    --pos-x: 0%;
    --pos-y: 91.51%;
    --spread-x: 120.24%;
    --spread-y: 103.18%;
    --color-1: #c96287;
    --color-2: #c66c64;
    --color-3: #cc7d23;
    --color-4: #37140a;
    --color-5: #000;
    --border-angle: 190deg;
    --border-color-1: rgba(249, 210, 223, .1);
    --border-color-2: rgba(249, 210, 223, .6);
    --stop-1: 0%;
    --stop-2: 8.8%;
    --stop-3: 21.44%;
    --stop-4: 71.34%;
    --stop-5: 85.76%;
  }

  .gradient-button-variant {
    --color-1: #002;
    --color-2: #1f3f6d;
    --color-3: #469396;
    --color-4: #f1ffa5;
    --color-5: #37140a;
    --border-angle: 200deg;
    --border-color-1: rgba(249, 210, 236, .6);
    --border-color-2: rgba(242, 217, 234, .15);
  }

  .gradient-button-variant:hover {
    --pos-x: 0%;
    --pos-y: 95.51%;
    --spread-x: 110.24%;
    --spread-y: 110.2%;
    --color-1: #000020;
    --color-2: #f1ffa5;
    --color-3: #469396;
    --color-4: #1f3f6d;
    --color-5: #000;
    --stop-1: 0%;
    --stop-2: 10%;
    --stop-3: 35.44%;
    --stop-4: 71.34%;
    --stop-5: 90.76%;
    --border-angle: 210deg;
    --border-color-1: rgba(249, 210, 236, .2);
    --border-color-2: rgba(242, 217, 234, .75);
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .\!absolute {
    position: absolute !important;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .-inset-0\.5 {
    inset: calc(var(--spacing) * -.5);
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-20 {
    inset: calc(var(--spacing) * 20);
  }

  .inset-40 {
    inset: calc(var(--spacing) * 40);
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }

  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }

  .start:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .start:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .start:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .start\!:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start\!:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start\!:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    left: var(--spacing);
  }

  .start\!:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .start\!:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .start\!:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    right: var(--spacing);
  }

  .end:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    right: var(--spacing);
  }

  .end:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    right: var(--spacing);
  }

  .end:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    right: var(--spacing);
  }

  .end:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing);
  }

  .end:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing);
  }

  .end:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    left: var(--spacing);
  }

  .-top-1\/4 {
    top: -25%;
  }

  .-top-4 {
    top: calc(var(--spacing) * -4);
  }

  .-top-20 {
    top: calc(var(--spacing) * -20);
  }

  .-top-\[14px\] {
    top: -14px;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-\[-10\%\] {
    top: -10%;
  }

  .top-\[5\%\] {
    top: 5%;
  }

  .top-\[10\%\] {
    top: 10%;
  }

  .top-\[15\%\] {
    top: 15%;
  }

  .top-\[40\%\] {
    top: 40%;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .top-\[60\%\] {
    top: 60%;
  }

  .top-\[70\%\] {
    top: 70%;
  }

  .top-full {
    top: 100%;
  }

  .-right-4 {
    right: calc(var(--spacing) * -4);
  }

  .-right-20 {
    right: calc(var(--spacing) * -20);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-1 {
    right: calc(var(--spacing) * 1);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .right-16 {
    right: calc(var(--spacing) * 16);
  }

  .right-\[-2\%\] {
    right: -2%;
  }

  .right-\[-5\%\] {
    right: -5%;
  }

  .right-\[-10\%\] {
    right: -10%;
  }

  .right-\[15\%\] {
    right: 15%;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }

  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }

  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }

  .bottom-\[5\%\] {
    bottom: 5%;
  }

  .bottom-\[10\%\] {
    bottom: 10%;
  }

  .bottom-\[20\%\] {
    bottom: 20%;
  }

  .bottom-full {
    bottom: 100%;
  }

  .-left-\[22px\] {
    left: -22px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-1\/4 {
    left: 25%;
  }

  .left-2 {
    left: calc(var(--spacing) * 2);
  }

  .left-6 {
    left: calc(var(--spacing) * 6);
  }

  .left-\[-5\%\] {
    left: -5%;
  }

  .left-\[-10\%\] {
    left: -10%;
  }

  .left-\[5\%\] {
    left: 5%;
  }

  .left-\[10\%\] {
    left: 10%;
  }

  .left-\[20\%\] {
    left: 20%;
  }

  .isolate {
    isolation: isolate;
  }

  .z-0 {
    z-index: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[1\] {
    z-index: 1;
  }

  .z-\[60\] {
    z-index: 60;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .order-4 {
    order: 4;
  }

  .order-5 {
    order: 5;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }

  .-m-2 {
    margin: calc(var(--spacing) * -2);
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }

  .mx-0\.5 {
    margin-inline: calc(var(--spacing) * .5);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-3\.5 {
    margin-inline: calc(var(--spacing) * 3.5);
  }

  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }

  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }

  .\!mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }

  .\!mt-3 {
    margin-top: calc(var(--spacing) * 3) !important;
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }

  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }

  .mt-\[72px\] {
    margin-top: 72px;
  }

  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mr-auto {
    margin-right: auto;
  }

  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }

  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * .5);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }

  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .ml-auto {
    margin-left: auto;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .table-row {
    display: table-row;
  }

  .aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
  }

  .aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
  }

  .aspect-\[4\/5\] {
    aspect-ratio: 4 / 5;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .\!h-10 {
    height: calc(var(--spacing) * 10) !important;
  }

  .\!h-12 {
    height: calc(var(--spacing) * 12) !important;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-0\.5 {
    height: calc(var(--spacing) * .5);
  }

  .h-1 {
    height: calc(var(--spacing) * 1);
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-14 {
    height: calc(var(--spacing) * 14);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-48 {
    height: calc(var(--spacing) * 48);
  }

  .h-96 {
    height: calc(var(--spacing) * 96);
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[30\%\] {
    height: 30%;
  }

  .h-\[50\%\] {
    height: 50%;
  }

  .h-\[60\%\] {
    height: 60%;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .h-screen {
    height: 100vh;
  }

  .h-svh {
    height: 100svh;
  }

  .max-h-\[400px\] {
    max-height: 400px;
  }

  .max-h-\[min\(70vh\,calc\(100dvh-8\.5rem\)\)\] {
    max-height: min(70vh, 100dvh - 8.5rem);
  }

  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }

  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }

  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }

  .min-h-\[100px\] {
    min-height: 100px;
  }

  .min-h-\[120px\] {
    min-height: 120px;
  }

  .min-h-\[208px\] {
    min-height: 208px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .min-h-svh {
    min-height: 100svh;
  }

  .\!w-full {
    width: 100% !important;
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

  .w-1\/2 {
    width: 50%;
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-3\/4 {
    width: 75%;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-24 {
    width: calc(var(--spacing) * 24);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-40 {
    width: calc(var(--spacing) * 40);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-72 {
    width: calc(var(--spacing) * 72);
  }

  .w-96 {
    width: calc(var(--spacing) * 96);
  }

  .w-\[--sidebar-width\] {
    width: --sidebar-width;
  }

  .w-\[1px\] {
    width: 1px;
  }

  .w-\[18px\] {
    width: 18px;
  }

  .w-\[30\%\] {
    width: 30%;
  }

  .w-\[50\%\] {
    width: 50%;
  }

  .w-\[70\%\] {
    width: 70%;
  }

  .w-\[80\%\] {
    width: 80%;
  }

  .w-\[280px\] {
    width: 280px;
  }

  .w-\[336px\] {
    width: 336px;
  }

  .w-\[360px\] {
    width: 360px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-\[--skeleton-width\] {
    max-width: --skeleton-width;
  }

  .max-w-\[12rem\] {
    max-width: 12rem;
  }

  .max-w-\[85\%\] {
    max-width: 85%;
  }

  .max-w-\[150px\] {
    max-width: 150px;
  }

  .max-w-\[min\(12rem\,100\%\)\] {
    max-width: min(12rem, 100%);
  }

  .max-w-\[min\(100\%\,220px\)\] {
    max-width: min(100%, 220px);
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-lg {
    max-width: var(--container-lg);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-none {
    max-width: none;
  }

  .max-w-sm {
    max-width: var(--container-sm);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }

  .min-w-\[100px\] {
    min-width: 100px;
  }

  .min-w-\[132px\] {
    min-width: 132px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-\[2\] {
    flex: 2;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .origin-\[--radix-tooltip-content-transform-origin\] {
    transform-origin: --radix-tooltip-content-transform-origin;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-px {
    --tw-translate-x: -1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-px {
    --tw-translate-x: 1px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-bounce {
    animation: var(--animate-bounce);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-se-resize {
    cursor: se-resize;
  }

  .cursor-text {
    cursor: text;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

  .scroll-mt-20 {
    scroll-margin-top: calc(var(--spacing) * 20);
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-col-reverse {
    flex-direction: column-reverse;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-around {
    justify-content: space-around;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-px {
    gap: 1px;
  }

  :where(.space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-0\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-bottom: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }

  .gap-x-2 {
    -moz-column-gap: calc(var(--spacing) * 2);
    column-gap: calc(var(--spacing) * 2);
  }

  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
  }

  :where(.space-x-1 > :not(:last-child)):not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-1 > :not(:last-child)):not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-1 > :not(:last-child)):not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-1 > :not(:last-child)):-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-1 > :not(:last-child)):-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-1 > :not(:last-child)):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
  }

  :where(.space-x-2 > :not(:last-child)):not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)):not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)):not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)):-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)):-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
  }

  :where(.space-x-4 > :not(:last-child)):not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)):not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)):not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-right: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)):-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)):-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-4 > :not(:last-child)):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-left: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }

  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }

  .self-center {
    align-self: center;
  }

  .self-start {
    align-self: flex-start;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .\!rounded-\[24px\] {
    border-radius: 24px !important;
  }

  .\!rounded-lg {
    border-radius: var(--radius-lg) !important;
  }

  .\!rounded-xl {
    border-radius: var(--radius-xl) !important;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-\[11px\] {
    border-radius: 11px;
  }

  .rounded-\[14px\] {
    border-radius: 14px;
  }

  .rounded-\[28px\] {
    border-radius: 28px;
  }

  .rounded-\[32px\] {
    border-radius: 32px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: .5px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }

  .\!border-dashed {
    --tw-border-style: dashed !important;
    border-style: dashed !important;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .\!border-\[\#dbe2ea\] {
    border-color: #dbe2ea !important;
  }

  .\!border-\[\#e2e8f0\] {
    border-color: #e2e8f0 !important;
  }

  .\!border-gray-200 {
    border-color: var(--color-gray-200) !important;
  }

  .border-\[\#8c5300\]\/10 {
    border-color: rgba(140, 83, 0, .1);
    border-color: color(display-p3 .517966 .335979 .104543 / .1);
    border-color: lab(41.2733% 20.6392 49.8617 / .1);
  }

  .border-\[\#dbe2ea\] {
    border-color: #dbe2ea;
  }

  .border-\[\#ddd\] {
    border-color: #ddd;
  }

  .border-\[\#e2e8f0\] {
    border-color: #e2e8f0;
  }

  .border-\[\#f1e5d6\] {
    border-color: #f1e5d6;
  }

  .border-\[var\(--border\)\] {
    border-color: var(--border);
  }

  .border-amber-200 {
    border-color: var(--color-amber-200);
  }

  .border-amber-500\/20 {
    border-color: rgba(249, 156, 0, .2);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-amber-500\/20 {
      border-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
    }
  }

  .border-amber-500\/30 {
    border-color: rgba(249, 156, 0, .3);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-amber-500\/30 {
      border-color: color-mix(in oklab, var(--color-amber-500) 30%, transparent);
    }
  }

  .border-black\/5 {
    border-color: rgba(0, 0, 0, .05);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/5 {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }

  .border-blue-100 {
    border-color: var(--color-blue-100);
  }

  .border-blue-500 {
    border-color: var(--color-blue-500);
  }

  .border-gray-50 {
    border-color: var(--color-gray-50);
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-green-100 {
    border-color: var(--color-green-100);
  }

  .border-red-200 {
    border-color: var(--color-red-200);
  }

  .border-slate-100 {
    border-color: var(--color-slate-100);
  }

  .border-slate-200 {
    border-color: var(--color-slate-200);
  }

  .border-slate-700 {
    border-color: var(--color-slate-700);
  }

  .border-slate-800 {
    border-color: var(--color-slate-800);
  }

  .border-stone-700\/50 {
    border-color: rgba(68, 64, 59, .5);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-stone-700\/50 {
      border-color: color-mix(in oklab, var(--color-stone-700) 50%, transparent);
    }
  }

  .border-white\/5 {
    border-color: rgba(255, 255, 255, .05);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/5 {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .border-white\/10 {
    border-color: rgba(255, 255, 255, .1);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .border-white\/20 {
    border-color: rgba(255, 255, 255, .2);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .border-white\/\[0\.08\] {
    border-color: rgba(255, 255, 255, .08);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/\[0\.08\] {
      border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }

  .border-white\/\[0\.15\] {
    border-color: rgba(255, 255, 255, .15);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/\[0\.15\] {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }

  .\!bg-\[\#8c5300\] {
    background-color: #8c5300 !important;
  }

  .\!bg-\[\#334155\] {
    background-color: #334155 !important;
  }

  .\!bg-gray-50\/50 {
    background-color: rgba(249, 250, 251, .5) !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\!bg-gray-50\/50 {
      background-color: color-mix(in oklab, var(--color-gray-50) 50%, transparent) !important;
    }
  }

  .\!bg-white {
    background-color: var(--color-white) !important;
  }

  .bg-\[\#0d0d0d\] {
    background-color: #0d0d0d;
  }

  .bg-\[\#8c5300\]\/5 {
    background-color: rgba(140, 83, 0, .05);
    background-color: color(display-p3 .517966 .335979 .104543 / .05);
    background-color: lab(41.2733% 20.6392 49.8617 / .05);
  }

  .bg-\[\#8c5300\]\/20 {
    background-color: rgba(140, 83, 0, .2);
    background-color: color(display-p3 .517966 .335979 .104543 / .2);
    background-color: lab(41.2733% 20.6392 49.8617 / .2);
  }

  .bg-\[\#030303\] {
    background-color: #030303;
  }

  .bg-\[\#e2e8f0\] {
    background-color: #e2e8f0;
  }

  .bg-\[\#e5e5e5\] {
    background-color: #e5e5e5;
  }

  .bg-\[\#f7f6f2\] {
    background-color: #f7f6f2;
  }

  .bg-\[\#f8fafc\] {
    background-color: #f8fafc;
  }

  .bg-\[\#fff9f3\] {
    background-color: #fff9f3;
  }

  .bg-\[var\(--background\)\] {
    background-color: var(--background);
  }

  .bg-\[var\(--card\)\] {
    background-color: var(--card);
  }

  .bg-\[var\(--input\)\] {
    background-color: var(--input);
  }

  .bg-\[var\(--muted\)\] {
    background-color: var(--muted);
  }

  .bg-\[var\(--preview-bg\)\] {
    background-color: var(--preview-bg);
  }

  .bg-\[var\(--secondary\)\] {
    background-color: var(--secondary);
  }

  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }

  .bg-amber-400 {
    background-color: var(--color-amber-400);
  }

  .bg-amber-500\/5 {
    background-color: rgba(249, 156, 0, .05);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-500\/5 {
      background-color: color-mix(in oklab, var(--color-amber-500) 5%, transparent);
    }
  }

  .bg-amber-500\/10 {
    background-color: rgba(249, 156, 0, .1);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-500\/10 {
      background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
    }
  }

  .bg-amber-500\/20 {
    background-color: rgba(249, 156, 0, .2);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-500\/20 {
      background-color: color-mix(in oklab, var(--color-amber-500) 20%, transparent);
    }
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/40 {
    background-color: rgba(0, 0, 0, .4);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: rgba(0, 0, 0, .5);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-black\/75 {
    background-color: rgba(0, 0, 0, .75);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/75 {
      background-color: color-mix(in oklab, var(--color-black) 75%, transparent);
    }
  }

  .bg-black\/80 {
    background-color: rgba(0, 0, 0, .8);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/80 {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }

  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-emerald-400 {
    background-color: var(--color-emerald-400);
  }

  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-green-50 {
    background-color: var(--color-green-50);
  }

  .bg-green-500 {
    background-color: var(--color-green-500);
  }

  .bg-inherit {
    background-color: inherit;
  }

  .bg-lime-900 {
    background-color: var(--color-lime-900);
  }

  .bg-lime-900\/90 {
    background-color: rgba(53, 83, 14, .9);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-lime-900\/90 {
      background-color: color-mix(in oklab, var(--color-lime-900) 90%, transparent);
    }
  }

  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }

  .bg-red-50 {
    background-color: var(--color-red-50);
  }

  .bg-red-100 {
    background-color: var(--color-red-100);
  }

  .bg-red-400 {
    background-color: var(--color-red-400);
  }

  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }

  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }

  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }

  .bg-slate-950 {
    background-color: var(--color-slate-950);
  }

  .bg-transparent {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .bg-white\/5 {
    background-color: rgba(255, 255, 255, .05);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/5 {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }

  .bg-white\/10 {
    background-color: rgba(255, 255, 255, .1);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .bg-white\/70 {
    background-color: rgba(255, 255, 255, .7);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/70 {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }

  .bg-white\/80 {
    background-color: rgba(255, 255, 255, .8);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/80 {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .bg-white\/\[0\.03\] {
    background-color: rgba(255, 255, 255, .03);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/\[0\.03\] {
      background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
    }
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-\[radial-gradient\(circle_farthest-side_at_0_100\%\,\#00ccb1\,transparent\)\,radial-gradient\(circle_farthest-side_at_100\%_0\,\#7b61ff\,transparent\)\,radial-gradient\(circle_farthest-side_at_100\%_100\%\,\#ffc414\,transparent\)\,radial-gradient\(circle_farthest-side_at_0_0\,\#1ca0fb\,\#141316\)\] {
    background-image: radial-gradient(circle farthest-side at 0 100%, #00ccb1, rgba(0, 0, 0, 0)), radial-gradient(circle farthest-side at 100% 0, #7b61ff, rgba(0, 0, 0, 0)), radial-gradient(circle farthest-side at 100% 100%, #ffc414, rgba(0, 0, 0, 0)), radial-gradient(circle farthest-side at 0 0, #1ca0fb, #141316);
  }

  .bg-\[radial-gradient\(rgba\(255\,215\,0\,0\.8\)_40\%\,transparent_60\%\)\] {
    background-image: radial-gradient(rgba(255, 215, 0, .8) 40%, rgba(0, 0, 0, 0) 60%);
  }

  .from-\[\#030303\] {
    --tw-gradient-from: #030303;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-amber-500 {
    --tw-gradient-from: var(--color-amber-500);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-amber-500\/\[0\.15\] {
    --tw-gradient-from: rgba(249, 156, 0, .15);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-amber-500\/\[0\.15\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-amber-500) 15%, transparent);
    }
  }

  .from-amber-500\/\[0\.15\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-amber-500\/\[0\.25\] {
    --tw-gradient-from: rgba(249, 156, 0, .25);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-amber-500\/\[0\.25\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-amber-500) 25%, transparent);
    }
  }

  .from-amber-500\/\[0\.25\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-blue-50 {
    --tw-gradient-from: var(--color-blue-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-cyan-500\/\[0\.15\] {
    --tw-gradient-from: rgba(0, 183, 215, .15);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-cyan-500\/\[0\.15\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-cyan-500) 15%, transparent);
    }
  }

  .from-cyan-500\/\[0\.15\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-cyan-500\/\[0\.25\] {
    --tw-gradient-from: rgba(0, 183, 215, .25);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-cyan-500\/\[0\.25\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-cyan-500) 25%, transparent);
    }
  }

  .from-cyan-500\/\[0\.25\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-emerald-500\/\[0\.15\] {
    --tw-gradient-from: rgba(0, 187, 127, .15);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-emerald-500\/\[0\.15\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-emerald-500) 15%, transparent);
    }
  }

  .from-emerald-500\/\[0\.15\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-gray-200 {
    --tw-gradient-from: var(--color-gray-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-indigo-300 {
    --tw-gradient-from: var(--color-indigo-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-indigo-500\/\[0\.05\] {
    --tw-gradient-from: rgba(98, 95, 255, .05);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-indigo-500\/\[0\.05\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-indigo-500) 5%, transparent);
    }
  }

  .from-indigo-500\/\[0\.05\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-indigo-500\/\[0\.15\] {
    --tw-gradient-from: rgba(98, 95, 255, .15);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-indigo-500\/\[0\.15\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-indigo-500) 15%, transparent);
    }
  }

  .from-indigo-500\/\[0\.15\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-indigo-500\/\[0\.25\] {
    --tw-gradient-from: rgba(98, 95, 255, .25);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-indigo-500\/\[0\.25\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-indigo-500) 25%, transparent);
    }
  }

  .from-indigo-500\/\[0\.25\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-rose-500\/\[0\.15\] {
    --tw-gradient-from: rgba(255, 35, 87, .15);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-rose-500\/\[0\.15\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-rose-500) 15%, transparent);
    }
  }

  .from-rose-500\/\[0\.15\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-rose-500\/\[0\.25\] {
    --tw-gradient-from: rgba(255, 35, 87, .25);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-rose-500\/\[0\.25\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-rose-500) 25%, transparent);
    }
  }

  .from-rose-500\/\[0\.25\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-violet-500\/\[0\.25\] {
    --tw-gradient-from: rgba(141, 84, 255, .25);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-violet-500\/\[0\.25\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-violet-500) 25%, transparent);
    }
  }

  .from-violet-500\/\[0\.25\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-white\/\[0\.08\] {
    --tw-gradient-from: rgba(255, 255, 255, .08);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/\[0\.08\] {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }

  .from-white\/\[0\.08\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-white\/90 {
    --tw-gradient-via: rgba(255, 255, 255, .9);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-white\/90 {
      --tw-gradient-via: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .via-white\/90 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-\[\#030303\]\/80 {
    --tw-gradient-to: rgba(3, 3, 3, .8);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  @supports (color: color(display-p3 0 0 0)) {
    .to-\[\#030303\]\/80 {
      --tw-gradient-to: color(display-p3 .0117647 .0117647 .0117647 / .8);
    }
  }

  @supports (color: lab(0% 0 0)) {
    .to-\[\#030303\]\/80 {
      --tw-gradient-to: lab(.822525% 0 0 / .8);
    }
  }

  .to-gray-100 {
    --tw-gradient-to: var(--color-gray-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-indigo-100 {
    --tw-gradient-to: var(--color-indigo-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-rose-300 {
    --tw-gradient-to: var(--color-rose-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-rose-500\/\[0\.05\] {
    --tw-gradient-to: rgba(255, 35, 87, .05);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-rose-500\/\[0\.05\] {
      --tw-gradient-to: color-mix(in oklab, var(--color-rose-500) 5%, transparent);
    }
  }

  .to-rose-500\/\[0\.05\] {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-white\/80 {
    --tw-gradient-to: rgba(255, 255, 255, .8);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .to-white\/80 {
      --tw-gradient-to: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .to-white\/80 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-yellow-200 {
    --tw-gradient-to: var(--color-yellow-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .\[mask-image\:linear-gradient\(to_bottom\,white\,transparent\)\] {
    -webkit-mask-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
  }

  .\[mask-image\:radial-gradient\(900px_at_center\,transparent_30\%\,white\)\] {
    -webkit-mask-image: radial-gradient(900px, rgba(0, 0, 0, 0) 30%, #fff);
    mask-image: radial-gradient(900px, rgba(0, 0, 0, 0) 30%, #fff);
  }

  .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }

  .fill-amber-400 {
    fill: var(--color-amber-400);
  }

  .fill-gray-400\/30 {
    fill: rgba(153, 161, 175, .3);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .fill-gray-400\/30 {
      fill: color-mix(in oklab, var(--color-gray-400) 30%, transparent);
    }
  }

  .fill-neutral-400\/80 {
    fill: rgba(161, 161, 161, .8);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .fill-neutral-400\/80 {
      fill: color-mix(in oklab, var(--color-neutral-400) 80%, transparent);
    }
  }

  .fill-rose-500\/80 {
    fill: rgba(255, 35, 87, .8);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .fill-rose-500\/80 {
      fill: color-mix(in oklab, var(--color-rose-500) 80%, transparent);
    }
  }

  .stroke-gray-400\/30 {
    stroke: rgba(153, 161, 175, .3);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .stroke-gray-400\/30 {
      stroke: color-mix(in oklab, var(--color-gray-400) 30%, transparent);
    }
  }

  .stroke-\[1px\] {
    stroke-width: 1px;
  }

  .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .p-\[1px\] {
    padding: 1px;
  }

  .p-\[4px\] {
    padding: 4px;
  }

  .px-0\.5 {
    padding-inline: calc(var(--spacing) * .5);
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }

  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }

  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * .5);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

  .pb-\[calc\(env\(safe-area-inset-bottom\)\+7\.5rem\)\] {
    padding-bottom: calc(env(safe-area-inset-bottom)  + 7.5rem);
  }

  .pb-\[calc\(env\(safe-area-inset-bottom\)\+12px\)\] {
    padding-bottom: calc(env(safe-area-inset-bottom)  + 12px);
  }

  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }

  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .pl-\[76px\] {
    padding-left: 76px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }

  .\!text-4xl {
    font-size: var(--text-4xl) !important;
    line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
  }

  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }

  .\!text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .text-\[8px\] {
    font-size: 8px;
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17px\] {
    font-size: 17px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .\!leading-relaxed {
    --tw-leading: var(--leading-relaxed) !important;
    line-height: var(--leading-relaxed) !important;
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }

  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }

  .leading-\[1\.65\] {
    --tw-leading: 1.65;
    line-height: 1.65;
  }

  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }

  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .\!font-black {
    --tw-font-weight: var(--font-weight-black) !important;
    font-weight: var(--font-weight-black) !important;
  }

  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }

  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }

  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }

  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-\[0\.06em\] {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }

  .tracking-\[0\.08em\] {
    --tw-tracking: .08em;
    letter-spacing: .08em;
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .break-all {
    word-break: break-all;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .\!text-gray-500 {
    color: var(--color-gray-500) !important;
  }

  .\!text-slate-500 {
    color: var(--color-slate-500) !important;
  }

  .\!text-slate-600 {
    color: var(--color-slate-600) !important;
  }

  .\!text-slate-700 {
    color: var(--color-slate-700) !important;
  }

  .\!text-slate-900 {
    color: var(--color-slate-900) !important;
  }

  .\!text-white {
    color: var(--color-white) !important;
  }

  .text-\[\#8c5300\] {
    color: #8c5300;
  }

  .text-\[\#111827\] {
    color: #111827;
  }

  .text-\[\#333333\] {
    color: #333;
  }

  .text-\[\#334155\] {
    color: #334155;
  }

  .text-\[\#666666\] {
    color: #666;
  }

  .text-\[\#b26b00\] {
    color: #b26b00;
  }

  .text-\[var\(--foreground\)\] {
    color: var(--foreground);
  }

  .text-\[var\(--secondary-foreground\)\] {
    color: var(--secondary-foreground);
  }

  .text-amber-400 {
    color: var(--color-amber-400);
  }

  .text-amber-500 {
    color: var(--color-amber-500);
  }

  .text-amber-600 {
    color: var(--color-amber-600);
  }

  .text-amber-700 {
    color: var(--color-amber-700);
  }

  .text-amber-900 {
    color: var(--color-amber-900);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-blue-500 {
    color: var(--color-blue-500);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-current {
    color: currentColor;
  }

  .text-emerald-500 {
    color: var(--color-emerald-500);
  }

  .text-emerald-600 {
    color: var(--color-emerald-600);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-900 {
    color: var(--color-gray-900);
  }

  .text-green-600 {
    color: var(--color-green-600);
  }

  .text-green-700 {
    color: var(--color-green-700);
  }

  .text-inherit {
    color: inherit;
  }

  .text-orange-600 {
    color: var(--color-orange-600);
  }

  .text-orange-700 {
    color: var(--color-orange-700);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-red-600 {
    color: var(--color-red-600);
  }

  .text-red-700 {
    color: var(--color-red-700);
  }

  .text-slate-300 {
    color: var(--color-slate-300);
  }

  .text-slate-400 {
    color: var(--color-slate-400);
  }

  .text-slate-500 {
    color: var(--color-slate-500);
  }

  .text-slate-600 {
    color: var(--color-slate-600);
  }

  .text-slate-700 {
    color: var(--color-slate-700);
  }

  .text-slate-800 {
    color: var(--color-slate-800);
  }

  .text-slate-900 {
    color: var(--color-slate-900);
  }

  .text-transparent {
    color: rgba(0, 0, 0, 0);
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/40 {
    color: rgba(255, 255, 255, .4);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/40 {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .text-white\/60 {
    color: rgba(255, 255, 255, .6);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/60 {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .line-through {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
  }

  .underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }

  .decoration-\[\#8c5300\]\/20 {
    -webkit-text-decoration-color: rgba(140, 83, 0, .2);
    text-decoration-color: rgba(140, 83, 0, .2);
    -webkit-text-decoration-color: color(display-p3 .517966 .335979 .104543 / .2);
    text-decoration-color: color(display-p3 .517966 .335979 .104543 / .2);
    -webkit-text-decoration-color: lab(41.2733% 20.6392 49.8617 / .2);
    text-decoration-color: lab(41.2733% 20.6392 49.8617 / .2);
  }

  .decoration-blue-200 {
    -webkit-text-decoration-color: var(--color-blue-200);
    text-decoration-color: var(--color-blue-200);
  }

  .decoration-2 {
    text-decoration-thickness: 2px;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .accent-current {
    accent-color: currentColor;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-100 {
    opacity: 1;
  }

  .opacity-\[0\.1\] {
    opacity: .1;
  }

  .opacity-\[0\.2\] {
    opacity: .2;
  }

  .opacity-\[0\.03\] {
    opacity: .03;
  }

  .opacity-\[0\.08\] {
    opacity: .08;
  }

  .opacity-\[0\.9\] {
    opacity: .9;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 1px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, .1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgba(0, 0, 0, .25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_-8px_24px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 -8px 24px var(--tw-shadow-color, rgba(0, 0, 0, .12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_8px_32px_0_rgba\(255\,255\,255\,0\.1\)\] {
    --tw-shadow: 0 8px 32px 0 var(--tw-shadow-color, rgba(255, 255, 255, .1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgba(0, 0, 0, .05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 4px 6px -4px var(--tw-shadow-color, rgba(0, 0, 0, .1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 2px 4px -2px var(--tw-shadow-color, rgba(0, 0, 0, .1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-none {
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 1px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, .1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 8px 10px -6px var(--tw-shadow-color, rgba(0, 0, 0, .1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring, .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-4 {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-blue-200 {
    --tw-ring-color: var(--color-blue-200);
  }

  .ring-blue-500 {
    --tw-ring-color: var(--color-blue-500);
  }

  .ring-white {
    --tw-ring-color: var(--color-white);
  }

  .ring-offset-2 {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-2xl {
    --tw-blur: blur(var(--blur-2xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-xl {
    --tw-blur: blur(var(--blur-xl));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-2xl {
    --tw-backdrop-blur: blur(var(--blur-2xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[left\,right\,width\] {
    transition-property: left, right, width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[margin\,opacity\] {
    transition-property: margin, opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\,height\,padding\] {
    transition-property: width, height, padding;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .will-change-transform {
    will-change: transform;
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .\[animation-direction\:reverse\] {
    animation-direction: reverse;
  }

  .group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *) {
    opacity: 1;
  }

  @media (hover: hover) {
    .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * .5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:translate-x-1:is(:where(.group):hover *) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:-translate-y-1:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-110:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:rotate-6:is(:where(.group):hover *) {
      rotate: 6deg;
    }
  }

  @media (hover: hover) {
    .group-hover\:border-transparent:is(:where(.group):hover *) {
      border-color: rgba(0, 0, 0, 0);
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-amber-500\/10:is(:where(.group):hover *) {
      background-color: rgba(249, 156, 0, .1);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:bg-amber-500\/10:is(:where(.group):hover *) {
        background-color: color-mix(in oklab, var(--color-amber-500) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-black:is(:where(.group):hover *) {
      background-color: var(--color-black);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-black:is(:where(.group):hover *) {
      color: var(--color-black);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-white:is(:where(.group):hover *) {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-30:is(:where(.group):hover *) {
      opacity: .3;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-2xl:is(:where(.group):hover *) {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgba(0, 0, 0, .25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-black\/5:is(:where(.group):hover *) {
      --tw-shadow-color: rgba(0, 0, 0, .05);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:shadow-black\/5:is(:where(.group):hover *) {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 5%, transparent) var(--tw-shadow-alpha), transparent);
      }
    }
  }

  @media (hover: hover) {
    .group-hover\:\[animation-play-state\:paused\]:is(:where(.group):hover *) {
      animation-play-state: paused;
    }
  }

  @media (hover: hover) {
    .group-hover\/card\:opacity-100:is(:where(.group\/card):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\/item\:opacity-100:is(:where(.group\/item):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\/lesson\:opacity-100:is(:where(.group\/lesson):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\/module\:opacity-100:is(:where(.group\/module):hover *) {
      opacity: 1;
    }
  }

  .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar="menu-action"]) *) {
    padding-right: calc(var(--spacing) * 8);
  }

  .group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible="icon"] *) {
    margin-top: calc(var(--spacing) * -8);
  }

  .group-data-\[collapsible\=icon\]\:flex:is(:where(.group)[data-collapsible="icon"] *) {
    display: flex;
  }

  .group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible="icon"] *) {
    display: none;
  }

  .group-data-\[collapsible\=icon\]\:\!size-8:is(:where(.group)[data-collapsible="icon"] *) {
    width: calc(var(--spacing) * 8) !important;
    height: calc(var(--spacing) * 8) !important;
  }

  .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]:is(:where(.group)[data-collapsible="icon"] *) {
    width: --sidebar-width-icon;
  }

  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]:is(:where(.group)[data-collapsible="icon"] *) {
    width: calc(var(--sidebar-width-icon)  + 1rem);
  }

  .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]:is(:where(.group)[data-collapsible="icon"] *) {
    width: calc(var(--sidebar-width-icon)  + 1rem + 2px);
  }

  .group-data-\[collapsible\=icon\]\:items-center:is(:where(.group)[data-collapsible="icon"] *) {
    align-items: center;
  }

  .group-data-\[collapsible\=icon\]\:justify-center:is(:where(.group)[data-collapsible="icon"] *) {
    justify-content: center;
  }

  .group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible="icon"] *) {
    overflow: hidden;
  }

  .group-data-\[collapsible\=icon\]\:\!p-0:is(:where(.group)[data-collapsible="icon"] *) {
    padding: calc(var(--spacing) * 0) !important;
  }

  .group-data-\[collapsible\=icon\]\:\!p-2:is(:where(.group)[data-collapsible="icon"] *) {
    padding: calc(var(--spacing) * 2) !important;
  }

  .group-data-\[collapsible\=icon\]\:p-0:is(:where(.group)[data-collapsible="icon"] *) {
    padding: calc(var(--spacing) * 0);
  }

  .group-data-\[collapsible\=icon\]\:px-2:is(:where(.group)[data-collapsible="icon"] *) {
    padding-inline: calc(var(--spacing) * 2);
  }

  .group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible="icon"] *) {
    opacity: 0;
  }

  .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
    right: calc(var(--sidebar-width) * -1);
  }

  .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible="offcanvas"] *) {
    left: calc(var(--sidebar-width) * -1);
  }

  .group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
    width: calc(var(--spacing) * 0);
  }

  .group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible="offcanvas"] *) {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side="left"] *) {
    right: calc(var(--spacing) * -4);
  }

  .group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side="left"] *) {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side="right"] *) {
    left: calc(var(--spacing) * 0);
  }

  .group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side="right"] *) {
    rotate: 180deg;
  }

  .group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side="right"] *) {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant="floating"] *) {
    border-radius: var(--radius-lg);
  }

  .group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant="floating"] *) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .group-data-\[variant\=floating\]\:shadow:is(:where(.group)[data-variant="floating"] *) {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 1px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, .1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size="default"] ~ *) {
    top: calc(var(--spacing) * 1.5);
  }

  .peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size="lg"] ~ *) {
    top: calc(var(--spacing) * 2.5);
  }

  .peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size="sm"] ~ *) {
    top: calc(var(--spacing) * 1);
  }

  .file\:border-0::-webkit-file-upload-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:border-0::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .file\:bg-transparent::-webkit-file-upload-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .file\:bg-transparent::file-selector-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .file\:text-sm::-webkit-file-upload-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:text-sm::file-selector-button {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .file\:font-medium::-webkit-file-upload-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .file\:font-medium::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .placeholder\:text-\[var\(--secondary-foreground\)\]::placeholder {
    color: var(--secondary-foreground);
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:-inset-2:after {
    content: var(--tw-content);
    inset: calc(var(--spacing) * -2);
  }

  .after\:inset-0:after {
    content: var(--tw-content);
    inset: calc(var(--spacing) * 0);
  }

  .after\:inset-y-0:after {
    content: var(--tw-content);
    inset-block: calc(var(--spacing) * 0);
  }

  .after\:left-1\/2:after {
    content: var(--tw-content);
    left: 50%;
  }

  .after\:w-\[2px\]:after {
    content: var(--tw-content);
    width: 2px;
  }

  .after\:rounded-full:after {
    content: var(--tw-content);
    border-radius: 3.40282e38px;
  }

  .after\:bg-\[radial-gradient\(circle_at_50\%_50\%\,rgba\(255\,255\,255\,0\.2\)\,transparent_70\%\)\]:after {
    content: var(--tw-content);
    background-image: radial-gradient(circle, rgba(255, 255, 255, .2), rgba(0, 0, 0, 0) 70%);
  }

  .group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible="offcanvas"] *):after {
    content: var(--tw-content);
    left: 100%;
  }

  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:-translate-y-px:hover {
      --tw-translate-y: -1px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .hover\:\!bg-\[\#734400\]:hover {
      background-color: #734400 !important;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#efede5\]:hover {
      background-color: #efede5;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f0f0f0\]:hover {
      background-color: #f0f0f0;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[var\(--accent\)\]:hover {
      background-color: var(--accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/\[0\.02\]:hover {
      background-color: rgba(0, 0, 0, .02);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/\[0\.02\]:hover {
        background-color: color-mix(in oklab, var(--color-black) 2%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/\[0\.04\]:hover {
      background-color: rgba(0, 0, 0, .04);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/\[0\.04\]:hover {
        background-color: color-mix(in oklab, var(--color-black) 4%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/\[0\.015\]:hover {
      background-color: rgba(0, 0, 0, .016);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/\[0\.015\]:hover {
        background-color: color-mix(in oklab, var(--color-black) 1.5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-blue-600:hover {
      background-color: var(--color-blue-600);
    }
  }

  @media (hover: hover) {
    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-slate-200:hover {
      background-color: var(--color-slate-200);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/10:hover {
      background-color: rgba(255, 255, 255, .1);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/10:hover {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-\[var\(--foreground\)\]:hover {
      color: var(--foreground);
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-600:hover {
      color: var(--color-red-600);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-2xl:hover {
      --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgba(0, 0, 0, .25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
      --tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-accent)));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 4px 6px -4px var(--tw-shadow-color, rgba(0, 0, 0, .1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 2px 4px -2px var(--tw-shadow-color, rgba(0, 0, 0, .1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:ring-2:hover {
      --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:ring-blue-400\/50:hover {
      --tw-ring-color: rgba(84, 162, 255, .5);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:ring-blue-400\/50:hover {
        --tw-ring-color: color-mix(in oklab, var(--color-blue-400) 50%, transparent);
      }
    }
  }

  .focus\:border-transparent:focus {
    border-color: rgba(0, 0, 0, 0);
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-\[var\(--ring\)\]:focus {
    --tw-ring-color: var(--ring);
  }

  .focus\:ring-blue-400\/60:focus {
    --tw-ring-color: rgba(84, 162, 255, .6);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-blue-400\/60:focus {
      --tw-ring-color: color-mix(in oklab, var(--color-blue-400) 60%, transparent);
    }
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .focus-visible\:ring-1:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  .disabled\:opacity-40:disabled {
    opacity: .4;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  .aria-disabled\:pointer-events-none[aria-disabled="true"] {
    pointer-events: none;
  }

  .aria-disabled\:opacity-50[aria-disabled="true"] {
    opacity: .5;
  }

  .data-\[active\=true\]\:bg-\[\#ece6db\][data-active="true"] {
    background-color: #ece6db;
  }

  .data-\[active\=true\]\:font-medium[data-active="true"] {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .data-\[active\=true\]\:text-\[\#5b3600\][data-active="true"] {
    color: #5b3600;
  }

  .data-\[state\=closed\]\:duration-300[data-state="closed"] {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .data-\[state\=open\]\:opacity-100[data-state="open"] {
    opacity: 1;
  }

  .data-\[state\=open\]\:duration-500[data-state="open"] {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  @media (min-width: 40rem) {
    .sm\:order-none {
      order: 0;
    }
  }

  @media (min-width: 40rem) {
    .sm\:block {
      display: block;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex {
      display: flex;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-auto {
      width: auto;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-none {
      max-width: none;
    }
  }

  @media (min-width: 40rem) {
    .sm\:max-w-sm {
      max-width: var(--container-sm);
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-x-3 {
      -moz-column-gap: calc(var(--spacing) * 3);
      column-gap: calc(var(--spacing) * 3);
    }
  }

  @media (min-width: 40rem) {
    :where(.sm\:space-x-2 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
    }

    :where(.sm\:space-x-2 > :not(:last-child)):not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
      margin-left: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-right: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }

    :where(.sm\:space-x-2 > :not(:last-child)):not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
      margin-left: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-right: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }

    :where(.sm\:space-x-2 > :not(:last-child)):not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
      margin-left: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-right: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }

    :where(.sm\:space-x-2 > :not(:last-child)):-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
      margin-right: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-left: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }

    :where(.sm\:space-x-2 > :not(:last-child)):-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
      margin-right: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-left: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }

    :where(.sm\:space-x-2 > :not(:last-child)):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
      margin-right: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-left: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:top-\[10\%\] {
      top: 10%;
    }
  }

  @media (min-width: 48rem) {
    .md\:top-\[15\%\] {
      top: 15%;
    }
  }

  @media (min-width: 48rem) {
    .md\:top-\[20\%\] {
      top: 20%;
    }
  }

  @media (min-width: 48rem) {
    .md\:top-\[45\%\] {
      top: 45%;
    }
  }

  @media (min-width: 48rem) {
    .md\:top-\[55\%\] {
      top: 55%;
    }
  }

  @media (min-width: 48rem) {
    .md\:top-\[75\%\] {
      top: 75%;
    }
  }

  @media (min-width: 48rem) {
    .md\:right-\[0\%\] {
      right: 0%;
    }
  }

  @media (min-width: 48rem) {
    .md\:right-\[5\%\] {
      right: 5%;
    }
  }

  @media (min-width: 48rem) {
    .md\:right-\[20\%\] {
      right: 20%;
    }
  }

  @media (min-width: 48rem) {
    .md\:bottom-\[10\%\] {
      bottom: 10%;
    }
  }

  @media (min-width: 48rem) {
    .md\:left-\[-5\%\] {
      left: -5%;
    }
  }

  @media (min-width: 48rem) {
    .md\:left-\[0\%\] {
      left: 0%;
    }
  }

  @media (min-width: 48rem) {
    .md\:left-\[10\%\] {
      left: 10%;
    }
  }

  @media (min-width: 48rem) {
    .md\:left-\[25\%\] {
      left: 25%;
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:inline {
      display: inline;
    }
  }

  @media (min-width: 48rem) {
    .md\:inline-block {
      display: inline-block;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-64 {
      height: calc(var(--spacing) * 64);
    }
  }

  @media (min-width: 48rem) {
    .md\:max-w-\[260px\] {
      max-width: 260px;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 48rem) {
    .md\:items-end {
      align-items: flex-end;
    }
  }

  @media (min-width: 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 48rem) {
    .md\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:leading-none {
      --tw-leading: 1;
      line-height: 1;
    }
  }

  @media (min-width: 48rem) {
    .md\:opacity-0 {
      opacity: 0;
    }
  }

  @media (min-width: 48rem) {
    .md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant="inset"] ~ *) {
      margin: calc(var(--spacing) * 2);
    }
  }

  @media (min-width: 48rem) {
    .md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant="inset"] ~ *) {
      margin-left: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {
    .md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant="inset"] ~ *) {
      border-radius: var(--radius-xl);
    }
  }

  @media (min-width: 48rem) {
    .md\:peer-data-\[variant\=inset\]\:shadow:is(:where(.peer)[data-variant="inset"] ~ *) {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgba(0, 0, 0, .1)), 0 1px 2px -1px var(--tw-shadow-color, rgba(0, 0, 0, .1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (min-width: 48rem) {
    .md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2:is(:where(.peer)[data-state="collapsed"] ~ *):is(:where(.peer)[data-variant="inset"] ~ *) {
      margin-left: calc(var(--spacing) * 2);
    }
  }

  .after\:md\:hidden:after {
    content: var(--tw-content);
  }

  @media (min-width: 48rem) {
    .after\:md\:hidden:after {
      display: none;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-6 {
      grid-column: span 6 / span 6;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-9 {
      grid-column: span 9 / span 9;
    }
  }

  @media (min-width: 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (min-width: 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (min-width: 64rem) {
    .lg\:h-full {
      height: 100%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:min-h-\[158px\] {
      min-height: 158px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-\[45\%\] {
      width: 45%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:max-w-\[360px\] {
      max-width: 360px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 64rem) {
    .lg\:items-stretch {
      align-items: stretch;
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (min-width: 64rem) {
    .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-\[56px\] {
      font-size: 56px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }

  @media (min-width: 80rem) {
    .xl\:top-6 {
      top: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 80rem) {
    .xl\:z-10 {
      z-index: 10;
    }
  }

  @media (min-width: 80rem) {
    .xl\:col-span-4 {
      grid-column: span 4 / span 4;
    }
  }

  @media (min-width: 80rem) {
    .xl\:col-span-8 {
      grid-column: span 8 / span 8;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (min-width: 80rem) {
    .xl\:self-start {
      align-self: flex-start;
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:bg-black {
      background-color: var(--color-black);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:bg-blue-500 {
      background-color: var(--color-blue-500);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:text-black {
      color: var(--color-black);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:text-lime-500 {
      color: var(--color-lime-500);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:text-white {
      color: var(--color-white);
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:size-4 svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&\>button\]\:hidden > button {
    display: none;
  }

  .\[\&\>span\:last-child\]\:truncate > span:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .\[\&\>svg\]\:size-4 > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&\>svg\]\:shrink-0 > svg {
    flex-shrink: 0;
  }

  [data-side="left"] .\[\[data-side\=left\]_\&\]\:cursor-w-resize {
    cursor: w-resize;
  }

  [data-side="left"][data-collapsible="offcanvas"] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
    right: calc(var(--spacing) * -2);
  }

  [data-side="left"][data-state="collapsed"] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
    cursor: e-resize;
  }

  [data-side="right"] .\[\[data-side\=right\]_\&\]\:cursor-e-resize {
    cursor: e-resize;
  }

  [data-side="right"][data-collapsible="offcanvas"] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
    left: calc(var(--spacing) * -2);
  }

  [data-side="right"][data-state="collapsed"] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
    cursor: w-resize;
  }
}

.container, .container-fluid {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-children:has([class*="layoutContainer"]) {
  padding: 0 !important;
}

.router-error {
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Merriweather Sans, sans-serif;
  display: flex;
}

.router-error svg {
  width: 100%;
}

.router-error #errorText {
  margin: 14px 0;
  font-size: 22px;
}

.router-error #g6219 {
  transform-origin: 85px 4px;
  animation: 12s ease-out .5s infinite an1;
}

@keyframes an1 {
  0% {
    transform: rotate(0);
  }

  5% {
    transform: rotate(3deg);
  }

  15% {
    transform: rotate(-2.5deg);
  }

  25% {
    transform: rotate(2deg);
  }

  35% {
    transform: rotate(-1.5deg);
  }

  45% {
    transform: rotate(1deg);
  }

  55% {
    transform: rotate(-1.5deg);
  }

  65% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  85% {
    transform: rotate(2.5deg);
  }

  95% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0);
  }
}

.btn-dark, .profile-img-crop-modal .ant-btn-primary {
  color: #fff;
  background-color: var(--colorTextBase);
  border: 1px solid var(--colorTextBase);
  pointer-events: auto;
  z-index: 1;
  border-radius: 6px;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.btn-dark:not(:disabled):hover, .profile-img-crop-modal .ant-btn-primary:not(:disabled):hover, .btn-dark:not(:disabled):focus, .profile-img-crop-modal .ant-btn-primary:not(:disabled):focus {
  transition: all .4s ease-in-out;
  border: 1px solid var(--colorTextBase) !important;
  background-color: var(--colorTextBase) !important;
  color: #fff !important;
}

.btn-dark.inverse, .profile-img-crop-modal .inverse.ant-btn-primary {
  border: 1px solid var(--colorTextBase);
  color: var(--colorTextBase);
  background-color: rgba(0, 0, 0, 0);
}

.btn-dark.inverse:hover, .profile-img-crop-modal .inverse.ant-btn-primary:hover, .btn-dark.inverse:focus, .profile-img-crop-modal .inverse.ant-btn-primary:focus {
  transition: all .4s ease-in-out;
  border: 1px solid var(--colorTextBase) !important;
  background-color: var(--colorTextBase) !important;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .btn-dark, .profile-img-crop-modal .ant-btn-primary {
    z-index: 10;
    pointer-events: auto;
    min-height: 44px;
    padding: 8px 16px;
  }
}

.btn-gray {
  color: var(--colorTextBase);
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all .4s ease-in-out;
  display: inline-flex;
}

.btn-gray:not(:disabled):hover, .btn-gray:not(:disabled):focus {
  transition: all .4s ease-in-out;
  background-color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
}

.btn-gray-light-font {
  color: var(--colorTextBase);
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all .4s ease-in-out;
  display: inline-flex;
}

.btn-gray-light-font:not(:disabled):hover, .btn-gray-light-font:not(:disabled):focus {
  transition: all .4s ease-in-out;
  background-color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
}

.btn-call-action {
  box-shadow: none;
  pointer-events: auto;
  z-index: 1;
  background-color: #f3f3f1;
  border: none;
  transition: all .4s ease-in-out;
}

.btn-call-action:hover, .btn-call-action:focus {
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .btn-call-action {
    z-index: 10;
    pointer-events: auto;
    min-height: 44px;
    padding: 8px 16px;
  }
}

.mobile-fixed-cta {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mobile-fixed-cta .cta {
  height: 48px;
}

@media screen and (max-width: 767px) {
  .mobile-fixed-cta {
    z-index: 9;
    background-color: #fff;
    padding: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
  }

  .mobile-fixed-cta .cta {
    width: 50%;
    height: 48px;
    margin: 0 !important;
  }

  .ant-btn {
    pointer-events: auto;
    z-index: 1;
    min-height: 44px;
  }

  .ant-btn:not(.ant-btn-sm):not(.ant-btn-xs) {
    min-height: 44px;
    padding: 8px 16px;
  }

  .calls-footer .ant-btn, [class*="Card"] .ant-btn, [class*="card"] .ant-btn {
    pointer-events: auto;
    z-index: 10;
    min-height: 44px;
  }
}

.common-text {
  letter-spacing: .15px;
  font-weight: normal;
  font-size: 19px !important;
  line-height: 175% !important;
}

.full-width {
  width: 100%;
}

.flex-center {
  align-items: center;
  display: flex;
}

.add-slots {
  border: 1px solid #f2f6f9;
  border-radius: 6px;
  margin-top: 20px;
}

.add-slots .add-slots-header-section {
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .add-slots .add-slots-header-section {
    padding: 16px 16px 0;
  }
}

.add-slots .add-slots-header-section .slots-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .add-slots .add-slots-header-section .slots-header {
    font-size: 14px;
    line-height: 20px;
  }
}

.add-slots .add-slots-header-section .ellipsis-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .add-slots .add-slots-header-section .ellipsis-icon {
    width: 20px;
    height: 20px;
  }
}

.add-slots .interval-error {
  text-align: right;
  color: #9b2c2c;
  margin-right: 27px;
}

.add-slots .interval-error > p {
  border: 1px solid #e0b4b4;
  border-radius: 3px;
  margin-top: -6px;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: .9em;
  font-weight: 600;
  display: inline-block;
}

.add-slots .slot-item {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #f2f6f9 !important;
  padding: 16px 24px 4px !important;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item {
    padding: 12px 12px 4px !important;
  }
}

.add-slots .slot-item .slots-checkbox {
  height: 38px;
}

.add-slots .slot-item .slots-title {
  text-transform: capitalize;
}

.add-slots .slot-item .slots-section {
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item .slots-section {
    margin-top: 10px;
  }
}

.add-slots .slot-item .slots-section .add-slot-btn {
  box-shadow: none;
  margin-left: 14px;
  padding: 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item .slots-section .add-slot-btn {
    margin-left: 6px;
  }
}

.add-slots .slot-item .slots-section .slots-unavailable {
  margin-top: 8px;
  padding-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item .slots-section .slots-unavailable {
    padding-bottom: 12px;
  }
}

.add-slots .slot-item .slots-select-box {
  align-self: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.add-slots .slot-item .slots-select-box .slots-box {
  width: 40%;
}

.add-slots .slot-item .btn-apply-all {
  color: #008060;
  cursor: pointer;
  align-self: flex-end;
  margin-top: 1px;
  margin-bottom: 12px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .add-slots .slot-item .btn-apply-all {
    margin-bottom: 6px;
  }

  .add-slots .save-btn {
    padding: 2px 16px;
    min-height: 36px !important;
    max-height: 36px !important;
  }
}

.request-slot-container {
  background: #f9f5ed;
  width: 100%;
  height: 100vh;
}

.request-slot-container .request-slot-card {
  background-color: #fff;
  border: none !important;
  border-radius: 16px !important;
  padding: 20px 20px 24px !important;
}

.request-slot-container .request-slot-card .slot-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.request-slot-container .request-slot-card .slot-desc {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
}

.maintenance {
  text-align: center;
}

.maintenance .title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.maintenance .subtitle {
  color: #676767;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.year-wrap-content {
  flex-direction: column;
  justify-content: space-between;
  min-height: 623px;
  display: flex;
}

@media screen and (min-width: 575px) {
  .year-wrap-content {
    min-height: 650px;
  }
}

.year-wrap-content .header {
  padding: 26px 20px;
}

.year-wrap-content .header .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
}

.year-wrap-content .recap-image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.year-wrap-content .bottom-content {
  padding: 16px 24px 32px;
}

.year-wrap-content .icon-side {
  border: 2px solid #000;
  border-radius: 50%;
  padding: 8px;
  font-size: 16px;
}

.year-wrap-content .action-btns {
  padding-top: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
}

.year-wrap-content .action-btns .btn-cta {
  font-size: 16px;
  font-weight: 700;
}

.year-wrap-content .action-btns .download-btn {
  background-color: #f3f3f3;
  border: 0;
  margin-top: 8px;
}

.year-wrap-content .action-btns .twitter-icon {
  color: #03a9f4;
  margin-right: 16px;
}

.drawer-visible .ant-drawer-content {
  border-radius: 16px 16px 0 0;
}

.modal-container .ant-modal-content {
  border-radius: 16px;
}

.modal-container .ant-modal-close-x {
  margin-top: 8px;
}

.unsaved-modal .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.unsaved-modal .action-buttons {
  margin-top: 50px;
}

.unsaved-modal .action-buttons .discard {
  color: #e44332;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 700;
}

.custom-quill-editor {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}

.custom-quill-editor.disabled {
  pointer-events: none;
  opacity: .6;
  cursor: not-allowed !important;
}

.custom-quill-editor .ql-editor {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
  height: 300px;
  max-height: 350px;
}

.custom-quill-editor .ql-editor p {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 16px !important;
  line-height: 28px !important;
}

.custom-quill-editor .ql-editor p:last-child {
  margin-bottom: 0;
}

.custom-quill-editor .ql-editor img {
  clear: both;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  display: block;
  float: none !important;
}

.custom-quill-editor .ql-editor .ql-size-huge {
  font-size: 24px !important;
  line-height: 28px !important;
}

.custom-quill-editor .ql-editor .ql-size-large {
  font-size: 20px !important;
  line-height: 26px !important;
}

.custom-quill-editor .ql-editor .ql-size-small {
  font-size: 14px !important;
  line-height: 20px !important;
}

.custom-quill-editor .ql-editor h1 {
  font-size: 32px !important;
  line-height: 40px !important;
}

.custom-quill-editor .ql-editor h2 {
  font-size: 28px !important;
  line-height: 36px !important;
}

.custom-quill-editor .ql-editor h3 {
  font-size: 24px !important;
  line-height: 36px !important;
}

.custom-quill-editor .ql-editor h4 {
  font-size: 20px !important;
  line-height: 32px !important;
}

.custom-quill-editor .ql-editor h5 {
  font-size: 14px !important;
  line-height: 20px !important;
}

.custom-quill-editor .ql-editor h6 {
  font-size: 12px !important;
  line-height: 18px !important;
}

.custom-quill-editor .ql-editor blockquote {
  border-left: 3px solid #dededf;
  margin: 0 0 1em;
  padding-left: 1em;
}

.custom-quill-editor .ql-editor a {
  color: var(--theme-accent, #2563eb);
  text-underline-offset: .14em;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: .08em;
}

.custom-quill-editor .ql-editor a:hover {
  text-decoration-thickness: .12em;
}

.custom-quill-editor .ql-editor a:focus-visible {
  text-decoration-thickness: .12em;
}

.custom-quill-editor .ql-editor ul > li, .custom-quill-editor .ql-editor ol > li {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
  font-size: 16px !important;
  line-height: 28px !important;
}

.custom-quill-editor .ql-editor div {
  line-height: 28px;
  font-size: 16px !important;
}

.custom-quill-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
  content: "Small" !important;
}

.custom-quill-editor .ql-toolbar:nth-child(2) {
  display: none !important;
}

.custom-quill-editor .ql-toolbar.ql-snow {
  background: #fff;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  align-items: center;
  height: 48px;
  display: flex;
}

.custom-quill-editor .ql-toolbar.ql-snow .ql-formats {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.custom-quill-editor .ql-toolbar.ql-snow .ql-formats button {
  width: 36px;
  height: 36px;
  padding: 8px;
}

.custom-quill-editor .ql-toolbar.ql-snow .ql-formats .ql-stroke {
  stroke: var(--colorTextBase);
}

.custom-quill-editor .ql-toolbar.ql-snow .ql-formats .ql-fill {
  fill: var(--colorTextBase);
}

.custom-quill-editor .ql-container.ql-snow {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  max-height: 350px;
  border: 1px solid #dededf !important;
}

.custom-quill-editor .ql-editor.ql-blank:before {
  font-style: normal;
  color: rgba(0, 0, 0, .25) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
}

.custom-quill-editor .ql-snow .ql-picker.ql-size .ql-picker-label:before, .custom-quill-editor .ql-snow .ql-picker.ql-size .ql-picker-item:before {
  content: attr(data-value) !important;
}

.fs-loader {
  z-index: 99;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.default-spinner {
  color: "#666";
}

*, :before, :after {
  box-sizing: inherit;
}

html, body {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: inherit;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0) !important;
  margin: 0 !important;
}

::selection {
  color: #fff;
  background-color: var(--colorSecondary);
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-semibold {
  font-weight: 700;
}

.m-0 {
  margin: 0 !important;
}

.text-disabled {
  color: var(--textColorSecondary) !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.beamer_icon {
  background-color: var(--colorError) !important;
  justify-content: center !important;
  align-items: center !important;
  width: 22px !important;
  height: 22px !important;
  padding: 0 5px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.beamer_icon.active {
  display: flex !important;
}

.beamer_active, .beamer_active .headerTitle {
  background-color: red !important;
}

.service-dropdown {
  background-color: rgba(0, 128, 96, .08);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.service-dropdown svg {
  color: #008060;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .service-dropdown {
    width: 26px;
    height: 30px;
  }
}

.back-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.no-padding {
  padding: 0 !important;
}

.phone-input {
  border: 1px solid var(--inputBorderColor);
  border-radius: 6px;
  min-height: 40px;
  transition: all .25s ease-in-out;
  overflow: hidden;
}

.phone-input:hover, .phone-input:focus {
  outline: 1px solid var(--colorTextBase);
  border: 1px solid var(--colorTextBase);
  background-color: #f5f6f8;
  border-right-width: 1px;
  transition: all .25s ease-in-out;
}

.phone-input:hover .PhoneInputInput, .phone-input:focus .PhoneInputInput {
  background-color: #f5f6f8;
  transition: all .25s ease-in-out;
}

.phone-input .PhoneInputInput {
  border: none !important;
  padding: 10px 11px !important;
}

.phone-input .PhoneInputInput:focus-visible {
  border: none;
  outline: none;
}

.phone-input .PhoneInputCountry {
  background-color: #dcdcdc;
  border: none !important;
  margin-right: 0 !important;
  padding: 0 12px !important;
}

.common-back-btn {
  color: var(--colorTextBase);
  cursor: pointer;
  padding: 4px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .common-back-btn {
    font-size: 32px;
  }
}

.cursor-hover:hover {
  cursor: pointer;
}

.react-joyride__tooltip button {
  margin: 0 12px 12px !important;
}

.react-joyride__tooltip > div:first-child > div {
  padding: 0 !important;
}

.react-joyride__tooltip {
  border-radius: 8px !important;
  max-height: 450px !important;
  padding: 0 !important;
}

.tour-image-container {
  border-radius: 8px 8px 0 0;
  width: 100% !important;
}

.tour-text-container {
  padding: 24px 24px 0 !important;
}

.tour-text-container .tour-title {
  text-align: left;
  font-weight: 700;
  font-size: 18px !important;
}

.tour-text-container .tour-text {
  text-align: left;
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px !important;
}

.vapi-btn {
  color: #fff !important;
  box-shadow: none !important;
  background-color: #000 !important;
  position: relative !important;
  bottom: 200px !important;
  left: 45% !important;
}

@media screen and (max-width: 767px) {
  .vapi-btn {
    left: 35% !important;
  }
}

.vapi-btn img {
  width: 24px !important;
  height: 24px !important;
}

#vapi-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

#vapi-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.ant-row, .ant-col, .ant-layout, .ant-layout-header, .ant-layout-footer, .ant-layout-sider, .ant-layout-content, .ant-btn, .ant-input, .ant-input-affix-wrapper, .ant-select, .ant-form, .ant-form-item, .ant-card, .ant-modal, .ant-drawer, .ant-dropdown, .ant-menu, .ant-table, .ant-list, .ant-tag, .ant-badge, .ant-alert, .ant-message, .ant-notification, .ant-tooltip, .ant-popover, .ant-spin, .ant-tabs, .ant-steps, .ant-pagination, .ant-checkbox, .ant-radio, .ant-switch, .ant-slider, .ant-upload, .ant-avatar, .ant-breadcrumb, .ant-calendar, .ant-cascader, .ant-collapse, .ant-comment, .ant-descriptions, .ant-divider, .ant-empty, .ant-image, .ant-mentions, .ant-picker, .ant-progress, .ant-rate, .ant-result, .ant-segmented, .ant-skeleton, .ant-space, .ant-statistic, .ant-timeline, .ant-transfer, .ant-tree, .ant-tree-select, [class*="ant-"] {
  font-family: inherit !important;
}

.ant-typography, div.ant-typography, .ant-typography p {
  margin: 0;
  font-family: inherit !important;
}

.ant-modal-content, .ant-modal-body {
  border-radius: 12px !important;
}

.ant-modal-close {
  width: auto !important;
  height: auto !important;
}

.ant-modal-close:hover, .ant-modal-close:focus {
  background: none !important;
}

.ant-badge-count {
  font-size: 10px !important;
}

.ant-scrolling-effect {
  width: 100% !important;
}

.ant-form-item-control-input-content > .ant-mentions {
  border: none;
  padding: 0;
}

.ant-form-item-control-input-content > .ant-mentions > textarea {
  border: 1px solid var(--inputBorderColor);
  border-radius: 6px;
  height: 40px;
  padding: 7px 11px;
  line-height: 24px;
}

.ant-form-item-control-input-content > .ant-mentions > textarea:focus, .ant-form-item-control-input-content > .ant-mentions > textarea:hover {
  box-shadow: none;
  border: 1px solid var(--colorTextBase) !important;
}

.ant-form-item-control-input-content > .ant-mentions:focus, .ant-form-item-control-input-content > .ant-mentions:hover {
  box-shadow: none;
  border: none;
  outline: 1px solid var(--colorTextBase) !important;
}

.timezone-select > div {
  border-color: var(--inputBorderColor);
  border-radius: var(--borderRadiusBase);
}

.timezone-select.focused {
  background-color: #f5f6f8;
}

.ant-layout-header {
  background: inherit;
  padding-inline: inherit;
  height: auto;
  line-height: inherit;
}

.ant-input-data-count {
  bottom: -20px;
}

.radio-checkbox {
  justify-content: space-between;
  align-items: center;
  display: flex !important;
}

.radio-checkbox .radio-checkbox-item {
  text-align: center;
  border-width: 1px;
  width: 100%;
  transition: all .25s ease-in-out;
  border-radius: 4px !important;
}

.radio-checkbox .radio-checkbox-item:not(:last-of-type) {
  margin-right: 10px;
}

.radio-checkbox .radio-checkbox-item:before, .radio-checkbox .radio-checkbox-item:after {
  content: none !important;
}

.radio-checkbox .radio-checkbox-item:hover, .radio-checkbox .radio-checkbox-item:focus {
  color: var(--colorTextBase);
  background-color: #f5f6f8;
  transition: all .25s ease-in-out;
}

.radio-checkbox .radio-checkbox-item.ant-radio-button-wrapper-checked {
  outline: 1px solid var(--colorTextBase);
  border: 1px solid var(--colorTextBase);
  color: var(--colorTextBase);
  background-color: #f5f6f8;
  transition: all .25s ease-in-out;
}

@media screen and (max-width: 768px) {
  .radio-checkbox .radio-checkbox-item {
    width: auto;
    margin-bottom: 10px;
  }

  .radio-checkbox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.ant-picker:hover, .ant-picker:focus, .ant-picker-focused {
  box-shadow: none;
  border-color: #141414;
}

.ant-typography ul li {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
}

img {
  display: inline;
}

::placeholder {
  font-weight: 400;
}

h1 {
  font-size: 94px;
  font-weight: 700;
  line-height: 1.17;
}

h2 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.17;
}

h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.17;
}

h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.17;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
}

.social-login {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 575px) {
  .social-login {
    flex-direction: column;
    height: 110px;
  }
}

.social-login .social-login-button {
  color: #141414;
  text-align: center;
  border: 2px solid #000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 0;
  display: flex;
}

.social-login .social-login-button:hover {
  background-color: #fafafa;
  border: 2px solid #000;
  transition: all .25s ease-in-out;
}

@media screen and (min-width: 575px) {
  .social-login .social-login-button {
    width: 48%;
  }
}

.social-login .name {
  padding-left: 12px;
  font-size: 15px;
  font-weight: 500;
}

.right-image {
  text-align: center;
  height: 100vh;
  padding-top: 50px;
}

.forgot-password {
  color: #008060;
  padding-bottom: 24px;
  font-size: 1.2em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .signin-side-button {
    margin-right: 48px;
  }
}

.form-submit-button {
  margin-top: 16px;
  margin-bottom: 32px;
  background-color: #000 !important;
}

.signup-top-divider {
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .signup-top-divider {
    margin: 8px 0;
  }
}

.login-container {
  padding-top: 64px;
}

.login-container .sign-up {
  padding-top: 20px;
  padding-bottom: 12px;
}

.login-container .login-desc {
  color: rgba(20, 20, 20, .8);
  letter-spacing: .1px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

@media screen and (min-width: 767px) {
  .login-container .login-desc {
    padding-bottom: 40px;
  }
}

.go-back-btn {
  color: #141414;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.page-container .right-image {
  text-align: center;
  height: 100vh;
  padding-top: 50px;
}

.container-password {
  margin-top: 64px !important;
}

.signup .main-heading {
  flex-wrap: wrap;
  display: flex;
}

@media screen and (max-width: 767px) {
  .signup .main-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

.signup .signup-title {
  margin-bottom: 4px;
  font-size: 44px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .signup .signup-title {
    font-size: 32px;
    font-weight: 700;
  }
}

.signup .signup-desc {
  color: rgba(20, 20, 20, .8);
  letter-spacing: .1px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

@media screen and (min-width: 767px) {
  .signup .signup-desc {
    padding-top: 12px;
    padding-bottom: 40px;
  }
}

.page-container {
  height: 100vh;
}

.page-container .email-signup {
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 12px;
  display: block;
}

@media screen and (min-width: 575px) {
  .page-container .email-signup {
    display: none !important;
  }
}

.page-container .brand-text {
  color: #141414;
  text-align: center;
  font-size: 500px;
}

.page-container .brand-logo {
  width: 136px !important;
  height: 38px !important;
}

@media screen and (max-width: 768px) {
  .page-container .brand-logo {
    width: 112px !important;
    height: 27px !important;
  }
}

.page-container .signup-logo {
  width: 137px !important;
  height: 24px !important;
}

@media screen and (max-width: 767px) {
  .page-container .signup-logo {
    width: 80px !important;
    height: 16px !important;
  }
}

.page-container .signup-top-divider {
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .page-container .signup-top-divider {
    margin: 8px 0;
  }
}

.page-container .login-side-link .login-side-button {
  color: #141414;
  border: 1px solid #141414;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}

.page-container .login-side-link .login-side-button:hover {
  color: #141414;
  border: 1px solid #141414;
}

@media screen and (min-width: 768px) {
  .page-container .login-side-link {
    margin-right: 48px;
  }
}

.page-container .form-container {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .page-container .form-container {
    margin-top: 42px;
  }
}

.page-container .signup-right-image {
  background: url("/images/signup/signup.png");
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vh;
  padding: 24px;
  font-size: 19px;
  font-weight: 600;
  line-height: 175%;
  text-align: center !important;
  background-size: cover !important;
}

@media screen and (min-width: 768px) {
  .page-container .signup-right-image {
    display: flex !important;
  }
}

@media screen and (max-width: 768px) {
  .page-container .signup-right-image {
    margin-top: 24px;
  }
}

.page-container .signup-right-image .review-desc {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .page-container .signup-right-image .review-desc {
    max-width: 70%;
  }
}

.page-container .signup-right-image .profile-image {
  width: 78px;
  height: 78px;
  margin-top: 32px;
}

.page-container .signup-right-image .name {
  color: #fff;
  margin-top: 1rem;
}

.page-container .signup-right-image .designation {
  color: #fff;
  margin-top: 4px;
  font-size: 14px;
}

.page-container .right-image-signup {
  background-image: url("/images/signup/SideBg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page-container .right-image-signup {
    padding: 24px 20px;
  }
}

.page-container .right-image-signup .review-tweet {
  margin: auto;
  width: 364px !important;
  height: 327px !important;
}

@media screen and (max-width: 768px) {
  .page-container .right-image-signup .review-tweet {
    position: unset !important;
    width: 100% !important;
    height: auto !important;
  }
}

.page-container .right-image-signup .review-topbot {
  margin: auto;
  width: 496px !important;
  height: 327px !important;
}

@media screen and (max-width: 768px) {
  .page-container .right-image-signup .review-topbot {
    position: unset !important;
    width: 100% !important;
    height: auto !important;
  }
}

.page-container .right-image-signup .review-image {
  margin: auto;
  width: 350px !important;
  height: 350px !important;
}

@media screen and (max-width: 768px) {
  .page-container .right-image-signup .review-image {
    position: unset !important;
    width: 300px !important;
    height: 300px !important;
  }
}

.page-container .right-image-signup .review-compliance {
  margin: auto;
  width: 397px !important;
  height: 334px !important;
}

@media screen and (max-width: 768px) {
  .page-container .right-image-signup .review-compliance {
    position: unset !important;
    width: 342px !important;
    height: 286px !important;
  }
}

.spacing-top {
  margin-top: 16px !important;
}

@media screen and (max-width: 767px) {
  .spacing-top {
    margin-top: 8px !important;
  }
}

.error-number {
  background: #fff;
  border: 1px solid #e0b4b4;
  color: #9f3a38 !important;
}

@media screen and (max-width: 767px) {
  .sign-up-form {
    margin-bottom: 40px !important;
  }
}

.sign-up-form .name-input-container {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.sign-up-form .name-input-container .name-field {
  width: 48%;
  display: block !important;
}

.sign-up-form .email-field .ant-input {
  text-transform: lowercase;
}

.sign-up-form .ant-form-item {
  margin-bottom: 20px;
}

.sign-up-form .signup-title-fields .ant-form-item-label {
  padding-bottom: 4px;
}

.sign-up-form .signup-title-fields .ant-form-item-label > label {
  letter-spacing: .15px;
  color: #141414;
  font-size: 15px;
  font-weight: 600;
  line-height: 175%;
}

@media screen and (max-width: 767px) {
  .sign-up-form .signup-title-fields .ant-form-item-label > label {
    font-size: 14px;
    font-weight: 500;
  }
}

.sign-up-form .form-submit-button {
  color: #fff;
  text-align: center;
  height: 48px;
  margin: 12px 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #000 !important;
}

@media screen and (max-width: 767px) {
  .sign-up-form .form-submit-button {
    margin-top: 4px;
    margin-bottom: 0;
  }
}

.sign-up-form .submit-text {
  color: #fff;
}

.sign-up-form .bottom-desc {
  color: rgba(20, 20, 20, .5);
  letter-spacing: .1px;
  margin-top: 8px;
  margin-bottom: 32px;
  padding: 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}

.sign-up-form .bottom-desc-link {
  padding: 2px 6px;
  color: rgba(20, 20, 20, .5) !important;
  text-decoration: underline !important;
}

.about .hero {
  padding: 35px 0 110px;
  margin-top: 72px !important;
}

@media screen and (max-width: 767px) {
  .about .hero {
    padding: 50px 0 60px;
  }
}

.about .hero .title {
  font-size: 68px;
  font-weight: 700;
  line-height: 74px;
}

@media screen and (max-width: 767px) {
  .about .hero .title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 40px !important;
  }
}

.about .about-swiper-wrapper {
  background-image: url("/images/about/img-about-swiper-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .about .about-swiper-wrapper {
    height: 350px;
  }
}

.about .about-swiper-wrapper .about-swiper .swiper-image {
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
  width: 100%;
  height: 100% !important;
}

.about .about-swiper-wrapper .about-swiper.swiper {
  width: 340px;
  height: 340px;
}

@media screen and (max-width: 767px) {
  .about .about-swiper-wrapper .about-swiper.swiper {
    width: 250px;
    height: 250px;
  }
}

.about .about-swiper-wrapper .about-swiper .ant-image, .about .about-swiper-wrapper .about-swiper .ant-image-img {
  width: 100%;
  height: 100%;
}

.about .about-swiper-wrapper .about-swiper .swiper-slide {
  color: #fff;
  border: 4px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  display: flex;
}

.about .about-investors {
  padding: 120px 0 150px;
}

@media screen and (max-width: 767px) {
  .about .about-investors {
    padding: 56px 0 60px;
  }
}

.about .about-investors .ai-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
}

@media screen and (max-width: 767px) {
  .about .about-investors .ai-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px !important;
  }
}

.about .about-investors .ai-card {
  background: #fafafa;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.about .about-investors .ai-card img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 35px !important;
}

@media screen and (max-width: 767px) {
  .about .about-investors .ai-card {
    margin-bottom: 16px;
  }
}

.about .about-journey {
  background-color: #f8def6;
  padding: 160px 0 250px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about .about-journey {
    padding: 110px 0 50px;
  }
}

.about .about-journey .aj-bg-img {
  position: absolute;
  top: 60px;
  left: 52px;
}

@media screen and (max-width: 767px) {
  .about .about-journey .aj-bg-img {
    top: 24px;
    left: 24px;
    width: 69px !important;
  }
}

.about .about-journey .aj-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
}

@media screen and (max-width: 767px) {
  .about .about-journey .aj-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px !important;
  }
}

.about .about-journey .aj-content {
  font-size: 18px;
  line-height: 30px;
}

.about .about-journey .aj-content .aj-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  .about .about-journey .aj-content .aj-cta {
    width: 100%;
    margin-top: 34px;
    display: flex;
  }
}

.about .about-journey .aj-cta {
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  min-width: 300px;
  height: 70px;
  margin-top: 60px;
  padding: 0 36px;
  font-size: 24px;
  line-height: 26px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about .about-journey .aj-cta {
    display: none;
  }
}

.about .about-journey .aj-cta:hover {
  border: 2px solid #000;
  box-shadow: 4px 4px #000;
}

.about .about-team {
  padding: 180px 0 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about .about-team {
    padding: 120px 0 70px;
  }
}

.about .about-team .at-bg-img {
  position: absolute;
  top: 36px;
  left: 48px;
}

@media screen and (max-width: 767px) {
  .about .about-team .at-bg-img {
    justify-content: flex-start;
    width: 60px;
    height: auto;
    top: 24px;
    left: 24px;
  }
}

.about .about-team .at-title-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about .about-team .at-title-wrapper {
    justify-content: flex-start;
  }
}

.about .about-team .at-title {
  white-space: nowrap;
  word-break: keep-all;
  font-size: 240px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(270deg);
}

@media screen and (max-width: 767px) {
  .about .about-team .at-title {
    white-space: normal;
    font-size: 32px;
    line-height: 42px;
    transform: none;
    margin-bottom: 16px !important;
  }
}

.about .about-team .team-card {
  flex-direction: column;
  display: flex;
}

.about .about-team .team-card .at-card {
  background: #f2fafe;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  outline: 1.5px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  height: 100%;
  padding: 24px;
  transition: all .3s cubic-bezier(.22, 1, .36, 1);
  display: flex;
}

.about .about-team .team-card .at-card.at-card--static {
  cursor: default;
}

.about .about-team .team-card .at-card:not(.at-card--static):hover {
  border: 1.5px solid #000;
  outline: 1.5px solid #000;
  transform: translate(-4px, -4px);
  box-shadow: 8px 8px #000;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .about .about-team .team-card .at-card {
    margin-bottom: 24px;
    padding: 16px;
  }
}

.about .about-team .team-card .at-card .at-card-img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  background: #fafafa;
  border-radius: 12px;
  width: 100%;
}

.about .about-team .team-card .at-card .at-card-name {
  margin-top: 20px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.about .about-team .team-card .at-card .at-card-department {
  color: #555;
  min-height: 42px;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.4;
}

.pricing .pricing-signup {
  justify-content: center;
  align-items: center;
  width: 405px;
  height: 64px;
  margin: 50px auto auto;
  display: flex;
}

@media screen and (max-width: 575px) {
  .pricing .pricing-signup {
    width: 320px;
  }
}

.pricing .exploring {
  text-align: center;
  color: #141414;
  background-color: #fdf2ef;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .pricing .exploring {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.pricing .exploring .go-to-price {
  cursor: pointer;
  margin-top: 64px;
}

.pricing .exploring .exploring-text {
  width: 930px;
  margin: 0 auto 32px;
  font-size: 90px;
  font-weight: 500;
  line-height: 90%;
  color: #141414 !important;
}

@media screen and (max-width: 575px) {
  .pricing .exploring .exploring-text {
    width: 95%;
    font-size: 52px;
    line-height: 100%;
  }
}

.pricing .exploring .exploring-text b {
  font-weight: 800;
}

.pricing .exploring .exploring-desc {
  color: rgba(0, 0, 0, .6);
  width: 611px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 575px) {
  .pricing .exploring .exploring-desc {
    width: 95%;
    font-size: 20px;
  }
}

.pricing .exploring .see-pricing {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}

.pricing .utility {
  background: linear-gradient(0deg, #1c2d1e 30%, #d6ebc6 30%);
  padding: 20px 0;
}

@media screen and (max-width: 575px) {
  .pricing .utility {
    background: #d6ebc6;
    padding: 10px 0;
  }
}

.pricing .utility .heading-utility {
  color: #1b223c;
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .pricing .utility .heading-utility {
    font-size: 24px;
  }
}

.pricing .utility .sub-heading-utility {
  color: #3c3c3c;
  margin-top: 7px;
  font-size: 24px;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .pricing .utility .sub-heading-utility {
    font-size: 13px;
  }
}

.pricing .utility-list-item {
  color: #1b223c;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

@media screen and (max-width: 575px) {
  .pricing .utility-list-item {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 22px;
  }
}

.pricing .creator {
  text-align: center;
  background-color: #e2eed9;
  padding: 108px 0;
}

@media screen and (max-width: 575px) {
  .pricing .creator {
    padding: 64px 0;
  }
}

.pricing .creator .heading-creator {
  color: #008060;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.pricing .creator-price {
  color: #141414;
  padding-top: 24px;
  font-size: 24px;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .pricing .creator-price {
    padding-top: 13px;
    font-size: 14px;
  }
}

.pricing .creator-price b {
  font-size: 60px;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .pricing .creator-price b {
    font-size: 34px;
  }
}

.pricing .basic-com-btn {
  color: #1b223c;
  background: #f9f3f3;
  border: 1px solid #1b223c;
  border-radius: 12px;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  .pricing .basic-com-btn {
    margin-top: 14px;
    font-size: 14px;
  }
}

.pricing .basic-com-btn:hover, .pricing .basic-com-btn:active, .pricing .basic-com-btn:focus {
  color: #1b223c !important;
  background: #f9f3f3 !important;
  border: 1px solid #1b223c !important;
}

.pricing .premium-com-btn {
  color: #fff;
  background: #b743ef;
  border-radius: 12px;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  border: none !important;
}

@media screen and (max-width: 575px) {
  .pricing .premium-com-btn {
    margin-top: 14px;
    font-size: 14px;
  }
}

.pricing .premium-com-btn:hover, .pricing .premium-com-btn:active, .pricing .premium-com-btn:focus {
  color: #fff !important;
  background: #b743ef !important;
}

.pricing .creator-subtext {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

@media screen and (max-width: 575px) {
  .pricing .premium-pricing {
    margin-top: 32px;
  }
}

.pricing .price-side-image {
  width: 350px;
  position: absolute;
  top: -10px;
  right: -10px;
}

@media screen and (max-width: 575px) {
  .pricing .price-side-image {
    width: 200px;
  }
}

.pricing .desc-utility {
  color: #797878;
  text-align: center;
  margin: 0 auto;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .pricing .desc-utility {
    padding-top: 10px;
    font-size: 9px;
  }
}

.pricing .comparison {
  padding: 108px 0;
}

@media screen and (max-width: 575px) {
  .pricing .comparison {
    padding-top: 64px;
    padding-bottom: 0;
  }
}

.pricing .comparison .heading {
  color: #e44a32;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}

@media screen and (min-width: 575px) {
  .pricing .comparison .heading {
    width: 513px;
  }
}

.pricing .comparison .text {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

@media screen and (min-width: 575px) {
  .pricing .comparison .text {
    width: 513px;
    font-size: 54px;
  }
}

.pricing .aim {
  padding: 108px 0;
}

@media screen and (max-width: 575px) {
  .pricing .aim {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.pricing .aim .desc-aim {
  width: 467px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (max-width: 575px) {
  .pricing .aim .desc-aim {
    width: unset;
    padding-top: 30px;
  }
}

.pricing .comparison-table {
  margin-bottom: 80px;
}

.pricing .comparison-table .premiumTierContainer {
  background: linear-gradient(#f8eaff 0%, #fff 100%);
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 10px 10px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.pricing .comparison-table .table-headings {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

@media screen and (max-width: 575px) {
  .pricing .comparison-table .table-headings {
    font-size: 16px;
  }
}

.pricing .comparison-table .number {
  color: #e44332;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.pricing .comparison-table .values {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.pricing .comparison-table .values svg {
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  .pricing .comparison-table .values {
    font-size: 14px;
  }
}

.pricing .comparison-table .title {
  text-align: left;
  margin-left: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

@media screen and (max-width: 575px) {
  .pricing .comparison-table .title {
    margin-left: 0;
    font-size: 16px;
  }
}

.pricing .reviews-slider {
  margin-top: 200px;
}

.pricing .reviews-slider .title {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 130px;
  font-size: 66px;
  font-weight: 900;
  line-height: 85px;
}

@media screen and (max-width: 575px) {
  .pricing .reviews-slider .title {
    font-size: 48px;
    line-height: 58px;
  }

  .pricing .reviews-slider {
    margin-top: 100px;
  }

  .pricing .reviews-slider .title {
    max-width: 100%;
    margin-bottom: 60px;
  }
}

.pricing .reviews-slider .review-card {
  background-color: #f0fbf4;
  flex-direction: column;
  justify-content: space-between;
  height: 380px;
  padding: 40px;
  display: flex;
}

@media screen and (max-width: 575px) {
  .pricing .reviews-slider .review-card {
    height: 340px;
    padding: 24px;
  }
}

.pricing .reviews-slider .review-card .info {
  align-items: center;
}

.pricing .reviews-slider .review-card .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 575px) {
  .pricing .reviews-slider .review-card .text {
    font-size: 16px;
  }
}

.pricing .reviews-slider .review-card .ss-footer-dp {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 575px) {
  .pricing .reviews-slider .review-card .ss-footer-dp {
    width: 40px;
    height: 40px;
  }
}

.pricing .reviews-slider .review-card .person-info {
  padding-left: 12px;
}

.pricing .reviews-slider .review-card .person-info .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.pricing .reviews-slider .review-card .person-info .company {
  color: #6c6c87;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.pricing .pricing-features {
  background: #1c2d1e;
  padding: 30px 0 100px;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-features {
    padding: 60px 0;
  }
}

.pricing .pricing-features .title {
  color: #fff;
  text-align: center;
  letter-spacing: -1.92px;
  margin-bottom: 48px;
  font-size: 64px;
  font-weight: 900;
  line-height: 82px;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-features .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
  }
}

.pricing .pricing-services {
  background: #f7f7f7;
  padding: 130px 0 230px;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-services {
    padding: 80px 0 130px;
  }
}

.pricing .pricing-services .title {
  text-align: center;
  letter-spacing: -1.92px;
  margin-bottom: 70px;
  font-size: 64px;
  font-weight: 900;
  line-height: 82px;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-services .title {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 900;
    line-height: 58px;
  }
}

.pricing .pricing-services .ps-block {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-services .ps-block {
    margin-top: 70px;
  }

  .pricing .pricing-services .ps-block img {
    max-width: 160px;
  }
}

.pricing .pricing-services .ps-block .ps-title {
  margin-top: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .pricing .pricing-services .ps-block .ps-title {
    margin-top: 24px;
  }
}

.pricing .pricing-services .ps-block .ps-subtitle {
  color: rgba(20, 20, 20, .58);
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.pricing .img-services {
  width: 100%;
  margin-bottom: 20px;
  position: relative !important;
}

@media screen and (min-width: 767px) {
  .pricing .img-services {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 38px;
    height: 100% !important;
  }
}

.terms-privacy .header {
  text-align: center;
  color: #fff;
  background-color: #0d0d0d;
  justify-content: center;
  margin-top: 72px;
  padding-top: 132px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .terms-privacy .header {
    margin-top: 58px;
  }
}

@media screen and (max-width: 575px) {
  .terms-privacy .header {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.terms-privacy .header .heading {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 110%;
}

@media screen and (max-width: 575px) {
  .terms-privacy .header .heading {
    font-size: 40px;
  }
}

.terms-privacy .content {
  padding: 0 24px 160px;
}

@media screen and (min-width: 575px) {
  .terms-privacy .content {
    padding: 40px 241px 160px;
  }
}

.terms-privacy .content .title {
  margin-top: 64px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

@media screen and (max-width: 575px) {
  .terms-privacy .content .title {
    margin-top: 56px;
    font-size: 32px;
  }
}

.terms-privacy .content .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 575px) {
  .terms-privacy .content .text {
    font-size: 16px;
  }
}

.terms-privacy .content .privacy-para {
  padding-top: 40px;
}

.social-media {
  background: rgba(0, 0, 0, .06);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.social-media .social-media-icons {
  color: #141414;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .social-media {
    width: 32px;
    height: 32px;
    margin-right: 4px;
  }
}

.public-profile {
  margin-top: 64px !important;
}

.public-profile .mobile-hide {
  display: block;
}

@media screen and (max-width: 767px) {
  .public-profile .mobile-hide {
    display: none;
  }
}

.public-profile .crest-title-section {
  align-items: center;
  display: flex;
}

.public-profile .crest-title-section .crests-profile-img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.public-profile .public-profile-section-heading {
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 42px;
  font-size: 46px !important;
}

.public-profile .profile-content .header {
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 52px;
  display: flex;
}

.public-profile .profile-content .header button {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

@media screen and (max-width: 991px) {
  .public-profile .profile-content .header {
    margin-left: 10px;
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 0 !important;
  }
}

.public-profile .profile-content .title {
  color: #434343;
  width: 75%;
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .public-profile .profile-content .title {
    width: 100%;
  }
}

.public-profile .profile-content .status {
  border: 1px solid #e3e3e3;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  margin-top: 40px;
  display: inline-flex;
}

.public-profile .profile-content .status .status-icon {
  background-color: #10985b;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.public-profile .profile-content .share-profile {
  align-items: center;
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  margin-top: 42px !important;
}

.public-profile .profile-content .share-profile .share-icon {
  margin-right: 10px;
}

.public-profile .service-card {
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 197px;
  padding: 0;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  margin-bottom: 30px !important;
}

.public-profile .service-card.show-more {
  margin-left: 33%;
}

.public-profile .service-card .top-section {
  align-items: flex-start;
  width: 100%;
  padding: 25px 24px 24px;
  display: flex;
}

.public-profile .service-card .service-card-cta {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: none;
}

@media screen and (min-width: 767px) {
  .public-profile .service-card .service-card-cta.desktop {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .public-profile .service-card .service-card-cta.mobile {
    display: block;
  }
}

.public-profile .service-card .service-card-cta.basic > svg {
  margin-right: 8px;
}

.public-profile .service-card .service-card-cta.circular {
  min-width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.public-profile .service-card .service-card-cta.circular > svg {
  margin: 0;
}

.public-profile .service-card:hover {
  transition: all .3s ease-in-out;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .12);
}

.public-profile .service-card:hover .service-card-cta {
  transition: all .3s ease-in-out;
  color: #fff !important;
  background-color: #000 !important;
}

.public-profile .service-card .card-side-section {
  width: auto;
  margin-right: 16px;
  display: flex;
}

.public-profile .service-card .card-side-section img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  min-width: 28px;
}

.public-profile .service-card .card-duration-block {
  justify-content: space-around;
  align-self: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.public-profile .service-card .card-duration-block .card-duration-img {
  margin-right: 8px;
}

.public-profile .service-card .card-main-section {
  flex-direction: column;
  justify-content: space-around;
  width: 90%;
  height: 100%;
  display: flex;
}

.public-profile .service-card .card-main-section .card-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.public-profile .service-card .card-main-section .card-header .service-card-title {
  width: 70%;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.public-profile .service-card .card-main-section .card-header .header-actions {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.public-profile .service-card .card-main-section .card-content {
  height: 100%;
  display: flex;
}

.public-profile .service-card .card-main-section .card-content .service-description {
  max-width: 75%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.public-profile .service-card .card-footer-section {
  border-top: 1px solid rgba(225, 225, 225, .4);
  justify-content: space-between;
  align-items: center;
  min-height: 57px;
  padding: 14px 16px;
  display: flex;
}

.public-profile .card-overview {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  width: 100%;
  height: 232px;
  margin-bottom: 24px;
  padding: 28px;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .public-profile .card-overview {
    padding: 18px;
  }
}

.public-profile .card-overview .top-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
  display: flex;
}

.public-profile .card-overview .top-section .card-title-box {
  font-size: 15px;
  font-weight: 600;
}

.public-profile .card-overview .card-description {
  white-space: break-word;
  margin-top: 24px;
  font-size: 15px;
  line-height: 25px;
}

.public-profile .about-me {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.public-profile .about-me .user-description {
  white-space: break-spaces;
  font-size: 19px;
  font-weight: 500;
  line-height: 34px;
}

.public-profile .about-me .about-icon {
  margin-left: -30px;
  position: relative;
}

.public-profile .about-me .about-icon .title-bg {
  margin-left: -60px;
}

.public-profile .about-me .about-icon .main-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 230px;
  max-width: 352px;
  position: absolute;
  top: 20px;
  left: 0;
}

.public-profile .tweak-tag {
  color: #6654f5;
  background-color: rgba(102, 84, 245, .08);
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 5px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  display: inline-flex;
}

.public-profile .tweak-tag svg, .public-profile .tweak-tag img {
  margin-right: 5px;
}

.public-profile .booking-number {
  background-color: rgba(252, 240, 198, .69);
  border-radius: 24px;
  padding: 8px 16px 6px;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .public-profile .booking-number {
    padding: 5px 12px;
    font-size: 13px;
  }
}

.public-profile .booking-number-service-card {
  background-color: #fffeef;
  border: 1px solid #f1ecb5;
  border-radius: 24px;
  padding: 3px 8px;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: -6px;
  left: 65%;
}

.public-profile .microsoft-tag {
  cursor: pointer;
  background: #fdf4e6;
  border-radius: 35px;
  max-width: 350px;
  margin-top: 40px;
  animation: 2s infinite pulse-orange;
  box-shadow: 0 0 #fdf4e6;
}

@media screen and (max-width: 767px) {
  .public-profile .microsoft-tag {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@keyframes pulse-orange {
  0% {
    transform: scale(.999);
    box-shadow: 0 0 #facd86;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }

  100% {
    transform: scale(.999);
    box-shadow: 0 0 rgba(255, 121, 63, 0);
  }
}

.tweak-nav {
  z-index: 9;
  background-color: #fbe8e6;
  height: 62px;
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .tweak-nav {
    height: 56px;
  }
}

.tweak-nav .tweak-tag, .tweak-nav .tweak-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tweak-nav .tweak-text {
  color: var(--colorTextBase);
  align-items: center;
  margin-right: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .tweak-nav .tweak-text {
    text-align: left;
    margin-right: 10px;
    font-size: 15px;
    line-height: 20px;
  }
}

.tweak-nav .tweak-btn {
  color: #141414;
  border-radius: 6px;
  height: 32px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.tweak-nav .tweak-btn:hover, .tweak-nav .tweak-btn:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

@media screen and (max-width: 767px) {
  .tweak-nav .tweak-btn {
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }
}

.public-profile-footer {
  text-align: center;
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  display: flex;
  max-width: 100% !important;
  padding: 40px 20px 50px !important;
}

.public-profile-footer .help-text {
  color: #243239;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.public-profile-footer .help-btn {
  background: #fafafa;
  border: 1px solid #141414;
  border-radius: 6px;
  margin-top: 16px;
}

.public-profile-footer .footer-text {
  text-align: center;
  letter-spacing: .15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 175%;
}

.public-profile-footer .username-input-outer {
  background: #fff;
  border-radius: 41px;
  align-items: center;
  min-width: 340px;
  padding: 10px;
  font-size: 24px;
  display: flex;
  height: 48px !important;
  margin-top: 1rem !important;
}

@media screen and (max-width: 768px) {
  .public-profile-footer .username-input-outer {
    min-width: auto;
    font-size: 16px;
  }
}

.public-profile-footer .username-input-outer > p {
  margin: 0 !important;
}

.public-profile-footer .username-input-arrow {
  color: #008060;
  opacity: 1 !important;
  width: 1.18em !important;
  transition: none !important;
}

.public-profile-footer .username-input {
  padding: 0;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .public-profile-footer .username-input {
    font-size: 16px;
  }
}

.public-profile-footer.show-more {
  margin-left: 40%;
}

.mobile-visible {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }

  .mobile-visible {
    display: block !important;
  }

  .public-profile {
    margin-top: 0 !important;
  }

  .public-profile .public-profile-section-heading {
    margin-bottom: 24px;
    font-weight: 900;
    line-height: 24px;
    font-size: 32px !important;
  }

  .public-profile .profile-content {
    flex-direction: column;
    align-items: center;
  }

  .public-profile .profile-content .header {
    line-height: 28px;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 23px !important;
    font-weight: 600 !important;
  }

  .public-profile .profile-content .social-media {
    background: rgba(0, 0, 0, .06);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 4px;
    display: flex;
  }

  .public-profile .profile-content .social-media .social-media-icons {
    color: #141414;
    font-size: 16px;
  }

  .public-profile .service-card {
    justify-content: space-between;
    margin-bottom: 15px !important;
  }

  .public-profile .service-card.show-more {
    margin-left: 33%;
  }

  .public-profile .service-card .top-section {
    padding: 22px 16px 17px;
  }

  .public-profile .service-card .card-main-section {
    justify-content: space-between;
  }

  .public-profile .service-card .card-main-section .card-content .service-description {
    max-width: 100%;
  }

  .public-profile .service-card .card-header {
    width: 100%;
  }

  .public-profile .service-card .card-header .service-card-title {
    margin: 0;
    width: 100% !important;
  }

  .public-profile .service-card .card-duration-block {
    align-self: center;
  }

  .public-profile .about-me .about-icon {
    display: none;
  }

  .public-profile .show-more {
    margin-left: 33%;
  }
}

.claim-btn {
  border: 1px solid #141414;
  align-items: center;
  gap: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.claim-btn:hover {
  transition: all .25s ease-in-out;
  box-shadow: 4px 4px #000;
  background: #fff !important;
}

.public-profile-nav {
  justify-content: center;
  min-height: 56px;
  padding: 6px 0;
  display: none;
  box-shadow: 0 1px #e5e9f2;
  margin: 0 !important;
}

.public-profile-nav .user-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .public-profile-nav {
    display: block;
  }
}

.public-profile-pricing {
  white-space: nowrap;
  color: #141414;
  background: none;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 24px;
  display: flex;
  font-size: 17px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
  .public-profile-pricing {
    font-size: 16px !important;
  }
}

.public-profile-pricing.pricing-bordered {
  border: 1px solid #141414;
  border-radius: 24px;
  height: 40px;
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  .public-profile-pricing.pricing-bordered {
    padding: 8px 12px;
  }
}

.subscribe-modal.modal-container {
  top: 60px;
}

@media screen and (max-width: 767px) {
  .subscribe-modal.modal-container {
    width: 90%;
    display: block !important;
  }
}

.subscribe-modal .sm-profile-container {
  height: 170px;
  padding: 24px;
}

.subscribe-modal .sm-profile-container .sm-profile-pic {
  border-radius: 50%;
}

.subscribe-modal .sm-title {
  margin-top: 24px;
  padding: 0 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.subscribe-modal .sm-subtitle {
  color: rgba(20, 20, 20, .6);
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 22px;
}

.subscribe-modal .sm-form {
  padding: 0 24px;
}

.subscribe-modal .sm-cta-wrapper {
  border-top: 1px solid rgba(0, 0, 0, .12);
  margin-top: 60px;
  padding: 24px;
}

.public-profile-v2 {
  background-color: #fff;
  height: 100%;
  min-height: 100vh;
}

.public-profile-v2 .pp-coupon-toast {
  z-index: 999;
  color: #fff;
  background: #008060;
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 21px 10px;
  font-size: 16px;
  font-weight: 500;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-coupon-toast {
    font-size: 14px;
    top: 20px;
  }

  .public-profile-v2 .pp-layout {
    flex-direction: column;
  }
}

.public-profile-v2 .pp-layout .claim-btn {
  position: fixed;
  bottom: 32px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-layout .claim-btn {
    display: none;
  }
}

.public-profile-v2 .pp-layout .profile-sidebar {
  flex: 0 0 33% !important;
  width: 33% !important;
  max-width: 33% !important;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-layout .profile-sidebar {
    flex-direction: column;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.public-profile-v2 .pp-service-details {
  background-color: #efece3;
  min-height: 100vh;
  padding: 32px 0 64px;
  padding-top: 32px !important;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-service-details {
    width: 100% !important;
    padding-top: 0 !important;
  }
}

.public-profile-v2 .pp-service-details .pp-profile-legal-links {
  border-top: 1px solid rgba(20, 20, 20, .1);
  margin-top: 40px;
  padding-top: 28px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-service-details .pp-profile-legal-links {
    margin-top: 32px;
    padding-top: 24px;
  }
}

.public-profile-v2 .pp-service-details .pp-profile-legal-links .service-terms-links--public-profile {
  color: rgba(20, 20, 20, .55);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin: 0 !important;
  padding: 0 !important;
}

.public-profile-v2 .pp-service-details .pp-profile-legal-links .service-terms-links--public-profile a {
  padding: 2px 4px;
  text-decoration: underline;
  color: rgba(20, 20, 20, .55) !important;
}

.public-profile-v2 .pp-service-details .pp-services .title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-service-details .pp-services .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
  }
}

.public-profile-v2 .pp-service-details .pp-services .is-pinned {
  z-index: 9;
  transition: all .25s ease-in-out;
}

.public-profile-v2 .is-pinned {
  z-index: 1;
  width: 100%;
  transition: all .25s ease-in-out;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .05);
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .is-pinned {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05), inset 0 -1px rgba(0, 0, 0, .1);
  }
}

.public-profile-v2 .service-card {
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 32px;
  align-items: start;
  min-height: 274px;
  margin-bottom: 40px;
  transition: all .5s ease-in-out;
  display: grid;
  position: relative;
  box-shadow: .5px .5px 4px rgba(0, 0, 0, .03), -.5px -.5px 4px rgba(0, 0, 0, .03);
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card {
    min-height: 268px;
    margin-bottom: 24px;
  }
}

.public-profile-v2 .service-card:hover {
  transition: all .5s ease-in-out;
  box-shadow: 12px 12px 32px rgba(0, 0, 0, .1);
}

.public-profile-v2 .service-card:hover .sc-arrow {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  transition: color, background-color .6s ease-in-out;
}

.public-profile-v2 .service-card.edit-mode:hover {
  cursor: grab;
}

.public-profile-v2 .service-card.edit-mode:hover .edit-icon {
  transition: all .4s ease-in-out;
  display: grid;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card.edit-mode .edit-icon {
    display: grid;
    top: -22px;
  }
}

.public-profile-v2 .service-card .edit-icon {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s ease-in-out;
  display: none;
  position: absolute;
  top: -26px;
  left: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card .edit-icon {
    width: 40px;
    height: 40px;
  }
}

.public-profile-v2 .service-card .sc-product-tag {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  background: rgba(12, 12, 12, .5);
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  position: relative;
  bottom: 54px;
  left: 9px;
}

.public-profile-v2 .service-card .sc-thumbnail {
  border-radius: 32px 32px 0 0;
  width: 100%;
}

.public-profile-v2 .service-card .sc-header {
  justify-content: space-between;
  align-items: center;
  max-height: 74px;
  padding: 24px 24px 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card .sc-header {
    padding: 20px 20px 4px;
  }
}

.public-profile-v2 .service-card .sc-icon {
  color: #666b60;
  background: #f7f7f7;
  border: 1px solid #ebeaeb;
  border-radius: 9px;
  height: 40px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 125%;
}

.public-profile-v2 .service-card .sc-details {
  padding: 24px 24px 10px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card .sc-details {
    padding: 0 20px 10px;
  }
}

.public-profile-v2 .service-card .sc-details .sc-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card .sc-details .sc-name {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }
}

.public-profile-v2 .service-card .sc-details .sc-description {
  color: #666b60;
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card .sc-details .sc-description {
    font-size: 14px;
    line-height: 18px;
  }
}

.public-profile-v2 .service-card .sc-footer {
  border-top: 1px solid #ebeaeb;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card .sc-footer {
    padding: 16px 20px;
  }
}

.public-profile-v2 .service-card .sc-tags {
  color: #666b60;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .service-card .sc-tags {
    font-size: 14px;
    line-height: 18px;
  }

  .public-profile-v2 .pp-about {
    padding: 0 20px 80px;
  }
}

.public-profile-v2 .pp-about .pp-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-about .pp-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
  }
}

.public-profile-v2 .pp-about .pp-description {
  white-space: pre-line;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-about .pp-description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

.public-profile-v2 .pp-about .social-media {
  background: rgba(255, 255, 255, .95);
  border: 1px solid #ebeaeb;
  border-radius: 16px;
  width: 80px;
  height: 80px;
  padding: 22px;
  box-shadow: .5px .5px 4px rgba(0, 0, 0, .03), -.5px -.5px 4px rgba(0, 0, 0, .03);
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-about .social-media {
    width: 60px;
    height: 60px;
    padding: 14px;
  }
}

.public-profile-v2 .pp-about .social-media .social-media-icons {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-about .social-media .social-media-icons {
    font-size: 28px;
  }
}

.public-profile-v2 .pp-ratings {
  margin-top: 40px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-ratings {
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 0 20px;
  }
}

.public-profile-v2 .pp-ratings .pp-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-ratings .pp-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
  }
}

.public-profile-v2 .pp-ratings .pp-testimonial-edit-icon {
  cursor: pointer;
  z-index: 2;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s ease-in-out;
  display: none;
  position: absolute;
  top: -18px;
  right: -18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-ratings .pp-testimonial-edit-icon {
    width: 40px;
    height: 40px;
  }
}

.public-profile-v2 .pp-ratings .share-cta {
  color: #141414;
  background: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 12px;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 16px 36px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-ratings .share-cta {
    height: 40px;
    padding: 8px;
  }
}

.public-profile-v2 .pp-ratings .pp-ratings-block {
  background: rgba(255, 255, 255, .95);
  border: 1px solid #ebeaeb;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 176px;
  margin-top: 16px;
  transition: all .25s linear;
  display: flex;
  box-shadow: .5px .5px 4px rgba(0, 0, 0, .03), -.5px -.5px 4px rgba(0, 0, 0, .03);
  overflow: visible !important;
}

.public-profile-v2 .pp-ratings .pp-ratings-block:focus .pp-testimonial-edit-icon, .public-profile-v2 .pp-ratings .pp-ratings-block:hover .pp-testimonial-edit-icon {
  transition: all .25s linear;
  display: flex;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-ratings .pp-ratings-block {
    aspect-ratio: 1;
    align-items: flex-start;
    gap: 8px;
    height: auto;
    padding: 0 10px;
  }

  .public-profile-v2 .pp-ratings .pp-ratings-block img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}

.public-profile-v2 .pp-ratings .pp-ratings-block .rb-values {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-ratings .pp-ratings-block .rb-values {
    font-size: 24px;
    line-height: 24px;
  }
}

.public-profile-v2 .pp-ratings .pp-ratings-block .rb-prop {
  color: #666b60;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-ratings .pp-ratings-block .rb-prop {
    font-size: 11px;
    line-height: 16px;
  }
}

.public-profile-v2 .pp-ratings .pp-ratings-block .christmas-balls-lottie {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .pp-ratings .pp-ratings-block .christmas-balls-lottie {
    width: 100%;
    top: -20px;
    left: -4px;
  }

  .public-profile-v2 .highlights-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.public-profile-v2 .highlights-container .highlight-card {
  background: #fff;
  border: 1px solid #ebeaeb;
  border-radius: 32px;
  align-items: stretch;
  width: 100%;
  min-height: 175px;
  margin-bottom: 40px;
  padding: 16px;
  transition: all .4s ease-in-out;
  display: grid;
  position: relative;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .highlights-container .highlight-card {
    border-radius: 18px;
    min-height: 124px;
    margin-bottom: 16px;
    padding: 12px 16px;
  }
}

.public-profile-v2 .highlights-container .highlight-card .desc {
  white-space: pre-wrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.public-profile-v2 .highlights-container .highlight-card .sec-desc {
  color: #666b60;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.public-profile-v2 .highlights-container .highlight-card:hover .sc-arrow {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  transition: color, background-color .6s ease-in-out;
}

.public-profile-v2 .highlights-container .highlight-card .campaign-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.public-profile-v2 .highlights-container .highlight-card .campaign-desc {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.public-profile-v2 .highlights-container .highlight-card .ant-progress-line {
  margin-bottom: 4px;
}

.public-profile-v2 .highlights-container .highlight-card .campaign-sec-desc {
  color: #666b60;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.public-profile-v2 .highlights-container .highlight-card.highlight-edit-mode:hover {
  border-color: rgba(0, 0, 0, 0);
  transition: all .4s ease-in-out;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
}

.public-profile-v2 .highlights-container .highlight-card.highlight-edit-mode:hover .edit-icon {
  transition: all .4s ease-in-out;
  display: grid;
}

.public-profile-v2 .highlights-container .highlight-card.highlight-edit-mode .edit-icon {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .highlights-container .highlight-card.highlight-edit-mode .edit-icon {
    display: grid;
    top: -34px;
  }
}

.public-profile-v2 .highlights-container .highlight-card .edit-icon {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s ease-in-out;
  display: none;
  position: absolute;
  top: -32px;
  left: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}

.public-profile-v2 .highlights-container .highlight-card .highlight-image {
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  width: 100%;
  height: 127px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
}

@media screen and (max-width: 767px) {
  .public-profile-v2 .highlights-container .highlight-card .highlight-image {
    background: #f7f7f7;
    border-radius: 18px;
    height: 100px;
  }

  .public-profile-v2 .highlights-container .swiper-pagination {
    bottom: -2px;
  }

  .public-profile-v2 .highlights-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--colorTextBase);
  }
}

.public-profile-v2 .snow-time {
  max-width: 100%;
  overflow: hidden;
}

.public-profile-v2 .snow {
  z-index: 99;
  animation: 2.9s ease-in infinite both snowfall;
  position: absolute;
  top: -1.5rem;
}

.public-profile-v2 .snow:first-child {
  font-size: 1.75rem;
  animation-delay: .1s;
  left: 50%;
}

.public-profile-v2 .snow:nth-child(2) {
  font-size: .9rem;
  animation-delay: .3s;
  left: 22%;
}

.public-profile-v2 .snow:nth-child(3) {
  animation-delay: .5s;
  left: 13%;
}

.public-profile-v2 .snow:nth-child(4) {
  animation-delay: .7s;
  left: 95%;
}

.public-profile-v2 .snow:nth-child(5) {
  font-size: 1.25rem;
  animation-delay: .9s;
  left: 29%;
}

.public-profile-v2 .snow:nth-child(6) {
  animation-delay: 1.1s;
  left: 60%;
}

.public-profile-v2 .snow:nth-child(7) {
  animation-delay: 1.3s;
  left: 85%;
}

.public-profile-v2 .snow:nth-child(8) {
  font-size: .9rem;
  animation-delay: 1.5s;
  left: 45%;
}

.public-profile-v2 .snow:nth-child(9) {
  animation-delay: 1.7s;
  left: 93%;
}

.public-profile-v2 .snow:nth-child(10) {
  animation-delay: 1.9s;
  left: 26%;
}

.public-profile-v2 .snow:nth-child(11) {
  font-size: 1.5rem;
  animation-delay: 2.1s;
  left: 10%;
}

.public-profile-v2 .snow:nth-child(12) {
  animation-delay: 2.3s;
  left: 90%;
}

.public-profile-v2 .snow:nth-child(13) {
  animation-delay: 2.5s;
  left: 6%;
}

.public-profile-v2 .snow:nth-child(14) {
  font-size: 1.25rem;
  animation-delay: 2.7s;
  left: 64%;
}

.public-profile-v2 .snow:nth-child(15) {
  animation-delay: 2.9s;
  left: 77%;
}

@keyframes snowfall {
  0% {
    transform: translate3d(0, 0, 0), skew(10deg) rotateX(0) rotateY(0);
    opacity: 1;
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-120px, 100vh, 0)skew(-10deg)rotateX(50deg)rotateY(50deg);
  }
}

.service-filters {
  z-index: 1;
  background-color: #efece3;
  width: 100%;
  overflow: hidden;
}

.service-filters .service-filters-container {
  z-index: 9;
  -ms-overflow-style: none;
  scrollbar-width: none;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  display: flex;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .service-filters .service-filters-container {
    padding: 16px 20px;
  }
}

.service-filters .service-filters-container::-webkit-scrollbar {
  display: none;
}

.service-filters .filter-item {
  border: 1px solid var(--colorTextBase);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border-radius: 12px;
  height: 54px;
  margin-bottom: 12px;
  padding: 15px 24px 16px;
  font-size: 18px;
  line-height: 129%;
  transition: all .4s ease-in-out;
  display: flex;
}

@media screen and (max-width: 767px) {
  .service-filters .filter-item {
    white-space: nowrap;
    height: 40px;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 15px;
  }
}

.service-filters .filter-item.active {
  color: #fff;
  background-color: #000;
  font-weight: 700;
  transition: all .25s ease-in-out;
}

.service-filters .filter-item.active:hover, .service-filters .filter-item.active:focus {
  color: #fff;
  background-color: #000;
  transition: all .4s ease-in-out;
}

.service-filters .filter-item:hover, .service-filters .filter-item:focus {
  background: rgba(0, 0, 0, .06);
  transition: all .4s ease-in-out;
}

.pp-testimonials {
  padding: 10px 0;
}

.pp-testimonials .testimonials-container {
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-flow: dense;
  width: 100%;
  display: grid;
}

@media screen and (max-width: 767px) {
  .pp-testimonials .testimonials-container {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

.pp-testimonials .pp-review-container {
  gap: 24px;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pp-testimonials .pp-review-container {
    gap: 20px;
    margin-top: 24px;
  }
}

.pp-testimonials .pp-review-container_column {
  background-clip: padding-box;
  flex-direction: column;
  gap: 24px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pp-testimonials .pp-review-container_column {
    gap: 20px;
  }
}

.pp-testimonials .pp-testimonials-btn {
  background: #fdfbf9;
  border: 1px solid #ebeaeb;
  border-radius: 6px;
  width: auto;
  height: 48px;
  margin: 40px auto 0;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .25s linear;
  display: inline-flex;
  box-shadow: -.5px -.5px 4px rgba(0, 0, 0, .03), .5px .5px 4px rgba(0, 0, 0, .03);
}

.pp-testimonials .pp-testimonials-btn:hover, .pp-testimonials .pp-testimonials-btn:focus {
  transition: all .25s linear;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, .1);
  border: 1px solid #ebeaeb !important;
}

.pp-testimonials .t-card {
  cursor: pointer;
  background: #fdfbf9;
  border: 1px solid #ebeaeb;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 38px 24px 24px;
  transition: all .25s linear;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: -.5px -.5px 4px rgba(0, 0, 0, .03), .5px .5px 4px rgba(0, 0, 0, .03);
}

.pp-testimonials .t-card.long {
  min-height: 500px;
}

.pp-testimonials .t-card:hover, .pp-testimonials .t-card:focus {
  transition: all .25s linear;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, .1);
}

.pp-testimonials .t-card-text {
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .pp-testimonials .t-card-text {
    font-size: 16px;
    line-height: 28px;
  }

  .pp-testimonials .t-card-details {
    flex-direction: column;
    align-items: flex-start;
  }
}

.pp-testimonials .t-card-time {
  color: #797979;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.pp-testimonials .t-card-quote {
  color: #efe3d2;
  position: absolute;
  top: 6px;
  left: 20px;
}

.pp-login-nav {
  z-index: 99;
  background: rgba(255, 255, 255, .98);
  border-radius: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 615px;
  height: 64px;
  padding: 12px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 45%;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .24);
}

@media screen and (max-width: 767px) {
  .pp-login-nav {
    height: 68px;
    padding: 14px 12px;
  }
}

.pp-login-nav .nav-btn-section .nav-btn {
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: all .25s ease-in-out;
  display: flex;
}

.pp-login-nav .nav-btn-section .nav-btn:hover, .pp-login-nav .nav-btn-section .nav-btn:focus {
  transition: all .25s ease-in;
  background: #e4e4e4 !important;
  border-color: #e4e4e4 !important;
}

.pp-login-nav .nav-btn-section .nav-btn .theme-box {
  border-radius: 4px;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .pp-login-nav .nav-btn-section .nav-btn .theme-box {
    width: 24px;
    height: 24px;
  }

  .pp-login-nav .nav-btn-section .nav-btn {
    border-radius: 6px;
    height: 36px;
    min-height: 36px;
    padding: 6px 0;
    width: 36px !important;
  }
}

.pp-login-nav.invert {
  background: rgba(255, 255, 255, .3);
  box-shadow: 4px 4px 24px rgba(255, 255, 255, .12);
}

@media screen and (max-width: 767px) {
  .pp-login-nav.invert {
    background: #fff;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  }

  .pp-login-nav {
    z-index: 99;
    width: auto;
    height: 64px;
    left: 12px;
    right: 12px;
  }
}

.home-btn {
  background: #ece5d9;
  border-radius: 6px;
  height: 40px;
  padding: 9px 12px;
  transition: all .25s ease-in;
  border-color: #ece5d9 !important;
  width: auto !important;
  min-height: 40px !important;
}

.home-btn:focus, .home-btn:hover {
  transition: all .25s ease-in;
  background: #eeddc1 !important;
  border-color: #eeddc1 !important;
}

@media screen and (max-width: 767px) {
  .home-btn {
    width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 6px 0 !important;
  }
}

.share-btn {
  color: #d8e747;
  text-align: center;
  background: #015840;
  border-color: #015840;
  border-radius: 6px;
  height: 40px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .25s ease-in;
  min-height: 40px !important;
}

.share-btn:focus, .share-btn:hover {
  transition: all .25s ease-in;
  color: #d8e747 !important;
  background: #014935 !important;
  border-color: #014935 !important;
}

@media screen and (max-width: 767px) {
  .share-btn {
    width: 36px;
    height: 36px;
    padding: 6px 0;
    min-height: 36px !important;
  }
}

.public-service-empty {
  color: #939393;
  cursor: pointer;
  background: #f9fafc;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 30px;
  line-height: 125%;
  display: flex;
  margin-top: 20px !important;
  font-size: 24px !important;
}

@media screen and (max-width: 767px) {
  .public-service-empty {
    gap: 12px;
    padding: 20px;
    font-size: 18px !important;
  }
}

.pp-loader {
  z-index: 999;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-company {
  background: rgba(255, 255, 255, .95);
  border: 1px solid #ebeaeb;
  border-radius: 16px;
  min-width: 160px;
  padding: 13px 20px 13px 13px;
  box-shadow: .5px .5px 4px rgba(0, 0, 0, .03), -.5px -.5px 4px rgba(0, 0, 0, .03);
}

.about-company .about-tag-title {
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.about-company .about-tag-desc {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.video-call .main {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .video-call .main {
    min-height: 100vh;
    margin-top: 0;
  }

  .video-call .service-user-avatar {
    width: 32px !important;
    height: 32px !important;
  }
}

.video-call .slider {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .video-call .slider {
    margin-top: 24px;
  }
}

.video-call .embed-main {
  min-width: 100%;
}

.video-call .service-details {
  background: #fff;
  border: none;
  border-radius: 40px;
  min-width: 0;
  min-height: 100vh;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
}

@media screen and (max-width: 767px) {
  .video-call .service-details {
    border-radius: 0;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

.video-call .service-details.product-container {
  width: auto;
  margin-top: 0;
}

.video-call .service-details .service-user-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .service-user-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  .video-call .service-details .service-user-avatar {
    width: 32px !important;
    height: 32px !important;
  }
}

.video-call .service-details .service-charge {
  border-right: .5px solid #e3e8ed;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .service-charge {
    padding: 8px 4px 8px 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .video-call .service-details .service-charge span {
    margin-right: 4px !important;
    font-size: 14px !important;
  }
}

.video-call .service-details .service-duration {
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .service-duration {
    padding: 8px 4px 8px 12px;
    font-size: 14px;
    line-height: 24px;
  }
}

.video-call .service-details .service-icon {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .service-icon {
    margin-right: 8px;
  }
}

.video-call .service-details .description-section {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin-top: 32px;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .description-section {
    margin-top: 24px;
    padding: 0 20px;
  }
}

.video-call .service-details .description-section .service-description {
  min-width: 0;
  max-width: 100%;
  font-size: 16px;
  line-height: 28px;
}

.video-call .service-details .testimonials-section {
  margin-bottom: 20px;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .testimonials-section {
    padding: 0 20px;
  }
}

.video-call .service-details .service-terms-bottom-section {
  margin-bottom: 8px;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .service-terms-bottom-section {
    padding: 0 20px;
  }
}

.video-call .service-details .service-terms-bottom-section .service-terms-links--page-bottom {
  text-align: left;
  padding: 0 0 24px;
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .service-terms-bottom-section .service-terms-links--page-bottom {
    text-align: center;
    padding: 0 0 84px;
    margin-top: 16px !important;
  }
}

.video-call .service-details .slider-section {
  margin-top: 24px;
}

.video-call .service-details .slider-section .testimonials-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.video-call .service-details .slider-section .testimonials-header .testimonials-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
}

.video-call .service-details .slider-section .testimonials-swiper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .slider-section .testimonials-swiper {
    padding-left: 0;
  }
}

.video-call .service-details .slider-section .ai-crest-disclaimer {
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  bottom: 20px;
}

.video-call .service-details .slider-section .ai-crest {
  background: #fdfbf9;
}

.video-call .service-details .slider-section .crest-card {
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  min-height: 120px;
  padding: 20px 16px 36px;
}

.video-call .service-details .slider-section .crest-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
}

.video-call .service-details .slider-section .crest-description {
  margin-top: 20px;
  font-size: 13px;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .stats-section {
    padding-top: 30px;
  }
}

.video-call .service-details .stats-section .stats-title-section {
  align-items: center;
  padding: 0 40px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .stats-section .stats-title-section {
    padding: 0 20px;
  }
}

.video-call .service-details .stats-section .stats-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .video-call .service-details .stats-section .stats-title {
    font-size: 24px;
  }

  .video-call .service-details .stats-section .stats-container {
    margin-top: 18px;
  }
}

.video-call .service-details .stats-section .stats-block {
  border-radius: 40px;
  padding: 4px 12px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, .06);
}

@media screen and (max-width: 767px) {
  .video-call .service-details .stats-section .stats-block {
    padding-left: 6px;
  }

  .video-call .service-details .stats-section .stats-block-space {
    gap: 4px;
  }
}

.video-call .service-details .stats-section .stats-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.video-call .service-details .stats-section .stats-type {
  white-space: nowrap;
  font-size: 12px;
  line-height: 22px;
}

.video-call .service-slots {
  background: #fff;
  border-radius: 40px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
}

@media screen and (min-width: 576px) {
  .video-call .service-slots {
    min-height: 70vh;
    top: 20px;
  }
}

.video-call .service-slots .slots-header {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.video-call .service-slots .slot-selection {
  margin-top: 24px;
  position: relative;
}

.video-call .common-nav {
  border-bottom: .5px solid #e8e8e8;
  height: 105px;
  padding: 24px 0 18px;
}

@media screen and (max-width: 767px) {
  .video-call .common-nav {
    z-index: 99;
    background: #fafafa;
    width: 100%;
    height: 60px;
    padding: 10px 12px 6px 18px;
  }
}

.video-call .mobile-slots-title {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.video-call .slot-placeholder {
  cursor: pointer;
  background-color: #f8f9fc;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .video-call .service-mobile-nav {
    z-index: 9;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
  }

  .video-call .service-mobile-nav .slot-title {
    color: rgba(20, 20, 20, .61);
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
  }

  .video-call .service-mobile-nav .slot-value {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .video-call .service-mobile-nav .slot-cta {
    height: 48px;
    padding: 0 36px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
}

.video-call .services-slider {
  background-color: #f7f7f7;
  padding-top: 24px;
  padding-bottom: 40px;
}

.video-call .services-slider .services-swiper {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .video-call .services-slider .services-swiper {
    padding-left: 10px;
  }
}

.video-call .services-slider .service-card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  height: 130px;
  padding: 20px 12px 12px 16px;
}

.video-call .services-slider .service-card .title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.video-call .services-slider .service-card .description {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
}

.video-call .services-slider .service-card .slider-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

@media screen and (max-width: 767px) {
  .video-call .services-slider .service-card .slider-icon {
    display: flex;
  }
}

.video-call .slots-empty-state {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.video-call .slots-empty-state .se-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.video-call .slots-empty-state .se-sub-title {
  margin-top: 6px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.video-call .slots-empty-state .se-cta {
  height: 48px;
  font-size: 14px;
  font-weight: 700;
}

.video-call .mobile-slots {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .reschedule-confirm {
    top: 35% !important;
  }
}

.slot-selector-slider {
  position: relative;
}

.slot-selector-slider .section-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.slot-selector-slider .section-title.slot-time {
  margin-top: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .slot-selector-slider .section-title.slot-time {
    margin-top: 30px;
  }
}

.slot-selector-slider .slider-icon {
  position: absolute;
  top: 20px;
}

.slot-selector-slider .slider-icon.right {
  right: -34px;
}

.slot-selector-slider .slider-icon.left {
  left: -34px;
}

.slot-selector-slider .slots-list {
  max-height: 244px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .slot-selector-slider .slots-list {
    max-height: 180px;
  }
}

.slot-selector-slider .timezone-block {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .slot-selector-slider .timezone-block {
    margin-top: 0;
  }
}

.slot-selector-slider .timezone-block .title {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .slot-selector-slider .timezone-block .title {
    margin-bottom: 0;
  }
}

.slot-selector-slider .timezone-select.borderless {
  border: none;
}

.slot-selector-slider .timezone-select.borderless [class*="-control"] {
  box-shadow: none;
  border: none;
}

.slot-selector-slider .timezone-select.borderless [class*="-singleValue"] {
  border-bottom: 1px solid #212121;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .slot-selector-slider .timezone-select.borderless [class*="-singleValue"] {
    font-size: 13px;
    line-height: 22px;
  }
}

.slot-selector-slider .timezone-select.borderless [class*="-indicatorSeparator"] {
  display: none;
}

@media screen and (max-width: 767px) {
  .slot-selector-slider .timezone-select.borderless [class*="-ValueContainer"] {
    padding-left: 0;
  }
}

.slot-selector-slider .timezone-select.borderless [class*="-indicatorContainer"] {
  padding: 8px 0;
}

.slot-selector-slider .timezone-select.borderless [class*="-indicatorContainer"] > svg {
  filter: invert() sepia(0%) saturate(17%) hue-rotate(324deg) brightness(95%) contrast(105%);
}

.slot-selector-slider .timezone-select.borderless [class*="-Sa"] {
  padding-left: 0;
}

.slot-selector-slider .timezone-select.borderless [class*="-menu"] {
  z-index: 99;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .slot-selector-slider .timezone-select.borderless [class*="-MenuList"] {
    font-size: 13px;
  }
}

.slot-selector-slider .timezone-select .react-select__option.react-select__option--is-selected {
  background-color: var(--colorPrimary);
}

.slider-icon {
  cursor: pointer;
  background-color: #e4e6ea;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .slider-icon {
    display: none;
  }
}

.slot-card {
  cursor: pointer;
  border: 1px solid #f0efef;
  border-radius: 12px;
  outline: .5px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 7px;
  transition: all .25s ease-in;
  display: flex;
}

.slot-card.active {
  background: #f8f7f2;
  border: 1.5px solid #8c5300;
  outline: none;
  transition: all .25s ease-in;
}

.slot-card.active .slot-title, .slot-card.active .slot-subtitle {
  color: #8c5300;
  font-weight: 700 !important;
}

.slot-card.active .slot-title {
  font-weight: 500 !important;
}

.slot-card.time {
  border-radius: 6px;
  height: 48px;
  margin-top: 12px;
  padding: 15px 10px;
}

.slot-card.time .slot-subtitle {
  font-weight: 500;
}

.slot-card .slot-title {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 18px;
}

.slot-card .slot-subtitle {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.rare-slot-block {
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 20px;
  display: flex;
  margin-top: 17px !important;
}

@media screen and (max-width: 767px) {
  .rare-slot-block {
    padding: 15px;
    margin-top: 20px !important;
  }
}

.rare-slot-block .rare-slot-title {
  margin-right: 50px;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .rare-slot-block .rare-slot-title {
    margin-right: 10px;
  }
}

.showcase-testimonials {
  margin-top: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .showcase-testimonials {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}

.showcase-testimonials .showcase-testimonials-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 8px !important;
}

.showcase-testimonials .showcase-testimonials-swiper .swiper-slide-prev .crest-card, .showcase-testimonials .showcase-testimonials-swiper .swiper-slide-next .crest-card {
  opacity: .5;
  transition: all .3s;
  transform: scaleY(.8);
}

.showcase-testimonials .showcase-testimonials-swiper .crest-card {
  text-align: center;
  background-color: #fcf5eb;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
}

.showcase-testimonials .showcase-testimonials-swiper .crest-card.crest-description {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.showcase-testimonials .showcase-testimonials-swiper .crest-card .crest-name {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
}

.showcase-testimonials .showcase-testimonials-swiper .crest-card .crest-time {
  font-size: 14px;
  font-weight: 400;
}

.slot-info-container {
  background: #f3f3f7;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 30px;
  padding: 14px 16px;
  transition: all .25s linear;
  position: relative;
  overflow: hidden;
}

.slot-info-container .title {
  line-height: 150%;
  font-size: 16px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
  .slot-info-container .title {
    font-size: 14px !important;
  }
}

.slot-info-container .sub-title {
  color: #5c5c5c;
  line-height: 150%;
  font-size: 14px !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 767px) {
  .slot-info-container .sub-title {
    font-size: 12px !important;
  }
}

.slot-info-container .cta {
  background: #fff;
  border: .5px solid #000;
  border-radius: 20px;
}

.slot-info-container .edit-icon {
  background: #fff;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: flex;
}

.service-details-container {
  overflow: auto;
}

.service-payments {
  height: 100%;
  min-height: 100vh;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .service-payments {
    padding: 0;
  }
}

.service-payments .sp-details {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .02);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-top: 10px;
  position: relative;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, .08);
}

@media screen and (max-width: 767px) {
  .service-payments .sp-details {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    min-height: 100vh;
    margin-top: 0;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .service-payments .sp-details {
    max-width: 550px;
    margin: auto;
  }
}

.service-payments .sp-details .header {
  border-bottom: .5px solid #e8e8e8;
  align-items: center;
  padding: 16px 0 18px;
}

@media screen and (max-width: 767px) {
  .service-payments .sp-details .header {
    z-index: 99;
    width: 100%;
    height: 60px;
    padding: 10px 12px 6px 18px;
  }
}

.service-payments .sp-details .header .profile {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.service-payments .sp-details .header .name {
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .service-payments .sp-details .header .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }
}

.service-payments .sp-details .sp-title {
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
}

.service-payments .sp-details .sp-description {
  margin-top: 8px;
}

.service-payments .sp-details .sp-description * {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.service-payments .query-body {
  padding: 16px 24px 0;
}

.service-payments .query-body .title-card {
  background-color: #ffd9a2;
  border-radius: 9px;
  align-items: center;
  padding: 16px 24px;
}

.service-payments .query-body .title-card .query-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.service-payments .query-body .response-time {
  color: rgba(0, 0, 0, .63);
  padding-top: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.service-payments .query-body .query-desc {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.service-payments .query-body .question-form {
  padding: 32px 0;
}

.service-payments .discount-input {
  box-shadow: none;
  border: dashed;
  outline: 0;
  border-color: #b0b0b0 !important;
}

.service-payments .apply-btn {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.service-payments .coupon-success {
  background-color: #fee9ee;
  border-radius: 3px;
  margin-top: 8px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 500;
}

.service-payments .webinar-suggestion-card {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .service-payments .webinar-suggestion-card {
    margin-top: 40px;
  }
}

.service-payments .webinar-suggestion-card .ant-card-body {
  padding: 16px 20px;
}

.service-payments .webinar-suggestion-card .star-icon {
  position: absolute;
  top: -10px;
  right: -10px;
}

.service-payments .webinar-suggestion-card .suggestion-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.service-payments .webinar-suggestion-card .service-detail {
  background: #efefef;
  border-radius: 12px;
  padding: 12px 16px;
}

.service-payments .webinar-suggestion-card .service-detail .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.service-payments .webinar-suggestion-card .service-detail .price {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 500;
}

.service-payments .webinar-suggestion-card .service-detail .add-btn, .service-payments .webinar-suggestion-card .service-detail .remove-btn {
  text-align: center;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.popular-tag {
  color: #fff;
  background-color: #008060;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 8px 8px !important;
}

@media screen and (max-width: 767px) {
  .popular-tag {
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .radio-checkbox {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.radio-checkbox .radio-checkbox-item {
  text-wrap: nowrap;
  border: 1px solid #ebeaeb;
  justify-content: center;
  align-items: center;
  height: 54px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  border-radius: 9px !important;
}

@media screen and (max-width: 768px) {
  .radio-checkbox .radio-checkbox-item {
    font-size: 14px;
  }

  .radio-checkbox .radio-checkbox-item:not(:last-of-type) {
    margin-right: 8px;
  }
}

.radio-checkbox .radio-checkbox-item.popular {
  padding-bottom: 14px;
}

.radio-checkbox .radio-checkbox-item.ant-radio-button-wrapper-checked {
  color: #008060;
  background-color: #e9f4eb;
  border: 1px solid #008060;
  outline: 1px solid #008060;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  transition: all .25s ease-in-out;
  border-radius: 9px !important;
}

@media screen and (max-width: 768px) {
  .radio-checkbox .radio-checkbox-item.ant-radio-button-wrapper-checked {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .recording-popconfirm .ant-popconfirm-buttons {
    flex-direction: column;
    gap: 8px;
    display: flex;
  }

  .recording-popconfirm .ant-popconfirm-buttons button {
    margin-left: 0 !important;
  }

  .recording-popconfirm .ant-popconfirm-buttons button:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: 0;
  }

  .recording-popconfirm .ant-popconfirm-buttons button:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: 0;
  }

  .recording-popconfirm .ant-popconfirm-buttons button:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    margin-left: 0;
  }

  .recording-popconfirm .ant-popconfirm-buttons button:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: 0;
  }

  .recording-popconfirm .ant-popconfirm-buttons button:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: 0;
  }

  .recording-popconfirm .ant-popconfirm-buttons button:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    margin-right: 0;
  }
}

.booking-form .ant-form-item-label > label {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.booking-form .phone-checkbox {
  color: rgba(20, 20, 20, .8);
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  font-size: 14px !important;
}

.booking-form .phone-checkbox .ant-checkbox-wrapper {
  color: rgba(20, 20, 20, .8);
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.booking-form .discount-field {
  border: 1px solid #141414;
  border-radius: 4px;
  padding: 4px;
}

.booking-form .add-discount-btn {
  border-radius: 24px;
}

.sp-form {
  margin-top: 40px;
  padding-bottom: 88px;
}

.sp-form input::placeholder {
  color: #6a6a6a;
}

.sp-form .suggestion-collapse {
  margin-top: 40px;
  margin-bottom: 20px;
}

.sp-form .suggestion-collapse .star-icon {
  position: absolute;
  top: -10px;
  left: -10px;
}

.sp-form .suggestion-collapse .sub-heading {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.mobile-emi-bar {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-emi-bar {
    background: #e9f4eb;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 6px 16px;
    display: flex;
  }
}

.sp-form-cta {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 548px;
  padding: 14px 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
}

.sp-form-cta .sp-form-cta-content {
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sp-form-cta .sp-form-cta-content {
    padding: 16px 14px;
  }

  .sp-form-cta {
    gap: 0;
    padding: 0;
    position: fixed;
  }
}

.sp-form-cta .sp-charge {
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.sp-form-cta .sp-min-input {
  margin-bottom: 0;
}

.sp-form-cta .sp-min-input .ant-input-number-affix-wrapper {
  color: #a1a1a1;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.sp-form-cta .sp-min-input .ant-input-number {
  width: 100%;
}

.sp-form-cta .sp-min-input .ant-input-number-input {
  height: 48px;
  font-size: 16px;
  line-height: 20px;
}

.sp-form-cta .sp-min-input .ant-form-item-explain-error {
  width: max-content;
  position: absolute;
}

.sp-form-cta .sp-cta {
  width: max-content;
  height: 50px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sp-form-cta .sp-cta:focus {
  background-color: #141414 !important;
}

@media screen and (max-width: 767px) {
  .sp-form-cta .sp-cta {
    width: calc(100% - 48px);
    padding: 0 24px;
  }
}

.confirm-pay-title {
  color: #141414;
  letter-spacing: .1px;
  text-align: center;
  font-weight: 700;
  line-height: 32px;
  margin: 24px 0 !important;
  font-size: 24px !important;
}

.pay-secure-btn {
  pointer-events: none;
  color: #525265;
  text-align: center;
  letter-spacing: .1px;
  border-radius: 12px;
  margin-top: 36px;
  font-size: 14px;
  font-weight: 500;
  background: #f9fafb !important;
  border: none !important;
}

.recording-container {
  background: #fff;
  border-radius: 16px;
  padding: 20px 16px;
  overflow: hidden;
}

.recording-container .rc-rating {
  background: rgba(0, 0, 0, .04);
  border: none;
  border-radius: 24px;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  height: 30px;
  padding: 7px 8px;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.recording-container .rc-title {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
}

.recording-container .rc-price {
  color: #141414;
  z-index: 10;
  font-size: 14px;
  font-weight: 700;
}

.recording-container .rc-price-slashed {
  color: #5c5c5c;
  -webkit-text-decoration-line: strikethrough;
  text-decoration-line: strikethrough;
  z-index: 9;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: line-through;
}

.recording-container .price-bg:before {
  content: " ";
  transform-origin: top;
  background: #f7f7f7;
  width: 96px;
  height: 32px;
  position: absolute;
  top: -8px;
  right: 0;
  transform: skew(-15deg);
}

.recording-container .rc-desc {
  color: #5c5c5c;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.recording-container .rc-time {
  color: #5c5c5c;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
}

.recording-swiper {
  margin-top: 15px;
}

.recording-swiper .swiper-image {
  width: 100%;
}

.recording-item {
  background-color: #faf6ee;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 8px;
  display: flex;
}

.recording-item .profile-pic {
  border-radius: 50%;
  width: 36px;
  height: 36px !important;
}

.recording-item .text-lottie {
  background: #ccdd48;
  border-radius: 12px;
  min-width: 90px;
  height: 64px;
}

@media screen and (max-width: 767px) {
  .recording-item .text-lottie {
    height: 48px;
  }
}

.recording-item .ai-lottie {
  min-width: 36px;
  height: 36px;
}

.recording-item .ai-assist-3 {
  width: 90px;
  height: 64px;
}

.terms-footer-root {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .terms-footer-root {
    margin-top: 16px;
  }
}

.terms-footer-root .terms-consent-text {
  margin-bottom: 6px !important;
}

.terms-footer-root .sp-form-terms {
  margin-top: 10px !important;
}

.sp-form-terms {
  background: #f9fafb;
  border-radius: 9px;
  padding: 18px;
  margin-top: 24px !important;
}

@media screen and (max-width: 767px) {
  .sp-form-terms {
    padding: 16px 14px;
    margin-bottom: 8px !important;
  }
}

.terms-consent-text {
  color: #6c6c84;
  text-align: center;
  padding: 8px 16px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0 !important;
}

.terms-consent-text a {
  padding: 2px;
  text-decoration: underline;
  color: #6c6c84 !important;
}

.terms-text {
  color: #6c6c84;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0 !important;
}

.terms-text a {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #6c6c84 !important;
}

.powered-by-box {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  margin-top: 26px !important;
}

.powered-by-box .powered-by-text, .powered-by-footer .powered-by-text {
  color: #6c6c84;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.hito-banner-container {
  background: #f7f7f7;
  border-radius: 9px;
  padding: 15px;
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .hito-banner-container {
    margin-bottom: 8px !important;
  }
}

.hito-banner-container .banner-text {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.hito-banner-container .banner-text b {
  font-weight: 700;
}

.hito-banner-container .redirect-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.hito-banner-container .redirect-text a {
  color: #000;
  align-items: center;
  display: flex;
}

.callend-container .details-card {
  background-color: #fff;
  border-radius: 24px;
  margin-top: 15%;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  border: none !important;
  padding: 20px 20px 24px !important;
}

.callend-container .details-card .like-options {
  margin-top: 32px;
  margin-bottom: 32px;
}

.callend-container .details-card .like-options .option-tag {
  border: 1px solid #bebebe;
  border-radius: 22px;
  margin-top: 15px;
  padding: 8px 18px;
}

@media screen and (max-width: 767px) {
  .callend-container .details-card .like-options .option-tag {
    padding: 8px 12px;
  }
}

.callend-container .details-card .like-options .option-tag-selected {
  border: 2px solid #141414;
  border-radius: 22px;
  margin-top: 15px;
  padding: 8px 18px;
}

@media screen and (max-width: 767px) {
  .callend-container .details-card .like-options .option-tag-selected {
    padding: 8px 12px;
  }
}

.callend-container .details-card .music-tag {
  color: #6563ff;
  background-color: #e1e8ff;
  border-radius: 6px;
  margin-top: 12px;
  padding: 14px;
}

.callend-container .details-card .ant-rate .ant-rate-star:first-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.callend-container .details-card .ant-rate .ant-rate-star-zero {
  color: #a5a1a1 !important;
}

.callend-container .details-card .ant-rate .ant-rate-star-second {
  color: inherit !important;
}

.callend-container .details-card .ant-rate .ant-rate-star-full {
  color: #f7941f !important;
}

.callend-container .details-card .card-container {
  text-align: center;
  padding: 0;
  margin-top: 24px !important;
}

.callend-container .details-card .card-container .expert-name {
  font-size: 20px;
  font-weight: 700;
}

.callend-container .details-card .card-container .description {
  margin-top: 14px !important;
}

.callend-container .details-card .card-container .testimonial-image {
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 16px;
  width: 100% !important;
}

.callend-container .details-card .card-container .share-btn {
  background: #f3f3f3;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

.callend-container .details-card .callend-date {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
}

.callend-container .details-card .extra-info {
  text-align: center;
  flex: none;
  padding: 0;
  margin-top: 40px !important;
}

.callend-container .details-card .extra-info .time-tag {
  box-shadow: none;
  color: #008050;
  background: rgba(0, 128, 96, .03);
  border: none;
  border-radius: 12px;
  font-weight: 600;
  padding: 12px 0 !important;
}

.callend-container .details-card .action-button {
  color: #fff;
  background-color: #000;
}

.callend-container .report-btn {
  margin-top: 24px;
  text-decoration: underline;
}

.review-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.status-container {
  min-height: 100vh;
  padding-bottom: 100px;
}

.status-container .title {
  text-align: center;
  margin-top: 48px !important;
}

.status-container .details-container {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  border: none !important;
}

.status-container .details-container:first-child {
  margin-top: 56px !important;
}

@media screen and (max-width: 767px) {
  .status-container .details-container:first-child {
    margin-top: 20px !important;
  }
}

.status-container .details-container:nth-child(2) {
  margin-top: 20px !important;
}

.status-container .details-container .expert-details {
  padding: 16px 20px 0;
}

.status-container .details-container .expert-details .expert-pic {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.status-container .details-container .expert-details .expert-name {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 700;
}

.status-container .details-container .call-details {
  text-align: center;
  padding: 0 20px 20px !important;
}

@media (max-width: 767px) {
  .status-container .details-container .call-details {
    padding: 0 8px 8px !important;
  }
}

.status-container .details-container .call-details .expert-profile {
  border: 1px solid #000;
  border-radius: 50%;
  margin: 32px 0 16px;
}

.status-container .details-container .call-details .booking-success-lottie {
  width: 134px;
  height: 134px;
}

.status-container .details-container .call-details .calendar-icon {
  color: #006b43;
  margin-right: 20px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .status-container .details-container .call-details .calendar-icon {
    margin-right: 10px;
    font-size: 20px;
  }
}

.status-container .details-container .call-details .time-text {
  color: #006b43;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .status-container .details-container .call-details .time-text {
    font-size: 13px;
  }
}

.status-container .details-container .booking-status {
  font-size: 20px;
  font-weight: 700;
}

.status-container .details-container .service-title {
  padding-top: 4px;
  font-size: 12px;
  font-weight: 500;
}

.status-container .details-container .book-info {
  text-align: center;
  background: #f3f3f3;
  border-radius: 0 0 24px 24px;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 500;
}

.status-container .details-container .booking-status-desc {
  color: #5c5c5c;
  text-align: center;
  letter-spacing: .1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.status-container .details-container .package-book-details {
  padding: 24px 0;
}

.status-container .details-container .package-book-details .package-booking-date {
  color: #006b43;
  text-align: center;
  background: rgba(0, 128, 96, .06);
  border-radius: 9px;
  margin-top: 16px;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 700;
}

.status-container .details-container .package-book-details .detail-title {
  margin: 0 0 32px 20px;
  font-size: 20px;
  font-weight: 700;
}

.status-container .details-container .package-book-details .service-details {
  margin: 0 20px;
}

.status-container .details-container .package-book-details .service-details .service-title {
  font-size: 14px;
  font-weight: 700;
}

.status-container .details-container .package-book-details .service-details .duration {
  color: #686b60;
  font-size: 12px;
  font-weight: 500;
}

.status-container .details-container .package-book-details .service-details .schedule-btn {
  border: 1px solid #141414;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
}

.status-container .details-container .package-book-details .tip-container {
  margin: 70px 16px 0;
}

.status-container .details-container .package-book-details .tip-container .book-tip {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
}

.status-container .doc-download-btn {
  color: #141414;
  border-radius: 6px;
  justify-content: center;
  gap: 4px;
  padding: 8px 10px 8px 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: inline-flex;
  background: #fafafa !important;
  border: 1px solid rgba(0, 0, 0, .1) !important;
}

.status-container .ai-assist-details {
  padding: 0 20px;
}

.status-container .ai-assist-details .ai-assist-title {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.status-container .ai-assist-details .ai-assist-text {
  color: #5c5c5c;
  letter-spacing: .1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.status-container .instructions-container {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  border: none !important;
  margin-top: 12px !important;
}

.status-container .instructions-container .instruction-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.status-container .support-container {
  text-align: center;
  margin: 48px 0 !important;
}

.status-container .support-container .help-text {
  color: #243239;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.status-container .support-container .help-btn {
  background: #fafafa;
  border: 1px solid #141414;
  border-radius: 6px;
  margin-top: 16px;
}

.status-container .bottom-container {
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  border: none !important;
  margin-top: 12px !important;
}

.status-container .bottom-container .title-nav {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px !important;
}

.status-container .bottom-container .username-input-container {
  background: #fff;
  border: 1px solid #141414;
  border-radius: 6px;
  align-items: center;
  min-width: 280px;
  max-width: 400px;
  padding: 10px;
  font-size: 24px;
  display: inline-flex;
}

.status-container .bottom-container .username-input-container .ant-typography {
  word-break: initial;
}

@media screen and (max-width: 767px) {
  .status-container .bottom-container .username-input-container {
    min-width: auto;
    margin-top: 40px;
    font-size: 16px;
  }
}

.status-container .bottom-container .username-input-container .username-input-arrow {
  color: var(--colorTextBase);
}

.status-container .bottom-container .username-input-container .username-input {
  border: none;
  padding: 0;
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .status-container .bottom-container .username-input-container .username-input {
    font-size: 16px;
  }
}

.status-container .bottom-container .username-input-container .username-input:focus {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

.status-container .meeting-module-footer {
  padding: 32px 0;
}

.status-container .booking-confirmation-collapse {
  background-color: #fff;
  border: none;
  border-radius: 20px;
  margin-top: 14px;
  overflow: hidden;
}

.status-container .booking-confirmation-collapse .ant-collapse-header {
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  display: flex;
  border-radius: 20px !important;
}

.status-container .booking-confirmation-collapse .bcc-title {
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.status-container .booking-confirmation-collapse .bcc-actions {
  flex-direction: row;
  gap: 4px;
  margin: 10px 0;
  display: flex;
}

.status-container .booking-confirmation-collapse .bcc-section {
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding: 4px;
  font-size: 16px;
  line-height: 18px;
  transition: all .25s ease-in-out;
  display: flex;
}

.status-container .booking-confirmation-collapse .bcc-section:hover, .status-container .booking-confirmation-collapse .bcc-section:focus {
  font-weight: 700;
  transition: all .25s ease-in-out;
}

.status-container .booking-confirmation-collapse .bcc-icon {
  background: #f7f7f7;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.package-status-container {
  text-align: center;
  color: #008060;
  text-transform: capitalize;
  background-color: #ecf7f1;
  border-radius: 28px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.doc-success {
  background-color: #f8eddf;
  align-items: center;
  height: 100vh;
  padding-top: 80px;
}

.doc-success .title {
  font-size: 23px;
  font-weight: 500;
  line-height: 130%;
}

.doc-success .success-card {
  background-color: #fff;
  border-radius: 24px;
  max-width: 342px;
  margin-top: 24px;
  padding: 12px;
}

.doc-success .success-card .doc-success-lottie {
  width: 134px;
  height: 134px;
}

.doc-success .success-card .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 600;
  line-height: 175%;
}

.doc-success .success-card .thanks-tag {
  letter-spacing: .25px;
  background: #fafafa;
  border-radius: 9px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
}

.beacons-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 60px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .beacons-container {
    margin-top: 0;
  }
}

.beacons-container .ant-col {
  height: 100%;
}

.beacons {
  align-content: center;
  max-width: 560px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.beacons > .ant-card-body {
  padding: 0 70px 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .beacons > .ant-card-body {
    padding: 0 10px 20px;
  }
}

.beacons > .ant-card-head, .beacons .ant-card-head-title {
  padding: 0;
}

.beacons .beacons-title {
  color: #e44332;
  text-align: center;
  vertical-align: middle;
  background-color: #f9e8d7;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.beacons .service-card {
  border: 1px solid #e2e2e2;
  border-radius: 9px;
  width: 203px;
  height: 159px;
  min-height: 159px;
}

@media screen and (max-width: 767px) {
  .beacons .service-card {
    width: auto;
  }

  .beacons .service-card > .ant-card-body {
    padding: 16px 12px;
  }
}

.beacons .service-card .slider-card-title {
  color: #141414;
  font-size: 18px;
  font-weight: 700;
}

.beacons .service-card .price {
  color: #141414;
  align-self: baseline;
  font-size: 14px;
  font-weight: 700;
  display: inline;
  position: absolute;
  bottom: 16px;
}

.beacons .arrow {
  background-color: #f6f4ef;
  border: 1px solid;
  border-radius: 12px;
  padding: 2px;
  display: inline;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.beacons .arrow-cta {
  cursor: pointer;
  background: #fafafa;
  border: 1px solid #e4e6ea;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
  display: flex;
  position: absolute;
  top: 90px;
}

@media screen and (max-width: 767px) {
  .beacons .arrow-cta {
    display: none;
  }
}

.beacons .arrow-cta.left {
  left: 20px;
}

.beacons .arrow-cta.right {
  right: 20px;
}

.beacons .logo {
  text-align: center;
  margin-top: 24px;
}

.query-modal {
  justify-content: center;
  height: 100vh;
}

.query-success {
  width: 360px !important;
}

.query-success .ant-divider-horizontal {
  margin: 12px 0;
}

.query-success .header {
  margin-top: 12px;
}

.query-success .header .profile-image {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-left: 24px;
}

.query-success .header .username {
  margin-right: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 175%;
}

.query-success .query-success-lottie {
  width: 134px;
  height: 134px;
}

.query-success .query-success-content {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.query-success .query-success-content .query-sent {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
}

.query-success .query-success-content .query-text {
  text-align: center;
  margin: 0 60px 40px;
}

.video-call {
  min-height: 100vh;
}

.video-call .video-container {
  text-align: center;
  padding-top: 48px;
}

.video-call .status-tip-card {
  text-align: left;
  width: 368px;
  margin: 0 auto !important;
}

.video-call .card-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 34px;
}

.video-call .join-desc {
  color: #000;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.video-call .status-card {
  width: 368px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  border-radius: 24px !important;
  margin: 32px auto 0 !important;
}

.video-call .status-card .light-button {
  margin-top: 12px;
  margin-bottom: 20px;
  font-weight: 700;
}

.video-call .status-card .dark-button {
  color: #fff;
  background-color: #000;
  margin-top: 12px;
  margin-bottom: 20px;
  font-weight: 700;
}

.video-call .status-card .description {
  text-align: left;
  background-color: #fafafa;
  border-radius: 9px;
  margin-top: 32px;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
}

.video-call .status-card .call-option-title {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}

.video-call .status-card .call-option-btn {
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.video-call .status-title {
  font-weight: 600;
}

.video-call .timer-tag {
  box-shadow: none;
  background: rgba(0, 128, 96, .03);
  border: none;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  color: #008050 !important;
  margin-top: 32px !important;
}

.video-call .user-profile {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.tip-card {
  background-color: #fff;
  padding: 16px;
  display: flex;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  border-radius: 24px !important;
  margin-top: 20px !important;
}

.tip-card .tip-text {
  padding-left: 10px;
}

.tip-card .tip-text .update-button {
  color: #000;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
}

.tip-card .ant-image-img {
  width: 32px;
}

.meeting-module-main {
  justify-content: center;
}

.meeting-module-main .user-profile {
  border-radius: 50%;
  width: 123px;
  height: 123px;
}

.meeting-module-main .buy-again-tab {
  font-size: 16px;
  font-weight: 700;
}

.meeting-module-main .buy-again-title {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.meeting-module-main .testimonial-desc {
  color: rgba(20, 20, 20, .6);
  font-size: 14px;
  font-weight: 500;
}

.meeting-module-segment {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px !important;
}

.campaign-options .top-img {
  border-radius: 16px 16px 0 0;
  width: 100%;
}

.campaign-options .ant-modal-content {
  border-radius: 24px;
  padding: 0;
}

.campaign-options .title {
  margin: 24px 24px 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.campaign-options .desc {
  color: #686b60;
  margin: 0 24px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.campaign-options .list .campaign-item {
  margin: 24px 12px;
  font-size: 16px;
  font-weight: 500;
}

.campaign-options .list .campaign-item .name {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700 !important;
}

.campaign-options .list .campaign-item .campaign-desc {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
}

.campaign-options .btn-submit {
  margin: 24px;
}

.product-container {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.product-container .cover-image-container .cover-back-btn {
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #141414 !important;
  border: 1px solid #141414 !important;
}

@media screen and (max-width: 767px) {
  .product-container .cover-image-container .cover-back-btn {
    border-radius: 24px;
    gap: 4px;
    padding: 0 12px;
    top: 12px;
    left: 12px;
    min-height: 32px !important;
    max-height: 34px !important;
    font-size: 14px !important;
  }
}

.product-container .cover-image-container .swiper-button-next, .product-container .cover-image-container .swiper-button-prev {
  width: 30px;
  height: 30px;
}

.product-container .cover-image-container .swiper-button-next:after, .product-container .cover-image-container .swiper-button-prev:after {
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.product-container .cover-image-container .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 445px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-container .cover-image-container .swiper-slide {
    height: 250px;
  }
}

.product-container .cover-image-container .swiper-pagination-bullet {
  opacity: 100;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
  background-color: #fff;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
}

.product-container .cover-image-container .swiper-pagination-bullet-active {
  opacity: 100;
  background-color: #000;
}

.product-container .doc-details {
  letter-spacing: .25px;
  border-top: .5px solid #e3e8ed;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 36px !important;
}

@media screen and (max-width: 767px) {
  .product-container .doc-details {
    padding: 10px 20px !important;
  }
}

.product-container .doc-details .title-tag {
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .product-container .doc-details .title-tag {
    font-size: 24px;
    line-height: 32px;
  }
}

.product-container .doc-details .tag {
  text-transform: uppercase;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .product-container .doc-details .tag {
    padding: 7px 8px;
    font-size: 12px;
    line-height: 18px;
  }
}

.product-container .booking-section-padding {
  padding: 0 24px !important;
}

@media screen and (max-width: 767px) {
  .product-container .booking-section-padding {
    margin-top: 0 !important;
    padding: 0 !important;
  }
}

.product-container .booking-section-padding .product-tags {
  border: 1px solid #e3e8ed;
}

.product-container .booking-section-padding .product-tags .tag-icon {
  color: #006b43;
  margin-right: 4px;
}

.product-container .booking-section-padding .product-tags .doc-tag {
  border-right: 1px solid #e3e8ed;
  align-items: center;
  padding: 12px 16px;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .product-container .booking-section-padding .product-tags .doc-tag {
    border-top: 1px solid #e3e8ed;
  }
}

.booking-page-grid, .booking-divider-column {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 95vh;
}

.booking-page-container {
  min-width: 0;
  max-width: 100%;
}

.booking-page-legal-outer {
  z-index: 98;
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  max-width: 682px;
  padding: 9px 12px;
  display: flex;
  position: fixed;
  bottom: 76px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
}

.booking-page-legal-outer .service-terms-links {
  text-align: center;
  color: #6c6c84;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 !important;
  padding: 0 !important;
}

.booking-page-legal-outer .service-terms-links a {
  text-decoration: underline;
  color: #6c6c84 !important;
}

@media screen and (max-width: 767px) {
  .booking-page-legal-outer {
    display: none !important;
  }
}

.show-on-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }

  .hide-on-mobile {
    display: none !important;
  }
}

.booking-banner {
  min-width: 0;
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .booking-banner.package {
    padding-bottom: 10px !important;
  }
}

.booking-banner .package-contents {
  padding-bottom: 16px;
}

.product-tags {
  border: .5px solid #e3e8ed;
}

.product-tags .tag-icon {
  margin-right: 12px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .product-tags .webinar-date {
    border-bottom: .5px solid #e3e8ed;
  }
}

.skills-popover .ant-popover-arrow:before {
  color: rgba(20, 20, 20, .95);
  background-color: rgba(20, 20, 20, .95);
}

.skills-popover .ant-popover-inner {
  color: #fff;
  background-color: rgba(20, 20, 20, .95);
  border-radius: 20px;
  padding: 4px 12px 4px 4px;
}

.skills-popover .ant-popover-inner .count-text {
  color: #141414;
  background: #fff;
  border-radius: 30px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

.skills-popover .ant-popover-inner .upvotes-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.sessions-container {
  margin-bottom: 12px;
}

.sessions-container .webinar-sessions {
  border-bottom: .5px solid #e3e8ed;
  padding: 16px 32px;
}

.session-date {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.session-time {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.doc-tag {
  border-right: .5px solid #e3e8ed;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.doc-tag:first-child {
  padding-left: 36px;
}

@media screen and (max-width: 767px) {
  .doc-tag:first-child {
    padding-left: 16px;
  }

  .doc-tag {
    padding: 16px;
    line-height: 22px;
  }
}

.product-container {
  background: #fff;
  border-radius: 40px 40px 0 0;
  margin: 60px auto 0;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .product-container {
    width: 682px;
    min-height: 682px;
  }
}

@media screen and (max-width: 767px) {
  .product-container {
    border-radius: 0;
    min-height: 94vh;
    margin: 0 auto 30px;
  }
}

.product-container .expert-details .header {
  padding: 24px 40px 16px;
}

@media screen and (max-width: 767px) {
  .product-container .expert-details .header {
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 16px;
    display: flex;
  }
}

.product-container .expert-details .header .profile-circle {
  display: none;
}

@media screen and (max-width: 767px) {
  .product-container .expert-details .header .profile-circle {
    display: block;
  }
}

.product-container .expert-details .username {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .product-container .expert-details .username {
    font-size: 14px;
    line-height: 18px;
  }
}

.product-container .expert-details .profile-circle {
  float: right;
  border-radius: 50%;
}

.product-container .expert-details .service-flexible-charge .rating-tag {
  background: rgba(255, 255, 255, .95);
  border: 1px solid #ebeaeb;
  border-radius: 20px;
  align-items: center;
  padding: 10px 16px 10px 13px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: inline-flex;
  box-shadow: .5px .5px 4px rgba(0, 0, 0, .03), -.5px -.5px 4px rgba(0, 0, 0, .03);
}

@media screen and (max-width: 767px) {
  .product-container .expert-details .service-flexible-charge .rating-tag {
    padding: 7px 8px;
    font-size: 12px;
    line-height: 15px;
  }
}

.product-container .expert-details .service-flexible-charge .tag {
  text-transform: uppercase;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  .product-container .expert-details .service-flexible-charge .tag {
    padding: 7px 8px;
    font-size: 12px;
    line-height: 18px;
  }
}

.product-container .expert-details .product-image {
  background-color: #e2e1ff;
  overflow: hidden;
}

.product-container .expert-details .product-image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  max-height: 200px;
}

@media screen and (max-width: 767px) {
  .product-container .expert-details .product-image {
    border-radius: 0;
  }
}

.product-container .service-title {
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 40px 24px;
}

.product-container .service-title .title-tag {
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .product-container .service-title .title-tag {
    font-size: 24px;
    line-height: 32px;
  }

  .product-container .service-title {
    border-radius: 0;
    padding: 20px;
  }
}

.product-container .title {
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: 600;
  line-height: 34px;
}

.product-container .desc {
  letter-spacing: .25px;
  margin-top: 24px;
  padding: 0 36px 144px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.product-container .desc img {
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .product-container .desc {
    padding: 0 20px 120px;
  }
}

.product-container .service-terms-links {
  color: #6c6c84;
  padding: 16px 36px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.product-container .service-terms-links a {
  padding: 2px 4px;
  text-decoration: underline;
  color: #6c6c84 !important;
}

@media screen and (max-width: 767px) {
  .product-container .service-terms-links {
    padding: 12px 20px 20px;
  }
}

.product-container .service-terms-links--page-bottom {
  text-align: left;
  padding: 0 36px 24px;
  position: static;
  margin-top: 28px !important;
}

@media screen and (max-width: 767px) {
  .product-container .service-terms-links--page-bottom {
    text-align: center;
    padding: 0 20px 84px;
    margin-top: 22px !important;
  }
}

.product-container .bottom-bar {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 682px;
  padding: 16px 32px;
  display: flex;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 767px) {
  .product-container .bottom-bar {
    gap: 8px;
    padding: 12px 14px;
    position: fixed;
  }
}

.product-container .btn-booking-cta {
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.product-container .service-packages {
  border-bottom: 1px solid #ededed;
  align-items: center;
  gap: 16px;
  padding: 20px 36px;
  display: flex;
}

.product-container .service-packages .service-packages-icon {
  background: #f7f7f7;
  border: 1px solid #e3e8ed;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
}

.product-container .service-packages .service-packages-count {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.product-container .service-packages .service-packages-duration {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 24px;
}

.powered-by {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

@media screen and (max-width: 767px) {
  .powered-by {
    margin-bottom: 120px;
  }
}

.skills-tag {
  color: #141414;
  background: rgba(255, 255, 255, .95);
  border: 1px solid #ebeaeb;
  border-radius: 12px;
  padding: 4px 12px 2px 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  box-shadow: .5px .5px 4px rgba(0, 0, 0, .03), -.5px -.5px 4px rgba(0, 0, 0, .03);
}

.skills-tag b {
  font-weight: 700;
}

.profile-frame {
  border-radius: 40px 40px 0 0;
  min-height: 100vh;
  padding: 64px 80px 64px 60px;
}

@media screen and (max-width: 767px) {
  .profile-frame {
    padding: 0;
  }
}

.profile-frame .service-filters {
  display: none;
}

@media screen and (max-width: 767px) {
  .profile-frame .service-filters {
    display: block;
  }

  .profile-frame .profile-section {
    padding: 42px 16px 30px;
  }

  .profile-frame .services {
    background-color: #efece3;
    padding: 14px 0;
  }
}

.profile-frame .services .service-card {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 197px;
  margin: 6px;
  padding: 0;
  display: flex;
}

.profile-frame .services .service-card .top-section {
  align-items: flex-start;
  width: 100%;
  padding: 24px 16px;
  display: flex;
}

.profile-frame .services .service-card .service-card-cta {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.profile-frame .services .service-card:hover {
  border: 1px solid #000;
  box-shadow: 2px 2px #000;
}

.profile-frame .services .service-card:hover .forward-button {
  color: #fff;
  background-color: #000;
}

.profile-frame .services .service-card:hover .service-card-cta {
  transition: all .3s ease-in-out;
  color: #fff !important;
  background-color: #000 !important;
}

.profile-frame .services .service-card .card-side-section {
  width: auto;
  margin-right: 16px;
  display: flex;
}

.profile-frame .services .service-card .card-side-section img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  min-width: 28px;
}

.profile-frame .services .service-card .card-main-section {
  flex-direction: column;
  justify-content: space-around;
  width: 90%;
  height: 100%;
  display: flex;
}

.profile-frame .services .service-card .card-main-section .card-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.profile-frame .services .service-card .card-main-section .card-header .service-card-title {
  width: 70%;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.profile-frame .services .service-card .card-main-section .card-header .header-actions {
  align-items: center;
  display: flex;
}

.profile-frame .services .service-card .card-main-section .card-content {
  height: 100%;
  display: flex;
}

.profile-frame .services .service-card .card-main-section .card-content .service-description {
  color: #425466;
  max-width: 75%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.profile-frame .services .service-card .card-footer-section {
  border-top: 1px solid rgba(225, 225, 225, .4);
  justify-content: space-between;
  align-items: center;
  min-height: 57px;
  padding: 14px 16px;
  display: flex;
}

.profile-frame .profile-pic {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .profile-frame .profile-pic {
    width: 130px;
  }
}

.profile-frame .name {
  margin-bottom: 16px;
  font-weight: 800;
  line-height: 48px;
  margin-top: 24px !important;
  font-size: 36px !important;
}

@media screen and (max-width: 767px) {
  .profile-frame .name {
    margin-bottom: 0;
    line-height: 32px;
    margin-top: 20px !important;
    font-size: 24px !important;
  }
}

.profile-frame .description {
  font-weight: 500;
  line-height: 27px;
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .profile-frame .description {
    line-height: 24px;
    margin-top: 8px !important;
    font-size: 16px !important;
  }
}

.tm-modal-container {
  outline-offset: 2px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .8);
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.tm-mobile-container {
  z-index: 999;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tm-mobile-container .tm-mobile-section {
  background-color: #fff;
  border-radius: 24px;
  width: 100vw;
  max-width: 512px;
  transition-duration: .5s;
  transition-delay: .3s;
  position: absolute;
  bottom: 0;
  transform: translateX(0);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.tm-mobile-container .tm-mobile-section .tm-mobile-frame {
  flex-direction: column;
  max-width: 512px;
  height: 100%;
  display: flex;
  position: relative;
  overflow-y: scroll;
}

.tm-mobile-container .tm-mobile-close-bg {
  cursor: pointer;
  width: 100vw;
  height: 100%;
}

.tm-iframe-container {
  outline-offset: 2px;
  background: none;
  border: 0;
  border-radius: 24px;
  outline: 2px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

@media screen and (min-width: 575px) {
  .tm-iframe-container {
    width: 85%;
    height: 80%;
  }
}

.tm-iframe-container .close-icon {
  float: right;
  background: none;
  border: 0;
  margin-left: auto;
  position: fixed;
  top: 8px;
  right: 16px;
}

@media screen and (min-width: 575px) {
  .tm-iframe-container .close-icon {
    top: 40px;
    right: 40px;
  }
}

.tm-iframe-container .close-icon .icon-text {
  color: #fff;
  width: 64px;
  height: 64px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.tm-iframe-container .iframe-box {
  background: none;
  border-radius: 16px;
}

@media screen and (max-width: 575px) {
  .tm-iframe-container .iframe-box {
    border-radius: 16px 16px 0 0;
  }
}

.service-container {
  gap: 20px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .service-container {
    gap: 20px;
  }
}

.error-500 {
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.error-500 .error-num {
  font-size: 10em;
}

.error-500 #errorText {
  margin-top: 12px;
  margin-bottom: 4em;
  font-size: 22px;
  font-weight: 700;
}

.error-500 .eye {
  background: #000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

.error-500 .eye:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  position: absolute;
  bottom: 56.1px;
  right: 33px;
}

.call-reschedule {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 72px;
}

.call-reschedule .title {
  font-size: 32px;
  font-weight: 700;
}

.call-reschedule .reason-container {
  background-color: #fff;
  border-radius: 24px;
  margin-top: 24px;
  padding: 20px 20px 24px !important;
}

.call-reschedule .bottom-logo {
  background-color: #fbdebe;
  width: 100%;
  margin: 40px 0;
}

.call-reschedule .bottom-container {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  margin-top: 12px !important;
}

.call-reschedule .bottom-container .expert-pic {
  border-radius: 50%;
  width: 123px;
  height: 123px;
}

.call-reschedule .bottom-container .expert-call {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
}

.call-reschedule .bottom-container .service-details {
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
}

.call-reschedule .bottom-container .calendar-icon {
  color: #006b43;
  margin-right: 20px;
  font-size: 28px;
}

.call-reschedule .bottom-container .time-text {
  color: #006b43;
  font-size: 15px;
  font-weight: 700;
}

.highlight-modal-container {
  min-height: 487px;
}

.highlight-modal-container .ant-modal-content {
  border-radius: 16px;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.highlight-modal-container .ant-modal-body {
  height: 100%;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .highlight-drawer {
    height: 100%;
  }
}

.highlight-drawer .ant-drawer-header-close-only {
  border-bottom: none;
  padding: 14px 0;
  position: absolute;
  right: 0;
}

.highlight-drawer .ant-drawer-body {
  padding: 0;
}

.highlight-drawer.ant-drawer-content {
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .highlight-drawer.ant-drawer-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.right-content {
  height: 100%;
}

@media screen and (min-width: 767px) {
  .right-content {
    min-height: 480px;
  }
}

.highlight-info {
  height: 100%;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  .highlight-info {
    padding: 22px 16px 0;
  }
}

.highlight-info .desc {
  color: #141414;
  max-width: 90%;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.highlight-info .title {
  font-size: 28px;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 575px) {
  .highlight-info .title {
    font-size: 24px !important;
  }
}

.highlight-info .content-container {
  margin-top: 32px;
  overflow-y: auto;
}

@media screen and (max-width: 575px) {
  .highlight-info .content-container {
    height: 100%;
    margin-top: 18px;
  }
}

@media screen and (min-width: 575px) {
  .highlight-info .content-container {
    max-height: 350px;
  }
}

.highlight-info .content-container .url-input {
  background: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.highlight-info .content-container .url-input .link-submit {
  background-color: #000;
  border-radius: 4px;
  margin: 4px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.highlight-info .content-container .highlight-options {
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 12px;
}

.highlight-info .content-container .highlight-options:hover {
  background-color: #f7f7f7;
}

.highlight-info .content-container .highlight-options .option-title {
  font-size: 16px;
  font-weight: 700;
}

.custom-highlight-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .custom-highlight-bottom {
    position: fixed;
  }
}

.custom-highlight-bottom .bottom-desc-text {
  color: gray;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 24px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.custom-highlight-bottom .custom-btn-container {
  border-top: 1px solid rgba(0, 0, 0, .12);
  gap: 8px;
  padding: 20px 24px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .custom-highlight-bottom .custom-btn-container {
    padding: 20px 16px;
  }
}

.open-linkedin-btn {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  display: flex;
  font-size: 16px !important;
}

.highlight-btn-container {
  border-top: 1px solid rgba(0, 0, 0, .12);
  gap: 8px;
  padding: 20px 24px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .highlight-btn-container {
    padding: 20px 16px;
    position: fixed;
  }
}

.delete-btn {
  cursor: pointer;
  background: rgba(206, 48, 27, .1);
  border: .698px solid #e7e0c2;
  border-radius: 16.755px;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  padding: 0 8px;
  display: flex;
}

.card-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .card-container {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.card-container .close-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .card-container .close-icon {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
  }
}

.card-container .back-icon {
  filter: drop-shadow(1px 1px 12px rgba(0, 0, 0, .1));
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
}

.card-container .sample-card {
  background: #fff;
  border-radius: 22px;
  width: 90%;
  min-height: 126px;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 3px 3px 21px rgba(0, 0, 0, .12);
}

@media screen and (max-width: 768px) {
  .card-container .sample-card {
    margin-top: 20px;
  }
}

.card-container .sample-card .highlight-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 120px;
}

.card-container .sample-card .desc {
  white-space: pre-wrap;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

.card-container .sample-card .sec-desc {
  color: #666b60;
  font-size: 12px;
  font-weight: 500;
}

.onboarding-nav {
  margin-top: 16px;
}

.onboarding-nav .onboarding-back-btn {
  cursor: pointer;
  margin-right: 15px;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .onboarding-nav .onboarding-back-btn {
    z-index: 999;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 0;
    font-size: 24px;
  }

  .onboarding-nav.skip-btn {
    padding-top: 0;
  }

  .onboarding-nav {
    padding: 24px 0 0;
  }

  .onboarding-nav .ant-progress-bg {
    height: 4px !important;
  }

  .progress-bar {
    margin-left: -8% !important;
  }
}

.progress-bar .stepper-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.progress-bar .stepper-item {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .progress-bar .stepper-item {
    font-size: 12px;
  }
}

.progress-bar .stepper-item:before {
  content: "";
  z-index: 2;
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  position: absolute;
  top: 20px;
  left: -50%;
}

.progress-bar .stepper-item:after {
  content: "";
  z-index: 2;
  border-bottom: 10px solid #f2f2f2;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 50%;
}

.progress-bar .stepper-item .step-counter {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
  top: 40%;
}

.progress-bar .step-image {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
  top: 15%;
}

.progress-bar .stepper-item.active {
  font-weight: bold;
}

.progress-bar .stepper-item.completed:after {
  content: "";
  z-index: 3;
  border-bottom: 10px solid #000;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 50%;
}

.progress-bar .first:after {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.progress-bar .stepper-item:first-child:before {
  display: none;
}

.progress-bar .stepper-item:last-child:after {
  content: none;
}

.progress-bar .progress-lottie {
  position: absolute;
  top: -22px;
}

.progress-bar .progress-dot {
  background: #e44332;
  border: 1px solid #000;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
}

.onboarding-checkbox {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.onboarding-checkbox .radio-checkbox-item {
  border: 1px solid #ddd;
  outline: 1px solid rgba(0, 0, 0, 0);
  width: auto;
  margin-bottom: 10px;
  transition: all .25s ease-in;
  border-radius: 20px !important;
}

.onboarding-checkbox .radio-checkbox-item.ant-radio-button-wrapper-checked {
  color: #222;
  box-shadow: none;
  background-color: #f7f7f7;
  font-weight: 600;
  transition: all .25s ease-in;
  border: 1px solid #222 !important;
  outline: 1px solid #222 !important;
}

.onboarding-checkbox .radio-checkbox-item:hover, .onboarding-checkbox .radio-checkbox-item:focus {
  color: #222;
}

.onboarding {
  min-height: 100vh;
}

.onboarding .content-box {
  justify-content: center;
  min-height: 85vh;
  display: flex;
}

.onboarding .add-slots {
  margin-top: 0;
}

.onboarding .onboarding-main {
  margin: 32px 0 40px;
}

@media screen and (max-width: 767px) {
  .onboarding .onboarding-main {
    margin-top: 30px;
  }
}

.onboarding .onboarding-content .onboarding-header {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

@media screen and (max-width: 767px) {
  .onboarding .onboarding-content .onboarding-header {
    font-size: 23px;
    line-height: 36px;
  }
}

.onboarding .onboarding-content .onboarding-subheader {
  color: #848484;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}

.onboarding .onboarding-content .onboarding-description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .onboarding .onboarding-content .onboarding-description {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
  }
}

.onboarding .onboarding-content .ant-form-item {
  margin-bottom: 32px;
}

.onboarding .onboarding-content .ant-form-item .ant-form-item-label {
  padding-bottom: 12px;
}

.onboarding .onboarding-content .ant-form-item .ant-form-item-label > label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.onboarding .onboarding-content .preparing-text {
  font-size: 20px;
  font-weight: 700;
}

.onboarding .onboarding-content .service-type {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}

.onboarding .onboarding-content .input-expertise {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.onboarding .onboarding-content .input-expertise .submit-expertise {
  border-radius: 6px;
  margin: 6px;
  font-size: 14px;
  font-weight: 600;
}

.onboarding .onboarding-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  height: 56px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s ease-in-out;
  display: flex;
}

.onboarding .onboarding-card.active {
  background-color: #f7f7f7;
  border: 2px solid #222;
  font-weight: 600;
}

.onboarding .onboarding-card.active:hover, .onboarding .onboarding-card.active:focus {
  background-color: #f7f7f7;
  border: 2px solid #222;
}

.onboarding .onboarding-card:hover, .onboarding .onboarding-card:focus {
  background-color: #f7f7f7;
  border: 1px solid #222;
  transition: all .2s ease-in-out;
}

.onboarding .onboarding-action {
  z-index: 1;
  justify-content: flex-end;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .onboarding .onboarding-action {
    background-color: #fff;
    padding: 16px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
    position: fixed !important;
  }
}

.onboarding .onboarding-cta {
  border-radius: 6px;
  height: 48px;
  padding: 0 60px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .onboarding .onboarding-cta {
    margin-top: 0;
  }
}

.onboarding .onboarding-bottom {
  z-index: 9;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
}

.onboarding .onboarding-bottom .nav-content {
  padding: 16px 0;
}

.onboarding .onboarding-bottom .nav-content .back-icon {
  color: #141414;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.general-info .reason-field .radio-checkbox {
  display: block !important;
}

.general-info .reason-field .reason-radio-inline {
  flex-direction: row !important;
  gap: 16px !important;
  display: flex !important;
}

.general-info .reason-field .radio-checkbox-item {
  border: 1px solid #ddd;
  outline: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  transition: all .25s ease-in;
  border-radius: 4px !important;
}

.general-info .reason-field .radio-checkbox-item:not(:last-of-type) {
  margin-right: 0 !important;
}

.general-info .reason-field .radio-checkbox-item.ant-radio-button-wrapper-checked {
  color: #222;
  box-shadow: none;
  background-color: #f7f7f7;
  font-weight: 600;
  transition: all .25s ease-in;
  border: 1px solid #222 !important;
  outline: 1px solid #222 !important;
}

.general-info .reason-field .radio-checkbox-item:hover, .general-info .reason-field .radio-checkbox-item:focus {
  color: #222;
}

.general-info .error-number {
  color: #9f3a38;
  background: #fff;
  border: 1px solid #e0b4b4;
}

.general-info .option-tag-container {
  border-radius: 3px;
  height: 48px;
  margin-top: 10px;
  margin-right: 4px;
  padding: 14px 24px;
}

.general-info .option-tag {
  border: 1px solid #ddd;
  outline: 1px solid rgba(0, 0, 0, 0);
}

.general-info .option-tag-selected {
  border: 1px solid #222 !important;
  outline: 1px solid #222 !important;
}

.general-info .spam-message {
  color: gray;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: .85em;
}

.general-info .social-url-message {
  background-color: #f7f7f7;
  border-radius: 6px;
  align-items: flex-start;
  margin-top: 12px;
  padding: 14px 12px;
  display: flex;
}

.general-info .social-url-message img {
  margin-right: 10px;
}

.general-info .social-error {
  background-color: #fdf3e7;
  align-items: center;
  margin: 10px 0 40px;
  display: flex;
}

.general-info .social-error .social-error-text {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (min-width: 767px) {
  .general-info .social-error .social-error-text {
    padding: 24px;
  }
}

.general-info .earning-tag {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
}

.general-info .form-subheader {
  color: #919191;
  font-size: 14px;
  font-weight: 500;
}

.error-skip-btn {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.general-error {
  color: #9f3a38;
}

.onboard-earning {
  background-color: #ffe6e3;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.onboard-earning .content {
  text-align: center;
  margin-top: 70px;
}

.onboard-earning .content .heading {
  font-size: 64px;
  font-weight: 700;
}

.onboard-earning .content .desc {
  color: rgba(0, 0, 0, .6);
  margin-top: 12px;
  font-size: 20px;
  font-weight: 500;
}

.onboard-earning .content .earning-card {
  text-align: left;
  background: #fff;
  border-radius: 20px;
  margin-top: 36px;
  padding: 12px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .06);
}

.onboard-earning .content .earning-card .earning-text {
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  font-weight: 500;
}

.onboard-earning .content .earning-card .earning-number {
  font-size: 24px;
  font-weight: 700;
}

.flex-align-center {
  align-items: center;
  display: flex;
}

.flex-all-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-spacing {
  margin-top: 40px;
}

.checklist-popover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.checklist-popover .ant-popover-inner {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.checklist-popover .ant-popover-inner .ant-popover-inner-content {
  border-radius: 24px;
  box-shadow: 24px 24px 24px 24px rgba(0, 0, 0, .09);
}

.advance-checklist-profile {
  background: #6a57e3 !important;
  border: none !important;
  padding: 10px !important;
}

.advance-checklist-btn {
  z-index: 20;
  height: unset;
  font-size: 16px;
  font-weight: 700;
  position: fixed;
  bottom: 85px;
  right: 12px;
  color: #fff !important;
  background: #6a57e3 !important;
  border: none !important;
  padding: 10px !important;
}

@media screen and (max-width: 767px) {
  .advance-checklist-btn {
    padding: 6px 8px !important;
  }
}

@media screen and (min-width: 767px) {
  .advance-checklist-btn {
    z-index: 200;
    text-align: center;
    border: none;
    border-radius: 32px;
    width: 171px;
    height: 48px;
    line-height: 130%;
    bottom: 25px;
    right: 102px;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
  }
}

.advance-checklist-btn.static {
  right: inherit;
  bottom: inherit;
  width: auto;
  height: 40px;
  box-shadow: none;
  border-radius: 6px;
  margin-right: 6px;
  position: relative;
  color: #09f !important;
  background: #dbecff !important;
  padding: 0 12px !important;
  right: 0 !important;
}

.advance-checklist-btn.static .checklist-count {
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  top: -10px;
  right: -10px;
}

.checklist-count {
  color: #fff;
  background-color: #e44332;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: inline-flex;
  position: absolute;
  top: -13px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .checklist-count {
    width: 18px;
    height: 18px;
    top: -8px;
    right: -8px;
    font-size: 12px !important;
  }
}

.main-layout {
  height: 100vh;
  position: relative;
  top: 0;
}

@media screen and (max-width: 767px) {
  .main-layout .sidebar {
    flex-direction: column !important;
  }
}

.main-layout .sticky {
  z-index: 99;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 767px) {
  .main-layout .sticky {
    top: 62px;
  }
}

.main-layout .main-container {
  float: right;
  background: #fff;
  width: calc(100% - 288px);
  height: 100%;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container {
    width: 100%;
    margin-top: 62px;
  }

  .main-layout .main-container.home-layout-mobile-class {
    margin-top: 0;
  }
}

.main-layout .main-container.clean-sidebar-layout {
  float: none;
  width: calc(100% - 240px);
  margin-left: 240px;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container.clean-sidebar-layout {
    width: 100%;
    margin-top: 62px;
    margin-left: 0;
  }

  .main-layout .main-container.clean-sidebar-layout.home-layout-mobile-class {
    margin-top: 0;
  }

  body:has(.service-edit-page) .main-layout .main-container.clean-sidebar-layout {
    margin-top: 0 !important;
  }
}

.main-layout .main-container .container-title-section {
  border-bottom: 1px solid #e3e8ed;
  padding: 24px 0 20px;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .container-title-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main-layout .main-container .container-title-section.sticky {
  z-index: 99;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .container-title-section.sticky {
    top: 62px;
  }
}

.main-layout .main-container .container-title-section .header-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-layout .main-container .container-title-section .header-section .ant-typography {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .container-title-section .header-section.hidden {
    display: none;
  }

  .main-layout .main-container .container-title-section .header-section {
    margin-top: 15px;
  }
}

.main-layout .main-container .container-title-section .layout-header {
  align-items: center;
  margin: 0;
  line-height: 43px;
  display: flex;
  font-weight: 700 !important;
}

.main-layout .main-container .container-title-section .layout-header .back-btn {
  cursor: pointer;
  width: 28px;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .container-title-section .layout-header .back-btn {
    margin-right: 10px;
  }

  .main-layout .main-container .container-title-section .layout-header {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .main-layout .main-container .container-title-section .layout-header {
    font-size: 22px;
    line-height: 34px;
  }
}

.main-layout .main-container .container-children {
  padding-top: 20px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .container-children {
    border: none;
    padding-top: 14px;
  }
}

.main-layout .main-container .tab-link-common {
  border-radius: 22px;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  transition: all .4s ease-in-out;
  display: inline-flex;
}

.main-layout .main-container .tab-link-common:hover, .main-layout .main-container .tab-link-common:focus {
  background-color: #f7f7f7;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .tab-link-common {
    height: 36px;
    padding: 0 16px;
  }
}

.main-layout .main-container .tab-link-disabled {
  opacity: .6;
  cursor: not-allowed !important;
}

.main-layout .main-container .tab-link {
  border: 1px solid var(--colorTextBase);
  cursor: pointer;
}

.main-layout .main-container .tab-link:not(:last-child) {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .tab-link:not(:last-child) {
    margin-right: 8px;
  }
}

.main-layout .main-container .tab-link.active {
  border-width: 2px;
  border-color: var(--colorTextBase);
  pointer-events: none;
  background-color: #f7f7f7;
  transition: all .4s ease-in-out;
}

.main-layout .main-container .tab-link.active .tab-title {
  font-weight: 700;
}

.main-layout .main-container .tab-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.main-layout .main-container .tab-container ::-webkit-scrollbar {
  display: none;
}

.main-layout .main-container .tab-container .tab-title {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.main-layout .main-container .tab-cta-link .tab-title {
  color: #fff;
}

.main-layout .main-container .tab-cta-link .anticon {
  color: #fff;
  font-size: 20px;
}

@media screen and (min-width: 767px) {
  .main-layout .main-container .tab-cta-link .anticon {
    margin-right: 12px;
  }
}

.main-layout .main-container .tab-cta-link.tab-title-cta {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .tab-cta-link.tab-title-cta .tab-title {
    display: inline-flex;
  }

  .main-layout .main-container .tab-cta-link .tab-title {
    display: none;
  }
}

.main-layout .main-container .tab-cta-link:focus, .main-layout .main-container .tab-cta-link:hover {
  background-color: #050505;
  transition: all .4s ease-in-out;
  transform: scale(1.02);
}

.main-layout .main-container .btn-ai-writer-dashboard {
  cursor: pointer;
  color: #fff;
  z-index: 5;
  background: linear-gradient(128.49deg, #cb5dff 0%, #1d41be 100%);
  border: none;
  border-radius: 40px;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 10px 32px 10px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: fixed;
  bottom: 64px;
  right: 64px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .25);
}

.main-layout .main-container .btn-ai-writer-dashboard:hover, .main-layout .main-container .btn-ai-writer-dashboard:focus {
  border: none;
}

@media screen and (max-width: 767px) {
  .main-layout .main-container .btn-ai-writer-dashboard {
    bottom: 84px;
    right: 20px;
  }
}

.stripe-tag {
  z-index: 1000;
  background: #f6ce9d;
  width: 100%;
  height: 40px;
  padding: 8px;
  position: fixed;
  top: 0;
  left: 0;
}

.stripe-tag .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
}

.stripe-tag .text .connect {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.stripe-tag .close-stripe {
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}

.sidebar-menu, .mobile-drawer .ant-drawer-body, .main-sidebar {
  background-color: #f7f6f2 !important;
  border: none !important;
}

.sidebar-menu .menu-item, .mobile-drawer .ant-drawer-body .menu-item, .main-sidebar .menu-item {
  margin-bottom: 4px;
  background: none !important;
  height: 40px !important;
}

.sidebar-menu .ant-menu-item, .mobile-drawer .ant-drawer-body .ant-menu-item, .main-sidebar .ant-menu-item {
  margin: 0 0 2px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 0 !important;
}

.sidebar-menu .ant-menu-item-selected, .mobile-drawer .ant-drawer-body .ant-menu-item-selected, .main-sidebar .ant-menu-item-selected {
  background: none !important;
}

.sidebar-menu .menu-sub-menu, .mobile-drawer .ant-drawer-body .menu-sub-menu, .main-sidebar .menu-sub-menu {
  margin-bottom: 0;
  padding: 0;
}

.sidebar-menu .menu-sub-menu .ant-menu-submenu-title, .mobile-drawer .ant-drawer-body .menu-sub-menu .ant-menu-submenu-title, .main-sidebar .menu-sub-menu .ant-menu-submenu-title {
  border-radius: 8px;
  align-items: center;
  height: 40px;
  margin: 0;
  transition: all .5s ease-in-out;
  display: flex;
  padding: 7px 12px !important;
}

.sidebar-menu .menu-sub-menu .ant-menu-submenu-title .menu-logo, .mobile-drawer .ant-drawer-body .menu-sub-menu .ant-menu-submenu-title .menu-logo, .main-sidebar .menu-sub-menu .ant-menu-submenu-title .menu-logo {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.sidebar-menu .menu-sub-menu .ant-menu-submenu-title svg, .mobile-drawer .ant-drawer-body .menu-sub-menu .ant-menu-submenu-title svg, .main-sidebar .menu-sub-menu .ant-menu-submenu-title svg {
  color: var(--colorTextBase);
  flex-shrink: 0;
}

.sidebar-menu .menu-sub-menu .menu-title, .mobile-drawer .ant-drawer-body .menu-sub-menu .menu-title, .main-sidebar .menu-sub-menu .menu-title {
  justify-content: space-between;
  align-items: center;
  width: 56%;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.sidebar-menu .menu-sub-menu .ant-menu-sub, .mobile-drawer .ant-drawer-body .menu-sub-menu .ant-menu-sub, .main-sidebar .menu-sub-menu .ant-menu-sub {
  margin-top: 4px;
  margin-left: 34px;
  background: none !important;
}

.sidebar-menu .menu-link, .mobile-drawer .ant-drawer-body .menu-link, .main-sidebar .menu-link {
  border-radius: 8px;
  align-items: center;
  width: 100%;
  transition: all .5s ease-in-out;
  display: flex;
  padding: 7px 12px !important;
}

.sidebar-menu .menu-link .menu-logo, .mobile-drawer .ant-drawer-body .menu-link .menu-logo, .main-sidebar .menu-link .menu-logo {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

.sidebar-menu .menu-link svg, .mobile-drawer .ant-drawer-body .menu-link svg, .main-sidebar .menu-link svg {
  color: var(--colorTextBase);
  flex-shrink: 0;
}

.sidebar-menu .menu-link .menu-title, .mobile-drawer .ant-drawer-body .menu-link .menu-title, .main-sidebar .menu-link .menu-title {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.sidebar-menu .menu-link .error-icons, .mobile-drawer .ant-drawer-body .menu-link .error-icons, .main-sidebar .menu-link .error-icons {
  color: var(--colorError);
}

.sidebar-menu .menu-link.active, .mobile-drawer .ant-drawer-body .menu-link.active, .main-sidebar .menu-link.active {
  color: #0a171f;
  pointer-events: none;
  font-weight: 600;
  transition: all .5s ease-in-out;
  background-color: rgba(140, 83, 0, .1) !important;
}

.sidebar-menu .menu-link.active .menu-title, .mobile-drawer .ant-drawer-body .menu-link.active .menu-title, .main-sidebar .menu-link.active .menu-title {
  color: #5b3600;
  font-weight: 700;
}

.sidebar-menu .menu-link.active .menu-logo, .mobile-drawer .ant-drawer-body .menu-link.active .menu-logo, .main-sidebar .menu-link.active .menu-logo {
  color: #5b3600 !important;
}

.sidebar-menu .menu-link:hover, .mobile-drawer .ant-drawer-body .menu-link:hover, .main-sidebar .menu-link:hover {
  background-color: rgba(140, 83, 0, .1);
  transition: all .5s ease-in-out;
}

.main-sidebar {
  background-color: #fcf9f9;
  height: 100vh;
  padding: 16px 16px 10px;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  border-right: 1px solid #ece6db !important;
  position: fixed !important;
}

.main-sidebar .ant-layout-sider-children {
  height: auto;
  padding-bottom: 74px;
}

.sidebar-profile-container {
  background-color: #fff;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .sidebar-profile-container .sidebar-profile-divider {
    display: none;
  }
}

.sidebar-profile-container .nav-share {
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #8c5300;
  border-radius: 18px;
  height: 56px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sidebar-profile-container .nav-share {
    background: #f8f7f2;
    border: 1.5px solid #e7e0c2;
  }
}

.sidebar-profile-container .share-cta {
  background-color: #f3f3f1;
  border: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.sidebar-profile-container .share-cta:hover, .sidebar-profile-container .share-cta:focus {
  background-color: #e7e7e3;
}

.sidebar-profile-share {
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px 16px 12px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sidebar-profile-share {
    padding: 10px 0;
  }
}

.sidebar-profile-data {
  align-items: center;
  padding: 12px;
  display: flex !important;
}

.sidebar-profile-data .copy-profile {
  cursor: pointer;
  font-size: 18px;
}

.sidebar-profile-data .user-profile {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
}

.sidebar-profile-data .sidebar-profile-link {
  white-space: break-spaces;
  word-break: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .sidebar-profile-data .sidebar-profile-link {
    font-size: 16px;
    font-weight: 500;
  }

  .sidebar-profile-data {
    padding: 14px 4px 8px;
  }
}

.mobile-dashboard-nav {
  z-index: 997;
  background: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .mobile-dashboard-nav {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body:has(.service-edit-page) .mobile-dashboard-nav {
    display: none !important;
  }
}

.mobile-dashboard-nav.has-top-nav {
  height: 62px;
  max-height: 62px;
}

.mobile-dashboard-nav .top-supporters-banner {
  cursor: pointer;
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .mobile-dashboard-nav .top-supporters-banner {
    width: 200px;
  }
}

.mobile-dashboard-nav .nav-mobile-base {
  z-index: 10;
  border-bottom: 1px solid #e3e3e3;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex !important;
}

.mobile-dashboard-nav .nav-mobile-base .back-btn-mobile {
  color: #141414;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.mobile-dashboard-nav .nav-mobile-base .mobile-logo {
  cursor: pointer;
  color: #141414;
  position: absolute;
  left: 20px;
}

.mobile-dashboard-nav .nav-mobile-base .menu-btn {
  height: auto;
  padding: 6px 0;
}

.mobile-dashboard-nav .nav-mobile-base .mobile-nav-title {
  max-width: 60%;
  margin-left: 15%;
  font-size: 15px;
  line-height: 28px;
}

.mobile-dashboard-nav .nav-mobile-base .right-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
}

.dashboard-bottom-nav {
  z-index: 9999;
  background: #fff;
  height: 72px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, .04);
}

@media screen and (min-width: 768px) {
  .dashboard-bottom-nav {
    display: none !important;
  }
}

.dashboard-bottom-nav.hidden {
  transition: all .25s linear;
  display: none;
}

.nav-list .bn-link {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 20px 15px;
  display: flex;
}

.nav-list .bn-link.active {
  pointer-events: none;
  cursor: pointer;
  border-color: var(--colorSuccess);
}

.nav-list .bn-link.active .bn-icon, .nav-list .bn-link.active .bn-title {
  color: var(--colorSuccess);
}

.nav-list .bn-link .bn-title {
  margin-top: 15px;
}

.nav-list .bn-link .bn-icon {
  color: #434343;
}

.nav-list .ant-badge {
  width: 100%;
}

.bottom-nav-list {
  height: 100%;
  padding: 13px 0 14px;
}

.bottom-nav-list .ant-badge, .bottom-nav-list .bn-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.bottom-nav-list .bn-link {
  height: 100%;
}

.bottom-nav-list .bn-link.active {
  pointer-events: none;
  cursor: pointer;
}

.bottom-nav-list .bn-link.active .bn-icon-container {
  border-color: #8c5300;
}

.bottom-nav-list .bn-link.active .bn-icon, .bottom-nav-list .bn-link.active .bn-title {
  color: #8c5300;
  font-weight: 700;
}

.bottom-nav-list .bn-link .bn-icon {
  color: #434343;
}

.bottom-nav-list .bn-link .bn-title {
  color: rgba(0, 0, 0, .5);
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.bottom-nav-list.drawer {
  border-top: 1px solid #f4f4f4;
  padding-top: 4px;
}

.bottom-nav-list.drawer .new-tag-badge {
  text-align: center;
  letter-spacing: .15px;
  color: #3e8750;
  background-color: #d4f5e3;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 500;
}

.bottom-nav-list.drawer .count-badge {
  text-align: center;
  letter-spacing: .15px;
  color: #e44332;
  background-color: #fdf0ef;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 500;
}

.bottom-nav-list.drawer .bn-link {
  background: rgba(255, 255, 255, .95);
  border: 1px solid #ebeaeb;
  border-radius: 20px;
  height: auto;
  margin-top: 8px;
}

.bottom-nav-list.drawer .bn-link.active {
  pointer-events: none;
  cursor: pointer;
  border-color: var(--colorSuccess);
}

.bottom-nav-list.drawer .bn-link.active .bn-icon, .bottom-nav-list.drawer .bn-link.active .bn-title {
  color: var(--colorSuccess);
}

.bottom-nav-list.drawer .bn-link .bn-title {
  color: var(--colorTextBase);
  text-align: center;
  margin: 0 0 0 16px;
  font-size: 16px;
  font-weight: 700;
}

.bottom-nav-list.drawer .bn-link .top-tabs {
  width: 100%;
  padding: 14px 16px;
}

.bottom-nav-list.drawer .bottom-bn-link .bn-title {
  color: var(--colorTextBase);
  text-align: center;
  margin: 0 0 0 16px;
  font-size: 15px;
  font-weight: 500;
}

.bottom-nav-list.drawer .bottom-bn-link.active {
  pointer-events: none;
  cursor: pointer;
  border-color: var(--colorSuccess);
}

.bottom-nav-list.drawer .bottom-bn-link.active .bn-icon, .bottom-nav-list.drawer .bottom-bn-link.active .bn-title {
  color: var(--colorSuccess);
}

.bottom-nav-list.drawer .bottom-tabs {
  width: 100%;
  height: 56px;
  padding: 14px 12px;
}

.mobile-drawer .ant-drawer-body {
  padding: 20px 16px 20px 30px;
  overflow: hidden;
  background-color: #fafafa !important;
}

.mobile-drawer.ant-drawer-content {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.query-number {
  color: #fff;
  background-color: #e44332;
  border-radius: 24px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.query-number * {
  color: #fff;
}

.share-card {
  background-color: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 96px;
  min-height: 92px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.share-card:before {
  content: "";
  z-index: 0;
  width: 500px;
  height: 500px;
  animation: 20s linear infinite rotate;
  display: block;
  position: absolute;
}

.share-card .inner {
  z-index: 1;
  border-radius: 12px;
  width: 100%;
  margin: 2px;
  padding: 12px;
  position: relative;
}

.share-card.variant-1 .inner {
  background: #fff;
}

.share-card.variant-1:before {
  content: "";
  box-shadow: rgba(0, 0, 0, .04);
  z-index: 0;
  transform-origin: top;
  background: linear-gradient(90deg, #f7f6f2 0%, #e50000 70%, #f7f6f2 100%);
  width: 100px;
  height: 300px;
  animation: 6s linear infinite forwards rotate;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0);
}

.share-card.variant-2 .inner {
  background: #fff;
}

.share-card.variant-2:before {
  content: "";
  z-index: 0;
  transform-origin: top;
  background: linear-gradient(90deg, #f7f6f2 0%, #008060 50%, #f7f6f2 100%);
  width: 100px;
  height: 300px;
  animation: 6s linear infinite forwards rotate;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0);
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.home-page-design {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .home-page-design .rewards-home-nav {
    background-color: var(--colorTextBase);
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    display: flex;
    position: fixed;
    bottom: 72px;
    left: 0;
    right: 0;
  }

  .home-page-design .rewards-home-nav .ant-typography {
    color: #fff;
  }

  .home-page-design .rewards-home-nav .claim-btn {
    color: #fff;
    background-color: #d03660;
    border-radius: 24px;
    padding: 0 32px;
  }
}

.dashboard-nav .mobile-home-header {
  padding: 16px 0 0;
  position: relative;
}

.dashboard-nav .mobile-home-header:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(184, 134, 11, .35) 0%, rgba(218, 165, 32, .28) 20%, rgba(255, 215, 0, .22) 35%, rgba(255, 223, 128, .16) 50%, rgba(247, 246, 242, .1) 70%, rgba(255, 248, 220, .05) 85%, rgba(0, 0, 0, 0) 100%);
  border-radius: 60% 0% 40% 60%;
  width: 180px;
  height: 140px;
  position: absolute;
  top: -20px;
  right: 0;
}

.dashboard-nav .mobile-home-header > * {
  z-index: 2;
  position: relative;
}

.dashboard-nav .mobile-home-header .header-name {
  font-size: 24px;
  font-weight: 700;
}

.dashboard-nav .mobile-home-header .header-link {
  color: #838383;
  font-size: 14px;
  font-weight: 500;
}

.dashboard-nav .mobile-home-header .header-trusted {
  color: #141414;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  margin: 4px 0 0 !important;
}

.dashboard-nav .mobile-home-header .header-trusted .topmate-text {
  color: #141414;
  font-weight: 700;
}

.dashboard-nav .mobile-home-header .header-trusted .trusted-text {
  color: #b8860b;
  font-style: italic;
  font-weight: 400;
}

.dashboard-nav .mobile-home-header .header-trusted .trusted-info-icon {
  color: #b8860b;
  cursor: pointer;
  margin-left: 2px;
  font-size: 12px;
  transition: all .2s;
}

.dashboard-nav .mobile-home-header .header-trusted .trusted-info-icon:hover {
  color: #8b6b0a;
  transform: scale(1.1);
}

.link-container {
  cursor: pointer;
  background: #f8f7f2;
  border: .698px solid #e7e0c2;
  border-radius: 16.755px;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .link-container {
    margin-bottom: 16px;
  }
}

.link-container .user-profile {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.copy-profile {
  cursor: pointer;
  color: #5b3600;
  background: #f8f7f2;
  border: .698px solid #e7e0c2;
  border-radius: 16.755px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  padding: 0 16px !important;
}

@media screen and (max-width: 767px) {
  .copy-profile {
    padding: 8px !important;
  }
}

.common-container-card {
  margin-right: 24px;
}

.common-container-card .ant-card-body {
  padding: 11px 17px;
}

.featured-container-flex {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 767px) {
  .featured-container-flex {
    flex-wrap: wrap;
  }
}

.home-help-section {
  margin-top: 25px;
}

@media screen and (min-width: 767px) {
  .home-help-section {
    margin-top: 0;
  }
}

.feed-section-content-header {
  font-size: 32px !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 767px) {
  .feed-section-content-header {
    font-size: 20px !important;
    font-weight: 700 !important;
  }
}

.common-text {
  font-size: 19px;
  margin-bottom: 0 !important;
}

.dashboard-main-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

.img-size-reducer {
  width: 50px;
  height: 50px;
}

.feed-section-text {
  letter-spacing: .25px;
  font-size: 13px;
  font-weight: normal;
  line-height: 175%;
  margin-bottom: 0 !important;
}

.dashboard-main-summary {
  font-weight: 500;
  margin-top: 16px !important;
}

@media screen and (max-width: 767px) {
  .dashboard-main-summary {
    margin-bottom: 16px !important;
  }
}

.feed-section-card-button {
  margin-top: 48px;
  margin-right: 8px;
  border-radius: 0 !important;
  height: 45px !important;
  padding: 10px 24px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 767px) {
  .feed-section-card-button {
    width: 100%;
    margin-top: 8px;
    margin-right: 0;
  }
}

.feed-section-content-data {
  letter-spacing: .15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 175%;
  color: #000 !important;
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.feed-section-margin {
  margin-top: 10px !important;
}

.feed-section-small {
  margin-top: -1em;
}

.featured-container-card-bigger-text {
  line-height: 175%;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.featured-container-card-smaller-text {
  margin-top: 5px;
}

.featured-container-margin {
  margin-top: 17px;
  margin-bottom: 4px !important;
}

.guide-container-type {
  letter-spacing: 1.25px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 4px !important;
}

.guide-container-heading {
  font-size: 19px;
  font-weight: 700;
  line-height: 175%;
  text-decoration: underline;
}

.guide-container-card {
  cursor: pointer;
  width: 100%;
  border: 0 !important;
}

@media screen and (max-width: 767px) {
  .guide-container-card {
    width: 100%;
    margin-bottom: 30px !important;
  }
}

.guide-container-image {
  width: 100%;
  margin-bottom: 16px;
}

.guide-container-card-normal-text {
  letter-spacing: .15px;
  color: #434343;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.guide-container-card .ant-card-body {
  padding: 0 !important;
}

.checklist-section, .next-steps {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .analysis-content-card {
    padding-top: 30px;
  }
}

.similar-profiles {
  background: #f8f7f2;
  border-radius: 24px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}

@media screen and (min-width: 767px) {
  .similar-profiles {
    margin: 32px;
  }
}

@media screen and (max-width: 767px) {
  .similar-profiles {
    margin-top: 20px;
    padding: 24px 28px;
  }

  .similar-profiles .similar-profiles-container {
    text-align: center;
  }
}

.similar-profiles .similar-profiles-container .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.similar-profiles .similar-profiles-container .subtitle {
  letter-spacing: -.25px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .similar-profiles .similar-profiles-container .subtitle {
    margin-bottom: 8px;
  }
}

.similar-profiles .similar-profiles-container .profiles-container .suggested-profile {
  cursor: pointer;
  border-radius: 16px;
  padding: 8px 0;
}

.similar-profiles .similar-profiles-container .profiles-container .suggested-profile:hover {
  background-color: #ede6da;
}

.similar-profiles .similar-profiles-container .profiles-container .suggested-profile:hover .goto-icon {
  display: block !important;
}

.similar-profiles .similar-profiles-container .profiles-container .suggested-profile .user-name {
  font-size: 18px;
  font-weight: 500;
}

.similar-profiles .similar-profiles-container .profiles-container .suggested-profile .profile-pic {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

@media screen and (min-width: 767px) {
  .similar-profiles .similar-profiles-container .profiles-container .suggested-profile .goto-icon {
    display: none;
  }
}

.similar-profiles .similar-profiles-container .see-profile-btn {
  background: #fff;
  border: none;
  border-radius: 12px;
  height: 52px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 2px 1px 12px rgba(0, 0, 0, .1);
}

.home-checklist {
  margin-top: 12px;
}

.home-checklist .checklist-progress {
  margin-top: 12px;
  line-height: 3px;
  display: flex;
}

.home-checklist .checklist-items {
  border: 1px solid #f4f4f4;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .home-checklist .checklist-items {
    border: none;
    padding: 0;
  }
}

.home-checklist .checklist-item {
  padding: 30px 18px 24px 16px;
}

.home-checklist .checklist-item:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
}

@media screen and (max-width: 767px) {
  .home-checklist .checklist-item {
    padding: 20px 0;
  }
}

.home-checklist .checklist-item .icon-container {
  color: #2c61a7;
  background-color: #eaf0ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .home-checklist .checklist-item .icon-container {
    flex-shrink: 0;
    margin-right: 10px;
  }
}

.home-checklist .checklist-item .checklist-data {
  align-items: flex-start;
  display: flex;
}

.home-checklist .checklist-item .checklist-data .checklist-title {
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.home-checklist .checklist-item .checklist-data .checklist-title .recommended-text {
  text-transform: uppercase;
  background-color: #fcf0c6;
  border-radius: 12px;
  height: 22px;
  margin-left: 7px;
  padding: 2px 12px;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  display: inline-flex;
}

.home-checklist .checklist-item .checklist-data .checklist-description {
  color: #717171;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.home-checklist .checklist-item .checklist-cta {
  justify-content: flex-end;
  display: flex;
}

.home-checklist .checklist-item.checked .checklist-title {
  font-weight: 400;
  text-decoration: line-through;
}

.checklist-progress {
  padding: 0 24px 13px;
}

.checklist-progress .ant-progress-steps-outer {
  justify-content: space-between;
}

.checklist-progress .ant-progress-steps-item {
  width: max-content;
  width: unset;
  flex-basis: 14%;
}

.checklist-progress .ant-progress-steps-item:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 18px;
}

.checklist-progress .ant-progress-steps-item:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 18px;
}

.checklist-progress .ant-progress-steps-item:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: 18px;
}

.checklist-progress .ant-progress-steps-item:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 18px;
}

.checklist-progress .ant-progress-steps-item:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 18px;
}

.checklist-progress .ant-progress-steps-item:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  .checklist-progress .ant-progress-steps-item {
    flex-basis: 12%;
  }
}

.welcome-model {
  display: inline-block !important;
}

.welcome-model .ant-modal-body {
  word-wrap: break-word;
  max-width: 330px;
  height: 432px;
  font-size: 14px;
  line-height: 1.17;
  padding: 0 !important;
}

.welcome-model .ant-modal-body .ant-modal-mask {
  background-color: rgba(0, 0, 0, .45) !important;
}

.welcome-model .ant-modal-body .view-btn {
  color: #fff !important;
  background-color: #000 !important;
  margin-top: 5px !important;
  margin-bottom: 8px !important;
}

.welcome-model .ant-modal-body .com-btn {
  border: none;
  background-color: #eee !important;
  margin-bottom: 20px !important;
  font-weight: bold !important;
}

.welcome-model .ant-modal-body .welcome-image {
  background-color: #e0f4fb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 20px;
}

.welcome-model .ant-modal-body .welcome-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center !important;
  padding: 0 10px !important;
}

.welcome-model .ant-modal-body .welcome-content .welcome-mess {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px !important;
}

.welcome-model .ant-modal-body .profile-link {
  cursor: pointer;
  text-decoration: underline;
  color: green !important;
  margin-bottom: 40px !important;
}

.ant-modal-mask {
  z-index: 1000;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .45) !important;
  position: fixed !important;
}

.ant-modal-centered .ant-modal {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .home-checklist-section {
    margin-bottom: 74px;
  }
}

@media screen and (min-width: 767px) {
  .home-checklist-section {
    border-bottom: 1px solid #f7f7f7;
  }
}

.home-checklist-section .steps-image {
  width: 100%;
  aspect-ratio: "1/1";
}

@media screen and (min-width: 767px) {
  .home-checklist-section .checklist-container {
    border-right: 1px solid #f7f7f7;
    padding: 32px 32px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .floating-checklist {
    border-radius: 0 !important;
  }
}

@media screen and (min-width: 767px) {
  .floating-checklist {
    width: 580px !important;
  }
}

.checklist-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, .12);
}

.checklist-card .header {
  padding: 24px;
}

.checklist-card .header .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .checklist-card .header .heading {
    font-size: 20px;
  }
}

.checklist-card .sub-head {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.checklist-card .checklist-item {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  padding: 22px 30px;
}

@media screen and (max-width: 767px) {
  .checklist-card .checklist-item {
    padding: 13px 18px;
  }
}

.checklist-card .checklist-item .service-title {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
}

.checklist-card .active-checklist-item {
  border-top: 1px solid #f0f0f0;
  padding: 22px 30px;
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .checklist-card .active-checklist-item {
    padding: 13px 18px;
  }
}

.checklist-card .active-checklist-item .service-title {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .container-children:has(.home-page-design) {
    align-items: stretch;
    min-height: 90vh;
    display: flex;
    padding: 0 !important;
  }

  .container-children:has(.home-page-design) > .ant-col {
    min-width: -webkit-fill-available;
    margin: 0;
  }
}

.notification-container {
  border-bottom: 1px solid #f7f7f7;
  height: 100%;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .notification-container {
    padding-top: 65px;
  }
}

.notification-container .header {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 767px) {
  .notification-container .header {
    padding-bottom: 20px;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 500;
  }
}

.notification-container .notification {
  border-bottom: 1px solid #f7f7f7;
}

.notification-container .notification:nth-child(6) {
  border-bottom: none;
}

.notification-container .notification .notification-content {
  padding: 16px 0;
}

@media screen and (min-width: 767px) {
  .notification-container .notification .notification-content {
    padding: 16px 48px 16px 32px;
  }
}

.notification-container .notification .notification-content .title {
  font-size: 16px;
  font-weight: 600;
}

.notification-container .notification .notification-content .desc {
  color: #838383;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
}

.notification-container .notification .notification-content .label {
  color: #3e8750;
  text-align: center;
  background-color: #effaf4;
  border-radius: 20px;
  min-width: 70px;
  padding: 4px;
}

.second-row-section .banner-container {
  flex-direction: column;
  flex-shrink: 1;
  display: flex;
}

@media screen and (min-width: 767px) {
  .second-row-section .banner-container {
    border-bottom: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 32px 48px;
    display: flex;
  }
}

.second-row-section .slider-container {
  width: inherit;
}

@media screen and (max-width: 767px) {
  .second-row-section .slider-container {
    overflow: hidden;
  }
}

.second-row-section .foryou-banner-card {
  text-align: center;
  background-color: #9dc4f4;
  border-radius: 20px;
  width: 100%;
  height: -webkit-fill-available;
  padding: 40px 48px;
}

@media screen and (max-width: 767px) {
  .second-row-section .foryou-banner-card {
    padding: 12px 16px 48px;
  }
}

.second-row-section .foryou-banner-card .new-tag {
  color: #fff;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  width: 72px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

@media screen and (min-width: 767px) {
  .second-row-section .foryou-banner-card .new-tag {
    width: 93px;
    height: 40px;
    margin-top: 34px;
    font-size: 16px;
  }
}

.second-row-section .foryou-banner-card .banner-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .second-row-section .foryou-banner-card .banner-title {
    font-size: 24px;
  }
}

.second-row-section .foryou-banner-card .banner-desc {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 139%;
}

@media screen and (min-width: 767px) {
  .second-row-section .foryou-banner-card .banner-desc {
    font-size: 16px;
  }

  .second-row-section .foryou-banner-card .banner-image {
    width: 150px;
    height: 150pxs;
  }
}

.second-row-section .foryou-banner-card .forward-icon {
  background: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  padding: 2px 8px;
  display: flex;
}

@media screen and (min-width: 767px) {
  .second-row-section .foryou-banner-card .forward-icon {
    margin-top: 24px;
  }
}

.second-row-section .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #000 !important;
}

.second-row-section .swiper-pagination-bullet {
  opacity: .4;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .second-row-section .banner-full-width {
    width: 100% !important;
  }
}

.second-row-section .swiper {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .second-row-section .swiper {
    height: 250px;
  }
}

.second-row-section .swiper-slide {
  color: #fff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  display: flex;
}

.share-options .ant-modal-content {
  border-radius: 24px;
  padding: 0;
}

.share-options .header {
  align-items: center;
  margin-bottom: 16px;
}

.share-options .header .back-icon {
  font-size: 20px;
}

.share-options .header .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.share-options .header .close-share {
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.share-options .desc {
  color: #686b60;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.link-input {
  border: 1px solid #e0e2da;
  border-radius: 9px;
  margin-top: 20px !important;
  display: flex !important;
}

.link-input .copy-btn {
  background-color: #f4f4f4;
  border: none;
  align-items: center;
  height: 40px;
  margin: 10px 8px;
  font-weight: 700;
  border-radius: 6px !important;
  display: flex !important;
}

.link-input .copy-btn:hover {
  color: var(--colorTextBase);
  background-color: #e7e7e7;
}

.sharing-sites {
  margin-top: 20px;
}

.sharing-sites .add-image {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.sharing-sites .goto-site {
  margin-top: 24px;
}

.sharing-sites .goto-site .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.option-list {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.option-list .email-copy-btn {
  color: #141414;
  background: #ededed;
  border: none;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.option-list .email-copy-btn:hover, .option-list .email-copy-btn:active {
  border: none;
  color: #141414 !important;
}

.option-list .social-option {
  cursor: pointer;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
}

.option-list .social-option:hover {
  background-color: #f7f7f7;
  border-radius: 6px;
}

.option-list .share-image {
  margin-right: 12px;
}

.option-list .forward-icon {
  font-size: 12px;
}

.option-list .sites {
  font-weight: 700 !important;
}

.option-list .sites .side-image {
  border-radius: 9px;
  margin-right: 12px;
}

.lottie-image {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-container {
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .modal-container {
    display: none !important;
  }
}

.modal-container .ant-modal-content {
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}

.modal-container .modal-info {
  display: flex;
}

.modal-container .modal-info .left-image-container {
  background-color: #f7f7f7;
  align-items: center;
  padding: 12px;
  display: flex;
}

.modal-container .ant-image-img {
  vertical-align: top;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: auto;
  max-width: 420px;
  height: auto;
  min-height: 400px;
  max-height: 450px;
}

.modal-container .ant-modal-body {
  padding: 0 !important;
}

.info-box {
  position: relative;
}

.info-box .info-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.info-box .upper-content {
  padding: 12px 20px 0;
}

@media screen and (min-width: 768px) {
  .info-box .upper-content {
    padding: 36px 32px 0;
  }
}

.info-box .profile-form {
  padding: 20px 20px 0;
}

@media screen and (min-width: 768px) {
  .info-box .profile-form {
    padding: 32px 0 0 40px;
  }
}

.info-box .profile-form .profile-img-container {
  margin-bottom: 24px;
}

.info-box .profile-form .profile-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.info-box .profile-form .img-size {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 400;
}

.info-box .profile-form .service-tip {
  background-color: #fff;
  border: 1px solid rgba(17, 17, 17, .1);
  border-radius: 6px;
  padding: 16px;
  display: flex;
  margin-top: 160px !important;
}

.info-box .profile-form .service-tip .tip-text {
  padding-left: 10px;
}

.info-box .profile-form .service-tip .tip-text .update-button {
  color: #000;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
}

.info-box .title {
  font-size: 32px;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 575px) {
  .info-box .title {
    font-size: 24px !important;
  }
}

.info-box .desc {
  color: rgba(20, 20, 20, .71);
  white-space: break-spaces;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.info-box .link-input {
  border: 1px dashed #000;
  margin-top: 36px;
  display: flex !important;
}

.info-box .link-input .copy-btn {
  background-color: #f4f4f4;
  border: none;
  border-radius: 3px;
  margin: 3px;
}

.info-box .btn-group {
  padding: 12px 24px;
}

.info-box .btn-group .btn-item {
  height: 48px;
  margin-bottom: 12px;
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .info-box .btn-group .btn-item {
    height: 40px;
    font-size: 14px;
  }
}

.info-box .btn-group .btn-dark, .info-box .btn-group .profile-img-crop-modal .ant-btn-primary, .profile-img-crop-modal .info-box .btn-group .ant-btn-primary {
  background-color: #000 !important;
}

.info-box .theme-container {
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  padding: 12px;
}

.info-box .theme-container .color-icon {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 12px;
}

.info-box .field-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.info-box .btn-container {
  margin-left: 24px;
}

@media screen and (max-width: 575px) {
  .info-box .btn-container {
    margin: 0 24px 24px 0;
  }
}

.modal-image {
  background-image: url("/images/dashboard/nudges/profileNudge.svg");
  width: 378px;
  height: 482px;
}

@media screen and (max-width: 575px) {
  .modal-image {
    background: #fcf6ed;
    justify-content: center;
    width: 100%;
    height: 180px;
    display: flex;
  }
}

.modal-image .nudge-profile {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 84px;
  left: 121px;
}

.modal-image .user-profile {
  border-radius: 50%;
  width: 134px;
  height: 134px !important;
}

@media screen and (max-width: 575px) {
  .modal-image .user-profile {
    margin-top: 24px;
  }
}

.modal-image .user-desc {
  -webkit-line-clamp: 2;
  white-space: break-spaces;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  max-width: 130px;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
}

.profile-modal-info {
  background-color: #7a7a7a;
}

.profile-modal-info .modal-image {
  background-image: url("/images/dashboard/nudges/profileNudge1.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 378px;
  height: 482px;
}

@media screen and (max-width: 575px) {
  .profile-modal-info .modal-image {
    background: #fcf6ed;
    justify-content: center;
    width: 100%;
    height: 243px;
    display: flex;
  }
}

.profile-modal-info .modal-image .nudge-profile {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 84px;
  left: 121px;
}

.profile-modal-info .modal-image .user-profile {
  border-radius: 50%;
  width: 134px;
  height: 134px !important;
}

@media screen and (max-width: 575px) {
  .profile-modal-info .modal-image .user-profile {
    margin-top: 50px;
  }
}

.profile-modal-info .modal-image .user-desc {
  -webkit-line-clamp: 2;
  white-space: break-spaces;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  max-width: 130px;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
}

.referral-text {
  font-size: 16px;
  font-weight: 700;
  margin-top: 32px !important;
}

.upload-icon {
  background: #f3f3f3;
  border-radius: 50px;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 24px;
}

.create-post-card {
  cursor: pointer;
  border: 1px solid var(--colorTextBase);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: inline-flex;
}

.create-post-card.dashed {
  border: 1px dashed var(--colorTextBase);
}

@media screen and (max-width: 767px) {
  .create-post-card {
    margin-bottom: 20px !important;
  }
}

.create-post-card .share-icon-new {
  color: var(--colorTextBase);
  margin-top: 18px;
  margin-bottom: 20px;
  margin-right: 9px;
  font-size: 18px;
}

.create-post-card .share-title-new {
  color: var(--colorTextBase);
  letter-spacing: .15px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .ai-post-card {
    margin-left: 8px !important;
  }
}

.share-divider {
  height: 80px !important;
  margin: 0 12px !important;
}

.post-settings .setting-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.post-settings .setting-section .settings-icon {
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

@media screen and (max-width: 767px) {
  .post-settings {
    margin-top: 32px;
  }
}

.settings-drawer .settings-header {
  border-bottom: 1px solid #f4f4f4;
  padding: 24px 100px 24px 32px;
}

@media screen and (max-width: 767px) {
  .settings-drawer .settings-header {
    padding: 20px 16px 24px;
  }
}

.settings-drawer .setting-text {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
}

.settings-drawer .settings-body {
  padding: 24px 32px;
}

@media screen and (max-width: 767px) {
  .settings-drawer .settings-body {
    padding: 24px 16px;
  }
}

.settings-drawer .settings-body .setting-tab {
  font-size: 14px;
  font-weight: 600;
  line-height: 175%;
}

.settings-drawer .settings-title {
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
}

.settings-drawer .checkbox-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.settings-drawer .drawer-close-icon {
  z-index: 1;
  width: 32px;
  height: 32px;
  color: var(--colorTextBase);
  cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  top: 24px;
  right: 32px;
}

@media screen and (max-width: 767px) {
  .settings-drawer .drawer-close-icon {
    right: 20px;
  }
}

.share-past-posts .past-posts-header {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.share-past-posts .past-posts {
  border: 1px solid #dedddc;
  border-radius: 6px;
  flex-direction: column;
  height: 100%;
  padding: 17px 24px;
  display: flex;
}

.share-past-posts .past-posts .past-post-header {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.share-past-posts .past-posts .past-post-header .past-post-title {
  text-transform: capitalize;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.share-past-posts .past-posts .past-post-description {
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 22px;
}

.container-children:has(.create-post) {
  align-items: stretch;
  min-height: 90vh;
  display: flex;
  padding: 0 !important;
}

.create-post {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .create-post {
    padding-bottom: 130px;
  }
}

.create-post .main-section {
  border-right: 1px solid #e4e8ec;
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .create-post .main-section {
    border-right: none;
    padding: 10px 0 0;
  }
}

.create-post .main-section .share-mobile-footer {
  margin-top: 14px;
}

.create-post .main-section .share-mobile-footer .booking-mobile-cta {
  margin-top: 40px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .create-post .main-section .share-mobile-footer {
    z-index: 9;
    background-color: #fff;
    align-items: center;
    padding: 10px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
  }
}

.create-post .create-post-tabs .ant-tabs-nav {
  margin-bottom: 0;
}

.create-post .create-post-tabs .ant-tabs-nav:before {
  border-bottom: 0;
}

.create-post .create-post-tabs .ant-tabs-ink-bar {
  background: #141414;
}

.create-post .create-post-tabs .ant-tabs-tab {
  color: #989898;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  transition: all .25s ease-in;
}

.create-post .create-post-tabs .ant-tabs-tab .create-post-tab-btn {
  padding: 12px 0;
}

.create-post .create-post-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: 700;
  transition: all .25s ease-in;
  color: #141414 !important;
}

.create-post .sidebar-section {
  padding: 30px 0 100px;
}

.create-post .ant-carousel .slick-slide {
  background: #fff;
  height: 160px;
  overflow: hidden;
}

.create-post .ant-carousel .slick-slide div {
  color: #141414;
}

.create-post .ant-carousel .slick-dots li button, .create-post .ant-carousel .slick-dots li.slick-active button {
  background: #141414;
}

.create-post .create-post-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.create-post .create-post-title .ink-ai-btn {
  border: 1px solid #000;
  border-radius: 3px;
  align-items: center;
  margin-left: 12px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.create-post .editor-wrapper {
  border: 1px solid #e4e8ec;
  border-radius: 3px;
  min-height: 240px;
  max-height: 500px;
  padding: 18px;
  overflow-y: auto;
}

.create-post .editor-wrapper .ql-editor {
  -moz-tab-size: 4;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: 0;
  height: 100%;
  min-height: 84px;
  padding: 0;
  line-height: 1.25;
  overflow-y: auto;
}

.create-post .editor-wrapper .ql-editor p {
  margin: 0;
}

.create-post .editor-wrapper .ql-container {
  border: none;
}

@media screen and (max-width: 767px) {
  .create-post .editor-wrapper {
    max-height: 360px;
  }
}

.create-post .editor-wrapper .loading-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.create-post .editor-wrapper .js-user-slider {
  vertical-align: bottom;
  text-align: center;
  white-space: nowrap;
  color: #141414;
  align-items: center;
  margin: 0 auto;
  transition: width .2s, height .2s;
  display: inline-flex;
}

.create-post .editor-wrapper .js-user-slider span {
  opacity: 0;
  display: none;
}

.create-post .editor-wrapper .js-user-slider span:first-of-type {
  opacity: 1;
  display: block;
}

.create-post .editor-wrapper .js-user-slide-init {
  transform: translate3d(0, -100%, 0);
}

.create-post .editor-wrapper .js-user-slider.js-loaded span {
  display: block;
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
}

.create-post .editor-wrapper .js-user-slide-in {
  animation: 1s forwards slideIn;
}

.create-post .editor-wrapper .js-user-slide-out {
  animation: 1s forwards slideOut;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translate3d(0, -100%, 0);
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
}

.create-post .create-post-img-wrapper {
  width: 100%;
  margin: 10px 0;
  position: relative;
}

.create-post .create-post-img-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.create-post .create-post-img-wrapper .image-close {
  cursor: pointer;
  background: rgba(0, 0, 0, .72);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.create-post .linkedin-share-btn {
  background: #2d64bc;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .create-post .linkedin-share-btn {
    height: 48px;
  }
}

.create-post .linkedin-share-btn:hover, .create-post .linkedin-share-btn:focus {
  background-color: #2859a7 !important;
}

.create-post .twitter-share-btn {
  text-align: center;
  background: rgba(6, 140, 229, .1);
  border-radius: 3px;
  font-size: 22px;
  font-weight: 700;
  color: #068ce5 !important;
}

@media screen and (max-width: 767px) {
  .create-post .twitter-share-btn {
    width: 48px;
    height: 48px;
  }
}

.create-post .instagram-share-btn {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  color: #000 !important;
  border: 1px solid #000 !important;
}

@media screen and (max-width: 767px) {
  .create-post .instagram-share-btn {
    height: 48px;
  }
}

.create-post .instagram-share-btn .instagram-icon {
  width: 24px;
  height: 24px !important;
}

.create-post .copy-download {
  width: 48px !important;
}

.create-post .copy-download button {
  font-size: 20px !important;
}

.create-post .copy-download svg {
  width: 20px !important;
  height: 20px !important;
}

@media screen and (max-width: 767px) {
  .create-post .copy-download {
    width: 40px !important;
  }

  .create-post .copy-download button {
    font-size: 18px !important;
  }

  .create-post .copy-download svg {
    width: 18px !important;
    height: 18px !important;
  }
}

.create-post .create-post-btn {
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .create-post .create-post-btn, .create-post .create-post-btn.image {
    width: 100%;
  }

  .featured-side-message {
    margin-top: 30px !important;
  }
}

.share-data-tag {
  background-color: #fcebdf;
  border-radius: 6px;
  margin-top: 60px;
  padding: 8px 16px;
  display: flex !important;
}

.share-data-tag .data {
  font-size: 24px;
  font-weight: 900;
}

.share-data-tag .desc-text {
  font-size: 16px;
  font-weight: 500;
}

.linkedin-analytics {
  margin-top: 50px;
}

.linkedin-analytics .analytics-title {
  border-bottom: 1px solid #e3e8ed;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.linkedin-analytics .analytics-banner {
  background: #fdeddc;
  width: 100%;
  margin-top: 24px;
  padding: 48px 0 0 48px;
}

@media screen and (max-width: 767px) {
  .linkedin-analytics .analytics-banner {
    padding: 20px 16px 0;
  }
}

.linkedin-analytics .analytics-banner .banner-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .linkedin-analytics .analytics-banner .banner-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.linkedin-analytics .analytics-banner .banner-image {
  width: 100%;
  margin-top: auto;
}

.linkedin-analytics .banner-cta {
  height: 48px;
  margin: 60px 0 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.linkedin-analytics .banner-cta.inprogress {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .linkedin-analytics .banner-cta {
    margin: 35px 0 40px;
  }
}

.linkedin-analytics .banner-inprogress {
  margin-top: 30px;
}

.linkedin-analytics .banner-inprogress .inprogress-title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
}

.linkedin-analytics .analytics-table {
  margin-top: 24px;
}

.linkedin-analytics .analytics-table .ant-table {
  border: 1px solid #e7e7e9;
  border-bottom: 0;
  border-radius: 9px;
  overflow: hidden;
}

.linkedin-analytics .active-tag, .linkedin-analytics .inactive-tag {
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 21px;
  display: inline-flex;
}

.linkedin-analytics .active-tag {
  color: var(--colorSuccess);
  background-color: rgba(0, 128, 96, .12);
}

.linkedin-analytics .inactive-tag {
  color: #493f32;
  background-color: rgba(242, 188, 54, .13);
}

.templates-drawer .templates-header {
  border: 1px solid #e3e8ed;
  padding: 32px 100px 32px 32px;
}

@media screen and (max-width: 767px) {
  .templates-drawer .templates-header {
    padding: 24px;
  }
}

.templates-drawer .tempaltes-title {
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.templates-drawer .drawer-close-icon {
  z-index: 1;
  width: 32px;
  height: 32px;
  color: var(--colorTextBase);
  cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  top: 32px;
  right: 32px;
}

.templates-drawer .template-body {
  padding: 20px 24px;
}

.share-cards {
  cursor: pointer;
  border: 1px solid #dedddc;
  border-radius: 6px;
  justify-content: space-between;
  padding: 17px 24px;
  display: flex;
  margin-top: 24px !important;
}

.share-cards .share-card-tag {
  background-color: #fcf0c6;
  height: 25px;
  margin-top: 5px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.share-cards .share-card-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

.analytics-steps {
  margin-top: 60px;
}

.analytics-steps .steps-title {
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.analytics-steps .steps-list {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .share-cards {
    padding: 17px 10px;
  }

  .share-card-title {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
}

.modal-post-guide {
  height: 400px;
  display: block;
}

@media screen and (max-width: 767px) {
  .modal-post-guide {
    display: none !important;
  }
}

.modal-post-guide .ant-modal-content {
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}

.modal-post-guide .modal-info {
  display: flex;
}

.modal-post-guide .ant-image-img {
  vertical-align: top;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: auto;
  max-width: 420px;
  height: auto;
  max-height: 450px;
}

.modal-post-guide .ant-modal-body {
  padding: 0 !important;
}

.drawer-visible {
  display: none;
}

@media screen and (max-width: 767px) {
  .drawer-visible {
    display: block !important;
  }
}

.drawer-visible .ant-drawer-header-close-only {
  border-bottom: none;
  padding: 14px 0;
  position: absolute;
  right: 0;
}

.drawer-visible .ant-drawer-body {
  padding: 0;
  overflow: hidden;
}

.drawer-visible.ant-drawer-content {
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .drawer-visible.ant-drawer-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.drawer-visible .image-conatiner {
  width: 100%;
  max-height: 40vh;
  overflow: hidden;
}

.drawer-visible .image-conatiner .ant-image {
  width: 100%;
  vertical-align: initial;
}

.drawer-visible .image-conatiner .ant-image-img {
  vertical-align: bottom !important;
}

.drawer-visible .info-container {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .publish-drawer {
    border-radius: 16px;
  }
}

.publish-drawer .publish-header {
  border-bottom: 1px solid #e3e8ed;
  justify-content: space-between;
  display: flex;
  padding: 20px 24px !important;
}

@media screen and (max-width: 767px) {
  .publish-drawer .publish-header {
    padding: 16px;
  }
}

.publish-drawer .publish-title {
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .publish-drawer .publish-title {
    font-size: 20px;
  }
}

.publish-drawer .drawer-close-icon {
  width: 32px;
  height: 32px;
  color: var(--colorTextBase);
  cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  padding: 6px;
}

.publish-drawer .publish-body {
  padding: 24px;
}

.publish-drawer .publish-body .suggestion-text {
  padding: 24px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.publish-drawer .publish-body .ai-post-box {
  margin-left: 8px !important;
}

.templates-container {
  width: 100%;
}

.templates-container .milestone-btn {
  margin-left: 12px;
}

.templates-container .tab-btn {
  border: 1px solid #222 !important;
  border-radius: 18px !important;
  padding: 2px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.templates-container .tab-btn-selected {
  background-color: #f7f7f7 !important;
  border: 2px solid #222 !important;
  border-radius: 18px !important;
  padding: 2px 20px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.templates-container .no-templates {
  padding-top: 24px;
}

.privacy-tag {
  background: #fff;
  width: 100%;
  padding-bottom: 24px;
}

@media screen and (min-width: 767px) {
  .privacy-tag {
    z-index: 99;
    position: fixed;
    bottom: 0;
  }
}

.privacy-tag .plus-text {
  padding: 0 8px;
  font-size: 40px;
}

.privacy-tag .privacy-text {
  letter-spacing: .15px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 400;
}

.linkedin-auto-modal .ant-modal-content {
  padding: 0 0 24px;
}

.linkedin-auto-modal .top-nav {
  background: #eee9fc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 100px;
  padding: 0 24px;
}

.linkedin-auto-modal .top-nav .plus-text {
  padding: 0 24px;
  font-size: 40px;
}

.linkedin-auto-modal .content {
  padding: 20px 24px 0;
}

.linkedin-auto-modal .content .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.linkedin-auto-modal .content .desc {
  color: #686b60;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.linkedin-auto-modal .content .submit-btn {
  margin-top: 56px;
}

.post-success-modal .ant-modal-content {
  padding: 0;
}

.post-success-modal .post-content {
  text-align: center;
  padding: 40px 30px 24px;
}

.post-success-modal .bottom-btns {
  background: #f8f7f2;
  border-top: 1px solid rgba(0, 0, 0, .12);
  border-radius: 0 0 16px 16px;
  padding: 24px 20px;
}

.post-success-modal .link-desc {
  background: #f8f7f2;
  padding-bottom: 16px;
}

.post-success-modal .link-bio-image {
  width: 100%;
  height: 181px;
}

.post-success-modal .link-bio-text {
  color: #141414;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.booking-tabs .ant-tabs-tab-btn {
  font-size: 16px;
  font-weight: 500;
  color: #141414 !important;
}

.booking-tabs .ant-tabs-tab-active .ant-tabs-tab-btn {
  font-size: 16px;
  font-weight: 700;
  color: #141414 !important;
}

.booking-tabs .ant-tabs .ant-tabs-tab:hover {
  color: #141414 !important;
}

.booking-tabs .ant-tabs-ink-bar-animated, .booking-tabs .ant-tabs-ink-bar {
  background: #141414 !important;
}

.calls-card-container {
  margin-bottom: 20px;
}

.calls-main .dates {
  margin-top: 40px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

@media screen and (max-width: 767px) {
  .calls-main .dates {
    margin-top: 2px;
    padding-left: 0;
  }
}

.calls-main .calls-card-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.calls-main .card-expanded {
  border-radius: 12px 0 0 12px !important;
}

.calls-main .calls-card {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  height: 100%;
}

.calls-main .calls-card .calls-price-nonactive {
  color: #141414;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 16px;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.calls-main .calls-card .calls-header-price {
  color: #fff;
  background: #8c5300;
  border: 1px solid #8c5300;
  border-radius: 16px;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.calls-main .calls-card .calls-price {
  color: #666;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  display: inline-flex;
}

.calls-main .calls-card .calls-price svg {
  font-size: 14px;
}

.calls-main .calls-card .calls-header {
  border-bottom: 1px solid rgba(231, 234, 239, .5);
  align-items: center;
  min-height: 60px;
  padding: 12px 20px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .calls-main .calls-card .calls-header {
    padding: 12px;
  }
}

.calls-main .calls-card .calls-header .package-tag {
  color: #141414;
  text-align: center;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 175%;
}

.calls-main .calls-card .calls-header .calls-time {
  align-items: center;
  display: flex;
}

.calls-main .calls-card .calls-header .calls-icon {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
}

.calls-main .calls-card .calls-header .didnot-show-tag {
  color: #880d00;
  text-align: center;
  white-space: nowrap;
  background: rgba(228, 67, 50, .1);
  border-radius: 28px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 175%;
}

.calls-main .calls-card .calls-details {
  padding: 16px 20px 14px;
}

@media screen and (max-width: 767px) {
  .calls-main .calls-card .calls-details {
    padding: 12px 12px 20px;
  }
}

.calls-main .calls-card .calls-details .calls-name {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .calls-main .calls-card .calls-details .calls-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.calls-main .calls-card .calls-details .calls-service-desc {
  color: #666;
  font-size: 13px;
  line-height: 24px;
}

.calls-main .calls-card .calls-tags {
  border-top: 1px solid rgba(231, 234, 239, .5);
  padding: 10px 20px;
}

.calls-main .calls-card .calls-tags .calls-tags-container {
  background: #f0f8f6;
  border-radius: 9px;
  padding: 4px 8px 8px;
}

.calls-main .calls-card .calls-tags .calls-tags-container .ct-text {
  color: #006c51;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.calls-main .calls-card .calls-tags .calls-tags-container .ct-text b {
  font-weight: 800;
}

.calls-main .calls-card .calls-tags .calls-tags-hito-container {
  background: #ffefe4;
  border-radius: 9px;
  padding: 8px;
}

.calls-main .calls-card .calls-tags .calls-tags-hito-container .ct-text {
  color: #000;
  width: 100%;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.calls-main .calls-card .calls-tags .calls-tags-hito-container .ct-text b {
  font-weight: 800;
}

.calls-main .calls-card .calls-tags .calls-tags-hito-container .calls-tags-hito-fee {
  color: rgba(0, 0, 0, .55);
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
}

.calls-main .calls-card .calls-tags .calls-tags-hito-container .calls-tags-hito-text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.calls-main .calls-card .calls-tags .calls-hito-bookings-container {
  background: #fdfbf9;
  border: .726px solid #ebeaeb;
  border-radius: 8.707px;
  width: 92%;
  margin-top: 12px;
  padding: 5px 32px;
}

.calls-main .calls-card .calls-tags .calls-hito-bookings-container .calls-hito-bookings-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 120%;
}

.calls-main .calls-card .calls-tags .calls-hito-bookings-container .calls-hito-bookings-title {
  color: rgba(0, 0, 0, .55);
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
}

.calls-main .calls-card .calls-footer {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px 20px;
}

@media screen and (max-width: 767px) {
  .calls-main .calls-card .calls-footer {
    padding: 12px;
  }

  .calls-main .calls-card .issue-footer {
    gap: 10px;
  }
}

.calls-main .calls-card .doc-sales-tag {
  color: #006249;
  background-color: #f7f7f7;
  gap: 4px;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
}

.calls-main .calls-card .package-calls-footer {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 16px 20px;
}

@media screen and (max-width: 767px) {
  .calls-main .calls-card .package-calls-footer {
    padding: 12px;
  }
}

.calls-main .join-confirm-footer {
  background: #f8f7f2;
  padding: 12px;
}

.reschedule-modal .ant-checkbox-wrapper {
  align-items: flex-start;
}

.send-email-container .heading {
  border-bottom: 1px solid #e3e8ed;
  margin-bottom: 32px;
  padding: 20px 24px !important;
}

@media screen and (max-width: 767px) {
  .send-email-container .heading {
    padding: 16px;
  }
}

.send-email-container .heading .email-heading {
  flex-wrap: wrap;
  align-items: center;
  margin-left: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .send-email-container .heading .email-heading {
    font-size: 20px;
  }
}

.send-email-container .content-title {
  font-size: 16px;
  font-weight: 700;
}

.send-email-container .cancel-btn {
  color: #fff;
  text-align: center;
  background-color: #df5546;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  border: none !important;
}

.send-email-container .cancel-btn:not(:disabled):hover, .send-email-container .cancel-btn:not(:disabled):focus {
  color: #fff !important;
  background-color: #df5546 !important;
  border: none !important;
}

.ant-drawer-right > .ant-drawer-content-wrapper {
  transform: none !important;
}

@media screen and (max-width: 767px) {
  .call-details-drawer {
    border-radius: 16px 16px 0 0;
  }

  .call-details-drawer .ant-drawer-body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .call-details-drawer .ant-drawer-content-wrapper {
    max-width: 100vw !important;
  }
}

.call-details-drawer .details-header {
  border-bottom: 1px solid #e3e8ed;
  justify-content: space-between;
  display: flex;
  padding: 20px 24px 20px 32px !important;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-header {
    padding: 24px 16px 24px 12px !important;
  }
}

.call-details-drawer .details-title {
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-title {
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
  }
}

.call-details-drawer .drawer-close-icon {
  width: 32px;
  height: 32px;
  color: var(--colorTextBase);
  cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  padding: 6px;
}

.call-details-drawer .booking-meet-note {
  background: #f0f5fe;
  border-radius: 12px;
  margin: 16px 32px 0;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .booking-meet-note {
    margin: 20px 16px 0;
    padding: 12px;
  }
}

.call-details-drawer .booking-meet-note .booking-mn-icon {
  background: #d2e3fc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .booking-meet-note .booking-mn-icon {
    width: unset;
    height: unset;
    padding: 10px;
  }
}

.call-details-drawer .booking-meet-note .booking-mn-title {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.call-details-drawer .booking-meet-note .booking-mn-subtitle {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.call-details-drawer .booking-meet-note .booking-mn-btn {
  letter-spacing: .1px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  color: #0045b8 !important;
  background: #d2e3fc !important;
  border: none !important;
}

.call-details-drawer .booking-meet-note .mn-premium-icon {
  background: linear-gradient(#f8eaff 0%, #f0f5fe 100%);
  border-radius: 12px;
  padding: 3px;
  position: absolute;
  bottom: -7px;
  right: 0;
}

.call-details-drawer .booking-review {
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .booking-review {
    padding: 0 16px;
  }
}

.call-details-drawer .booking-review .ask-review-desc {
  color: #5b3600;
  background: #fdfbf9;
  border: 1px solid #ebeaeb;
  border-radius: 12px;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  box-shadow: .5px .5px 4px rgba(0, 0, 0, .03), -.5px -.5px 4px rgba(0, 0, 0, .03);
}

.call-details-drawer .booking-review .ask-review-desc .review-count {
  text-align: center;
  border-right: 1px solid #e3e8ed;
}

.call-details-drawer .booking-review .ask-review-desc .review-count .count-text {
  color: #5b3600;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.call-details-drawer .booking-review .ask-review-desc .review-count .review-text {
  color: #5b3600;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.call-details-drawer .booking-review .ask-review-desc .all-ratings-btn {
  color: #5b3600;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.call-details-drawer .details-attendee-title {
  padding: 24px 0 8px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-attendee-title {
    padding: 24px 16px 8px;
    font-size: 18px;
  }
}

.call-details-drawer .service-name {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .service-name {
    padding: 0 16px;
    font-size: 16px;
  }
}

.call-details-drawer .service-name .service-name-main {
  font-weight: 700;
}

.call-details-drawer .webinar-title {
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .webinar-title {
    font-size: 24px;
  }
}

.call-details-drawer .details-body .details-subhead {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 12px 24px 12px 32px !important;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .details-subhead {
    padding: 16px 16px 12px !important;
  }
}

.call-details-drawer .details-body .action-btns {
  padding: 24px 32px 20px !important;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .action-btns {
    padding: 20px 16px !important;
  }
}

.call-details-drawer .details-body .doc-detail-col {
  border: 1px solid #e3e8ed;
  border-top: 0;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .doc-detail-col {
    flex-wrap: wrap;
    gap: 8px;
    height: auto;
    min-height: 56px;
    padding: 0 16px;
    font-size: 14px;
  }
}

.call-details-drawer .details-body .doc-detail-col .details-icon {
  padding-right: 12px;
}

.call-details-drawer .details-body .call-date {
  border: 1px solid #e3e8ed;
  padding: 24px 4px 16px 32px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .call-date {
    padding: 16px 4px 16px 16px;
    font-size: 14px;
  }
}

.call-details-drawer .details-body .call-date .details-icon {
  padding-right: 12px;
}

.call-details-drawer .details-body .call-phone-details {
  border-left: 0;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .call-phone-details {
    border-top: 0;
  }
}

.call-details-drawer .details-body .webinar-alert {
  background: #fdfbf9;
  border: 1px solid #ebeaeb;
  margin: 0 32px;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .webinar-alert {
    margin: 0 16px;
  }
}

.call-details-drawer .details-body .webinar-alert .webinar-record-alert {
  color: #5b3600;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.call-details-drawer .details-body .email-btn {
  text-align: end;
  border: 1px solid #e3e8ed;
  border-left: 0;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 24px 5px 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .border-top {
    border-top: 0;
  }
}

.call-details-drawer .details-body .call-qna {
  padding: 24px 24px 24px 32px;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .call-qna {
    padding: 16px 16px 24px;
  }
}

.call-details-drawer .details-body .call-qna .call-question {
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
}

.call-details-drawer .details-body .call-qna .call-answer {
  word-break: break-word;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.call-details-drawer .details-body .webinar-reg-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .webinar-reg-title {
    font-size: 18px;
  }
}

.call-details-drawer .details-body .download-icon {
  font-size: 16px;
  font-weight: 700;
}

.call-details-drawer .details-body .btn-edit {
  box-shadow: none;
  background-color: #f2f2f2;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  font-weight: 500;
  display: flex;
}

.call-details-drawer .details-body .btn-edit:hover {
  background-color: #e6e6e6;
}

.call-details-drawer .details-body .issue-title {
  padding: 24px 20px 12px 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .issue-title {
    padding: 20px 16px 12px;
  }
}

.call-details-drawer .details-body .no-show {
  align-items: center;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .details-body .no-show {
    padding-left: 16px;
  }
}

.call-details-drawer .details-body .no-show .divider {
  height: 2em;
}

.call-details-drawer .details-body .no-show .no-show-tag {
  color: #880d00;
  background: rgba(228, 67, 50, .1);
  border-radius: 28px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 175%;
}

.call-details-drawer .confirmation-body {
  padding: 24px 20px;
}

.call-details-drawer .confirmation-body .confirmation-text {
  margin-bottom: 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.call-details-drawer .call-details-extra-earnings {
  border: 1px solid rgba(0, 0, 0, .11);
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 16px 20px;
  position: relative;
}

.call-details-drawer .call-details-extra-earnings .cd-extra-earnings-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.call-details-drawer .call-details-extra-earnings .cd-text {
  color: #141414;
  letter-spacing: .25px;
  max-width: 70%;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.call-details-drawer .call-details-extra-earnings .earning-tags {
  color: #005a44;
  z-index: 2;
  background: #ebf5f3;
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}

.call-details-drawer .call-details-experience {
  background: #fdf1db;
  border-radius: 12px;
  margin: 20px 20px 40px 32px;
  padding: 12px 12px 12px 0;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .call-details-experience {
    margin: 20px 16px 40px;
  }
}

.call-details-drawer .call-details-experience .cda-lottie {
  width: 100%;
}

.call-details-drawer .call-details-experience .cda-cta {
  place-self: flex-end;
}

@media screen and (min-width: 767px) {
  .call-details-drawer .call-details-experience .cda-cta {
    align-self: baseline;
  }
}

.call-details-drawer .call-details-experience .cda-title {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.call-details-drawer .call-details-experience .cda-subtitle {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.call-details-drawer .drawer-table {
  padding: 0 32px !important;
}

@media screen and (max-width: 767px) {
  .call-details-drawer .drawer-table {
    padding: 12px 16px !important;
  }
}

.call-details-drawer .hito-tag {
  color: #e4721e;
  background: #ffefe4;
  border-radius: 9px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%;
}

.status-tag-text {
  text-transform: capitalize;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 175%;
}

@media screen and (max-width: 767px) {
  .status-tag-text {
    padding: 6px 10px;
  }
}

.testimonial-container {
  background: #fdfbf9;
  border: 1px solid #ebeaeb;
  border-radius: 32px;
  width: 100%;
  padding: 24px 20px;
  position: relative;
  box-shadow: .5px .5px 4px rgba(0, 0, 0, .03), -.5px -.5px 4px rgba(0, 0, 0, .03);
}

@media screen and (max-width: 767px) {
  .testimonial-container {
    padding: 24px 16px;
  }
}

.testimonial-container .rating-text {
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 18px;
  display: flex;
}

.testimonial-container .liked-properties {
  margin-bottom: 24px;
  gap: 12px !important;
}

.testimonial-container .liked-properties .property-tag {
  background: rgba(140, 83, 0, .1);
  border-radius: 24px;
  align-items: center;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

@media screen and (min-width: 767px) {
  .testimonial-container .liked-properties .property-tag {
    gap: 8px;
  }
}

.testimonial-container .share-icon {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  padding: 12px;
  position: absolute;
  top: 14px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial-container .share-icon {
    padding: 8px;
  }
}

.testimonial-container .testimonial-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.booking-card-analytics {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  height: auto;
}

@media screen and (max-width: 767px) {
  .tags-sparkles {
    display: none;
  }
}

.discard-modal .reject-desc {
  color: #434343;
  margin-bottom: 84px;
  font-size: 15px;
  line-height: 24px;
}

.discard-modal .btn-cancel {
  margin-right: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 175%;
  text-decoration: underline;
}

.profile .profile-img-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.profile .profile-img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 9px;
  width: 80px;
  height: 80px;
}

.profile .btn-subscribe {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 6px 20px;
  transition: all .25s linear;
  display: flex;
}

.profile .btn-subscribe:hover {
  border-color: #bcbcbc;
  transition: all .25s linear;
}

.profile .btn-subscribe.dropdown {
  cursor: pointer;
  width: 40px;
  padding: 10px;
}

.subscribe-modal.profile .sm-subtitle {
  margin-top: 16px;
  margin-bottom: 0;
}

.subscribe-modal.profile .sm-form {
  margin-top: 40px;
}

.subscribe-modal.profile .sm-form .ant-input-textarea-show-count .ant-input-data-count {
  bottom: -24px;
}

.profile-color-selector {
  cursor: pointer;
  border: 2px solid #f4f4f4;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 4px;
  transition: all .3s ease-in;
  display: flex;
  position: relative;
}

.profile-color-selector span {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: flex;
}

.profile-color-selector .ant-form-item-row {
  grid-template-columns: 1fr 4fr;
  align-items: center;
  display: grid;
}

.profile-color-selector .ant-form-item-row .ant-form-item-label {
  padding: 0;
}

.profile-color-selector label {
  cursor: pointer;
  width: 100%;
  color: #666 !important;
}

.profile-color-selector.active {
  border: 2px solid #000;
  transition: all .3s ease-in;
}

.theme-container {
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  padding: 12px;
}

.theme-container .color-icon {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 12px;
}

.theme-container .field-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.theme-modal .ant-modal-content {
  padding: 0;
  overflow: hidden;
}

.theme-modal .img-container {
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .theme-modal .img-container {
    border-radius: 24px 24px 0 0;
    position: absolute;
    top: -250px;
    left: 0;
    right: 0;
  }
}

.theme-modal .tm-title {
  margin-top: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.theme-modal .tm-desc {
  color: #666;
  margin-top: 14px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.theme-modal .tm-cta {
  margin: 30px 0;
}

.theme-modal .tm-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 767px) {
  .theme-modal .tm-content {
    background-color: #fff;
    padding: 0 20px;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
  }
}

.date-joined {
  letter-spacing: .15px;
  color: rgba(20, 20, 20, .5);
  padding-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .profile-settings .config-type {
    margin-bottom: 16px;
  }
}

.profile-details-form .customize-btn {
  color: #141414;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.profile-details-form .ant-input-group-addon {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .profile-details-form .ant-input-group-addon {
    width: 25%;
  }
}

.profile-details-form .socials-input {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.profile-details-form .socials-input .socials-input-options {
  width: 20%;
}

.profile-details-form .socials-input .socials-input-options > .ant-form-item-row {
  width: 100%;
}

.profile-details-form .socials-input .socials-input-link {
  width: 80%;
}

.profile-details-form .socials-input .socials-input-link > .ant-form-item-row {
  width: 100%;
}

.profile-details-form .socials-input .ant-select.ant-select-focused {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.profile-details-form .socials-input .ant-select .ant-select-selector {
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, .02);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 42px;
}

.profile-details-form .socials-input .ant-select .ant-select-item-option-content {
  text-transform: capitalize !important;
}

.profile-details-form .socials-input .ant-input-affix-wrapper {
  border-radius: 0 6px 6px 0;
  height: 42px;
}

.profile-details-form .socials-input .remove-social {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: -25px;
}

.profile-details-form .service-title {
  font-size: 16px;
  font-weight: 700;
}

.profile-details-form .suggested-tag {
  color: #004c39;
  background: #d1f6de;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.profile-details-form .edit-btn {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.profile-details-form .desc {
  color: #686b60;
  font-size: 14px;
  font-weight: 500;
}

.beta-tag {
  color: #fff;
  background-color: #249651;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-dark, .profile-img-crop-modal .ant-btn-primary {
  color: #fff;
  background-color: var(--colorTextBase);
  border: 1px solid var(--colorTextBase);
  border-radius: 4px;
  font-weight: 700;
  transition: all .6s ease-in-out;
}

.btn-dark:disabled, .profile-img-crop-modal .ant-btn-primary:disabled {
  color: #fff;
  background-color: rgba(20, 20, 20, .29);
  border: none;
}

.btn-dark:hover, .profile-img-crop-modal .ant-btn-primary:hover, .btn-dark:focus, .profile-img-crop-modal .ant-btn-primary:focus {
  border: 1px solid var(--colorTextBase);
  color: #fff;
  background-color: #c3c3c3;
  transition: all .6s ease-in-out;
}

.btn-dark-inverse, .profile-img-crop-modal .ant-btn-default {
  border: 1px solid var(--colorTextBase);
  color: var(--colorTextBase);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  font-weight: 700;
  transition: all .6s ease-in-out;
}

.btn-dark-inverse:hover, .profile-img-crop-modal .ant-btn-default:hover, .btn-dark-inverse:focus, .profile-img-crop-modal .ant-btn-default:focus {
  border: 1px solid var(--colorTextBase);
  color: var(--colorTextBase);
  transition: all .6s ease-in-out;
}

.icon-external-link {
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 22px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
  position: relative;
  margin-left: 8px !important;
}

.service-order .reason-field .order-services-radio-group {
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  display: flex !important;
}

.service-order .desc {
  color: #686b60;
  font-size: 14px;
  font-weight: 500;
}

.service-order .service-list {
  margin-top: 28px;
  padding: 0;
  overflow-x: hidden;
}

.service-order .service-list .service-item {
  background: #fff;
  border: 1px solid #dededf;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 12px 24px 12px 16px;
}

.service-order .service-list .service-item .title {
  font-size: 16px;
  font-weight: 700;
}

.service-order .service-list .service-item .type {
  color: #686b60;
  font-size: 12px;
  font-weight: 500;
}

.service-order .radio-checkbox .radio-checkbox-item {
  width: auto;
  display: inline-flex;
}

.service-order ul {
  list-style: none;
}

.availability-tabs .schedule-menu .tabs-availability {
  align-items: center;
  display: flex;
  overflow-x: auto;
}

.availability-tabs .schedule-menu .tabs-availability .btn-tab {
  color: #222;
  box-shadow: none;
  border: none;
  font-size: 14px;
  line-height: 18px;
}

.availability-tabs .schedule-menu .tabs-availability .btn-tab.active {
  background-color: #f2f2f2;
  font-weight: 500;
}

.availability-tabs .schedule-menu .tabs-availability .btn-new-schedule {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
}

.availability-tabs .schedule-menu .tabs-availability .btn-new-schedule:focus, .availability-tabs .schedule-menu .tabs-availability .btn-new-schedule:hover, .availability-tabs .schedule-menu .tabs-availability .btn-new-schedule:active {
  background: none;
}

.availability-tabs .schedule-menu > .menu {
  box-shadow: none;
  border: none;
}

.availability-tabs .schedule-menu .schedule-dropdown {
  border: 1px solid rgba(167, 172, 177, .6);
  justify-content: space-between;
  width: 90%;
  height: 36px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 4px !important;
}

.availability-tabs .unavailable-modal-header {
  letter-spacing: .5px;
  color: #141414;
  font-style: normal;
  line-height: 175%;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.availability-tabs .block-dates-discription {
  letter-spacing: .15px;
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

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

.availability-tabs .item {
  font-size: 15px;
  font-weight: 400;
}

.availability-tabs .item.active {
  font-weight: 600;
  color: #008060 !important;
  border-color: #008060 !important;
}

.calendar-options .info {
  color: #686b60;
  font-size: 14px;
  font-weight: 500;
}

.calendar-options .connect-option {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
}

.calendar-options .connect-option .calendar-title {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 500;
}

.configurations .add-calendar {
  box-shadow: none;
  background-color: #f7f7f7;
  border: none;
  margin-top: 16px;
}

.configurations .meeting-divider {
  color: rgba(152, 151, 151, .88);
  margin: 0 !important;
}

@media screen and (min-width: 767px) {
  .configurations .meeting-divider:before {
    width: 25%;
  }
}

.configurations .meeting-link-container {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .configurations .meeting-link-container {
    margin-bottom: 8px;
  }
}

.configurations .meeting-input-container {
  margin: 8px 0 0 30px;
}

@media screen and (max-width: 767px) {
  .configurations .meeting-input-container {
    margin: 0;
  }
}

.configurations .configurations .save-btn {
  font-size: 14px;
  border-radius: 20px !important;
  width: 90px !important;
  height: 40px !important;
  padding: 1px 12px !important;
}

.configurations .cancel-btn {
  font-size: 14px;
  font-weight: 700;
  background: #f7f7f7 !important;
  border: none !important;
  width: 85px !important;
  height: 40px !important;
  padding: 1px 4px !important;
}

.configurations .close-link-btn {
  cursor: pointer;
  background: #f7f7f7;
  border: none;
  border-radius: 24px;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 8px;
}

.configurations .meeting-config-row {
  padding: 16px 0 10px;
}

@media screen and (max-width: 767px) {
  .configurations .meeting-config-row {
    flex-direction: column;
    gap: 12px;
  }

  .configurations .meeting-config-row .config-type {
    width: 100%;
  }

  .configurations .meeting-config-row > div:last-child {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 36px;
    display: flex;
  }
}

.configurations .config-row {
  border-bottom: 1px solid #f2f6f9;
  padding: 26px 0 20px;
}

.configurations .config-row .timezone-select {
  z-index: 10;
  position: relative;
}

.configurations .config-heading {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.configurations .config-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.configurations .added-calendar .added-email {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.configurations .added-calendar .disconnect-btn {
  font-size: 16px;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.configurations .added-calendar .sync-tag {
  color: #e44332;
  background: rgba(228, 67, 50, .1);
  border: 1px solid #e44332;
  border-radius: 6px;
  margin-left: 12px;
  padding: 4px 12px;
}

.configurations .added-calendar .primary-tag {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.configurations .added-calendar .primary-tag .check-icon {
  color: #38a169;
  margin-right: 6px;
}

.configurations .added-calendar .calendar-dropdown {
  background-color: #f2f2f2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 16px;
  display: flex;
}

.configurations .added-calendar .calendar-dropdown svg {
  color: #000;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .configurations .added-calendar .calendar-dropdown {
    width: 26px;
    height: 30px;
  }
}

.configurations .config-type {
  align-items: flex-start;
  display: flex;
}

.configurations .config-type .config-icon {
  margin-top: 2px;
  margin-right: 14px;
  font-size: 17px;
}

.configurations .config-description {
  color: #666;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.configurations .mobile-visible {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .configurations .mobile-visible {
    display: inline-block !important;
  }
}

.configurations .mobile-hide {
  display: inline-block !important;
}

@media screen and (max-width: 767px) {
  .configurations .mobile-hide {
    display: none !important;
  }
}

.configurations input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.configurations input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .timezone-select-slots {
    margin-top: 15px;
  }

  .inuput-link {
    width: 217px;
  }

  .btn-position {
    margin-top: 10px;
  }

  .meeting-link-slot {
    margin-top: 15px !important;
  }
}

.rmdp-shadow {
  box-shadow: none !important;
}

.rmdp-day.rmdp-selected span:not(.highlight) {
  color: #fff !important;
  background-color: #008060 !important;
}

.rmdp-week {
  width: 320px;
}

.rmdp-day.rmdp-selected span:not(.hover) {
  background-color: #008060 !important;
}

.rmdp-day.rmdp-today span {
  color: #008060 !important;
  background-color: rgba(0, 128, 96, .04) !important;
}

.rmdp-day {
  color: #008060 !important;
}

.rmdp-week-day {
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover {
  color: #fff !important;
  background-color: #008060 !important;
}

.rmdp-arrow {
  border: 2px solid #000 !important;
  border-width: 0 2px 2px 0 !important;
  width: 3px !important;
  height: 3px !important;
  margin-top: 5px !important;
  padding: 5px !important;
  display: inline-block !important;
}

.rmdp-arrow :hover {
  color: #fff !important;
}

.rmdp-arrow-container:hover {
  background-color: #008060 !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  padding: 5px 10px 5px 9px !important;
}

.rmdp-arrow-container {
  cursor: pointer !important;
  border-radius: 50% !important;
  justify-content: center !important;
  width: 20px !important;
  height: 18px !important;
  margin: 0 5px !important;
  font-size: medium !important;
  display: flex !important;
}

rmdp-header, .rmdp-month-name {
  font-size: 15px !important;
}

.rmdp-day span {
  background-color: rgba(0, 128, 96, .04) !important;
}

.rmdp-day-hidden, .rmdp-day-hidden span {
  color: rgba(0, 0, 0, 0);
  background-color: #fff !important;
}

.rmdp-day-hidden, .rmdp-day.rmdp-disabled {
  cursor: default !important;
  color: #8798ad !important;
}

.ui.dimmer {
  background-color: rgba(0, 0, 0, .5) !important;
}

.rmdp-arrow-container:hover .rmdp-arrow {
  border: 2px solid #fff !important;
  border-width: 0 2px 2px 0 !important;
}

.rmdp-arrow-container .rmdp-arrow {
  width: 12px !important;
  height: 12px !important;
}

.block-date-modal .block-dates-modal-cancel-button {
  background-color: #fff;
  align-items: center;
  width: 45%;
  height: 36px;
  padding: 0;
  color: #000 !important;
  border: 2px solid #000 !important;
}

.block-date-modal .block-dates-modal-submit-button {
  align-items: center;
  width: 45%;
  height: 36px;
  padding: 0;
  color: #fff !important;
  background-color: #000 !important;
  border: 2px solid #000 !important;
}

.block-date-modal .rmdp-wrapper {
  width: 100%;
}

.block-date-modal .rmdp-calendar {
  padding: 0;
}

.block-date-modal .rmdp-calendar .rmdp-header {
  width: 100%;
  margin-bottom: 14px;
}

.block-date-modal .rmdp-calendar .rmdp-day-picker {
  padding: 0;
}

@media screen and (max-width: 575px) {
  .block-date-modal .rmdp-calendar .rmdp-week {
    width: 70vw;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 767px) {
  .block-date-modal .rmdp-calendar .rmdp-week {
    width: 320px;
    margin-bottom: 6px;
  }
}

.analysis-flex {
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  display: flex;
  margin-top: 8px !important;
}

.ant-tag-checkable-checked {
  background: #f7f7f7;
  border: 1px solid #141414 !important;
}

.calendar-redirect-btn {
  background-color: #008060 !important;
  border-color: #008060 !important;
  border-radius: 6px !important;
  width: 100% !important;
  height: 40px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.calendar-redirect-btn:hover, .calendar-redirect-btn:focus {
  background-color: #006b52 !important;
  border-color: #006b52 !important;
}

.calendar-redirect-btn:active {
  background-color: #005644 !important;
  border-color: #005644 !important;
}

@media screen and (max-width: 767px) {
  .calendar-redirect-btn {
    height: 44px !important;
    font-size: 13px !important;
  }
}

.payments.container-title-section {
  padding: 0 !important;
}

.payments .payment-title {
  font-weight: 700;
  font-size: 33px !important;
}

@media screen and (max-width: 767px) {
  .payments .payment-title {
    display: none !important;
  }
}

.payments .no-show-strip {
  background: #ffefed;
  border: 1px solid #e44332;
  border-radius: 9px;
  height: 40px;
  padding: 7px 19px 7px 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .payments .no-show-strip {
    margin-bottom: 14px;
  }
}

.payments .no-show-strip .ns-cta {
  background-color: none;
  height: auto;
  padding: 0;
  font-weight: 700;
  text-decoration: underline;
}

.payments .no-show-strip .ns-cta:hover, .payments .no-show-strip .ns-cta:focus {
  background-color: rgba(0, 0, 0, 0);
}

.commission-collapse .ant-collapse-header {
  padding: 0 !important;
}

.commission-collapse .ant-collapse-expand-icon {
  display: none !important;
}

.commission-collapse .ant-collapse-content-box {
  padding: 2px 0 0 !important;
}

.balance-payment-options {
  padding: 24px 16px 24px 24px;
}

@media screen and (max-width: 767px) {
  .balance-payment-options {
    padding: 16px 10px;
    border-top: 1px solid #e3e8ed !important;
    border-bottom: 1px solid #e3e8ed !important;
  }
}

.balance-payment-options .bpo-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.balance-payment-options .bpo-subtitle {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.balance-payment-options .bpo-hidden-text {
  display: none;
}

@media screen and (max-width: 767px) {
  .balance-payment-options .bpo-hidden-text {
    display: inline;
  }
}

.balance-payment-options .bpo-stripe-cta {
  border: 1px solid var(--colorTextBase);
  border-radius: 16px;
  height: 32px;
  padding: 6px 14px;
  font-weight: 700;
}

.payments-page .tabs-container {
  margin-top: 32px;
}

.payments-page .tab {
  cursor: pointer;
  border-radius: 22px;
  line-height: 175%;
  padding: 6px 20px !important;
}

.payments-page .detail-tab {
  border: 1px solid #bebebe;
  font-size: 16px;
  font-weight: 500;
}

.payments-page .active-tab {
  background: #f7f7f7;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
}

.payments-empty-state {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .payments-empty-state {
    padding-bottom: 60px;
  }
}

.payments-empty-state .es-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.payments-empty-state .es-subtitle {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.payments-empty-state .es-cta {
  height: 48px;
  margin-top: 32px;
  padding: 10px 40px;
}

.payments-nav {
  background: #faf9fe;
  border-radius: 6px;
  margin-top: 10px;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .payments-nav {
    background: none;
    border-radius: 0;
    padding: 0;
  }
}

.payments-nav .balance-cards {
  height: 100%;
  padding: 12px 18px;
}

@media screen and (max-width: 767px) {
  .payments-nav .balance-cards {
    border-radius: 6px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding: 12px 16px;
  }
}

.payments-nav .balance-cards.first {
  background: #f3f1e5;
  border: 4px solid #fff;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .payments-nav .balance-cards.first {
    border: none;
    border-radius: 6px;
  }
}

.payments-nav .balance-cards.last-balance-card {
  padding: 12px 0 12px 18px !important;
}

@media screen and (max-width: 767px) {
  .payments-nav .balance-cards.last-balance-card {
    background: #f7f5ff;
    border-radius: 6px;
    padding: 12px 16px !important;
  }
}

.payments-nav .balance-cards.second {
  border-left: 1px dashed rgba(0, 0, 0, .13);
  padding: 12px 18px;
}

@media screen and (max-width: 767px) {
  .payments-nav .balance-cards.second {
    border-left: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .payments-nav .balance-cards.second > .ant-flex {
    background: #f7f5ff;
    border-radius: 6px;
    width: 100%;
    max-height: 92px;
    margin-bottom: 0;
    padding: 12px 16px;
    overflow: hidden;
  }
}

.payments-nav .balance-cards.second .balance-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.payments-nav .balance-cards.second .in-withdrawal-img {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 6px;
}

@media screen and (max-width: 767px) {
  .payments-nav .balance-cards.second .in-withdrawal-img {
    width: 80px;
    bottom: 20px;
    right: 10px;
  }
}

.payments-nav .monthly-details {
  padding: 0 12px !important;
}

.payments-nav .monthly-details .show-diff {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 54px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.payments-nav .monthly-details .month-column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 75%;
  display: flex;
}

.payments-nav .monthly-details .month-bar {
  background-color: #af97ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 56px;
}

@media screen and (max-width: 767px) {
  .payments-nav .icon {
    width: 28px;
    height: auto;
    margin-right: 8px;
  }
}

.payments-nav .balance-text {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.payments-nav .balance-value {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .payments-nav .balance-value {
    font-size: 20px;
    line-height: 26px;
  }
}

.payments-nav .balance-amount {
  align-items: center;
  font-size: 24px;
  line-height: 28px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .payments-nav .balance-amount {
    font-size: 20px;
    line-height: 26px;
  }
}

.payments-nav .info-icon {
  margin-left: 4px;
}

.payments-nav .withdraw-btn {
  color: #fff;
  background: #141414;
  border-radius: 4px;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.payments-nav .withdraw-btn:hover, .payments-nav .withdraw-btn:focus {
  color: #fff !important;
  background-color: #2e2e2e !important;
}

.payments-nav .in-withdrawal {
  background: rgba(232, 127, 49, .13);
  border-radius: 24px;
  padding: 7px 14px;
}

@media screen and (max-width: 767px) {
  .payments-nav .in-withdrawal {
    font-size: 10px;
  }
}

.payments-nav .stripe-text {
  align-items: center;
  height: 100%;
  font-size: 15px;
  font-style: italic;
  line-height: 21px;
  display: flex;
}

.payments-nav .stripe-img {
  margin-right: 13px;
}

.payments-nav .stripe-divider {
  height: 100%;
}

.bpo-status-cta {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 7px;
  display: flex;
}

.withdraw-success-content .withdraw-success-lottie {
  width: 134px;
  height: 134px;
}

.withdraw-success-content .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%;
}

.withdraw-success-content .text {
  text-align: center;
  margin-bottom: 32px;
}

.payment-onboarding-modal .po-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.payment-onboarding-modal .po-subtitle {
  color: #686b60;
  margin-top: 12px;
  font-size: 14px;
  line-height: 21px;
}

.payment-onboarding-modal .po-content {
  font-size: 16px;
  line-height: 24px;
}

.payment-onboarding-modal .payout-preference-form {
  margin-top: 24px;
}

.payment-onboarding-modal .po-options-cta {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  padding: 20px 4px;
  transition: all .3s;
  display: flex;
}

.payment-onboarding-modal .po-options-cta:disabled, .payment-onboarding-modal .po-options-cta.disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed;
  background: #f1f1f1;
}

.payment-onboarding-modal .po-options-cta:hover, .payment-onboarding-modal .po-options-cta:focus {
  background-color: #f7f7f7;
  border-radius: 6px;
  transition: all .3s;
}

.payment-onboarding-modal .po-options-cta:first-of-type {
  margin-top: 20px;
}

.payment-onboarding-modal .po-options-cta:last-of-type {
  border-bottom: 0;
}

@media screen and (min-width: 767px) {
  .bpo-payment-gateway {
    border-left: 1px solid #e3e8ed;
    margin-right: 10px;
  }
}

.bpo-payment-gateway.stripe_added {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .bpo-payment-gateway {
    border: none;
    padding: 14px 0 0;
  }

  .bpo-payment-gateway.not-added {
    padding-top: 4px;
  }
}

.transaction-tab .mobile-view {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 60px;
}

.transaction-tab .mobile-view .desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.transaction-tab .filters-row {
  margin-top: 32px;
}

.transaction-tab .filters-row .tabs {
  color: rgba(0, 0, 0, .85);
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.transaction-tab .filters-row .tab-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.transaction-tab .filters-row .active-table {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.transaction-tab .filters-row .download-icon {
  border-radius: 50%;
  width: 40px;
  padding: 0;
}

.filter-dropdown .ant-dropdown-menu {
  max-height: 350px;
  overflow: auto;
}

.month-filter-modal .ant-modal-content, .withdraw-confirm-modal .ant-modal-content {
  border-radius: 24px !important;
  padding: 24px 32px !important;
}

.month-filter-modal .ant-modal-close, .withdraw-confirm-modal .ant-modal-close {
  top: 24px;
  right: 24px;
}

.month-filter-modal .ant-modal-title, .withdraw-confirm-modal .ant-modal-title {
  color: #141414 !important;
  margin-bottom: 24px !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}

.month-filter-modal .filter-tab, .withdraw-confirm-modal .filter-tab {
  cursor: pointer;
  color: #595959;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.month-filter-modal .filter-tab:hover, .withdraw-confirm-modal .filter-tab:hover {
  color: #141414;
  border-color: #141414;
}

.month-filter-modal .active-tab, .withdraw-confirm-modal .active-tab {
  color: #141414;
  background: #fff;
  border: 1.5px solid #141414;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.month-filter-modal .ant-radio-group, .withdraw-confirm-modal .ant-radio-group {
  gap: 12px;
  display: flex;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper {
  color: #595959;
  height: 40px;
  padding: 0 20px;
  font-weight: 500;
  line-height: 38px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 8px !important;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:before, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:before {
  display: none !important;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid #d9d9d9;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid #d9d9d9;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid #d9d9d9;
}

.withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid #d9d9d9;
}

.withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid #d9d9d9;
}

.withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-left: 1px solid #d9d9d9;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #d9d9d9;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #d9d9d9;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #d9d9d9;
}

.withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #d9d9d9;
}

.withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #d9d9d9;
}

.withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-right: 1px solid #d9d9d9;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper-checked, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper-checked {
  color: #fff !important;
  background: #141414 !important;
  border-color: #141414 !important;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:hover:not(:-webkit-any(.month-filter-modal .ant-radio-group .ant-radio-button-wrapper-checked, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper-checked)), .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:hover:not(:-webkit-any(.month-filter-modal .ant-radio-group .ant-radio-button-wrapper-checked, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper-checked)) {
  color: #141414;
  border-color: #141414 !important;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:hover:not(:-moz-any(.month-filter-modal .ant-radio-group .ant-radio-button-wrapper-checked, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper-checked)), .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:hover:not(:-moz-any(.month-filter-modal .ant-radio-group .ant-radio-button-wrapper-checked, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper-checked)) {
  color: #141414;
  border-color: #141414 !important;
}

.month-filter-modal .ant-radio-group .ant-radio-button-wrapper:hover:not(:is(.month-filter-modal .ant-radio-group .ant-radio-button-wrapper-checked, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper-checked)), .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper:hover:not(:is(.month-filter-modal .ant-radio-group .ant-radio-button-wrapper-checked, .withdraw-confirm-modal .ant-radio-group .ant-radio-button-wrapper-checked)) {
  color: #141414;
  border-color: #141414 !important;
}

.month-filter-modal .btn-dark, .month-filter-modal .profile-img-crop-modal .ant-btn-primary, .profile-img-crop-modal .month-filter-modal .ant-btn-primary, .withdraw-confirm-modal .btn-dark, .withdraw-confirm-modal .profile-img-crop-modal .ant-btn-primary, .profile-img-crop-modal .withdraw-confirm-modal .ant-btn-primary {
  background: #141414;
  border-color: #141414;
  border-radius: 8px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px !important;
}

.month-filter-modal .btn-dark:hover, .month-filter-modal .profile-img-crop-modal .ant-btn-primary:hover, .profile-img-crop-modal .month-filter-modal .ant-btn-primary:hover, .withdraw-confirm-modal .btn-dark:hover, .withdraw-confirm-modal .profile-img-crop-modal .ant-btn-primary:hover, .profile-img-crop-modal .withdraw-confirm-modal .ant-btn-primary:hover {
  background: #262626 !important;
  border-color: #262626 !important;
}

.month-filter-modal .section-label, .withdraw-confirm-modal .section-label {
  color: #595959;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px !important;
}

.service-empty-view {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .service-empty-view {
    margin-top: 20px;
  }
}

.service-empty-view .ses-title {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.service-empty-view .ses-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
}

.service-empty-view .ses-cta {
  margin-top: 24px;
}

.add-service-form .fields {
  font-size: 16px;
  font-weight: 700;
}

.services .service-card {
  border: 1px solid #e7eaef;
  border-radius: 12px;
  height: 177px;
  margin-bottom: 20px;
  display: flex;
}

.services .service-card.expanded {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 767px) {
  .services .service-card {
    height: 160px;
  }

  .services .service-card.expanded {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
}

.services .service-card .service-card-main {
  padding: 16px;
}

.services .service-card .service-card-main .title-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services .service-card .service-card-main .title-section .service-title {
  max-width: 80%;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .services .service-card .service-card-main .title-section .service-title {
    max-width: 70%;
    font-size: 18px;
    line-height: 27px;
  }
}

.services .service-card .service-card-main .service-description {
  margin-top: 6px;
  line-height: 20px;
}

.services .service-card .service-card-footer {
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.services .service-card .service-card-footer .service-duration {
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.services .service-card .service-card-footer .service-duration svg {
  color: #ffa900;
  margin-right: 9px;
  font-size: 18px;
}

.services .service-card .service-card-footer .copy-link {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
}

.services .service-card .service-card-footer .copy-link .copy-link-text {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .services .service-card .service-card-footer .copy-link .copy-link-text {
    display: none;
  }
}

.services .service-card .service-card-footer .copy-link .ant-btn {
  background-color: #eee;
  border-radius: 18px;
  align-items: center;
  height: 36px;
  padding: 3px 13px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .services .service-card .service-card-footer .copy-link .ant-btn {
    border-radius: 50%;
    justify-content: center;
    width: 36px;
    padding: 0;
  }
}

.dashboard-services .mobile-new-service-add {
  display: none;
}

@media screen and (max-width: 767px) {
  .dashboard-services .mobile-new-service-add {
    background-color: #000;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: grid;
    position: fixed;
    bottom: 150px;
    right: 20px;
  }
}

.query-button-type {
  cursor: pointer;
  width: 100%;
  padding: 16px 12px;
  transition: all .25s ease-in-out;
  border: 1px solid #dedede !important;
  border-radius: 6px !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .query-button-type {
    height: unset !important;
  }
}

.query-button-type:hover {
  background-color: #f7f6f2;
}

.query-button-type:hover .query-button-subtext {
  transition: all .25s ease-in-out;
  display: block;
}

.query-button-type-selected {
  transition: all .25s ease-in-out;
  background: #f7f6f2 !important;
  border: 1px solid #8c5300 !important;
  outline: 1px solid #8c5300 !important;
}

.query-button-type-selected .query-button-subtext {
  display: block;
}

.query-button-type-selected .query-button-text {
  font-weight: 700;
  transition: all .25s ease-in-out;
}

.query-button-text {
  font-weight: 500;
  transition: all .25s ease-in-out;
  font-size: 16px !important;
}

.query-button-subtext {
  line-height: 120%;
  transition: all .25s ease-in-out;
  font-size: 12px !important;
}

.img-style {
  height: auto;
  margin-right: 10px;
}

.new-service-submit {
  text-align: center;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .new-service-submit {
    z-index: 10;
    padding: 16px 18px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .1);
  }
}

.title-fields {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .title-fields {
    margin-top: 12px !important;
  }
}

.product-graphic-card {
  letter-spacing: .15px;
  text-align: center;
  background: #eef5fa;
  border-radius: 6px;
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  line-height: 175%;
}

.product-graphic-card .card-text {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .product-graphic-card .card-text {
    max-width: 60%;
  }
}

.response-time-tag {
  background-color: #fcf0c6;
  border-radius: 9px;
  align-items: flex-start;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  margin-top: 12px !important;
}

.add-question {
  margin-top: 24px !important;
}

.add-question .title-fields {
  margin-bottom: 10px;
}

.dynamic-price-text {
  color: #666;
  max-width: 400px;
  font-weight: 500;
  margin-bottom: 12px !important;
  font-size: 14px !important;
}

.dynamic-price-text .learn-more {
  color: #141414;
}

@media screen and (max-width: 575px) {
  .switch-input .ant-form-item-control, .switch-input .ant-form-item, .switch-input .ant-form {
    flex: auto !important;
    max-width: 55px !important;
  }
}

.switch-input .ant-form-item-row {
  flex-direction: row !important;
}

.switch-input .ant-form-item-row .ant-form-item-label {
  align-items: center;
  display: flex;
  position: relative;
  padding: 0 !important;
}

.switch-input .ant-switch {
  width: 44px;
  height: 22px;
}

.switch-input .ant-switch.ant-switch-checked .ant-switch-handle:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  left: calc(100% - 20px);
}

.switch-input .ant-switch.ant-switch-checked .ant-switch-handle:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  left: calc(100% - 20px);
}

.switch-input .ant-switch.ant-switch-checked .ant-switch-handle:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  left: calc(100% - 20px);
}

.switch-input .ant-switch.ant-switch-checked .ant-switch-handle:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: calc(100% - 20px);
}

.switch-input .ant-switch.ant-switch-checked .ant-switch-handle:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: calc(100% - 20px);
}

.switch-input .ant-switch.ant-switch-checked .ant-switch-handle:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: calc(100% - 20px);
}

.switch-input .ant-switch-handle {
  width: 18px;
  height: 18px;
}

.switch-input .ant-switch-handle:before {
  border-radius: 50%;
}

.switch-input .ant-switch-handle .ant-switch-loading-icon {
  top: 2px;
}

.right-card {
  background-color: #f9f9f9;
  border: none;
  border-radius: 12px;
  height: 250px;
}

.right-card .side-image {
  border-top-left-radius: 12px;
  width: 100px;
  height: auto;
}

.right-card .dismiss-btn {
  cursor: pointer;
  margin: 14px 14px 0 0;
  text-decoration: underline;
}

.right-card .banner-details {
  padding: 12px 24px;
}

.right-card .banner-details .title {
  letter-spacing: .25px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.right-card .banner-details .desc {
  letter-spacing: .25px;
  color: #7c7c7c;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.discount-container .title {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.discount-container .desc {
  color: #717171;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.icon-container {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 10px !important;
}

.service-edit-form .pack-service {
  text-align: center;
  background: #f4f4f4;
  border: none;
  border-radius: 6px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 13px;
}

.service-edit-form .title-fields .title-input {
  font-size: 16px;
}

.service-edit-form .title-fields .input-desc, .service-edit-form .title-fields .radio-checkbox-item {
  font-weight: 500;
}

.service-edit-form .title-fields .radio-checkbox-item:focus, .service-edit-form .title-fields .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  font-weight: 700;
}

.service-edit-form .title-fields .quill > .ql-container > .ql-editor {
  font-size: 16px;
  font-weight: 500;
}

.service-edit-form .ant-upload {
  width: 100%;
}

.service-edit-form .field-heading {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.service-edit-form .field-no-margin {
  margin-bottom: 0;
}

.service-edit-form .field-sub-heading {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.service-edit-form .validity-field {
  margin-top: 24px;
}

.service-edit-form .form-save-btn {
  margin-top: 30px;
}

.service-edit-form .scheduling-tab {
  width: 167px;
}

@media screen and (max-width: 575px) {
  .service-edit-form .scheduling-tab {
    width: 100%;
    margin-top: 24px;
  }

  .service-edit-form .view-sample-btn {
    margin-top: 12px;
  }
}

.service-edit-form .question-dropdown-arrow {
  align-items: center;
  display: flex;
  justify-content: space-between !important;
}

.service-edit-form .question-set {
  text-align: left;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #dededf;
  border-radius: 4px;
  width: 100%;
  min-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.service-edit-form .minimum-amount-block {
  border: 1px solid #e3e8ed;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px 16px;
  display: flex;
}

.service-edit-form .minimum-amount-block .title {
  font-size: 16px;
  line-height: 28px;
}

.service-edit-form .minimum-amount-block .amount {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.service-edit-form .added-coupons .name {
  font-size: 16px;
  font-weight: 700;
}

.service-edit-form .added-coupons .desc {
  color: #666;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
}

.service-edit-form .thumbnail-desc {
  pointer-events: none;
  cursor: default;
  color: rgba(20, 20, 20, .39);
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.service-edit-form .upload-section.ant-upload-wrapper {
  cursor: pointer;
  padding: 20px 0 14px;
  display: block;
  width: 100% !important;
}

.service-edit-form .upload-section.ant-upload-wrapper .upload-text {
  font-weight: 700;
  line-height: 150%;
}

.service-edit-form .delete-section {
  cursor: pointer;
  background-color: #ffe7e4;
  border-radius: 32px;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  padding: 6px;
}

.service-edit-form .thumbnail-upload .ant-upload.ant-upload-select {
  width: 240px;
  height: 120px;
}

.service-edit-form .ai-card-container {
  border: 1px solid #dededf;
  border-radius: 8px 8px 0 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.service-edit-form .ai-card-container .ai-card {
  resize: vertical;
  cursor: not-allowed;
  background: #f5f5f5;
  max-height: 320px;
  padding: 16px;
  overflow-y: auto;
}

.service-edit-form .ai-card-container .ai-card-footer {
  padding: 9px 12px;
}

.service-edit-form .service-recording-cost {
  background: #fafafa;
  border-radius: 12px;
  padding: 20px;
}

.webinar-link-box .edit-input-btn {
  background-color: #f6f6f6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 16px;
}

.webinar-link-box .webinar-link-desc {
  color: rgba(20, 20, 20, .6);
  letter-spacing: .5px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
}

.webinar-link-box .ant-form-item {
  margin-bottom: 0;
}

.webinar-link-box .link-dropdown-arrow {
  align-items: center;
  display: flex;
  justify-content: space-between !important;
}

.schedule-form {
  margin-top: 24px !important;
}

.schedule-form .label-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.schedule-form .service-divider {
  margin-top: 0 !important;
}

.schedule-form .save-btn {
  padding-top: 32px;
}

.drawer-container .ant-drawer-body {
  padding: 0;
}

.package-service-box .header {
  background-color: #f2f7fc;
  margin-bottom: 20px;
}

.package-service-box .package-img {
  margin-top: 35px;
}

.package-service-box .top-bar {
  margin: 0 24px;
}

.package-service-box .top-bar .title {
  letter-spacing: .15px;
  font-size: 23px;
  font-weight: 600;
  line-height: 175%;
}

.package-service-box .top-bar .desc {
  letter-spacing: .25px;
  color: #717171;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 175%;
}

.package-service-box .no-service {
  padding: 0 24px;
}

.package-service-box .btn-container {
  background: #fff;
  border-radius: 0;
  margin-top: 10px;
  padding: 16px 24px;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, .1);
}

.service-list {
  max-height: 324px;
  overflow: scroll;
}

.service-list .service-details {
  border-bottom: 1px solid #ededed;
  padding: 12px 16px 14px;
}

.service-list .service-details .service-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 175%;
}

.service-list .service-details .details {
  letter-spacing: .25px;
  color: #717171;
  font-size: 12px;
  font-weight: 0;
  line-height: 150%;
}

.service-list .service-details .selected-action {
  background: #fff;
  border: 2px solid #141414;
  border-radius: 6px;
  width: 68px;
  height: 32px;
}

.service-list .service-details .action-btn {
  background: #fff;
  border: 1px solid #141414;
  border-radius: 6px;
  width: 68px;
  height: 32px;
}

.service-list .service-details .action-btn .action-text {
  color: #141414;
  font-size: 12px;
  font-weight: 700;
}

.ant-tour {
  max-width: 350px;
}

.prices-btn {
  box-shadow: none;
  background-color: #f0f0f0;
  border: none;
  border-radius: 22px;
  padding: 8px 12px;
}

.parity-options .ant-modal-content {
  border-radius: 24px;
  padding: 0;
}

.parity-options .header {
  margin-bottom: 12px;
}

.parity-options .header .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

.parity-options .header .close-share {
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.parity-options .desc {
  color: #686b60;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.parity-options .price-list {
  flex-direction: column;
  display: flex;
}

.parity-options .price-list .price-item {
  font-size: 16px;
  font-weight: 500;
}

.parity-options .price-list .price-item .country-name {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700 !important;
}

.parity-options .price-list .share-image {
  margin-right: 12px;
}

.parity-options .price-list .pricing {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 2px 8px;
}

.ant-tour-next-btn {
  background-color: #141414;
}

.select-type {
  font-weight: 700;
  font-size: 16px !important;
}

.template-btn {
  background: #f3f3f1;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.service-templates-drawer .templates-header {
  border: 1px solid #e3e8ed;
  padding: 16px 100px 16px 32px;
}

.service-templates-drawer .service-templates-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.service-templates-drawer .drawer-close-icon {
  z-index: 1;
  width: 32px;
  height: 32px;
  color: var(--colorTextBase);
  cursor: pointer;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  top: 16px;
  right: 32px;
}

.service-templates-drawer .template-body {
  padding: 20px 24px;
}

.service-templates-drawer .template-body .expertise-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.service-templates-drawer .sample-service {
  border: 1px solid #dedddc;
  border-radius: 6px;
  width: 100%;
  padding: 17px 24px;
  margin-top: 24px !important;
}

.service-templates-drawer .sample-service:hover {
  border: 1px solid #141414;
  transition: all .25s ease-in-out;
}

.service-templates-drawer .sample-service:hover .arrow-btn {
  background: #f3f3f3;
  border: none;
  border-radius: 50%;
  transition: all .25s ease-in-out;
  display: none;
}

.service-templates-drawer .sample-service:hover .use-btn {
  background: #f3f3f3;
  border: none;
  border-radius: 14px;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s ease-in-out;
  display: flex;
}

.service-templates-drawer .sample-service .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.service-templates-drawer .sample-service .short-desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.service-templates-drawer .sample-service .arrow-btn {
  background: #f3f3f3;
  border: none;
  border-radius: 50%;
}

.service-templates-drawer .sample-service .use-btn {
  background: #f3f3f3;
  border: none;
  border-radius: 14px;
  align-items: center;
  display: none;
}

.desc-formatting {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
}

.desc-formatting p {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 16px !important;
  line-height: 28px !important;
}

.desc-formatting p:last-child {
  margin-bottom: 0;
}

.desc-formatting img {
  clear: both;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  display: block;
  float: none !important;
}

.desc-formatting .ql-size-huge {
  font-size: 24px !important;
  line-height: 28px !important;
}

.desc-formatting .ql-size-large {
  font-size: 20px !important;
  line-height: 26px !important;
}

.desc-formatting .ql-size-small {
  font-size: 14px !important;
  line-height: 20px !important;
}

.desc-formatting h1 {
  font-size: 32px !important;
  line-height: 40px !important;
}

.desc-formatting h2 {
  font-size: 28px !important;
  line-height: 36px !important;
}

.desc-formatting h3 {
  font-size: 24px !important;
  line-height: 36px !important;
}

.desc-formatting h4 {
  font-size: 20px !important;
  line-height: 32px !important;
}

.desc-formatting h5 {
  font-size: 14px !important;
  line-height: 20px !important;
}

.desc-formatting h6 {
  font-size: 12px !important;
  line-height: 18px !important;
}

.desc-formatting blockquote {
  border-left: 3px solid #dededf;
  margin: 0 0 1em;
  padding-left: 1em;
}

.desc-formatting a {
  color: var(--theme-accent, #2563eb);
  text-underline-offset: .14em;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: .08em;
}

.desc-formatting a:hover {
  text-decoration-thickness: .12em;
}

.desc-formatting a:focus-visible {
  text-decoration-thickness: .12em;
}

.desc-formatting ul, .desc-formatting ol {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
  margin: 0 0 1em;
  padding-left: 1.5em;
}

.desc-formatting ul {
  list-style-type: disc;
  list-style-position: outside;
}

.desc-formatting ol {
  list-style-type: decimal;
  list-style-position: outside;
}

.desc-formatting li {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
  hyphens: manual;
  min-width: 0;
  max-width: 100%;
  margin: 0 0 .35em;
  font-size: 16px !important;
  line-height: 28px !important;
}

.desc-formatting li:last-child {
  margin-bottom: 0;
}

.desc-formatting ul > li {
  list-style-type: disc !important;
  list-style-position: outside !important;
  display: list-item !important;
}

.desc-formatting ol > li {
  list-style-type: decimal !important;
  list-style-position: outside !important;
  display: list-item !important;
}

.desc-formatting li > ul, .desc-formatting li > ol {
  margin-top: .35em;
  margin-bottom: .35em;
}

.ant-typography.desc-formatting ul > li, .ant-typography.service-description.desc-formatting ul > li {
  list-style-type: disc !important;
  list-style-position: outside !important;
  display: list-item !important;
}

.ant-typography.desc-formatting ol > li, .ant-typography.service-description.desc-formatting ol > li {
  list-style-type: decimal !important;
  list-style-position: outside !important;
  display: list-item !important;
}

.product-type-checkbox {
  cursor: pointer;
  background: #fff;
  border: 1px solid #dededf;
  border-radius: 12px;
  width: 100%;
  padding: 16px 12px;
}

.product-type-checkbox:hover {
  background: #f7f6f2;
}

.product-type-checkbox .checkbox-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.product-type-checkbox .checkbox-desc {
  color: #000;
  letter-spacing: .25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.product-type-checkbox-selected {
  cursor: pointer;
  background: #f7f6f2;
  border: 1.5px solid #8c5300;
  border-radius: 12px;
  width: 100%;
  padding: 16px 12px;
}

.product-type-checkbox-selected .checkbox-title {
  font-weight: 700;
}

.pro-tip-card {
  color: #141414;
  background-color: #f7f6f2;
  border-radius: 11px;
  margin-top: 20px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.pro-tip-card a {
  color: #141414 !important;
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.pro-tip-card .tip-tag {
  color: #8c5300;
  letter-spacing: .5px;
  text-align: center;
  background: rgba(140, 83, 0, .1);
  border-radius: 16px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  width: 200px !important;
}

.pro-tip-card .course-tip-btn {
  height: unset;
  background: #fff;
  border-radius: 16px;
  margin-top: 8px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #141414 !important;
  border: 1px solid #000 !important;
}

.examples-swiper .swiper-slide {
  height: 100%;
}

.examples-swiper .swiper-pagination {
  transform: translateX(-50%);
  width: -moz-fit-content !important;
  width: fit-content !important;
  bottom: 28px !important;
  left: 50% !important;
}

.examples-swiper .swiper-pagination-bullet-active {
  background: #000;
}

.examples-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  min-height: 250px;
  position: relative;
  min-height: 300px !important;
}

.examples-card .banner-details {
  padding: 12px 24px;
}

.examples-card .banner-details .title {
  letter-spacing: .25px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.examples-card .banner-details .desc {
  letter-spacing: .25px;
  color: #141414;
  margin-bottom: 42px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.examples-card .ex-card-tag {
  color: #008060;
  letter-spacing: .5px;
  background: rgba(0, 128, 96, .1);
  border-radius: 16px;
  margin: 12px 0 16px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.examples-card .suggested-btn {
  color: #141414;
  height: unset;
  background: #fff;
  border: 1px solid #dededf;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
}

.examples-card .suggested-btn:hover, .examples-card .suggested-btn:active {
  color: #141414 !important;
  border: 1px solid #dededf !important;
}

.examples-card .swiper-arrow {
  height: unset;
  background: #fff;
  border-radius: 16px;
  margin-top: 8px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 24px;
  color: #141414 !important;
  border: 1px solid #000 !important;
}

.examples-card .swiper-arrow-left {
  left: 24px;
}

.examples-card .swiper-arrow-right {
  right: 24px;
}

.referral {
  height: 100%;
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .referral {
    margin-top: 0;
    padding-bottom: 80px;
  }
}

.referral .referral-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 54px;
}

.referral .referral-title span {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .referral .referral-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.referral .referral-label {
  margin-top: 16px;
  font-size: 14px;
  line-height: 26px;
}

.referral .referral-input {
  height: 44px;
  margin-top: 6px;
  padding: 6px 6px 6px 12px;
}

.referral .copy-button {
  background: #eee;
  border-radius: 3px;
  font-weight: 700;
}

.referral .referral-empty-state {
  border: 1px solid #e3e8ed;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 40px 0;
  display: flex;
}

.referral .referral-empty-state .es-title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.referral .referral-empty-state .es-subtitle {
  margin-top: 6px;
  font-size: 16px;
  line-height: 20px;
}

.referral .referral-table .referral-tag {
  border-radius: 14px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  display: inline-flex;
}

.referral .referral-table .referral-tag.in_review {
  color: #996a00;
  background: #fff4dc;
}

.referral .referral-table .referral-tag.credited {
  color: #008060;
  background: rgba(0, 128, 96, .09);
}

.referral .referral-table .referral-tag.criteria_not_fulfilled {
  background: #f7f7f7;
}

.referral .referral-table .ant-table-cell {
  padding: 10px 14px;
}

.referral .booking-mobile-footer {
  bottom: 72px;
}

@media screen and (max-width: 767px) {
  .referral-nav .header-section {
    display: none !important;
  }

  .referral-nav .analytics-row {
    margin: 0;
  }

  .referral-nav .title-analytics-section {
    border-top: none;
  }

  .referral-nav.container-title-section {
    border-bottom: none !important;
  }
}

.referral-footer {
  background-color: #fff;
  border-top: 1px solid #e3e8ed;
  width: 100%;
  padding: 18px 20px 18px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  position: fixed;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .referral-footer {
    position: unset;
    padding-bottom: 90px;
  }
}

.referral-footer .rf-links {
  color: var(--colorTextBase);
  align-items: center;
  gap: 10px;
  display: flex;
}

.referral-share-modal .referral-share-modal-img {
  background: #edefec;
  border-radius: 9px;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.referral-leaderboard .ant-table-row {
  cursor: pointer;
}

.referral-leaderboard .ant-table-tbody > tr > td {
  border-bottom: 1px dashed rgba(0, 0, 0, .08);
  max-width: 200px;
  padding: 8px 20px;
  background-color: #fbf8f2 !important;
}

@media screen and (max-width: 767px) {
  .referral-leaderboard .ant-table-tbody > tr > td {
    padding: 8px 12px 8px 16px;
  }
}

.referral-leaderboard .ant-table-thead > tr > th {
  border-bottom: 1px dashed rgba(0, 0, 0, .08);
  padding: 6px 20px;
  background-color: #fbf8f2 !important;
}

@media screen and (max-width: 767px) {
  .referral-leaderboard .ant-table-thead > tr > th {
    padding: 6px 12px 6px 20px;
  }
}

.share {
  height: 100%;
}

.share .category-desc {
  flex-direction: column;
  max-height: 90vh;
  margin-right: 20px;
  padding-top: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
}

@media screen and (max-width: 767px) {
  .share .category-desc {
    margin-right: 0;
    padding-top: 0;
    display: none;
  }
}

.share .category-title {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.share .category-title strong {
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .share .category-title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 28px;
  }
}

.share .category-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .share .category-image {
    display: none;
  }
}

.share .category-tip {
  background: #f9f9f9;
  border-radius: 12px;
  align-items: flex-start;
  gap: 18px;
  margin-top: 20px;
  margin-bottom: 80px;
  padding: 20px 32px 20px 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .share .category-tip {
    width: 100%;
    margin-top: 16px;
  }
}

.share .share-content {
  border-left: 1px solid #e3e8ed;
  border-right: 1px solid #e3e8ed;
  padding-top: 40px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .share .share-content {
    border-left: none;
    border-right: none;
    padding-top: 24px;
    padding-left: 0;
  }
}

.share .share-tabs {
  padding-bottom: 60px;
}

.share .share-tabs .ant-tabs-nav {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .share .share-tabs .ant-tabs-nav {
    margin-bottom: 24px;
  }
}

.share .share-tabs .ant-tabs-nav:before {
  border: none;
}

.share .share-tabs .ant-tabs-ink-bar {
  display: none;
}

.share .share-tabs .ant-tabs-tab {
  border: 1px solid var(--colorTextBase);
  background: #fff;
  border-radius: 6px;
  outline: 1px solid rgba(0, 0, 0, 0);
  padding: 8px 12px;
  transition: all .3s ease-in-out;
}

.share .share-tabs .ant-tabs-tab.ant-tabs-tab-active {
  border: 2px solid var(--colorTextBase);
  pointer-events: none;
  cursor: pointer;
  background-color: #f7f7f7;
  outline: none;
  transition: all .5s ease-in-out;
}

.share .share-tabs .ant-tabs-tab:hover, .share .share-tabs .ant-tabs-tab:focus {
  background-color: #f7f7f7;
  transition: all .5s ease-in-out;
}

.share .share-tabs .ant-tabs-tab .ant-tabs-tab-btn {
  color: var(--colorTextBase);
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .share .share-tabs .ant-tabs-nav-operations {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .share .share-tabs .category-title, .share .share-tabs .category-image, .share .share-tabs .category-tip {
    display: none;
  }
}

.share .share-card {
  cursor: pointer;
  background: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 12px;
  height: 380px;
  margin-bottom: 24px;
  padding: 16px;
  transition: all .4s ease-in-out;
  display: flex;
  overflow: hidden;
}

.share .share-card:hover, .share .share-card:focus {
  border: 1px solid var(--colorTextBase);
  background-color: #fff;
  transition: all .4s ease-in-out;
  box-shadow: 4px 4px #000;
}

@media screen and (max-width: 767px) {
  .share .share-card {
    height: 174px;
  }
}

.share .share-card .ant-skeleton {
  width: 100%;
}

.share .share-card .share-card-title {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
}

@media screen and (max-width: 767px) {
  .share .share-card .share-card-title {
    margin-top: 18px;
  }
}

.share .share-card .share-card-title .anticon {
  font-size: 22px;
  font-weight: 700;
}

.share .share-card .share-card-tag {
  color: #535655 !important;
  margin-top: 2px !important;
  font-size: 12px !important;
  line-height: 16px !important;
}

.share .share-title {
  align-self: flex-end;
}

@media screen and (max-width: 767px) {
  .share .share-title {
    align-self: initial;
  }
}

.share .share-empty-lottie {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .share .share-empty-lottie {
    width: 60%;
  }
}

.share .share-post {
  aspect-ratio: 1;
  letter-spacing: .25px;
  background-color: #fff;
  border-radius: 12px;
  align-self: flex-start;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .03);
}

@media screen and (max-width: 767px) {
  .share .share-post {
    height: 100%;
  }
}

.share .share-post:has(.share-post-text) {
  padding: 12px;
}

.share .share-card-image {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .share .share-card-image {
    aspect-ratio: initial;
  }
}

.share .share-post-text {
  font-size: 14px;
  line-height: 18px;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .share .share-post-text {
    aspect-ratio: initial;
    -webkit-line-clamp: 6 !important;
  }
}

.share .share-float-button {
  display: none;
}

@media screen and (max-width: 767px) {
  .share .share-float-button {
    flex-direction: column;
    align-items: flex-end;
    min-width: 130px;
    display: flex;
    bottom: 90px;
    right: 20px;
  }
}

.share .share-float-button .ant-float-btn .ant-float-btn-body {
  background-color: var(--colorTextBase);
}

.share .share-float-button .ant-float-btn .anticon svg {
  fill: #fff;
}

.share .share-float-button .ant-float-btn-group-wrap, .share .share-float-button .ant-float-btn-group-wrap .ant-float-btn {
  width: 100%;
}

.share .share-float-button .ant-float-btn-group-wrap .ant-float-btn-body {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
}

.share .share-float-button .ant-float-btn-group-wrap .anticon svg {
  fill: var(--colorTextBase);
}

.share .share-float-button .ant-float-btn-group-wrap .ant-float-btn-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: flex;
}

.container-children:has(.share) {
  align-items: stretch;
  min-height: 90vh;
  display: flex;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .container-title-section {
    border-bottom: none !important;
  }

  .container-title-section .share {
    display: none;
  }
}

body {
  --commissionValue: "5%";
}

.commission ::-webkit-scrollbar {
  background: var(--background);
  width: 5px;
  height: 5px;
}

.commission ::-webkit-scrollbar-thumb {
  background: var(--accent);
  -webkit-border-radius: 1ex;
}

.commission ::-webkit-scrollbar-corner {
  background: var(--background);
}

.commission.mobile {
  background: #f9ddf0;
  justify-content: center;
  height: 100%;
  min-height: 76vh;
}

.commission.mobile .title {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  font-size: 24px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .commission.mobile .title {
    width: 95%;
  }
}

.commission.mobile .ant-btn {
  font-size: 16px;
}

.commission .full-page-block {
  scroll-snap-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.commission .intro {
  background: #f9ddf0;
  position: relative;
}

.commission .footer .title {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.commission .footer .link {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.commission .footer .link a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.commission .progress {
  background: red;
  height: 5px;
  position: fixed;
  bottom: 100px;
  left: 0;
  right: 0;
}

.parallax {
  letter-spacing: -2px;
  white-space: nowrap;
  transform-origin: center;
  flex-wrap: nowrap;
  width: 150px;
  margin: 0;
  line-height: .8;
  display: flex;
  transform: rotate(90deg);
}

.parallax .parallax-image {
  border-radius: 50%;
}

.parallax .scroller {
  text-transform: uppercase;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 30px;
  font-size: 64px;
  font-weight: 600;
  display: flex;
}

.parallax span {
  align-items: center;
  margin-right: 30px;
}

.expertHomepageWrapper ~ * #nav, .static-layout .expertHomepageWrapper ~ #nav {
  top: 40px !important;
}

body .static-layout:has(.expertHomepageWrapper) #nav {
  top: 40px !important;
}

#nav.PublicNav:has( ~ .expertHomepageWrapper) {
  top: 40px !important;
}

body:has(.expertHomepageWrapper) #nav.PublicNav {
  top: 40px !important;
}

body:has([class*="expertHomepageWrapper"]) #nav {
  top: 40px !important;
}

@layer antd {
  [class*="ant-"], .ant-row, .ant-col {
    font-family: inherit !important;
  }
}

html {
  font-family: var(--font-inter), "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

body {
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-gilroy), sans-serif;
}

@property --pos-x {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 11.14%;
}

@property --pos-y {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 140%;
}

@property --spread-x {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 150%;
}

@property --spread-y {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 180.06%;
}

@property --color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #000;
}

@property --color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: #1a1a1a;
}

@property --color-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: #333;
}

@property --color-4 {
  syntax: "<color>";
  inherits: false;
  initial-value: #666;
}

@property --color-5 {
  syntax: "<color>";
  inherits: false;
  initial-value: #999;
}

@property --stop-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --stop-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 25%;
}

@property --stop-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --stop-4 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 75%;
}

@property --stop-5 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 180deg;
}

@property --border-color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(255, 255, 255, .3);
}

@property --border-color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(255, 255, 255, .1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: clip;
}

@view-transition {
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 60px;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 40px;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0, 0, 0, 0);
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0, 0, 0, 0);
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(0, 0, 0, 0);
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}

/* [project]/styles/rootVars.scss.css [app-client] (css) */
:root {
  --backgroundColor: #fff;
  --colorPrimary: #141414;
  --colorSuccess: #008060;
  --colorError: #cd432d;
  --colorSecondary: #e44a32;
  --colorInfo: #008060;
  --colorTextBase: #141414;
  --font-base: "Inter";
  --borderRadiusBase: 6px;
  --inputBorderColor: #b0b0b0;
}

/* [project]/app/gilroy_cdceddfb.module.css [app-client] (css) */
@font-face {
  font-family: gilroy;
  src: url("../media/font-s.p.cdd6b70a.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("../media/font-s.p.be989060.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("../media/font-s.p.0ed574c4.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("../media/font-s.p.b8adde55.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: gilroy;
  src: url("../media/font-s.p.387ec9ad.woff2") format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: gilroy Fallback;
  src: local(Arial);
  ascent-override: 91.95%;
  descent-override: 22.99%;
  line-gap-override: 0.0%;
  size-adjust: 104.41%;
}

.gilroy_cdceddfb-module__jmFcUW__className {
  font-family: gilroy, gilroy Fallback;
}

.gilroy_cdceddfb-module__jmFcUW__variable {
  --font-gilroy: "gilroy", "gilroy Fallback";
}

/* [next]/internal/font/google/inter_b536ff59.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/8c6f6f0aec3d26a6.b39bd10d.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/1eec9d9ffa9353d6.8b5848b9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/a743aa2c0cf8fb8f.067e4a24.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/10995ca37aac8da2.231f00d6.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/6c734a20b6a058c6.da30e7ea.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/dfb4b19a8d76831e.472fee7e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/f67ad414ed34149c.p.84166d94.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/8c6f6f0aec3d26a6.b39bd10d.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/1eec9d9ffa9353d6.8b5848b9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a743aa2c0cf8fb8f.067e4a24.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/10995ca37aac8da2.231f00d6.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/6c734a20b6a058c6.da30e7ea.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/dfb4b19a8d76831e.472fee7e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/f67ad414ed34149c.p.84166d94.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../media/8c6f6f0aec3d26a6.b39bd10d.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../media/1eec9d9ffa9353d6.8b5848b9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../media/a743aa2c0cf8fb8f.067e4a24.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../media/10995ca37aac8da2.231f00d6.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../media/6c734a20b6a058c6.da30e7ea.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../media/dfb4b19a8d76831e.472fee7e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../media/f67ad414ed34149c.p.84166d94.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/8c6f6f0aec3d26a6.b39bd10d.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/1eec9d9ffa9353d6.8b5848b9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/a743aa2c0cf8fb8f.067e4a24.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/10995ca37aac8da2.231f00d6.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/6c734a20b6a058c6.da30e7ea.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/dfb4b19a8d76831e.472fee7e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/f67ad414ed34149c.p.84166d94.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/8c6f6f0aec3d26a6.b39bd10d.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/1eec9d9ffa9353d6.8b5848b9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/a743aa2c0cf8fb8f.067e4a24.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/10995ca37aac8da2.231f00d6.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/6c734a20b6a058c6.da30e7ea.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/dfb4b19a8d76831e.472fee7e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/f67ad414ed34149c.p.84166d94.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../media/8c6f6f0aec3d26a6.b39bd10d.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../media/1eec9d9ffa9353d6.8b5848b9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../media/a743aa2c0cf8fb8f.067e4a24.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../media/10995ca37aac8da2.231f00d6.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../media/6c734a20b6a058c6.da30e7ea.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../media/dfb4b19a8d76831e.472fee7e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../media/f67ad414ed34149c.p.84166d94.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../media/8c6f6f0aec3d26a6.b39bd10d.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../media/1eec9d9ffa9353d6.8b5848b9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../media/a743aa2c0cf8fb8f.067e4a24.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../media/10995ca37aac8da2.231f00d6.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../media/6c734a20b6a058c6.da30e7ea.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../media/dfb4b19a8d76831e.472fee7e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../media/f67ad414ed34149c.p.84166d94.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/2c55a0e60120577a.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/5476f68d60460930.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/2c55a0e60120577a.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/5476f68d60460930.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/2c55a0e60120577a.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/5476f68d60460930.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/2c55a0e60120577a.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5476f68d60460930.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/2c55a0e60120577a.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/5476f68d60460930.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/2c55a0e60120577a.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/5476f68d60460930.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/5476f68d60460930.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.inter_b536ff59-module__JewEsW__className {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, arial, sans-serif;
}

.inter_b536ff59-module__JewEsW__variable {
  --font-inter: "Inter", system-ui, arial, sans-serif;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__f1df10d8._.css.map*/