/* [project]/src/components/Header.module.css [client] (css) */
.Header-module__hBw1pG__container {
  background-color: var(--Background-Light-Base-Second);
  justify-content: center;
  align-self: stretch;
  height: 108px;
  display: flex;
}

.Header-module__hBw1pG__header {
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  gap: 48px;
  max-width: 1440px;
  padding: 40px 112px;
  display: flex;
}

.Header-module__hBw1pG__headerRight {
  flex-shrink: 0;
  align-items: center;
  gap: 24px;
  display: flex;
}

.Header-module__hBw1pG__inner {
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  gap: 150px;
  display: flex;
}

.Header-module__hBw1pG__logo {
  -o-object-fit: cover;
  object-fit: cover;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  height: 28px;
  display: flex;
  position: relative;
}

.Header-module__hBw1pG__navWrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 0;
  display: flex;
}

.Header-module__hBw1pG__navbarLinks {
  justify-content: center;
  align-items: center;
  gap: var(--Main-System-48px, 48px);
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.4px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: relative;
  top: -2px;
}

.Header-module__hBw1pG__callToAction {
  float: right;
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.4px;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 650;
  line-height: 24px;
  display: flex;
  position: relative;
  top: -2px;
}

.Header-module__hBw1pG__linkRotated {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: transform .3s ease-in-out, filter .3s ease-in-out;
  display: flex;
  transform: rotate(-45deg);
}

.Header-module__hBw1pG__callToAction a {
  transition: color .3s ease-in-out;
}

.Header-module__hBw1pG__callToAction:hover .Header-module__hBw1pG__linkRotated {
  filter: invert(34%) sepia(83%) saturate(6421%) hue-rotate(224deg) brightness(97%) contrast(105%);
  transform: rotate(0);
}

.Header-module__hBw1pG__callToAction:hover {
  color: #3863ff;
}

.Header-module__hBw1pG__solutionsLabel {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.Header-module__hBw1pG__linkItems {
  align-items: center;
  gap: 4px;
  display: flex;
}

.Header-module__hBw1pG__clicked {
  color: var(--Background-Light-Primary-Main, #3863ff);
}

.Header-module__hBw1pG__exapandedMenu {
  border-top: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  border-bottom: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  background: var(--Colors-Base-white, #fff);
  z-index: 10;
  height: 169px;
  position: absolute;
  top: 70px;
}

.Header-module__hBw1pG__column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.Header-module__hBw1pG__innerContainer {
  max-width: 1440px;
  padding: var(--Main-System-40px, 40px) 216px;
  flex: 1 0 0;
  gap: 32px;
  display: flex;
}

.Header-module__hBw1pG__itemLeft, .Header-module__hBw1pG__itemRight {
  flex-direction: column;
  flex-basis: 50%;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.Header-module__hBw1pG__optionType {
  color: var(--text-icons-light-secondary, #ff5c00);
  letter-spacing: -.42px;
  align-self: stretch;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.Header-module__hBw1pG__infoContainer {
  align-self: stretch;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.Header-module__hBw1pG__textsContainer {
  align-items: flex-start;
  gap: var(--Main-System-4px, 4px);
  flex-direction: column;
  flex: 1 0 0;
  display: flex;
}

.Header-module__hBw1pG__solutionImage {
  stroke-width: 2px;
  stroke: #ff5c00;
  width: 36px;
  height: 36px;
}

.Header-module__hBw1pG__optionTitle {
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: .1px;
  align-self: stretch;
  font-size: 16px;
  font-weight: 650;
  line-height: 24px;
}

.Header-module__hBw1pG__optionDescription {
  color: var(--text-icons-light-base-second, #68727d);
  align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.Header-module__hBw1pG__expand {
  cursor: pointer;
}

.Header-module__hBw1pG__hamburger {
  display: none;
}

.Header-module__hBw1pG__bar {
  background-color: #101423;
  border-radius: 2px;
  width: 24px;
  height: 2px;
  transition: all .3s ease-in-out;
}

.Header-module__hBw1pG__navbar {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 70px;
  padding: 10px 20px;
  display: flex;
}

.Header-module__hBw1pG__navMenu {
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  display: flex;
}

@media (max-width: 1200px) {
  .Header-module__hBw1pG__header {
    gap: 32px;
    padding: 40px 64px;
  }

  .Header-module__hBw1pG__navbarLinks {
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .Header-module__hBw1pG__container {
    height: 72px;
  }

  .Header-module__hBw1pG__header {
    justify-content: space-between;
    gap: 16px;
    padding: 24px 32px;
    position: relative;
  }

  .Header-module__hBw1pG__inner {
    flex: 1 0 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .Header-module__hBw1pG__logo {
    max-height: 24px;
    position: relative;
    top: auto;
    left: auto;
  }

  .Header-module__hBw1pG__navWrapper {
    flex: initial;
    justify-content: flex-end;
  }

  .Header-module__hBw1pG__navbarLinks, .Header-module__hBw1pG__callToAction {
    display: none;
  }

  .Header-module__hBw1pG__headerRight {
    gap: 16px;
  }

  .Header-module__hBw1pG__hamburger {
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 3px 0;
    display: flex;
  }

  .Header-module__hBw1pG__bar {
    display: block;
  }

  .Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:nth-child(2) {
    opacity: 0;
  }

  .Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:first-child {
    transform: translateY(8px)rotate(45deg);
  }

  .Header-module__hBw1pG__hamburger.Header-module__hBw1pG__active .Header-module__hBw1pG__bar:nth-child(3) {
    transform: translateY(-8px)rotate(-45deg);
  }

  .Header-module__hBw1pG__exapandedMenu {
    width: 100%;
    color: var(--text-icons-light-base-main, #101423);
    z-index: 10;
    border-top: none;
    flex-direction: column;
    flex: 1 0 0;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    gap: 24px;
    height: 370px;
    display: flex;
    right: 0;
    box-shadow: 0 25px 50px -12px #10182840;
  }

  .Header-module__hBw1pG__element {
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 32px 0;
    display: flex;
  }

  .Header-module__hBw1pG__bottom {
    background: var(--Background-Light-Base-Second, #f5f5f5);
    flex-direction: column;
    flex: 1 0 0;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding: 24px 32px 32px;
    display: flex;
  }

  .Header-module__hBw1pG__button {
    align-self: flex-start;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }
}

@media (max-width: 790px) {
  .Header-module__hBw1pG__header {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 16px;
  }

  .Header-module__hBw1pG__logo {
    max-height: 20px;
  }

  .Header-module__hBw1pG__element {
    padding: 8px 16px 0;
  }

  .Header-module__hBw1pG__bottom {
    padding: 24px 16px 32px;
  }

  .Header-module__hBw1pG__button {
    align-self: center;
    gap: -2px;
  }
}

/* [project]/src/elements/ActionButton.module.css [client] (css) */
.ActionButton-module__n03L7W__primary {
  background: var(--secondary-color);
  height: 56px;
  color: var(--text-icons-light-on-color, #fff);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0 10px;
  display: flex;
}

.ActionButton-module__n03L7W__bracketLeft {
  content: "";
  background-image: url("/bracket-left.svg");
  background-repeat: no-repeat;
  width: 10px;
  height: 68px;
  display: inline-block;
  position: relative;
  top: 0;
  left: -15px;
}

.ActionButton-module__n03L7W__content {
  text-align: center;
  letter-spacing: -.45px;
  align-self: center;
  height: 56px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  display: inline-block;
}

.ActionButton-module__n03L7W__bracketRight {
  content: "";
  background-image: url("/bracket-right.svg");
  background-repeat: no-repeat;
  width: 8px;
  height: 68px;
  display: inline-block;
  position: relative;
  top: 0;
  right: -15px;
}

.ActionButton-module__n03L7W__disabled {
  filter: saturate(0);
}

/* [project]/src/elements/UserProfile.module.css [client] (css) */
.UserProfile-module__XekHFG__userProfile {
  align-items: center;
  display: flex;
  position: relative;
}

.UserProfile-module__XekHFG__userAvatar {
  background: var(--primary-color, #3863ff);
  width: 40px;
  height: 40px;
  color: var(--text-icons-light-on-color, #fff);
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.UserProfile-module__XekHFG__avatarImage {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.UserProfile-module__XekHFG__userAvatar:hover {
  border-color: var(--primary-color, #3863ff);
  transform: scale(1.05);
}

.UserProfile-module__XekHFG__userDropdown {
  background: var(--Colors-Base-white, #fff);
  border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  z-index: 1000;
  width: 280px;
  margin-top: 8px;
  animation: .2s ease-out UserProfile-module__XekHFG__dropdownSlideIn;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 25px 50px -12px #10182840;
}

@keyframes UserProfile-module__XekHFG__dropdownSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.UserProfile-module__XekHFG__userInfoInline {
  align-items: center;
  gap: var(--Main-System-12px, 12px);
  padding: var(--Main-System-16px, 16px) var(--Main-System-20px, 20px);
  border-bottom: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  display: flex;
}

.UserProfile-module__XekHFG__userAvatarSmall {
  width: var(--Main-System-40px, 40px);
  height: var(--Main-System-40px, 40px);
  background: var(--primary-color, #3863ff);
  color: var(--text-icons-light-on-color, #fff);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.UserProfile-module__XekHFG__avatarImageSmall {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.UserProfile-module__XekHFG__userDetails {
  gap: var(--Main-System-4px, 4px);
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.UserProfile-module__XekHFG__userName {
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
}

.UserProfile-module__XekHFG__userEmail {
  color: var(--text-icons-light-base-second, #68727d);
  letter-spacing: -.42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
}

.UserProfile-module__XekHFG__userActions {
  padding: var(--Main-System-16px, 16px);
  gap: var(--Main-System-4px, 4px);
  flex-direction: column;
  display: flex;
}

.UserProfile-module__XekHFG__dropdownLink {
  padding: var(--Main-System-12px, 12px) var(--Main-System-16px, 16px);
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.4px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.UserProfile-module__XekHFG__dropdownLink:hover {
  background-color: var(--Background-Light-Base-Second, #f5f5f5);
  color: var(--Background-Light-Primary-Main, #3863ff);
}

.UserProfile-module__XekHFG__signOutButton {
  width: 100%;
  padding: var(--Main-System-12px, 12px) var(--Main-System-16px, 16px);
  border: 1px solid var(--text-icons-light-secondary, #ff5c00);
  color: var(--text-icons-light-secondary, #ff5c00);
  cursor: pointer;
  letter-spacing: -.4px;
  margin-top: var(--Main-System-8px, 8px);
  background: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.UserProfile-module__XekHFG__signOutButton:hover {
  background-color: var(--text-icons-light-secondary, #ff5c00);
  color: var(--text-icons-light-on-color, #fff);
}

@media (max-width: 768px) {
  .UserProfile-module__XekHFG__userDropdown {
    width: 250px;
    right: -10px;
  }
}

/* [project]/src/elements/AuthModal.module.css [client] (css) */
.AuthModal-module__jlx1qW__modalOverlay {
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.AuthModal-module__jlx1qW__modalContent {
  background: var(--Background-Light-Base-Main, #fff);
  padding: var(--Main-System-48px, 48px);
  border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  width: 90%;
  max-width: 480px;
  max-height: 90vh;
  animation: .3s ease-out AuthModal-module__jlx1qW__modalSlideIn;
  position: relative;
  overflow-y: auto;
}

@keyframes AuthModal-module__jlx1qW__modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px)scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.AuthModal-module__jlx1qW__modalClose {
  top: var(--Main-System-16px, 16px);
  right: var(--Main-System-16px, 16px);
  cursor: pointer;
  color: var(--text-icons-light-base-second, #68727d);
  width: var(--Main-System-48px, 48px);
  height: var(--Main-System-48px, 48px);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.AuthModal-module__jlx1qW__modalClose:hover {
  background-color: var(--Background-Light-Base-Third, #eaebf0);
  color: var(--text-icons-light-base-main, #101423);
}

.AuthModal-module__jlx1qW__modalHeader {
  text-align: center;
  margin-bottom: var(--Main-System-48px, 48px);
}

.AuthModal-module__jlx1qW__modalHeader h2 {
  letter-spacing: -.96px;
  color: var(--text-icons-light-base-main, #101423);
  margin: 0 0 var(--Main-System-8px, 8px) 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.AuthModal-module__jlx1qW__modalHeader p {
  color: var(--text-icons-light-base-second, #68727d);
  letter-spacing: -.48px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.AuthModal-module__jlx1qW__authForm {
  gap: var(--Main-System-24px, 24px);
  flex-direction: column;
  display: flex;
}

.AuthModal-module__jlx1qW__formGroup {
  gap: var(--Main-System-8px, 8px);
  flex-direction: column;
  display: flex;
}

.AuthModal-module__jlx1qW__formGroup label {
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.AuthModal-module__jlx1qW__formGroup input {
  padding: var(--Main-System-16px, 16px);
  border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  letter-spacing: -.48px;
  background-color: var(--Background-Light-Base-Second, #f5f5f5);
  height: 56px;
  font-size: 16px;
  line-height: 150%;
  transition: all .2s;
}

.AuthModal-module__jlx1qW__inputWithToggle {
  align-items: center;
  display: flex;
  position: relative;
}

.AuthModal-module__jlx1qW__inputWithToggle input {
  width: 100%;
  padding-right: 44px;
}

.AuthModal-module__jlx1qW__passwordToggle {
  cursor: pointer;
  width: 36px;
  height: 36px;
  color: var(--text-icons-light-base-second, #68727d);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 8px;
}

.AuthModal-module__jlx1qW__passwordToggle:hover {
  color: var(--text-icons-light-base-main, #101423);
  background-color: var(--Background-Light-Base-Third, #eaebf0);
}

.AuthModal-module__jlx1qW__passwordIcon {
  width: 20px;
  height: 20px;
}

.AuthModal-module__jlx1qW__formGroup input:focus {
  border-color: var(--primary-color, #3863ff);
  outline: none;
}

.AuthModal-module__jlx1qW__formGroup input::placeholder {
  color: var(--text-icons-light-base-second, #68727d);
  opacity: .5;
}

.AuthModal-module__jlx1qW__errorMessage {
  background-color: var(--Background-Light-Base-Third, #eaebf0);
  border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  color: var(--text-icons-light-secondary, #ff5c00);
  padding: var(--Main-System-16px, 16px);
  letter-spacing: -.48px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.AuthModal-module__jlx1qW__submitButton {
  background: var(--secondary-color, #ff5c00);
  color: var(--text-icons-light-on-color, #fff);
  padding: var(--Main-System-12px, 12px) var(--Main-System-24px, 24px);
  cursor: pointer;
  margin-top: var(--Main-System-8px, 8px);
  border: none;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.AuthModal-module__jlx1qW__submitButton:hover:not(:disabled) {
  filter: brightness(.9);
}

.AuthModal-module__jlx1qW__submitButton:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.AuthModal-module__jlx1qW__modalFooter {
  margin-top: var(--Main-System-24px, 24px);
  text-align: center;
  padding-top: var(--Main-System-24px, 24px);
  border-top: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
}

.AuthModal-module__jlx1qW__modalFooter p {
  color: var(--text-icons-light-base-second, #68727d);
  letter-spacing: -.48px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.AuthModal-module__jlx1qW__switchModeButton {
  color: var(--primary-color, #3863ff);
  cursor: pointer;
  letter-spacing: -.48px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  transition: color .2s;
}

.AuthModal-module__jlx1qW__switchModeButton:hover {
  color: var(--text-icons-light-secondary, #ff5c00);
}

@media (max-width: 640px) {
  .AuthModal-module__jlx1qW__modalContent {
    width: calc(100% - 32px);
    margin: 16px;
    padding: 24px;
  }

  .AuthModal-module__jlx1qW__modalHeader h2 {
    font-size: 24px;
  }

  .AuthModal-module__jlx1qW__modalHeader p {
    font-size: 14px;
  }

  .AuthModal-module__jlx1qW__formGroup input {
    padding: 10px 14px;
    font-size: 16px;
  }
}

/* [project]/src/elements/AuthIcon.module.css [client] (css) */
.AuthIcon-module__DpoxVq__authIconContainer {
  align-items: center;
  display: flex;
  position: relative;
}

.AuthIcon-module__DpoxVq__authIconButton {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.AuthIcon-module__DpoxVq__authIconButton:hover {
  background-color: var(--Background-Light-Base-Third, #eaebf0);
}

.AuthIcon-module__DpoxVq__authIconSignedIn {
  width: var(--Main-System-24px, 24px);
  height: var(--Main-System-24px, 24px);
  color: var(--primary-color, #3863ff);
}

.AuthIcon-module__DpoxVq__authIconSignedOut {
  width: var(--Main-System-24px, 24px);
  height: var(--Main-System-24px, 24px);
  color: var(--text-icons-light-base-second, #68727d);
  stroke: var(--primary-color, #3863ff);
  stroke-width: 1px;
  fill: none;
}

.AuthIcon-module__DpoxVq__authDropdown {
  background: var(--Background-Light-Base-Main, #fff);
  border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  width: 200px;
  margin-top: var(--Main-System-8px, 8px);
  z-index: 1000;
  animation: .2s ease-out AuthIcon-module__DpoxVq__dropdownSlideIn;
  position: absolute;
  top: 100%;
  right: 0;
}

@keyframes AuthIcon-module__DpoxVq__dropdownSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.AuthIcon-module__DpoxVq__authDropdownActions {
  padding: var(--Main-System-16px, 16px);
}

.AuthIcon-module__DpoxVq__authDropdownButton {
  width: 100%;
  padding: var(--Main-System-12px, 12px) var(--Main-System-16px, 16px);
  border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  color: var(--text-icons-light-base-main, #101423);
  cursor: pointer;
  letter-spacing: -.48px;
  margin-bottom: var(--Main-System-8px, 8px);
  text-align: left;
  background: none;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
}

.AuthIcon-module__DpoxVq__authDropdownButton:hover {
  background-color: var(--Background-Light-Base-Second, #f5f5f5);
  border-color: var(--primary-color, #3863ff);
  color: var(--primary-color, #3863ff);
}

.AuthIcon-module__DpoxVq__authDropdownButton:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .AuthIcon-module__DpoxVq__authDropdown {
    width: 180px;
    right: -10px;
  }
}

/* [project]/src/components/Footer.module.css [client] (css) */
.Footer-module__S6Hkya__container {
  border-top: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  flex-direction: column;
  display: flex;
}

.Footer-module__S6Hkya__footer {
  flex-direction: row;
  align-self: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.Footer-module__S6Hkya__contactColumn {
  align-items: flex-start;
  gap: var(--Main-System-96px, 96px);
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  padding: 120px 0 120px 112px;
  display: flex;
}

.Footer-module__S6Hkya__emailSubmitGroup {
  align-items: flex-start;
  gap: var(--Main-System-24px, 24px);
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.Footer-module__S6Hkya__newsHeading {
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.96px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.Footer-module__S6Hkya__emailInput {
  padding: 16px var(--Main-System-24px, 24px);
  align-items: center;
  gap: var(--Main-System-10px, 10px);
  background: #f5f5f5;
  flex: 1 0 0;
  display: flex;
}

.Footer-module__S6Hkya__emailSubmit {
  gap: var(--Main-System-8px, 8px);
  flex-direction: row;
  display: flex;
}

.Footer-module__S6Hkya__disclaimer {
  color: var(--text-icons-light-base-second, #68727d);
  letter-spacing: -.36px;
  max-width: 384px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}

.Footer-module__S6Hkya__copyright {
  color: var(--text-icons-light-base-second, #68727d);
  letter-spacing: -.42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.Footer-module__S6Hkya__linksColumn {
  flex-direction: row;
  align-self: stretch;
  display: flex;
}

.Footer-module__S6Hkya__category {
  gap: var(--Main-System-24px, 24px);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.Footer-module__S6Hkya__categoryHeading {
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: bolder;
  line-height: 160%;
}

.Footer-module__S6Hkya__categoryUrl {
  color: var(--text-icons-light-base-second, #68727d);
  font-weight: 400;
}

.Footer-module__S6Hkya__footerLogo {
  padding: 120px var(--Main-System-0px, 0px) 80px var(--Main-System-0px, 0px);
  align-items: center;
  gap: var(--Main-System-40px, 40px);
  background: var(--Background-Light-Primary-Main, #3863ff);
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.Footer-module__S6Hkya__thankYouText {
  color: var(--text-icons-light-secondary, #ff5c00);
  text-align: center;
  letter-spacing: -.42px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.Footer-module__S6Hkya__image {
  width: 80%;
  max-width: 1440px;
}

.Footer-module__S6Hkya__linkedIn {
  width: 48px;
}

.Footer-module__S6Hkya__linksSection {
  border-left: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
  align-self: stretch;
  gap: var(--Main-System-64px, 64px);
  flex-direction: column;
  flex: 1 0 0;
  padding: 120px 104px;
  display: flex;
}

.Footer-module__S6Hkya__linkedinContainer {
  background-color: #17192010;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

@media (max-width: 1024px) {
  .Footer-module__S6Hkya__footer {
    padding: var(--Main-System-64px, 64px) 0 0 0;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    gap: 64px;
  }

  .Footer-module__S6Hkya__contactColumn {
    gap: var(--Main-System-40px, 40px);
    padding: 0 32px;
  }

  .Footer-module__S6Hkya__linksSection {
    border-top: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
    justify-content: space-evenly;
    align-items: flex-start;
    gap: var(--Main-System-40px, 40px);
    padding: 64px 32px;
  }

  .Footer-module__S6Hkya__category {
    flex: 1 0 0;
    align-items: flex-start;
    gap: 20px;
  }

  .Footer-module__S6Hkya__footerLogo {
    padding: var(--Main-System-48px, 48px) 0 32px 0;
  }
}

@media (max-width: 760px) {
  .Footer-module__S6Hkya__footer {
    max-width: 100%;
  }

  .Footer-module__S6Hkya__contactColumn {
    gap: var(--Main-System-40px, 40px);
    max-width: 100%;
    padding: 0 16px;
  }

  .Footer-module__S6Hkya__linksColumn {
    gap: var(--Main-System-40px, 40px);
    flex-direction: column;
  }

  .Footer-module__S6Hkya__linksSection {
    padding: var(--Main-System-64px, 64px) var(--Main-System-16px, 16px);
    gap: var(--Main-System-40px, 40px);
    flex-direction: column;
  }

  .Footer-module__S6Hkya__emailInput {
    width: 80%;
  }
}

/* [project]/src/elements/ErrorBubble.module.css [client] (css) */
.ErrorBubble-module__Wy2Kyq__wrapper {
  position: relative;
}

.ErrorBubble-module__Wy2Kyq__errorBubble {
  background: var(--text-icons-light-secondary);
  color: #fff;
  white-space: nowrap;
  z-index: 10;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  animation: .2s ease-in ErrorBubble-module__Wy2Kyq__fadeIn;
  position: absolute;
  top: -35px;
  left: 0;
}

.ErrorBubble-module__Wy2Kyq__errorBubble:after {
  content: "";
  border: 5px solid #0000;
  border-top-color: var(--text-icons-light-secondary);
  position: absolute;
  top: 100%;
  left: 15px;
}

@keyframes ErrorBubble-module__Wy2Kyq__fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* [project]/src/components/RootLayout.module.css [client] (css) */
.RootLayout-module__EoT0VW__main {
  font-family: var(--font-roobert);
  flex-direction: column;
  font-style: normal;
  display: flex;
}

/* [project]/src/components/BlogPost/BlogPost.module.css [client] (css) */
.BlogPost-module__CIWjAG__container {
  gap: var(--Main-System-48px);
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

/* [project]/src/components/AuthorAndSocialLinks.module.css [client] (css) */
.AuthorAndSocialLinks-module__0wfmva__author-and-social-links-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.AuthorAndSocialLinks-module__0wfmva__author-and-social-links-authorandsociallinks {
  border: 0 solid #d0d5dd;
  border-top-width: 1px;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  height: auto;
  padding: 24px 0 0;
  display: flex;
}

.AuthorAndSocialLinks-module__0wfmva__author-and-social-links-socialmedia {
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.AuthorAndSocialLinks-module__0wfmva__author-and-social-links-link3 {
  display: contents;
}

.AuthorAndSocialLinks-module__0wfmva__author-and-social-links-linke-in {
  flex-shrink: 1;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.AuthorAndSocialLinks-module__0wfmva__author-and-social-links-ellipse73 {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}

.AuthorAndSocialLinks-module__0wfmva__author-and-social-links-linkedinin1 {
  width: 21px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 14px;
}

@media (max-width: 650px) {
  .AuthorAndSocialLinks-module__0wfmva__author-and-social-links-authorandsociallinks {
    flex-direction: column;
  }
}

/* [project]/src/components/AuthorDetails.module.css [client] (css) */
.AuthorDetails-module__GkJOoW__author-and-social-links-avatarlabelgroup {
  align-items: center;
  gap: 16px;
  display: flex;
}

.AuthorDetails-module__GkJOoW__author-and-social-links-avatar {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 999px;
  width: 64px;
}

.AuthorDetails-module__GkJOoW__author-and-social-links-textandsupportingtext {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.AuthorDetails-module__GkJOoW__author-and-social-links-text1 {
  color: #101423;
  height: auto;
  font-size: 20px;
  font-style: SemiBold;
  text-align: left;
  font-weight: 600;
  font-stretch: normal;
  line-height: 150%;
  text-decoration: none;
}

.AuthorDetails-module__GkJOoW__author-and-social-links-text2 {
  color: #68727d;
  height: auto;
  font-size: 18px;
  font-style: Regular;
  text-align: left;
  font-weight: 400;
  font-stretch: normal;
  line-height: 150%;
  text-decoration: none;
}

/* [project]/src/components/BlogPost/BlogContent.module.css [client] (css) */
.BlogContent-module___aTVva__blog-content-container1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  height: auto;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  position: relative;
}

.BlogContent-module___aTVva__blog-content-container2 {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font: inherit;
  vertical-align: baseline;
  width: 100%;
  height: auto;
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.65px;
  border: 0;
  margin: 0;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__dynamic-content p {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 150%;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__dynamic-content h2 {
  margin: 32px 0 16px;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__dynamic-content h3 {
  margin: 32px 0 12px;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__dynamic-content hr {
  display: none;
}

.BlogContent-module___aTVva__blog-content-container2 img {
  z-index: 1;
  position: relative;
}

.BlogContent-module___aTVva__blog-contentroot-class-name1 {
  padding-top: var(--Main-System-24px);
  padding-bottom: var(--Main-System-24px);
}

.BlogContent-module___aTVva__conclusion {
  padding: 16px var(--Main-System-48px);
  background-color: var(--Background-Light-Base-Second);
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__blue_bullets ul li, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__blue_bullets ul li {
  background-image: url("/blue-dot-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__orange_checks_1 ul li, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__orange_checks_1 ul li {
  background-image: url("/circle-check-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__orange_checks_2 ul li, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__orange_checks_2 ul li {
  background-image: url("/circle-check2-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__blue_checks ul li, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__blue_checks ul li {
  background-image: url("/blue-check-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__black_bullets ul li, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__black_bullets ul li {
  background-image: url("/black-dot-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__dynamic-content ul, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__dynamic-content ul {
  margin-top: 24px;
  margin-bottom: 32px;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__normal_bullets ul, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__normal_bullets ul {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 32px;
  list-style-type: disc;
  list-style-position: outside;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__normal_bullets ul li, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__normal_bullets ul li {
  margin-bottom: 4px;
  margin-left: 0;
  padding-bottom: 12px;
  padding-left: 0;
  line-height: 160%;
  list-style-type: disc;
  list-style-position: outside;
  background-image: none !important;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__normal_bullets ul li p, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__normal_bullets ul li p {
  display: contents;
  margin: 0 !important;
  padding: 0 !important;
}

.BlogContent-module___aTVva__blog-content-container2.BlogContent-module___aTVva__dynamic-content ol, .BlogContent-module___aTVva__conclusion.BlogContent-module___aTVva__dynamic-content ol {
  margin-top: 24px;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .BlogContent-module___aTVva__blog-content-container1 {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 650px) {
  .BlogContent-module___aTVva__blog-content-container1 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* [project]/src/styles/global.module.css [client] (css) */
.global-module__s0Vpcq__dynamic-content {
  gap: 8px;
  width: 100%;
}

.global-module__s0Vpcq__dynamic-content p {
  color: var(--text-icons-light-base-main);
  margin: 12px 0;
  font-size: 18px;
  line-height: 160%;
}

.global-module__s0Vpcq__dynamic-content h4 {
  letter-spacing: -.5px;
  margin: 16px 0 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

.global-module__s0Vpcq__dynamic-content h3 {
  margin: 16px 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
}

.global-module__s0Vpcq__dynamic-content h2 {
  margin: 24px 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

.global-module__s0Vpcq__dynamic-content h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
}

.global-module__s0Vpcq__dynamic-content img {
  width: 100%;
}

.global-module__s0Vpcq__dynamic-content ul {
  color: var(--text-icons-light-base-main);
  width: 100%;
  margin: 24px 0;
  padding-left: 32px;
  font-size: 18px;
  list-style-type: disc;
  list-style-position: outside;
  position: relative;
}

.global-module__s0Vpcq__dynamic-content ul > li {
  background-image: none;
  margin-bottom: 4px;
  margin-left: 0;
  padding-bottom: 12px;
  padding-left: 0;
  line-height: 160%;
  list-style-type: disc;
  list-style-position: outside;
}

.global-module__s0Vpcq__dynamic-content ul > li > p, .global-module__s0Vpcq__dynamic-content ol > li > p {
  margin: 0;
  padding: 0;
  display: contents;
}

.global-module__s0Vpcq__dynamic-content th {
  border: 1px solid var(--Background-Light-Base-Third);
  padding: var(--Main-System-16px, 16px);
  background-color: var(--Background-Light-Base-Second);
}

.global-module__s0Vpcq__dynamic-content td {
  border: 1px solid var(--Background-Light-Base-Third);
  padding: var(--Main-System-16px, 16px);
}

.global-module__s0Vpcq__dynamic-content blockquote {
  border-left: 4px solid var(--Background-Light-Base-Third);
  padding: var(--Main-System-4px, 4px) var(--Main-System-16px, 16px);
  font-style: italic;
}

.global-module__s0Vpcq__dynamic-content hr {
  margin-top: 24px;
}

.global-module__s0Vpcq__dynamic-content a {
  color: var(--text-icons-light-primary);
  font-weight: 500;
  text-decoration: underline;
}

.global-module__s0Vpcq__dynamic-content strong, .global-module__s0Vpcq__dynamic-content b {
  font-family: var(--font-matter-bold, var(--font-roobert));
  font-weight: 600;
}

.global-module__s0Vpcq__dynamic-content em {
  font-style: italic;
  font-weight: 400;
}

.global-module__s0Vpcq__dynamic-content a:hover {
  color: #00008b;
  text-decoration-thickness: 2px;
}

.global-module__s0Vpcq__dynamic-content ol {
  color: var(--text-icons-light-base-main);
  margin: 24px 0;
  padding-left: 32px;
  font-size: 18px;
  list-style-type: decimal;
  list-style-position: outside;
}

.global-module__s0Vpcq__dynamic-content ol > li {
  background-image: none;
  margin-bottom: 4px;
  margin-left: 0;
  padding-bottom: 12px;
  padding-left: 0;
  line-height: 160%;
  list-style-type: decimal;
  list-style-position: outside;
}

.global-module__s0Vpcq__dynamic-content ol > li > ul {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 0;
  list-style-type: none;
}

.global-module__s0Vpcq__dynamic-content ol > li > ul > li > ul > li {
  margin-left: 30px;
  font-size: 16px;
  list-style-type: circle;
}

.global-module__s0Vpcq__dynamic-content ol > li > ul > li > ol > li {
  margin-left: 20px;
  list-style-type: decimal;
}

.global-module__s0Vpcq__dynamic-content ul > li > ul > li {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .global-module__s0Vpcq__dynamic-content {
    font-size: 16px;
  }

  .global-module__s0Vpcq__dynamic-content h1 {
    font-size: 28px;
  }

  .global-module__s0Vpcq__dynamic-content h2 {
    font-size: 24px;
  }

  .global-module__s0Vpcq__dynamic-content h3 {
    font-size: 21px;
  }

  .global-module__s0Vpcq__dynamic-content h4 {
    font-size: 19px;
  }
}

/* [project]/src/elements/StyledBlock.module.css [client] (css) */
.StyledBlock-module__DXBCJW__styledSection {
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.StyledBlock-module__DXBCJW__blue_bullets ul > li {
  background-image: url("/blue-dot-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.StyledBlock-module__DXBCJW__orange_checks_1 ul > li {
  background-image: url("/circle-check-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.StyledBlock-module__DXBCJW__orange_checks_2 ul > li {
  background-image: url("/circle-check2-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.StyledBlock-module__DXBCJW__blue_checks ul > li {
  background-image: url("/blue-check-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.StyledBlock-module__DXBCJW__black_bullets ul > li {
  background-image: url("/black-dot-li.png");
  background-position: 0 -12px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 30px;
  line-height: 22px;
  list-style-type: none;
}

.StyledBlock-module__DXBCJW__normal_bullets ul > li {
  background: none;
  padding-left: 0;
  list-style-type: disc;
  background-image: none !important;
}

.StyledBlock-module__DXBCJW__normal_bullets ul {
  padding-left: 30px;
  list-style-type: disc;
  list-style-position: inside;
}

.StyledBlock-module__DXBCJW__styledSection p {
  color: var(--text-icons-light-base-second);
  margin: 8px 0;
  font-size: 18px;
}

.StyledBlock-module__DXBCJW__styledSection h3 {
  margin: 16px 0;
  font-size: 22px;
  font-weight: 400;
}

.StyledBlock-module__DXBCJW__styledSection h2 {
  margin: 24px 0;
  font-size: 32px;
  font-weight: 400;
}

.StyledBlock-module__DXBCJW__styledSection h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 400;
}

.StyledBlock-module__DXBCJW__styledSection img {
  width: 100%;
}

.StyledBlock-module__DXBCJW__styledSection ul {
  color: var(--text-icons-light-base-second);
  width: 100%;
  margin: 16px 0;
  font-size: 18px;
  list-style: none;
  position: relative;
}

.StyledBlock-module__DXBCJW__styledSection th {
  border: 1px solid var(--Background-Light-Base-Third);
  padding: var(--Main-System-16px, 16px);
  background-color: var(--Background-Light-Base-Second);
}

.StyledBlock-module__DXBCJW__styledSection td {
  border: 1px solid var(--Background-Light-Base-Third);
  padding: var(--Main-System-16px, 16px);
}

.StyledBlock-module__DXBCJW__styledSection blockquote {
  border-left: 4px solid var(--Background-Light-Base-Third);
  padding: var(--Main-System-4px, 4px) var(--Main-System-16px, 16px);
  font-style: italic;
}

.StyledBlock-module__DXBCJW__styledSection hr {
  margin-top: 24px;
}

.StyledBlock-module__DXBCJW__styledSection ul {
  width: 100%;
}

@media (max-width: 1024px) {
  .StyledBlock-module__DXBCJW__styledSection {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 650px) {
  .StyledBlock-module__DXBCJW__styledSection {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* [project]/src/components/ImageGallery/ImageGallery.module.css [client] (css) */
.ImageGallery-module__DJ7vZW__overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 9999;
  cursor: zoom-out;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.ImageGallery-module__DJ7vZW__controls {
  z-index: 10000;
  align-items: center;
  gap: 16px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.ImageGallery-module__DJ7vZW__closeButton {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.ImageGallery-module__DJ7vZW__closeButton:hover {
  background: #fff3;
  border-color: #ffffff80;
}

.ImageGallery-module__DJ7vZW__imageContainer {
  cursor: default;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
}

.ImageGallery-module__DJ7vZW__image {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
  max-width: 100%;
  max-height: 90vh;
}

@media (max-width: 768px) {
  .ImageGallery-module__DJ7vZW__controls {
    top: 12px;
    right: 12px;
  }

  .ImageGallery-module__DJ7vZW__closeButton {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .ImageGallery-module__DJ7vZW__imageContainer {
    max-width: 95vw;
    max-height: 85vh;
  }
}

/* [project]/src/components/BlogPost/BlogHero.module.css [client] (css) */
.BlogHero-module__MWtpLW__blog-hero-container1 {
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1216px;
  height: auto;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-image {
  width: 100%;
}

.BlogHero-module__MWtpLW__blog-hero-data {
  align-self: center;
  gap: 24px;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-body {
  gap: 32px;
  width: 100%;
  padding: 32px 48px;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-header {
  background-color: var(--Background-Light-Base-Second);
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  gap: 0;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-texts {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-container2 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-text1 {
  color: #ff5c00;
  text-align: center;
  align-self: stretch;
  height: auto;
  font-size: 20px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 120%;
  text-decoration: none;
}

.BlogHero-module__MWtpLW__blog-hero-text2 {
  color: #101423;
  height: auto;
  font-size: 56px;
  font-style: Regular;
  align-self: stretch;
  font-weight: 400;
  font-stretch: normal;
  line-height: 120%;
  text-decoration: none;
}

.BlogHero-module__MWtpLW__blog-hero-text3 {
  color: #68727d;
  height: auto;
  font-size: 20px;
  font-style: Regular;
  align-self: stretch;
  font-weight: 400;
  font-stretch: normal;
  line-height: 150%;
  text-decoration: none;
}

.BlogHero-module__MWtpLW__blog-hero-categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-blog-badge {
  background-color: #3863ff1a;
  align-items: center;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-blog-badge:hover {
  background-color: #3863ff33;
}

.BlogHero-module__MWtpLW__blog-hero-text4 {
  color: #3863ff;
  height: auto;
  font-size: 12px;
  font-style: Medium;
  text-align: center;
  font-weight: 500;
  font-stretch: normal;
  line-height: 150%;
  text-decoration: none;
}

.BlogHero-module__MWtpLW__blog-hero-text5 {
  color: #68727d;
  height: auto;
  font-size: 16px;
  font-style: Medium;
  text-align: center;
  align-self: stretch;
  font-weight: 400;
  font-stretch: normal;
  line-height: 150%;
  text-decoration: none;
}

.BlogHero-module__MWtpLW__blog-hero-sections {
  flex-direction: column;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-sections-nav {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-icon-with-text {
  text-wrap: nowrap;
  justify-content: center;
  gap: 8px;
  height: 20px;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-section-link {
  color: var(--text-icons-light-base-second, #68727d);
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.BlogHero-module__MWtpLW__blog-hero-section-link:before {
  content: "";
  background-color: var(--text-icons-light-base-second, #68727d);
  flex-shrink: 0;
  width: 2px;
  height: 100%;
  transition: background-color .2s;
}

.BlogHero-module__MWtpLW__blog-hero-section-link.BlogHero-module__MWtpLW__blog-hero-section-active {
  color: var(--text-icons-light-base-main, #101423);
  font-weight: 500;
}

.BlogHero-module__MWtpLW__blog-hero-section-link.BlogHero-module__MWtpLW__blog-hero-section-active:before {
  background-color: var(--text-icons-light-base-main, #101423);
}

.BlogHero-module__MWtpLW__blog-hero-section-link:hover {
  color: var(--text-icons-light-base-main, #101423);
}

.BlogHero-module__MWtpLW__blog-hero-section-link:hover:before {
  background-color: var(--text-icons-light-base-main, #101423);
}

.BlogHero-module__MWtpLW__blog-hero-author {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

@media (max-width: 1024px) {
  .BlogHero-module__MWtpLW__blog-hero-author {
    flex-direction: column;
    gap: 24px;
  }

  .BlogHero-module__MWtpLW__blog-hero-data {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .BlogHero-module__MWtpLW__blog-hero-body {
    flex-direction: column;
    padding: 16px 32px;
  }

  .BlogHero-module__MWtpLW__blog-hero-container1, .BlogHero-module__MWtpLW__blog-hero-header, .BlogHero-module__MWtpLW__blog-hero-texts {
    align-items: flex-start;
  }

  .BlogHero-module__MWtpLW__blog-hero-sections-nav {
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: row;
    position: relative;
    overflow-x: auto;
  }

  .BlogHero-module__MWtpLW__blog-hero-sections-nav::-webkit-scrollbar {
    display: none;
  }

  .BlogHero-module__MWtpLW__blog-hero-sections-nav:after {
    content: "";
    background: linear-gradient(to right, transparent, var(--Background-Light-Base-Second, #f9fafb));
    pointer-events: none;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .BlogHero-module__MWtpLW__blog-hero-container2 {
    align-self: flex-start;
  }

  .BlogHero-module__MWtpLW__blog-hero-text2, .BlogHero-module__MWtpLW__blog-hero-text3 {
    text-align: left;
    align-self: flex-start;
  }
}

/* [project]/src/components/Comments/Comments.module.css [client] (css) */
.Comments-module__zVHXgG__container {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 40px 20px 80px;
  display: flex;
}

.Comments-module__zVHXgG__innerContainer {
  align-items: flex-start;
  gap: var(--Main-System-32px, 32px);
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.Comments-module__zVHXgG__containerFormSection {
  align-self: stretch;
  align-items: flex-start;
  gap: var(--Main-System-24px, 24px);
  margin-bottom: var(--Main-System-40px, 40px);
  padding: var(--Main-System-24px, 24px);
  background: var(--Background-Light-Base-Second, #f9f9f9);
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}

.Comments-module__zVHXgG__containerText {
  gap: var(--Main-System-4px, 4px);
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.Comments-module__zVHXgG__subTitle {
  color: var(--text-icons-light-base-secondary, #6b7280);
  letter-spacing: -.14px;
  align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__title {
  color: var(--text-icons-light-base-main, #374151);
  letter-spacing: -.24px;
  align-self: stretch;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.Comments-module__zVHXgG__containerForm {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.Comments-module__zVHXgG__containerNameInput {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.Comments-module__zVHXgG__fieldName {
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__input {
  background: #f5f5f5;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 56px;
  padding: 16px;
  display: flex;
}

.Comments-module__zVHXgG__dataInput {
  color: var(--text-icons-light-base-main, #101423);
  background-color: #f5f5f5;
  border: none;
  outline: none;
  flex: 1;
  align-self: stretch;
  margin-right: auto;
  font-size: 16px;
}

.Comments-module__zVHXgG__dataInput::placeholder {
  color: var(--text-icons-light-secondary, #6b7280);
}

.Comments-module__zVHXgG__dataInput:disabled {
  color: var(--text-icons-light-secondary, #6b7280);
  cursor: not-allowed;
}

.Comments-module__zVHXgG__image {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.Comments-module__zVHXgG__containerEmailInput, .Comments-module__zVHXgG__containerCommentInput {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.Comments-module__zVHXgG__commentInput {
  border: 2px solid var(--Colors-Border-border-primary, #e5e7eb);
  resize: vertical;
  min-height: 140px;
  color: var(--text-icons-light-base-main, #101423);
  text-align: left;
  direction: ltr;
  unicode-bidi: normal;
  background: #fff;
  border-radius: 8px;
  outline: none;
  align-self: stretch;
  align-items: flex-start;
  padding: 20px;
  font-family: inherit;
  font-size: 16px;
  line-height: 150%;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
}

.Comments-module__zVHXgG__commentInput:focus {
  border-color: var(--primary-color, #3863ff);
  box-shadow: 0 0 0 3px #3863ff1a;
}

.Comments-module__zVHXgG__commentInput::placeholder {
  color: var(--text-icons-light-secondary, #6b7280);
}

.Comments-module__zVHXgG__commentInput:disabled {
  color: var(--text-icons-light-secondary, #6b7280);
  cursor: not-allowed;
  border-color: var(--Colors-Border-border-primary, #e5e7eb);
  background: #f5f5f5;
}

.Comments-module__zVHXgG__containerButton {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.Comments-module__zVHXgG__privacyText {
  color: var(--text-icons-light-secondary, #6b7280);
  letter-spacing: -.42px;
  align-self: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__commentsListSection {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 32px;
  max-width: 100%;
  display: flex;
}

.Comments-module__zVHXgG__commentsHeader {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.Comments-module__zVHXgG__commentsTitle {
  color: var(--text-icons-light-base-main, #374151);
  letter-spacing: -.2px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.Comments-module__zVHXgG__commentsContainer {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.Comments-module__zVHXgG__commentItem {
  background: #f9f9f9;
  border-radius: 8px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  display: flex;
}

.Comments-module__zVHXgG__commentHeader {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  gap: 16px;
  min-height: 24px;
  display: flex;
}

.Comments-module__zVHXgG__commentAuthor {
  color: var(--Background-Dark-Base-Main, #181818);
  letter-spacing: -.48px;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.Comments-module__zVHXgG__commentDate {
  color: var(--text-icons-light-secondary, #6b7280);
  letter-spacing: -.42px;
  text-align: right;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__commentText {
  color: var(--text-icons-light-base-main, #101423);
  letter-spacing: -.48px;
  align-self: stretch;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__pendingComment {
  color: var(--text-icons-light-secondary, #6b7280);
  letter-spacing: -.42px;
  background: #f3f4f6;
  border-left: 3px solid #f59e0b;
  border-radius: 4px;
  margin-top: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__blockedComment {
  color: var(--text-icons-light-secondary, #6b7280);
  letter-spacing: -.42px;
  background: #fef2f2;
  border-left: 3px solid #ef4444;
  border-radius: 4px;
  margin-top: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__noComments {
  background: #f9f9f9;
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 40px;
  display: flex;
}

.Comments-module__zVHXgG__noComments p {
  color: var(--text-icons-light-secondary, #6b7280);
  letter-spacing: -.48px;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__loadingComments {
  background: #f9f9f9;
  border-radius: 8px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 40px;
  display: flex;
}

.Comments-module__zVHXgG__loadingComments p {
  color: var(--text-icons-light-secondary, #6b7280);
  letter-spacing: -.48px;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1200px) {
  .Comments-module__zVHXgG__container {
    padding: 30px 40px 60px;
  }

  .Comments-module__zVHXgG__containerFormSection {
    margin-bottom: var(--Main-System-32px, 32px);
  }
}

.Comments-module__zVHXgG__prefillNotice {
  color: #9ca3af;
  letter-spacing: -.11px;
  opacity: .75;
  margin-top: 2px;
  padding-left: 2px;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
}

.Comments-module__zVHXgG__dataInput[readonly] {
  background-color: var(--Background-Light-Base-Third, #f0f0f0);
  color: var(--text-icons-light-base-secondary, #68727d);
  cursor: not-allowed;
}

.Comments-module__zVHXgG__containerForm {
  transition: all .3s ease-in-out;
}

.Comments-module__zVHXgG__containerNameInput, .Comments-module__zVHXgG__containerEmailInput {
  animation: .3s ease-out Comments-module__zVHXgG__slideIn;
}

@keyframes Comments-module__zVHXgG__slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Comments-module__zVHXgG__replyItem {
  border-left: 2px solid var(--Colors-Border-border-primary, #e5e7eb);
  margin-left: 32px;
  padding-left: 16px;
}

.Comments-module__zVHXgG__commentActions {
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.Comments-module__zVHXgG__replyButton {
  color: var(--text-icons-light-base-secondary, #6b7280);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}

.Comments-module__zVHXgG__replyButton:hover {
  color: var(--primary-color, #3863ff);
}

.Comments-module__zVHXgG__replyForm {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
  display: flex;
}

.Comments-module__zVHXgG__replyInput {
  box-sizing: border-box;
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  resize: vertical;
  text-align: left;
  direction: ltr;
  unicode-bidi: normal;
  border-radius: 6px;
  width: 100%;
  padding: 12px;
  font-family: inherit;
  font-size: 14px;
  line-height: 150%;
}

.Comments-module__zVHXgG__replyInput:focus {
  border-color: var(--primary-color, #3863ff);
  outline: none;
}

.Comments-module__zVHXgG__replyActions {
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.Comments-module__zVHXgG__cancelReplyButton, .Comments-module__zVHXgG__submitReplyButton {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 36px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.Comments-module__zVHXgG__cancelReplyButton {
  background: var(--Background-Light-Base-Second, #f9f9f9);
  color: var(--text-icons-light-base-secondary, #6b7280);
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
}

.Comments-module__zVHXgG__cancelReplyButton:hover {
  background: var(--Background-Light-Base-Third, #e5e7eb);
  transform: translateY(-1px);
}

.Comments-module__zVHXgG__submitReplyButton {
  background: var(--secondary-color);
  color: var(--text-icons-light-on-color, #fff);
  letter-spacing: -.14px;
  text-transform: none;
  border-radius: 0;
  font-weight: 500;
}

.Comments-module__zVHXgG__submitReplyButton:hover:not(:disabled) {
  background: var(--secondary-color);
  opacity: .9;
  transform: none;
}

.Comments-module__zVHXgG__submitReplyButton:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.Comments-module__zVHXgG__repliesContainer {
  margin-top: 16px;
}

.Comments-module__zVHXgG__successMessage {
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 8px;
  margin-top: 20px;
  padding: 16px 20px;
  animation: .3s ease-out Comments-module__zVHXgG__slideIn;
}

.Comments-module__zVHXgG__successMessage p {
  color: #166534;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 768px) {
  .Comments-module__zVHXgG__container {
    padding: 20px 16px 40px;
  }

  .Comments-module__zVHXgG__title {
    letter-spacing: -.2px;
    font-size: 20px;
  }

  .Comments-module__zVHXgG__subTitle {
    letter-spacing: -.12px;
    font-size: 12px;
  }

  .Comments-module__zVHXgG__containerFormSection {
    margin-bottom: var(--Main-System-24px, 24px);
    padding: var(--Main-System-16px, 16px);
  }

  .Comments-module__zVHXgG__commentsTitle {
    letter-spacing: -.18px;
    font-size: 18px;
  }

  .Comments-module__zVHXgG__replyItem {
    margin-left: 16px;
    padding-left: 12px;
  }

  .Comments-module__zVHXgG__replyActions {
    flex-direction: column;
    align-items: stretch;
  }

  .Comments-module__zVHXgG__cancelReplyButton, .Comments-module__zVHXgG__submitReplyButton {
    justify-content: center;
    width: 100%;
  }
}

.Comments-module__zVHXgG__simplemdeContainer {
  width: 100%;
}

.Comments-module__zVHXgG__simplemdeContainer .Comments-module__zVHXgG__CodeMirror {
  color: var(--text-icons-light-base-primary, #111827);
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
}

.Comments-module__zVHXgG__simplemdeContainer .Comments-module__zVHXgG__CodeMirror-focused {
  border-color: var(--Colors-Border-border-primary, #e5e7eb);
  box-shadow: none;
}

.Comments-module__zVHXgG__simplemdeContainer .Comments-module__zVHXgG__editor-toolbar {
  background: var(--Background-Light-Base-Second, #f9f9f9);
  border-bottom: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.Comments-module__zVHXgG__simplemdeContainer .Comments-module__zVHXgG__editor-toolbar button {
  color: var(--text-icons-light-base-primary, #111827);
}

.Comments-module__zVHXgG__simplemdeContainer .Comments-module__zVHXgG__editor-toolbar button:hover, .Comments-module__zVHXgG__simplemdeContainer .Comments-module__zVHXgG__editor-toolbar button.Comments-module__zVHXgG__active {
  background: var(--Background-Light-Base-Second, #f9f9f9);
  color: var(--text-icons-light-base-primary, #111827);
}

.Comments-module__zVHXgG__markdownContent {
  color: var(--text-icons-light-base-primary, #111827);
  line-height: 1.6;
}

.Comments-module__zVHXgG__markdownContent p {
  margin: .5em 0;
}

.Comments-module__zVHXgG__markdownContent strong {
  color: var(--text-icons-light-base-primary, #111827);
  font-weight: 600;
}

.Comments-module__zVHXgG__markdownContent em {
  font-style: italic;
}

.Comments-module__zVHXgG__markdownContent code {
  background-color: var(--Background-Light-Base-Second, #f9f9f9);
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  border-radius: 3px;
  padding: .2em .4em;
  font-family: Monaco, Menlo, Ubuntu Mono, monospace;
  font-size: .9em;
}

.Comments-module__zVHXgG__markdownContent pre {
  background-color: var(--Background-Light-Base-Second, #f9f9f9);
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  border-radius: 5px;
  margin: .5em 0;
  padding: 1em;
  font-family: Monaco, Menlo, Ubuntu Mono, monospace;
  font-size: .9em;
  overflow: auto;
}

.Comments-module__zVHXgG__markdownContent blockquote {
  border-left: 4px solid var(--Colors-Border-border-primary, #e5e7eb);
  color: var(--text-icons-light-base-secondary, #6b7280);
  margin: .5em 0;
  padding-left: 1em;
  font-style: italic;
}

.Comments-module__zVHXgG__markdownContent ul, .Comments-module__zVHXgG__markdownContent ol {
  margin: .5em 0;
  padding-left: 1.5em;
}

.Comments-module__zVHXgG__markdownContent li {
  margin: .2em 0;
}

.Comments-module__zVHXgG__markdownContent a {
  color: var(--Colors-Primary-primary-600, #2563eb);
  text-decoration: underline;
}

.Comments-module__zVHXgG__markdownContent a:hover {
  color: var(--Colors-Primary-primary-700, #1d4ed8);
}

.Comments-module__zVHXgG__markdownPreviewContainer {
  margin-top: 12px;
}

.Comments-module__zVHXgG__previewToggle {
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  display: flex;
}

.Comments-module__zVHXgG__previewButton {
  background: var(--Colors-Primary-primary-600, #2563eb);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
  transition: background-color .2s;
}

.Comments-module__zVHXgG__previewButton:hover {
  background: var(--Colors-Primary-primary-700, #1d4ed8);
}

.Comments-module__zVHXgG__markdownHint {
  color: var(--text-icons-light-base-secondary, #6b7280);
  font-size: 11px;
  font-style: italic;
}

.Comments-module__zVHXgG__previewContent {
  margin-top: 8px;
}

.Comments-module__zVHXgG__previewLabel {
  color: var(--text-icons-light-base-secondary, #6b7280);
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
}

.Comments-module__zVHXgG__previewBox {
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  background: #fff;
  border-radius: 4px;
  min-height: 40px;
  padding: 12px;
}

.Comments-module__zVHXgG__markdownHelpContainer {
  margin-top: 8px;
}

.Comments-module__zVHXgG__helpButton {
  color: var(--text-icons-light-base-secondary, #6b7280);
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  cursor: pointer;
  background: none;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 11px;
  transition: all .2s;
}

.Comments-module__zVHXgG__helpButton:hover {
  background: var(--Background-Light-Base-Second, #f9f9f9);
  color: var(--text-icons-light-base-primary, #111827);
}

.Comments-module__zVHXgG__helpContent {
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  background: #fff;
  border-radius: 6px;
  margin-top: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px #0000001a;
}

.Comments-module__zVHXgG__helpTitle {
  color: var(--text-icons-light-base-primary, #111827);
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.Comments-module__zVHXgG__helpGrid {
  grid-template-columns: 1fr;
  gap: 8px;
  display: grid;
}

.Comments-module__zVHXgG__helpItem {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.Comments-module__zVHXgG__helpItem strong {
  color: var(--text-icons-light-base-primary, #111827);
  font-size: 12px;
}

.Comments-module__zVHXgG__helpItem code {
  background: var(--Background-Light-Base-Second, #f9f9f9);
  border: 1px solid var(--Colors-Border-border-primary, #e5e7eb);
  white-space: pre-line;
  border-radius: 3px;
  padding: 2px 6px;
  font-family: Monaco, Menlo, Ubuntu Mono, monospace;
  font-size: 11px;
}

.Comments-module__zVHXgG__helpNote {
  background: var(--Background-Light-Base-Second, #f9f9f9);
  color: var(--text-icons-light-base-secondary, #6b7280);
  border-radius: 4px;
  margin-top: 12px;
  padding: 8px;
  font-size: 11px;
}

@media (max-width: 768px) {
  .Comments-module__zVHXgG__previewToggle {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .Comments-module__zVHXgG__helpContent {
    padding: 12px;
  }

  .Comments-module__zVHXgG__helpGrid {
    gap: 6px;
  }
}

/*# sourceMappingURL=src_f3e4bcab._.css.map*/