/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/jalaali-react-date-picker/lib/styles/index.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/* start of global styles */

:root {
  --primary: #18c5ff;
  --text-primary: #ffffff;
  --primary-fade: #e1f7ff;
  --text: #000000;
  --background: #ffffff;
  --background-disabled: #dedede;
  --background-hovered: #f2f2f2;
  --border-fade: #e0e0e0e7;
  --border: #cacaca;
  --text-negative: #f83959;
  --day-label-background: #4b4949;
  --highlight: #18c5ff;
  --weekend: #f83959;
}

@font-face {
  font-family: IRANSansRegular;
  src: url(/_next/static/media/IRANSansFaNum.a1b3a3a1.ttf) format("woff");
}

@font-face {
  font-family: IRANSansBold;
  src: url(/_next/static/media/IRANSansFaNum_Bold.d3bb12fd.ttf) format("woff");
}

@font-face {
  font-family: IRANSansLight;
  src: url(/_next/static/media/IRANSansFaNum_Light.0d588b43.ttf) format("woff");
}

@font-face {
  font-family: IRANSansMedium;
  src: url(/_next/static/media/IRANSansFaNum_Medium.b3d046ef.ttf) format("woff");
}

@font-face {
  font-family: IcomoonWOFF;
  src: url(/_next/static/media/icomoon.cffec3e1.woff) format("woff");
}

@font-face {
  font-family: IcomoonTTF;
  src: url(/_next/static/media/icomoon.9ef16091.ttf) format("truetype");
}

@font-face {
  font-family: IcomoonSVG;
  src: url(/_next/static/media/icomoon.e63c1f70.svg) format("svg");
}

@font-face {
  font-family: IcomoonEOT;
  src: url(/_next/static/media/icomoon.241f9755.eot) format("eot");
}

.icon {
  font-weight: normal;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  color: var(--text);
  opacity: 0.8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-icon {
  font-weight: normal;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  color: var(--text);
  opacity: 0.8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icon:hover {
  opacity: 1;
}

.panel-icon:hover {
  opacity: 1;
}

.panel-icon-hovered:hover {
  background-color: var(--background-hovered);
}

.icon-forward::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e900";
}

.icon-calendar::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e901";
}

.icon-calendar-today::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e902";
}

.icon-chevron-left::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e903";
}

.icon-chevron-right::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e904";
}

.icon-highlight_off::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e909";
}

.icon-keyboard_double_arrow_left::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e906";
}

.icon-keyboard_double_arrow_right::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e907";
}

.icon-arrow_back::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e908";
}

.icon-arrow_drop_down::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e90b";
}

.icon-error::before {
  font-family: IcomoonWOFF, IcomoonTTF, IcomoonEOT, IcomoonSVG !important;
  content: "\e90a";
  color: var(--text-negative);
}

.clickable {
  cursor: pointer;
}

/* end of global styles */

/* start of panel styles */

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 352px;
  max-height: 352px;
  background-color: var(--background);
  border-radius: 2px;
  overflow: hidden;
  flex-direction: column;
}

.panel-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.range-day-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.range-day-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.range-day-panel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.panel-elevation {
  box-shadow: 0px 0px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.panel-jalaali {
  font-family: IRANSansRegular;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 352px;
  max-height: 352px;
  background-color: var(--background);
  border-radius: 2px;
  overflow: hidden;
  flex-direction: column;
  direction: rtl;
}

.panel-gregorian {
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
    segoe ui emoji, segoe ui symbol, noto color emoji;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 352px;
  max-height: 352px;
  background-color: var(--background);
  border-radius: 2px;
  overflow: hidden;
  flex-direction: column;
  direction: ltr;
}

.panel-range-jalaali {
  font-family: IRANSansRegular;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 312px;
  max-height: 312px;
  width: 600px;
  background-color: var(--background);
  border-radius: 2px;
  overflow: hidden;
  direction: rtl;
}

.panel-header-date {
  color: var(--text);
  font-size: 16px;
  opacity: 0.5;
  -webkit-user-select: none;
          user-select: none;
}

.panel-header-date-selected {
  opacity: 1;
}

.panel-range-gregorian {
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
    segoe ui emoji, segoe ui symbol, noto color emoji;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 312px;
  width: 600px;
  max-height: 312px;
  border-radius: 2px;
  overflow: hidden;
  direction: ltr;
  background-color: var(--background);
}

.auto-panel {
  width: 600px;
}

.desktop-panel {
  width: 600px;
}

.mobile-panel {
  width: 300px;
  height: 360px;
  max-height: 360px;
}

.panel-header {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-fade);
  background-color: var(--background);
}

.panel-header-rtl {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-fade);
  background-color: var(--background);
  direction: rtl;
  padding-inline: 12px;
}

.panel-header-ltr {
  flex: 1;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-fade);
  background-color: var(--background);
  direction: ltr;
  padding-inline: 12px;
}

.panel-outer-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.panel-header-wrapper {
  width: 100%;
  min-height: 40px;
}

.mobile-panel-header-wrapper {
  width: 100%;
  min-height: 88px;
}

.panel-footer-wrapper {
  width: 100%;
  min-height: 40px;
}

.panel-empty-holder {
  width: 36px;
  pointer-events: none;
  visibility: hidden;
}

.panel-header-inner {
  max-height: 100%;
  max-width: 300px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.panel-header-inner-rtl {
  flex: 1;
  margin-inline: 12px;
  max-height: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  direction: rtl;
}

.panel-header-inner-ltr {
  flex: 1;
  margin-inline: 12px;
  max-height: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  direction: ltr;
}

.mobile-extra-date-header {
  width: 100%;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.panel-date-holder {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.panel-date-holder-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-inline: 2px;
  padding-inline: 2px;
  font-size: 14px;
  height: 100%;
}

.panel-date-holder-item-rtl {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  direction: rtl;
}

.panel-date-holder-item-ltr {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  direction: ltr;
  height: fit-content;
}

.days-body {
  display: grid;
  height: 100%;
  margin-block: 4px;
  max-width: 300px;
  grid-template-columns: repeat(7, minmax(38px, 38px));
  grid-template-rows: auto;
  overflow: hidden;
  background-color: var(--background);
}

.panel-footer {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid var(--border-fade);
  background-color: var(--background);
}

.panel-footer-rtl {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid var(--border-fade);
  background-color: var(--background);
  direction: rtl;
}

.panel-footer-ltr {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid var(--border-fade);
  background-color: var(--background);
  direction: ltr;
}

.day-label-bar {
  width: 100%;
  max-width: 284px;
  min-height: 28px;
  margin-top: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.day-label-bar-inner {
  margin-inline: 8px;
  width: 100%;
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--day-label-background);
  border-radius: 2px;
  padding-inline: 6px;
}

.day-label-bar-inner-rtl {
  margin-inline: 8px;
  width: 100%;
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--day-label-background);
  border-radius: 2px;
  padding-inline: 6px;
  direction: rtl;
}

.day-label-bar-inner-ltr {
  margin-inline: 8px;
  width: 100%;
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--day-label-background);
  border-radius: 2px;
  padding-inline: 6px;
  direction: ltr;
}

.day-label-item {
  width: 30px;
  min-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--text-primary);
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
}

.today-text {
  transition: color 100ms ease;
  color: var(--text);
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
}

.today-text:hover {
  color: var(--primary);
}

.day-item-after::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 8px;
  top: 0;
  right: 0;
  background-color: var(--primary);
}

.day-item-before::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 8px;
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.day-item-both::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 8px;
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.day-item-both::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 8px;
  top: 0;
  right: 0;
  background-color: var(--primary);
}

.day-item-outer {
  position: relative;
  min-width: 38px;
  min-height: 38px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.day-item-chain {
  position: relative;
  min-width: 38px;
  height: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.highlight-day {
  background-color: var(--primary-fade);
  color: var(--text);
}

.start-tail-highlight::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-fade);
  border: none;
  outline: none;
}

.end-tail-highlight::before {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-fade);
  border: none;
  outline: none;
}

.loading-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid var(--background-disabled);
  border-radius: 50%;
  border-top-color: var(--text);
  animation: spin 700ms linear infinite;
  -webkit-animation: spin 700ms linear infinite;
}

/* end of panel styles */

/* start of day styles */

.day {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  color: var(--text);
}

.disabled {
  opacity: 0.4;
  cursor: default !important;
  background-color: var(--background-disabled);
}

.hovered:not(.disabled):hover {
  background-color: var(--background-hovered);
}

.not-current {
  opacity: 0.4;
}

.off-day {
  color: var(--highlight);
}

.weekend-day {
  color: var(--weekend);
}

.highlight {
  background-color: var(--primary);
  color: var(--text-primary);
}

.today {
  border: 1px dotted var(--primary);
  border-radius: 2px;
}

/* end of day styles */

/* start of header styles */

.center {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.stretch {
  width: 64px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.range-panel-header-item-text {
  color: var(--text);
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
}

.panel-header-item-text {
  color: var(--text);
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
}

.panel-header-item-text:hover {
  color: var(--primary);
}

.panel-header-year-picker {
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-header-year-picker span {
  font-size: 14px;
  margin-inline: 4px;
  color: var(--text);
  -webkit-user-select: none;
          user-select: none;
}

.panel-header-year-picker span:hover {
  color: var(--primary);
}

/* end of header styles */

/* start of month styles */

.months-body {
  display: grid;
  height: 100%;
  max-width: 300px;
  place-items: center;
  grid-template-columns: repeat(3, minmax(100px, 100px));
  grid-template-rows: auto;
}

.months-body-rtl {
  display: grid;
  height: 100%;
  max-width: 300px;
  place-items: center;
  grid-template-columns: repeat(3, minmax(100px, 100px));
  grid-template-rows: auto;
  direction: rtl;
}

.months-body-ltr {
  display: grid;
  height: 100%;
  max-width: 300px;
  place-items: center;
  grid-template-columns: repeat(3, minmax(100px, 100px));
  grid-template-rows: auto;
  direction: ltr;
}

.month-item {
  padding-block: 4px;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 100ms ease;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
}

.month-item-hovered:hover {
  background-color: var(--background-hovered);
}

.month-item-selected {
  background-color: var(--primary);
  color: var(--text-primary);
}

.month-item-name {
  font-size: 14px;
}

/* end of month styles */

/* start of year styles */

.years-body {
  display: grid;
  height: 100%;
  max-width: 300px;
  place-items: center;
  grid-template-columns: repeat(3, minmax(100px, 100px));
  grid-template-rows: auto;
}

.years-body-rtl {
  display: grid;
  height: 100%;
  max-width: 300px;
  place-items: center;
  grid-template-columns: repeat(3, minmax(100px, 100px));
  grid-template-rows: auto;
  direction: rtl;
}

.years-body-ltr {
  display: grid;
  height: 100%;
  max-width: 300px;
  place-items: center;
  grid-template-columns: repeat(3, minmax(100px, 100px));
  grid-template-rows: auto;
  direction: ltr;
}

.year-item {
  padding-block: 4px;
  border-radius: 2px;
  min-width: 54px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
}

.year-item-hovered:hover {
  background-color: var(--background-hovered);
}

.year-item-selected {
  background-color: var(--primary);
  color: var(--text-primary);
}

.year-item-name {
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
}

.year-item-prev {
  opacity: 0.4;
}

/* end of year styles */

/* start of popup styles */

@keyframes open {
  from {
    opacity: 0;
    transform: scale(0.95, 0.95);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes close {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }
  to {
    transform: scale(0.95, 0.95);
    opacity: 0;
  }
}

.popup-wrapper-overlay {
  height: fit-content;
}

.input-wrapper {
  width: 100%;
  display: flex;
}

.popup-panel-overlay {
  overflow: hidden;
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 99999;
}

.popover-panel-open {
  animation-name: open;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 200ms;
  transition: transform, opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.popover-panel-close {
  animation-name: close;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 170ms;
  transition: transform, opacity 170ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.popover-panel-date {
  max-height: 352px;
  max-width: 300px;
}

.popover-panel-range {
  max-height: 312px;
  max-width: 600px;
}

.mobile-popover-panel-range {
  max-height: 360px;
  max-width: 600px;
}

.open-vert-top-right {
  transform-origin: bottom left;
}

.open-vert-bottom-right {
  transform-origin: top left;
}

.open-vert-top-left {
  transform-origin: bottom right;
}

.open-vert-bottom-left {
  transform-origin: top right;
}

.open-horz-left {
  transform-origin: top right;
}

.open-horz-right {
  transform-origin: top left;
}

/* end of popup styles */

/* start of input styles */

.picker-input-wrapper {
  margin: 0;
  height: 36px;
  line-height: 1;
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  border: 1px solid var(--border);
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: var(--background);
}

.custom-input-wrapper {
  display: inline-block;
}

.range-input-wrapper {
  margin: 0;
  height: 36px;
  line-height: 1;
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  border: 1px solid var(--border);
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: relative;
  background-color: var(--background);
}

.picker-input-wrapper:not(.picker-input-error):not(
    .picker-input-disabled
  ):hover {
  border-color: var(--primary);
}

.range-input-wrapper:not(.picker-input-error):not(
    .picker-input-disabled
  ):hover {
  border-color: var(--primary);
}

.picker-input-error {
  border: 1px solid var(--text-negative);
}

.picker-input-fa {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-inline: 8px;
  font-family: IRANSansRegular;
  color: var(--text);
  direction: rtl;
  background-color: var(--background);
}

.picker-input-en {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-inline: 8px;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
    segoe ui emoji, segoe ui symbol, noto color emoji;
  color: var(--text);
  direction: ltr;
  background-color: var(--background);
}

.range-input-fa {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 36px;
  padding-inline: 8px;
  font-family: IRANSansRegular;
  color: var(--text);
  direction: rtl;
  background-color: var(--background);
}

.range-input-en {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 36px;
  padding-inline: 8px;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
    segoe ui emoji, segoe ui symbol, noto color emoji;
  color: var(--text);
  direction: ltr;
  background-color: var(--background);
}

.picker-input-disabled {
  background-color: var(--background-disabled);
  border-color: var(--background-disabled);
}

.calendar-icon {
  min-width: 36px;
  height: 100%;
  margin-inline-start: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.clear-icon {
  width: 20px;
  height: 20px;
  padding-inline: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rtl {
  direction: rtl;
}

.separator-icon {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-wrapper {
  padding-inline: 8px;
  display: block;
}

.day-span-text {
  color: inherit;
  line-height: 30px;
  font-size: 16px;
  -webkit-user-select: none;
          user-select: none;
}

.iconItem {
  display: inline-block;
  overflow: hidden;
}

.fallback {
  width: 100%;
  height: 100%;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
*, ::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.18 | 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: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-0 {
  bottom: 0px !important;
}
.\!bottom-16 {
  bottom: 4rem !important;
}
.\!left-0 {
  left: 0px !important;
}
.\!right-0 {
  right: 0px !important;
}
.\!right-10 {
  right: 2.5rem !important;
}
.\!right-auto {
  right: auto !important;
}
.\!top-0 {
  top: 0px !important;
}
.-top-5 {
  top: -1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[6rem\] {
  top: 6rem;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[99999\] {
  z-index: 99999;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.\!my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mt-auto {
  margin-top: auto !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-2 {
  height: 0.5rem !important;
}
.\!h-\[100px\] {
  height: 100px !important;
}
.\!h-\[50px\] {
  height: 50px !important;
}
.\!h-\[9\.875rem\] {
  height: 9.875rem !important;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[65vh\] {
  height: 65vh;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[94\%\] {
  height: 94%;
}
.h-\[95\%\] {
  height: 95%;
}
.h-\[95vh\] {
  height: 95vh;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-60 {
  min-height: 15rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-11\/12 {
  width: 91.666667% !important;
}
.\!w-2 {
  width: 0.5rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.\!w-56 {
  width: 14rem !important;
}
.\!w-\[2\.313\] {
  width: 2.313 !important;
}
.\!w-full {
  width: 100% !important;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-14 {
  width: 3.5rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-28 {
  width: 7rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9 {
  width: 2.25rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[415px\] {
  width: 415px;
}
.w-\[500px\] {
  width: 500px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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-\[100\%\] {
  --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));
}
.translate-y-full {
  --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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.scale-95 {
  --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));
}
.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-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.columns-1 {
  -moz-columns: 1;
       columns: 1;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[2px\] {
  gap: 2px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.\!rounded-\[5px\] {
  border-radius: 5px !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t-\[5px\] {
  border-top-width: 5px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-alert-red {
  --tw-border-opacity: 1;
  border-color: rgb(225 0 0 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-primary-1 {
  --tw-border-opacity: 1;
  border-color: rgb(21 112 239 / var(--tw-border-opacity, 1));
}
.border-primary-4 {
  --tw-border-opacity: 1;
  border-color: rgb(197 209 226 / var(--tw-border-opacity, 1));
}
.border-primary-5 {
  --tw-border-opacity: 1;
  border-color: rgb(0 24 57 / var(--tw-border-opacity, 1));
}
.border-secondary-1 {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
}
.border-secondary-2 {
  --tw-border-opacity: 1;
  border-color: rgb(0 5 12 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-primary-4 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(197 209 226 / var(--tw-border-opacity, 1));
}
.border-l-primary-4 {
  --tw-border-opacity: 1;
  border-left-color: rgb(197 209 226 / var(--tw-border-opacity, 1));
}
.border-t-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0d0d0d63\] {
  background-color: #0d0d0d63;
}
.bg-\[\#2222227a\] {
  background-color: #2222227a;
}
.bg-\[\#28A745\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8d8c8c6b\] {
  background-color: #8d8c8c6b;
}
.bg-\[\#ffffffbf\] {
  background-color: #ffffffbf;
}
.bg-alert-red {
  --tw-bg-opacity: 1;
  background-color: rgb(225 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-primary-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 112 239 / var(--tw-bg-opacity, 1));
}
.bg-primary-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 235 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 245 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 209 226 / var(--tw-bg-opacity, 1));
}
.bg-primary-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 57 / var(--tw-bg-opacity, 1));
}
.bg-primary-hover {
  background-color: rgba(21, 112, 239, 0.75);
}
.bg-secondary-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 5 12 / var(--tw-bg-opacity, 1));
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(92 184 92 / 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-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.\!p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[2px\] {
  padding: 2px;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.\!pb-5 {
  padding-bottom: 1.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.\!font-yekan-bold {
  font-family: yekan-bold !important;
}
.font-yekan-bold {
  font-family: yekan-bold;
}
.font-yekan-extra-bold {
  font-family: yekan-extra-bold;
}
.font-yekan-semi-bold {
  font-family: yekan-semi-bold;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[0\.813rem\] {
  font-size: 0.813rem;
}
.text-\[0\.938rem\] {
  font-size: 0.938rem;
}
.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-normal {
  font-weight: 400 !important;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.\!leading-6 {
  line-height: 1.5rem !important;
}
.\!leading-7 {
  line-height: 1.75rem !important;
}
.\!leading-8 {
  line-height: 2rem !important;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.\!text-\[\#1F9A00\] {
  --tw-text-opacity: 1 !important;
  color: rgb(31 154 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-alert-red {
  --tw-text-opacity: 1 !important;
  color: rgb(225 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 112 239 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primary-5 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 24 57 / var(--tw-text-opacity, 1)) !important;
}
.\!text-secondary-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1)) !important;
}
.\!text-secondary-2 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 5 12 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#28A745\] {
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
}
.text-\[\#29CC00\] {
  --tw-text-opacity: 1;
  color: rgb(41 204 0 / var(--tw-text-opacity, 1));
}
.text-\[\#4A4A4A\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.text-alert-red {
  --tw-text-opacity: 1;
  color: rgb(225 0 0 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(21 112 239 / var(--tw-text-opacity, 1));
}
.text-primary-4 {
  --tw-text-opacity: 1;
  color: rgb(197 209 226 / var(--tw-text-opacity, 1));
}
.text-primary-5 {
  --tw-text-opacity: 1;
  color: rgb(0 24 57 / var(--tw-text-opacity, 1));
}
.text-secondary-1 {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}
.text-secondary-2 {
  --tw-text-opacity: 1;
  color: rgb(0 5 12 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-55 {
  opacity: 0.55;
}
.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-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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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-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-all {
  transition-property: all;
  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-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

@font-face {
  font-family: yekan-bold;
  src: url(/_next/static/media/YekanBakhFaNum-Bold.67c3eda4.ttf);
}

@font-face {
  font-family: yekan-extra-bold;
  src: url(/_next/static/media/YekanBakhFaNum-ExtraBold.fab90624.ttf);
}

@font-face {
  font-family: yekan-semi-bold;
  src: url(/_next/static/media/YekanBakhFaNum-SemiBold.3aa081e4.ttf);
}

body {
  font-family: yekan-semi-bold;
}

html {
  font-size: 16px;
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 14px !important;
  }
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 1rem ;
  padding-left: 1rem;
}

.single-thumb .range-slider__thumb[data-lower] {
  width: 0 !important;
}

.single-thumb .range-slider__range {
  border-radius: 6px;
}

.range-slider .range-slider__thumb {
  background-color: #1570EF !important;
  width: 10px !important;
  height: 10px !important;
}

.range-slider {
  height: 4px !important;
  background-color: #DCEBFF !important;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

input[type="range"]::-moz-range-thumb {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #1c64f2;
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
}

input[type="range"]::-moz-range-progress {
  background: #3f83f8;
}

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

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

.placeholder\:text-secondary-1::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.placeholder\:text-secondary-1::placeholder {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-bottom-1::before {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.before\:-bottom-4::before {
  content: var(--tw-content);
  bottom: -1rem;
}

.before\:-right-4::before {
  content: var(--tw-content);
  right: -1rem;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:my-auto::before {
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-10::before {
  content: var(--tw-content);
  height: 2.5rem;
}

.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}

.before\:h-\[3px\]::before {
  content: var(--tw-content);
  height: 3px;
}

.before\:w-1::before {
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:rounded-t-\[2px\]::before {
  content: var(--tw-content);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.before\:bg-primary-1::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 112 239 / var(--tw-bg-opacity, 1));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:-z-20::after {
  content: var(--tw-content);
  z-index: -20;
}

.after\:my-auto::after {
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-primary-4::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(197 209 226 / var(--tw-bg-opacity, 1));
}

.after\:\!text-lg::after {
  content: var(--tw-content);
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.after\:\!font-bold::after {
  content: var(--tw-content);
  font-weight: 700 !important;
}

.after\:\!text-black::after {
  content: var(--tw-content);
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.hover\:border-secondary-1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-primary-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 112 239 / var(--tw-bg-opacity, 1));
}

.focus\:border-secondary-1:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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-primary-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(21 112 239 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(21 112 239 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px) {

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

  .sm\:\!w-52 {
    width: 13rem !important;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-l-primary-4 {
    --tw-border-opacity: 1;
    border-left-color: rgb(197 209 226 / var(--tw-border-opacity, 1));
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

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

  .md\:\!w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:\!w-24 {
    width: 6rem !important;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

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

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

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

  .md\:min-w-36 {
    min-width: 9rem;
  }

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

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

@media (min-width: 1024px) {

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }

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

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

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

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

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

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

  .lg\:text-start {
    text-align: start;
  }
}

@media (min-width: 1280px) {

  .xl\:w-1\/4 {
    width: 25%;
  }

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

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

  .xl\:gap-4 {
    gap: 1rem;
  }
}

@media (prefers-color-scheme: dark) {

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

.\[\&\>\*\:nth-child\(2n\)\]\:\!h-\[570px\]>*:nth-child(2n) {
  height: 570px !important;
}

.\[\&\>\*\:nth-child\(3n\)\]\:\!h-\[250px\]>*:nth-child(3n) {
  height: 250px !important;
}

.\[\&\>\*\:nth-child\(4n\)\]\:\!h-\[250px\]>*:nth-child(4n) {
  height: 250px !important;
}

.\[\&\>\*\:nth-child\(n\)\]\:h-\[350px\]>*:nth-child(n) {
  height: 350px;
}

.\[\&\>input\]\:bg-transparent>input {
  background-color: transparent;
}

