/*@tailwind base;*/

.tn-absolute {
  position: absolute;
}

.tn-relative {
  position: relative;
}

.tn-left-0 {
  left: 0px;
}

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

.tn-right-0 {
  right: 0px;
}

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

.tn-right-\[0\] {
  right: 0;
}

.tn-right-\[15px\] {
  right: 15px;
}

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

.tn-top-\[15px\] {
  top: 15px;
}

.tn-top-\[30px\] {
  top: 30px;
}

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

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

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

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

.tn-mb-\[0px\] {
  margin-bottom: 0px;
}

.tn-mt-0 {
  margin-top: 0px;
}

.tn-mt-\[0\] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tn-flex {
  display: flex;
}

.tn-grid {
  display: grid;
}

.tn-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

.tn-h-auto {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes tn-float {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.tn-animate-float {
  animation: tn-float 2s ease-in-out infinite;
}

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

.tn-grid-flow-col {
  grid-auto-flow: column;
}

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

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

.tn-grid-rows-\[repeat\(9\,minmax\(0\,1fr\)\)\] {
  grid-template-rows: repeat(9,minmax(0,1fr));
}

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

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

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

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

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

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

.tn-gap-\[12px\] {
  gap: 12px;
}

.tn-gap-\[16px\] {
  gap: 16px;
}

.tn-gap-\[20px\] {
  gap: 20px;
}

.tn-gap-\[26px\] {
  gap: 26px;
}

.tn-gap-\[28px\] {
  gap: 28px;
}

.tn-gap-\[32px\] {
  gap: 32px;
}

.tn-gap-\[40px\] {
  gap: 40px;
}

.tn-gap-\[4px\] {
  gap: 4px;
}

.tn-gap-\[8px\] {
  gap: 8px;
}

.tn-gap-\[120px\] {
  gap: 120px;
}

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

.tn-justify-self-center {
  justify-self: center;
}

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

.tn-text-balance {
  text-wrap: balance;
}

.tn-text-pretty {
  text-wrap: pretty;
}

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

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

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

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

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

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

.tn-rounded-t-\[40px\] {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

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

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

.tn-border-\[2px\] {
  border-width: 2px;
}

.tn-border-\[\#6D60F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(109 96 246 / var(--tw-border-opacity, 1));
}

.tn-border-\[\#FC6B6B\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 107 107 / var(--tw-border-opacity, 1));
}

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

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

.\!tn-bg-\[\#282828\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1)) !important;
}

.tn-bg-\[\#6D60F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 96 246 / var(--tw-bg-opacity, 1));
}

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

.tn-bg-\[\#FC6B6B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 107 107 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.tn-from-\[\#F0EFFE\] {
  --tw-gradient-from: #F0EFFE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 239 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tn-from-\[\#FFFAEF\] {
  --tw-gradient-from: #FFFAEF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 250 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tn-to-\[\#ffffff\] {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}

.tn-p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tn-pl-\[20px\] {
  padding-left: 20px;
}

.tn-pr-\[40px\] {
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tn-font-\[300\] {
  font-weight: 300;
}

.tn-font-\[400\] {
  font-weight: 400;
}

.tn-font-\[500\] {
  font-weight: 500;
}

.tn-font-\[600\] {
  font-weight: 600;
}

.tn-font-\[700\] {
  font-weight: 700;
}

.tn-font-\[800\] {
  font-weight: 800;
}

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

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

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

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

.tn-text-\[\#6D60F6\] {
  --tw-text-opacity: 1;
  color: rgb(109 96 246 / var(--tw-text-opacity, 1));
}

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

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

.tn-text-\[\#FC6B6B\] {
  --tw-text-opacity: 1;
  color: rgb(252 107 107 / var(--tw-text-opacity, 1));
}

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

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

.tn-opacity-\[\.85\] {
  opacity: .85;
}

*, ::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(0 0 0 / 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(0 0 0 / 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:  ;
}

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

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

.navigator-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1050;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  padding-bottom: 10px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0,0,0);
  /* Fallback color */
  background-color: rgba(0,0,0,0.4);
  /* Black w/ opacity */
}

.navigator-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
}

.testter-text-pretty{
  text-wrap: pretty;
}

.hover\:tn-bg-\[\#6D60F6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 96 246 / var(--tw-bg-opacity, 1));
}

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

.hover\:tn-bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:tn-text-\[\#282828\]:hover {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.hover\:tn-text-\[\#FC6B6B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(252 107 107 / var(--tw-text-opacity, 1));
}

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

.hover\:tn-text-\[\#6D60F6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(109 96 246 / var(--tw-text-opacity, 1));
}

.hover\:tn-no-underline:hover {
  text-decoration-line: none;
}

.focus\:tn-text-\[\#282828\]:focus {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.focus\:tn-text-\[\#FC6B6B\]:focus {
  --tw-text-opacity: 1;
  color: rgb(252 107 107 / var(--tw-text-opacity, 1));
}

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

.focus\:tn-text-\[\#6D60F6\]:focus {
  --tw-text-opacity: 1;
  color: rgb(109 96 246 / var(--tw-text-opacity, 1));
}

.focus\:tn-no-underline:focus {
  text-decoration-line: none;
}

.disabled\:tn-cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:tn-opacity-30:disabled {
  opacity: 0.3;
}

@media (min-width: 640px) {
  .sm\:tn-mt-\[0\] {
    margin-top: 0;
  }

  .sm\:tn-mt-\[0px\] {
    margin-top: 0px;
  }

  .sm\:tn-mt-\[10px\] {
    margin-top: 10px;
  }

  .sm\:\!tn-block {
    display: block !important;
  }

  .sm\:\!tn-hidden {
    display: none !important;
  }

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

  .sm\:tn-w-\[542px\] {
    width: 542px;
  }

  .sm\:tn-w-\[585px\] {
    width: 585px;
  }

  .sm\:tn-max-w-\[298px\] {
    max-width: 298px;
  }

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

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

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

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

  .sm\:tn-justify-between {
    justify-content: space-between;
  }

  .sm\:tn-py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:tn-text-\[14px\] {
    font-size: 14px;
  }

  .sm\:tn-text-\[16px\] {
    font-size: 16px;
  }

  .sm\:tn-text-\[18px\] {
    font-size: 18px;
  }

  .sm\:tn-text-\[24px\] {
    font-size: 24px;
  }

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

@media (min-width: 768px) {
  .md\:tn-right-\[-45px\] {
    right: -45px;
  }

  .md\:tn-mt-\[40px\] {
    margin-top: 40px;
  }

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

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

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

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

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

  .md\:tn-pr-\[0px\] {
    padding-right: 0px;
  }

  .md\:tn-text-right {
    text-align: right;
  }

  .md\:tn-text-\[16px\] {
    font-size: 16px;
  }

  .md\:tn-text-\[18px\] {
    font-size: 18px;
  }

  .md\:tn-text-\[20px\] {
    font-size: 20px;
  }

  .md\:tn-text-\[28px\] {
    font-size: 28px;
  }

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

@media (min-width: 1024px) {
  .lg\:tn-left-\[-15px\] {
    left: -15px;
  }

  .lg\:tn-right-\[-15px\] {
    right: -15px;
  }

  .lg\:tn-right-\[-25px\] {
    right: -25px;
  }

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

  .lg\:tn-mt-\[0\] {
    margin-top: 0;
  }

  .lg\:tn-h-\[180px\] {
    height: 180px;
  }

  .lg\:tn-h-\[404px\] {
    height: 404px;
  }

  .lg\:tn-h-\[420px\] {
    height: 420px;
  }

  .lg\:tn-w-\[1080px\] {
    width: 1080px;
  }

  .lg\:tn-w-\[178px\] {
    width: 178px;
  }

  .lg\:tn-w-\[254px\] {
    width: 254px;
  }

  .lg\:tn-w-\[464px\] {
    width: 464px;
  }

  .lg\:tn-w-\[492px\] {
    width: 492px;
  }

  .lg\:tn-w-\[526px\] {
    width: 526px;
  }

  .lg\:tn-w-\[255px\] {
    width: 255px;
  }

  .lg\:tn-min-w-\[270px\] {
    min-width: 270px;
  }

  .lg\:tn-max-w-\[362px\] {
    max-width: 362px;
  }

  .lg\:tn-max-w-\[555px\] {
    max-width: 555px;
  }

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

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

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

  .lg\:tn-gap-\[160px\] {
    gap: 160px;
  }

  .lg\:tn-gap-\[28px\] {
    gap: 28px;
  }

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

  .lg\:tn-gap-\[32px\] {
    gap: 32px;
  }

  .lg\:tn-gap-\[40px\] {
    gap: 40px;
  }

  .lg\:tn-gap-\[80px\] {
    gap: 80px;
  }

  .lg\:tn-p-\[32px\] {
    padding: 32px;
  }

  .lg\:tn-px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:tn-px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:tn-py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:tn-text-\[16px\] {
    font-size: 16px;
  }

  .lg\:tn-text-\[40px\] {
    font-size: 40px;
  }

  .lg\:tn-text-\[48px\] {
    font-size: 48px;
  }
}