@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Segoe UI";

  src: url("/assets/fonts/SegoeUIVariableStatic-2580000-a8000.woff2") format("woff2"), url("/assets/fonts/SegoeUIVariableStatic-2580000-a8000.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";

  src: url("/assets/fonts/SegoeUIVariableStatic-1900000-a8000.woff2") format("woff2"), url("/assets/fonts/SegoeUIVariableStatic-1900000-a8000.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";

  src: url("/assets/fonts/SegoeUIVariableStatic-2bc0000-a8000.woff2") format("woff2"), url("/assets/fonts/SegoeUIVariableStatic-2bc0000-a8000.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Segoe UI";

  src: url("/assets/fonts/SegoeUIVariableStatic-12c0000-a8000.woff2") format("woff2"), url("/assets/fonts/SegoeUIVariableStatic-12c0000-a8000.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

*,
html,
body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-size: 1em;
  overflow-x: hidden;
  font-family: "Hanken Grotesk", sans-serif;
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

/*
0-640px: Phone
640 - 768px: Tablet portrait
768 - 1024px: Tablet landscape
1024 - px: Small desktop styles
$breakpoint arguments choices:
-sm
-md
-lg
-xl
1em = 16px
*/

main{
  position: relative;
  flex: 1 1 0%;
  flex-direction: column;
}

.nav-container{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: flex;
  max-width: 90rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.0625rem;
  padding-bottom: 2.0625rem;
}

@media (min-width: 1024px){
  .nav-container{
    margin-bottom: 2rem;
    flex-direction: row;
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
}

.nav-container nav{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-container .nav__link{
  display: inline-flex;
  height: 2.875rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 27 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-container .nav__link:hover{
  background-color: rgb(30 27 27 / 0.9);
}

@media (min-width: 768px){
  .nav-container .nav__link{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.nav-container .nav__link:last-of-type{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 27 27 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(30 27 27 / var(--tw-text-opacity, 1));
}

article{
  flex-direction: column;
}

.home__title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 50rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -1%;
  --tw-text-opacity: 1;
  color: rgb(98 101 254 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .home__title{
    font-size: 2.875rem;
    line-height: 2.875rem;
  }
}

.home__subtitle{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 44rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity, 1));
}

.home__overlay-image{
  position: absolute;
  inset: 0px;
  top: 25.6875rem;
  left: 0px;
  display: none;
  width: 100%;
  max-width: 330px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1280px){
  .home__overlay-image{
    display: block;
  }
}

.video__container{
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 28.25%;
}

@media (min-width: 768px){
  .video__container{
    max-width: 44.875rem;
  }
}

@media (min-width: 1536px){
  .video__container{
    max-width: 100%;
  }
}

.video__container iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.video__container,
.video__container iframe{
  min-height: 11.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 419px){
  .video__container,
.video__container iframe{
    min-height: 18.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.form-widgets{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
  max-width: 90vw;
  flex-direction: column;
  row-gap: 4.25rem;
}

@media (min-width: 768px){
  .form-widgets{
    margin-top: 4.25rem;
    max-width: 100%;
  }
}

.privacy-policy{
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy .container{
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.privacy-policy__title{
  margin-bottom: 2rem;
  padding: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .privacy-policy__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px){
  .privacy-policy__title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.privacy-policy__meta{
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .privacy-policy__meta{
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px){
  .privacy-policy__meta{
    padding-bottom: 1.5rem;
  }
}

.privacy-policy__meta p{
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy__meta p strong{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy__intro{
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .privacy-policy__intro{
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px){
  .privacy-policy__intro{
    padding-bottom: 1.5rem;
  }
}

.privacy-policy__intro p{
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy__section{
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .privacy-policy__section{
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px){
  .privacy-policy__section{
    padding-bottom: 1.5rem;
  }
}

.privacy-policy__section h2{
  margin-bottom: 1.5rem;
  padding: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .privacy-policy__section h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .privacy-policy__section h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.privacy-policy__section h3{
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .privacy-policy__section h3{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .privacy-policy__section h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.privacy-policy__section p{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy__section p strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy__section p a{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.privacy-policy__section p a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy__section ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

@media (min-width: 640px){
  .privacy-policy__section ul{
    padding-left: 1rem;
  }
}

@media (min-width: 768px){
  .privacy-policy__section ul{
    padding-left: 1.25rem;
  }
}

.privacy-policy__section ul li{
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy__section ul li strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.privacy-policy .contact-info{
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .privacy-policy .contact-info{
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px){
  .privacy-policy .contact-info{
    padding-bottom: 1.5rem;
  }
}

.privacy-policy .contact-info p{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.privacy-policy .contact-info p:last-child{
  margin-top: 1rem;
  padding-top: 1rem;
}

.privacy-policy .contact-info p a{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.privacy-policy .contact-info p a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media print {
  .privacy-policy{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0px;
  }

  .privacy-policy .container{
    margin: 0px;
    max-width: none;
    padding: 0px;
  }

  .privacy-policy__title{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .privacy-policy__meta, .privacy-policy__intro, .privacy-policy__section{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .privacy-policy__section h2{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .privacy-policy .contact-info{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

@font-face {
  font-family: "risey-Segoe UI";

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/Segoe UI.woff") format("woff");
}

@font-face {
  font-family: "risey-Segoe UI";

  font-style: italic;

  font-weight: 400;

  src: url("../fonts/Segoe UI Italic.woff") format("woff");
}

@font-face {
  font-family: "risey-Segoe UI";

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/Segoe UI Bold.woff") format("woff");
}

@font-face {
  font-family: "risey-Segoe UI";

  font-style: italic;

  font-weight: 700;

  src: url("../fonts/Segoe UI Bold Italic.woff") format("woff");
}

.risey-modal {
  --risey-color-primary: #000000;
  --risey-color-accent: #c6ff39;
  --risey-color-white: #ffffff;
  --risey-modal-width: 42.375em;
  --risey-modal-height: 13em;
  --risey-border-radius: 0.625em;
  --risey-gap: 1.25em;
  --risey-font-primary: 'Abhaya Libre', serif;
  --risey-font-secondary: 'risey-Segoe UI', sans-serif;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1000;
  padding-left: 2.625em;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  background-color: transparent;
}

.risey-modal--2 {
  --risey-modal-width: 29.625em;
  --risey-modal-height: fit-content;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.risey-modal--2 .risey-modal__container {
  margin-bottom: 0;
}

.risey-modal--2 .risey-modal__title {
  text-align: center;
  font-size: 3em;
  font-weight: 800;
  line-height: 87%;
}

.risey-modal--2 .risey-modal__title * {
  background-color: transparent;
}

.risey-modal--2 .risey-modal__subtitle {
  font-family: var(--risey-font-secondary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #959595;
  margin: 0;
}

.risey-modal--2 .risey-modal__title__container,
.risey-modal--2 .risey-modal__subtitle__container,
.risey-modal--3 .risey-modal__title__container,
.risey-modal--3 .risey-modal__subtitle__container {
  padding: 0px 1.9375em;
}

.risey-modal--2 .risey-modal__cta {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1em;
}

.risey-modal--2 .risey-modal__content {
  flex-direction: column;
  padding-top: 4.25em;
  padding-bottom: 3em;
  padding-left: 2.125em;
  padding-right: 2.0625em;
}

.risey-modal--2 .risey-modal__info {
  align-items: center;
  row-gap: 1.375em;
}

.risey-modal--2 .risey-audio-player {
  width: 100%;
  height: 5.1875em;
  padding-left: 1.62625em;
  padding-right: 2.09em;
}

.risey-modal--2 .risey-audio-player__button,
.risey-modal--2 .risey-audio-player__button svg {
  width: 2.5em;
  height: 2.5em;
}

.risey-modal--2 .risey-audio-player__volume,
.risey-modal--2 .risey-audio-player__volume svg {
  width: 2.09em;
  height: 2.1875em;
}

.risey-modal--2 .risey-modal__powered-by {
  bottom: -2.5em;
  right: -0.5em;
}

.risey-modal--3 {
  --risey-modal-height: 33.5625em;
  --risey-modal-width: 46.875em;
  --risey-gap: 1.875em;
  justify-content: center;
  align-items: center;
}

.risey-modal--3 .risey-modal__content {
  padding-right: 1.4375em;
}

.risey-modal--3 .risey-modal__container {
  margin-bottom: 0;
}

.risey-modal--3 .risey-modal__title {
  width: 90%;
  font-size: 3.125em;
  line-height: 90%;
}

.risey-modal--3 .risey-modal__subtitle {
  margin: 0;
  padding-top: 0.0625em;
  font-family: var(--risey-font-primary);
  color: #515151;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 100%;
  width: 100%;
}

.risey-modal--3 .risey-modal__image {
  width: 21.1875em;
}

.risey-modal--3 .risey-audio-player {
  width: 21.875em;
  height: 5.1875em;
  padding-left: 1.63em;
  box-sizing: border-box;
}

.risey-modal--3 .risey-audio-player__button,
.risey-modal--3 .risey-audio-player__button svg {
  width: 2.5em;
  height: 2.5em;
}

.risey-modal--3 .risey-audio-player__volume,
.risey-modal--3 .risey-audio-player__volume svg {
  width: 2.0875em;
  height: 2.1875em;
}

.risey-modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}

.risey-modal__container {
  background-color: var(--risey-color-white);
  border-radius: var(--risey-border-radius);
  width: var(--risey-modal-width);
  height: var(--risey-modal-height);
  position: relative;
  animation: risey-modalSlideIn 0.3s ease-out forwards;
  overflow: hidden;
  margin-bottom: 2em;
}

.risey-modal[aria-hidden=true] .risey-modal__container {
  animation: risey-modalSlideOut 0.3s ease-out forwards;
}

.risey-modal__close {
  display: none;
  position: absolute;
  right: 0.5625em;
  top: 0.4375em;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.risey-modal__content {
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 0.4375em 0.5em;
  -moz-column-gap: var(--risey-gap);
       column-gap: var(--risey-gap);
  height: 100%;
  box-sizing: border-box;
  background-color: #f7f8fc;
}

.risey-modal__image {
  position: relative;
  height: 100%;
  width: 14.9375em;
  flex-shrink: 0;
}

.risey-modal__promo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--risey-border-radius);
}

.risey-modal__info {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: var(--risey-gap);
  height: 100%;
  align-self: stretch;
  background-color: #f7f8fc;
}

.risey-modal__powered-by {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.875em;
  color: #959595;
  font-family: var(--risey-font-secondary);
}

.risey-modal__title {
  font-family: var(--risey-font-primary);
  font-size: 2.25em;
  line-height: 87%;
  color: var(--risey-color-primary);
  font-weight: 800;
  margin: 0;
}

.risey-modal__subtitle__container {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5625em;
       column-gap: 0.5625em;
}

.risey-modal__subtitle__container * {
  background-color: transparent;
}

.risey-modal__subtitle__img {
  width: 2.125em;
  height: 2.125em;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.risey-audio-player {
  background-color: var(--risey-color-primary);
  border: 1px solid #cacbd2;
  border-radius: 3.375em;
  padding: 0.375em 1.025625em 0.3125em 1.10125em;
  display: flex;
  align-items: center;
  width: 15.375em;
  box-sizing: border-box;
}

.risey-audio-player svg {
  background-color: transparent;
}

.risey-audio-player[data-loading=true] .risey-audio-player__loading-icon {
  display: inline-block;
}

.risey-audio-player[data-loading=false] .risey-audio-player__loading-icon {
  display: none;
}

.risey-audio-player[data-loading=true] .risey-audio-player__play-icon,
.risey-audio-player[data-loading=true] .risey-audio-player__pause-icon {
  display: none;
}

.risey-audio-player__button {
  background: none;
  border: none;
  cursor: pointer;
  width: 1.6875em;
  height: 1.6875em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.risey-audio-player__button:disabled,
.risey-audio-player__volume:disabled {
  opacity: 0.5;
}

.risey-audio-player[data-loading=true] .risey-audio-player__button {
  cursor: default;
}

.risey-audio-player__play-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 1.6875rem;
  height: 1.6875rem;
}

.risey-audio-player__pause-icon {
  display: none;
  flex-shrink: 0;
  width: 1.6875rem;
  height: 1.6875rem;
}

.risey-audio-player__loading-icon {
  width: 1.6875rem;
  height: 1.6875rem;
}

.risey-audio-player__button--playing .risey-audio-player__play-icon {
  display: none;
}

.risey-audio-player__button--playing .risey-audio-player__pause-icon {
  display: inline-block;
}

.risey-audio-player__loading-icon {
  flex-shrink: 0;
  animation: risey-spin 1.5s linear infinite;
}

.risey-audio-player__waveform {
  flex-grow: 1;
  height: 40px;
  position: relative;
  padding-left: 0.646875em;
  padding-right: 1.1875em;
  background-color: transparent;
}

.risey-audio-player__waveform > div {
  display: block;
}

.risey-audio-player__waveform * {
  background-color: transparent;
}

.risey-audio-player[data-loading=true] .risey-audio-player__waveform::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83%;
  height: 0.09375em;
  background-color: #ffffff;
  transform: translate(-53%, -50%);
  opacity: 0.5;
}

.risey-audio-player__volume {
  background: none;
  border: none;
  cursor: pointer;
  width: 1.411875em;
  height: 1.3175em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.risey-audio-player__volume svg {
  flex-shrink: 0;
}

.risey-audio-player__volume--off {
  display: none;
}

.risey-audio-player__volume--muted .risey-audio-player__volume--off {
  display: inline-block;
}

.risey-audio-player__volume--muted .risey-audio-player__volume--on {
  display: none;
}

.risey-modal__cta {
  display: inline-block;
  padding: 0.6875em 1.25em 0.75em 1.0625em;
  background-color: var(--risey-color-accent);
  border: none;
  border-radius: 0.3125em;
  transition: transform 0.2s ease;
  position: absolute;
  bottom: 1.8125em;
  right: 1.25em;
  left: 1.1875em;
  z-index: 10;
  font-family: var(--risey-font-secondary);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  height: 3.125em;
  cursor: pointer;
}

.risey-modal__cta:hover {
  transform: scale(1.05);
}

.risey-modal--preview .risey-audio-player__button {
  cursor: not-allowed;
}

.risey-modal--preview .risey-audio-player__volume {
  cursor: not-allowed;
}

@keyframes risey-modalSlideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

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

@keyframes risey-modalSlideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes risey-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.product-confirmation__container{
  position: relative;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}

.product-confirmation__background-illustration{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: calc(100% + 8rem);
  background-color: transparent;
}

@media not all and (min-width: 640px){
  .product-confirmation__background-illustration{
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

@keyframes blogFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

.blog-fade-up {
  opacity: 0;
  animation: blogFadeUp 0.6s ease-out forwards;
}

#blog-post-grid {
  grid-template-columns: 1fr;
  max-width: 964px;
  margin-inline: auto;
}

@media (min-width: 640px) {
  #blog-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #blog-post-grid {
    grid-template-columns: repeat(auto-fit, 300px);
  }
}

.blog-post-card{
  display: flex;
  flex-direction: column;
  backface-visibility: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-article-body {
  width: 100%;
  margin-inline: auto;
  line-height: 1.8;
  color: #333333;
}

.blog-article-body p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
}

.blog-article-body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e1b1b;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .blog-article-body h2 {
    font-size: 1.875rem;
  }
}

.blog-article-body h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e1b1b;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.blog-article-body ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.blog-article-body ul li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.blog-article-body ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.blog-article-body ol li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.blog-article-body strong {
  font-weight: 700;
  color: #1e1b1b;
}

.blog-article-body em {
  font-style: italic;
}

.blog-article-body a {
  color: #6265fe;
  text-decoration: underline;
}

.blog-article-body a:hover {
  opacity: 0.8;
}

.blog-article-body blockquote {
  border-left: 3px solid #6265fe;
  padding-left: 1.25rem;
  margin: 1.5rem 0;
  color: #555;
  font-style: italic;
}

.featured-on-page {
  background-color: #f9f9f9;
}

.featured-on-section {
  padding-top: 7rem;
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  .featured-on-section {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }
}

.featured-on-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.featured-on-title {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1e1e1e;
}

@media (min-width: 1024px) {
  .featured-on-title {
    font-size: 3rem;
  }
}

.featured-on-description {
  max-width: 42rem;
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1e1e1e;
}

.featured-on-grid {
  display: flex;
}

.featured-on-card {
  display: flex;
  height: 5.25rem;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.75rem;
}

.featured-on-badge {
  width: 13.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #e8e8e8;
  border-radius: 0.5rem;
}

.featured-on-badge--codetrendy,
.featured-on-badge--sellwithboost {
  max-height: 3.375rem;
}

.featured-on-badge--postyourstartup {
  max-height: 3.4375rem;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #BDBDBD;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #BDBDBD;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

a:focus-visible {
  box-shadow: 0 -2px #ffeb3b, 0 4px "#000000";
  outline: 4px solid transparent;
  text-decoration: none;
  color: "#000000";
  background-color: #ffeb3b;
}

a.no-focus:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
  color: initial;
  background-color: initial;
}

a.no-focus:focus-visible {
  box-shadow: 0 -2px #ffeb3b, 0 4px "#000000";
  outline: 4px solid transparent;
  text-decoration: none;
  color: "#000000";
  background-color: #ffeb3b;
}

p:focus {
  box-shadow: 0 -2px #ffeb3b, 0 4px "#000000";
  outline: 4px solid transparent;
  text-decoration: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 27 27 / var(--tw-text-opacity, 1));
}

input:focus-visible {
  border: 2px solid "#000000";
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b;
  /* 1 */
  outline-offset: 0;
}

input[type=radio]:focus-visible {
  border: 4px solid "#000000";
  box-shadow: 0 0 0 4px #ffeb3b;
}

input[type=checkbox]:focus-visible {
  border: 4px solid "#000000";
  box-shadow: 0 0 0 4px #ffeb3b;
}

button:focus-visible {
  background-color: #ffeb3b;
  border: 0;
  box-shadow: 0 4px 0 0 "#000000";
  color: "#000000";
  outline: 4px solid transparent;
  /* 1 */
  outline-offset: 4px;
}

button:focus-visible svg {
  fill: "#000000";
}

.s14-tab-content [role=tabpanel][aria-hidden=true]{
  display: none;
}

.no-scroll{
  height: 100vh;
  overflow-y: hidden;
}

.nav-item .active{
  --tw-text-opacity: 1;
  color: rgb(98 101 254 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.nav-toggle .close{
  display: none;
}

.nav-toggle[aria-expanded=true] .close{
  display: block;
}

.nav-toggle[aria-expanded=true] .open{
  display: none;
}

.skip-to-main-link{
  position: absolute;
  left: 50%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding: 0.5rem;
}

.skip-to-main-link:focus{
  top: 4rem;
  left: 25%;
  z-index: 2;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

@media (min-width: 320px){
  .\!container{
    max-width: 320px !important;
  }

  .container{
    max-width: 320px;
  }
}

@media (min-width: 419px){
  .\!container{
    max-width: 419px !important;
  }

  .container{
    max-width: 419px;
  }
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

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

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}

.page-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .page-wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.blog-wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-bottom-\[25px\]{
  bottom: -25px;
}

.-left-2{
  left: -0.5rem;
}

.-left-20{
  left: -5rem;
}

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

.-top-3\.5{
  top: -0.875rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-auto{
  bottom: auto;
}

.left-0{
  left: 0px;
}

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

.left-2{
  left: 0.5rem;
}

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

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

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-0\.5{
  top: 0.125rem;
}

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

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-40{
  top: 10rem;
}

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

.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;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-first{
  order: -9999;
}

.-m-\[1px\]{
  margin: -1px;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.-mb-20{
  margin-bottom: -5rem;
}

.-mb-px{
  margin-bottom: -1px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-44{
  margin-top: 11rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5{
  width: 0.875rem;
  height: 0.875rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-7{
  width: 1.75rem;
  height: 1.75rem;
}

.size-\[33px\]{
  width: 33px;
  height: 33px;
}

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

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-36{
  height: 9rem;
}

.h-44{
  height: 11rem;
}

.h-5{
  height: 1.25rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

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

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

.h-\[170vh\]{
  height: 170vh;
}

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

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

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

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

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

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

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

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

.h-\[52vh\]{
  height: 52vh;
}

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

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

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

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

.max-h-96{
  max-height: 24rem;
}

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

.w-0{
  width: 0px;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.min-w-0{
  min-width: 0px;
}

.max-w-0{
  max-width: 0px;
}

.max-w-0\.5{
  max-width: 0.125rem;
}

.max-w-1{
  max-width: 0.25rem;
}

.max-w-1\.5{
  max-width: 0.375rem;
}

.max-w-10{
  max-width: 2.5rem;
}

.max-w-11{
  max-width: 2.75rem;
}

.max-w-12{
  max-width: 3rem;
}

.max-w-14{
  max-width: 3.5rem;
}

.max-w-16{
  max-width: 4rem;
}

.max-w-2{
  max-width: 0.5rem;
}

.max-w-2\.5{
  max-width: 0.625rem;
}

.max-w-20{
  max-width: 5rem;
}

.max-w-24{
  max-width: 6rem;
}

.max-w-28{
  max-width: 7rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3{
  max-width: 0.75rem;
}

.max-w-3\.5{
  max-width: 0.875rem;
}

.max-w-32{
  max-width: 8rem;
}

.max-w-36{
  max-width: 9rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4{
  max-width: 1rem;
}

.max-w-40{
  max-width: 10rem;
}

.max-w-44{
  max-width: 11rem;
}

.max-w-48{
  max-width: 12rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5{
  max-width: 1.25rem;
}

.max-w-52{
  max-width: 13rem;
}

.max-w-56{
  max-width: 14rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6{
  max-width: 1.5rem;
}

.max-w-60{
  max-width: 15rem;
}

.max-w-64{
  max-width: 16rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7{
  max-width: 1.75rem;
}

.max-w-72{
  max-width: 18rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-8{
  max-width: 2rem;
}

.max-w-80{
  max-width: 20rem;
}

.max-w-9{
  max-width: 2.25rem;
}

.max-w-96{
  max-width: 24rem;
}

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

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

.max-w-\[72\.313rem\]{
  max-width: 72.313rem;
}

.max-w-blog{
  max-width: 1280px;
}

.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.max-w-lg{
  max-width: 32rem;
}

.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-min{
  max-width: -moz-min-content;
  max-width: min-content;
}

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

.max-w-page{
  max-width: 1440px;
}

.max-w-prose{
  max-width: 65ch;
}

.max-w-px{
  max-width: 1px;
}

.max-w-screen-2xl{
  max-width: 1536px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.max-w-screen-xs{
  max-width: 419px;
}

.max-w-screen-xxs{
  max-width: 320px;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

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

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

.grow{
  flex-grow: 1;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-disc{
  list-style-type: disc;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-12{
  gap: 3rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[11px\]{
  gap: 11px;
}

.gap-\[2\.8rem\]{
  gap: 2.8rem;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[6px\]{
  gap: 6px;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

.whitespace-nowrap{
  white-space: nowrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

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

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-\[0\.5px\]{
  border-width: 0.5px;
}

.border-\[1\.5px\]{
  border-width: 1.5px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t{
  border-top-width: 1px;
}

.border-none{
  border-style: none;
}

.border-\[\#1E1E1E\]{
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / var(--tw-border-opacity, 1));
}

.border-\[\#6265FE\]{
  --tw-border-opacity: 1;
  border-color: rgb(98 101 254 / var(--tw-border-opacity, 1));
}

.border-\[\#8E8E93\]{
  --tw-border-opacity: 1;
  border-color: rgb(142 142 147 / var(--tw-border-opacity, 1));
}

.border-\[\#AFE2CF\]{
  --tw-border-opacity: 1;
  border-color: rgb(175 226 207 / var(--tw-border-opacity, 1));
}

.border-\[\#C5C5C5\]{
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity, 1));
}

.border-\[\#D6D6D6\]{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
}

.border-\[\#E0E0E0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

.border-\[\#E2E2E4\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 228 / var(--tw-border-opacity, 1));
}

.border-\[\#E4E4E4\]{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.border-\[\#E5E7EB\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-\[\#F9F9F9\]{
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(130 130 130 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.bg-\[\#007AFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#008CFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#060606\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 6 6 / var(--tw-bg-opacity, 1));
}

.bg-\[\#112145\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 33 69 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1E1B1B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 27 / var(--tw-bg-opacity, 1));
}

.bg-\[\#333333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6265FE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(98 101 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#979797\]{
  --tw-bg-opacity: 1;
  background-color: rgb(151 151 151 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BDF2DE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(189 242 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C5C2BF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 194 191 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C5C5C5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C6FF39\]{
  --tw-bg-opacity: 1;
  background-color: rgb(198 255 57 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CF8D2C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(207 141 44 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D4F4DD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 244 221 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DCF7ED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 247 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DDDDE9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E36868\]{
  --tw-bg-opacity: 1;
  background-color: rgb(227 104 104 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E5E7EB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E6E6E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9F1FC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 241 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EDEDFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEECE8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 236 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0EFEB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 239 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F0F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F4F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4F2F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9FAFB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCD072\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 208 114 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCF0EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 240 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FDEEED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 246 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-current{
  background-color: currentColor;
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(98 101 254 / var(--tw-bg-opacity, 1));
}

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

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-\[url\(\'\.\/assets\/chat-bg\.png\'\)\]{
  background-image: url('./assets/chat-bg.png');
}

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

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

.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-white{
  fill: #fff;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[10px\]{
  padding: 10px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[27px\]{
  padding-left: 27px;
  padding-right: 27px;
}

.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-2\.5{
  padding-bottom: 0.625rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-36{
  padding-bottom: 9rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[10rem\]{
  padding-bottom: 10rem;
}

.pb-\[23px\]{
  padding-bottom: 23px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pr-1\.5{
  padding-right: 0.375rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-28{
  padding-top: 7rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[3px\]{
  padding-top: 3px;
}

.pt-\[7\.625rem\]{
  padding-top: 7.625rem;
}

.pt-\[9px\]{
  padding-top: 9px;
}

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

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

.font-body{
  font-family: Hanken Grotesk, sans-serif;
}

.font-heading{
  font-family: Hanken Grotesk, sans-serif;
}

.\!text-\[7px\]{
  font-size: 7px !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.8125rem\]{
  font-size: 0.8125rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[6px\]{
  font-size: 6px;
}

.text-\[7px\]{
  font-size: 7px;
}

.text-\[9px\]{
  font-size: 9px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[1\.15\]{
  line-height: 1.15;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[100\%\]{
  line-height: 100%;
}

.leading-\[120\%\]{
  line-height: 120%;
}

.leading-\[21px\]{
  line-height: 21px;
}

.leading-\[87\%\]{
  line-height: 87%;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[-1\%\]{
  letter-spacing: -1%;
}

.tracking-\[0\%\]{
  letter-spacing: 0%;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.text-\[\#0F9D58\]{
  --tw-text-opacity: 1;
  color: rgb(15 157 88 / var(--tw-text-opacity, 1));
}

.text-\[\#101828\]{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}

.text-\[\#1E1B1B\]{
  --tw-text-opacity: 1;
  color: rgb(30 27 27 / var(--tw-text-opacity, 1));
}

.text-\[\#1E1E1E\]{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}

.text-\[\#1f2937\]{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-\[\#25D366\]{
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity, 1));
}

.text-\[\#2E2E2E\]{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}

.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#374546\]{
  --tw-text-opacity: 1;
  color: rgb(55 69 70 / var(--tw-text-opacity, 1));
}

.text-\[\#3C3C43\]{
  --tw-text-opacity: 1;
  color: rgb(60 60 67 / var(--tw-text-opacity, 1));
}

.text-\[\#434343\]{
  --tw-text-opacity: 1;
  color: rgb(67 67 67 / var(--tw-text-opacity, 1));
}

.text-\[\#6265FE\]{
  --tw-text-opacity: 1;
  color: rgb(98 101 254 / var(--tw-text-opacity, 1));
}

.text-\[\#858383\]{
  --tw-text-opacity: 1;
  color: rgb(133 131 131 / var(--tw-text-opacity, 1));
}

.text-\[\#858585\]{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}

.text-\[\#888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.text-\[\#959595\]{
  --tw-text-opacity: 1;
  color: rgb(149 149 149 / var(--tw-text-opacity, 1));
}

.text-\[\#D1D5DC\]{
  --tw-text-opacity: 1;
  color: rgb(209 213 220 / var(--tw-text-opacity, 1));
}

.text-\[\#EFEFEF\]{
  --tw-text-opacity: 1;
  color: rgb(239 239 239 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.underline{
  text-decoration-line: underline;
}

.decoration-transparent{
  text-decoration-color: transparent;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-90{
  opacity: 0.9;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_1px_2px_-1px_\#0000001A\2c 0px_1px_3px_0px_\#0000001A\]{
  --tw-shadow: 0px 1px 2px -1px #0000001A,0px 1px 3px 0px #0000001A;
  --tw-shadow-colored: 0px 1px 2px -1px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_4px_0px_0px_\#1E1B1B\]{
  --tw-shadow: 0px 4px 0px 0px #1E1B1B;
  --tw-shadow-colored: 0px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[3px_9px_11\.1px_0px_\#0000000A\]{
  --tw-shadow: 3px 9px 11.1px 0px #0000000A;
  --tw-shadow-colored: 3px 9px 11.1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-black\/10{
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/15{
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/\[0\.03\]{
  --tw-shadow-color: rgb(0 0 0 / 0.03);
  --tw-shadow: var(--tw-shadow-colored);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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-\[2px\]{
  --tw-backdrop-blur: blur(2px);
  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(4px);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\2c box-shadow\]{
  transition-property: background-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[grid-template-rows\]{
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\2c opacity\]{
  transition-property: max-height,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[opacity\2c transform\]{
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[opacity\]{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[padding-bottom\]{
  transition-property: padding-bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-\[250ms\]{
  transition-duration: 250ms;
}

.duration-\[350ms\]{
  transition-duration: 350ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform{
  will-change: transform;
}

.\[grid-area\:1\/1\]{
  grid-area: 1/1;
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#6265FE\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(98 101 254 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#1E1B1B\]\/90:hover{
  background-color: rgb(30 27 27 / 0.9);
}

.hover\:bg-\[\#333\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#4f52c8\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 82 200 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover{
  background-color: rgb(98 101 254 / 0.9);
}

.hover\:bg-white\/90:hover{
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}

.hover\:text-\[\#1E1E1E\]:hover{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#6265FE\]:hover{
  --tw-text-opacity: 1;
  color: rgb(98 101 254 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/80:hover{
  color: rgb(255 255 255 / 0.8);
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-85:hover{
  opacity: 0.85;
}

.hover\:shadow-\[0px_4px_0px_0px_\#1E1B1B\]:hover{
  --tw-shadow: 0px 4px 0px 0px #1E1B1B;
  --tw-shadow-colored: 0px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:scale-110:focus{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(98 101 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000;
}

.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-\[\#6265FE\]{
  --tw-text-opacity: 1;
  color: rgb(98 101 254 / var(--tw-text-opacity, 1));
}

.data-\[state\=active\]\:bg-\[\#6265FE\][data-state="active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(98 101 254 / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:text-white[data-state="active"]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.data-\[state\=active\]\:shadow-\[0px_4px_0px_0px_\#1E1B1B\][data-state="active"]{
  --tw-shadow: 0px 4px 0px 0px #1E1B1B;
  --tw-shadow-colored: 0px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1024px){
  .max-lg\:pl-6{
    padding-left: 1.5rem;
  }
}

@media not all and (min-width: 768px){
  .max-md\:scale-\[0\.5\]{
    --tw-scale-x: 0.5;
    --tw-scale-y: 0.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 640px){
  .sm\:block{
    display: block;
  }

  .sm\:h-72{
    height: 18rem;
  }

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

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

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

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:-left-44{
    left: -11rem;
  }

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

  .md\:-left-\[80\%\]{
    left: -80%;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:top-2{
    top: 0.5rem;
  }

  .md\:top-24{
    top: 6rem;
  }

  .md\:top-32{
    top: 8rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-\[140vh\]{
    height: 140vh;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-96{
    width: 24rem;
  }

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

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

  .md\:w-auto{
    width: auto;
  }

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

  .md\:flex-1{
    flex: 1 1 0%;
  }

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

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

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

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

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

  .md\:gap-1\.5{
    gap: 0.375rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pt-28{
    padding-top: 7rem;
  }

  .md\:pt-\[19\.5rem\]{
    padding-top: 19.5rem;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[2\.75rem\]{
    font-size: 2.75rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:leading-\[1\.5\]{
    line-height: 1.5;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }

  .lg\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .lg\:-bottom-28{
    bottom: -7rem;
  }

  .lg\:-bottom-3{
    bottom: -0.75rem;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-\[160vh\]{
    height: 160vh;
  }

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

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

  .lg\:h-full{
    height: 100%;
  }

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

  .lg\:w-24{
    width: 6rem;
  }

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

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

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

  .lg\:w-\[42rem\]{
    width: 42rem;
  }

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

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

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

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

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

  .lg\:max-w-page{
    max-width: 1440px;
  }

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

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

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

  .lg\:grid-cols-\[2fr_3fr\]{
    grid-template-columns: 2fr 3fr;
  }

  .lg\:grid-cols-\[3fr_2fr\]{
    grid-template-columns: 3fr 2fr;
  }

  .lg\:grid-cols-\[5fr_4fr\]{
    grid-template-columns: 5fr 4fr;
  }

  .lg\:grid-cols-\[6fr_4fr\]{
    grid-template-columns: 6fr 4fr;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:self-stretch{
    align-self: stretch;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:rounded-2xl{
    border-radius: 1rem;
  }

  .lg\:bg-\[\#F4F2F1\]{
    --tw-bg-opacity: 1;
    background-color: rgb(244 242 241 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-\[\#F9F9F9\]{
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-\[\#FFF6F6\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 246 246 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[5\.625rem\]{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-\[4\.5rem\]{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pl-\[250px\]{
    padding-left: 250px;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pt-36{
    padding-top: 9rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pt-\[26rem\]{
    padding-top: 26rem;
  }

  .lg\:pt-\[4\.563rem\]{
    padding-top: 4.563rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

  .lg\:text-\[2\.75rem\]{
    font-size: 2.75rem;
  }

  .lg\:text-\[2rem\]{
    font-size: 2rem;
  }

  .lg\:text-\[32px\]{
    font-size: 32px;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[1\.4\]{
    line-height: 1.4;
  }
}

@media (min-width: 1280px){
  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:-mr-\[4\.5rem\]{
    margin-right: -4.5rem;
  }

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

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-40{
    gap: 10rem;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px){
  .\32xl\:-bottom-0{
    bottom: -0px;
  }

  .\32xl\:mr-8{
    margin-right: 2rem;
  }

  .\32xl\:py-52{
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
