@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*
! tailwindcss v3.0.7 | 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: currentColor;
  /* 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.
*/

html {
  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, -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";
  /* 4 */
}

/*
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[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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

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

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

.right-4{
  right: 1rem;
}

.top-4{
  top: 1rem;
}

.top-2{
  top: 0.5rem;
}

.left-2{
  left: 0.5rem;
}

.bottom-2{
  bottom: 0.5rem;
}

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

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

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

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

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

.top-10{
  top: 2.5rem;
}

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

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

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

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

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

.float-right{
  float: right;
}

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

.mr-4{
  margin-right: 1rem;
}

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

.ml-1{
  margin-left: 0.25rem;
}

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

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

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

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

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

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

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

.ml-0{
  margin-left: 0px;
}

.mt-28{
  margin-top: 7rem;
}

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

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

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

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

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

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

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

.ml-4{
  margin-left: 1rem;
}

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

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

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

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

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

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

.-mt-10{
  margin-top: -2.5rem;
}

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

.mr-16{
  margin-right: 4rem;
}

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

.mr-6{
  margin-right: 1.5rem;
}

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

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

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

.mt-14{
  margin-top: 3.5rem;
}

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

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

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

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

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

.h-full{
  height: 100%;
}

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

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

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

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

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-screen{
  width: 100vw;
}

.w-10{
  width: 2.5rem;
}

.w-full{
  width: 100%;
}

.w-40{
  width: 10rem;
}

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

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

.w-10\/12{
  width: 83.333333%;
}

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

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

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

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

.w-6{
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.w-4{
  width: 1rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-6{
  gap: 1.5rem;
}

.gap-x-\[21px\]{
  -moz-column-gap: 21px;
       column-gap: 21px;
}

.gap-y-\[43px\]{
  row-gap: 43px;
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * 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-\[28px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(28px * var(--tw-space-y-reverse));
}

.space-x-\[9px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(9px * var(--tw-space-x-reverse));
  margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * 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-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(255,255,255,0.1);
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[50\%\]{
  border-radius: 50%;
}

.rounded-\[100\%\]{
  border-radius: 100%;
}

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

.border-\[\#0D0F18\]{
  --tw-border-opacity: 1;
  border-color: rgb(13 15 24 / var(--tw-border-opacity));
}

.border-\[\#53388D\]{
  --tw-border-opacity: 1;
  border-color: rgb(83 56 141 / var(--tw-border-opacity));
}

.border-\[\#00a7b5\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 167 181 / var(--tw-border-opacity));
}

.border-\[\#61b4e4\]{
  --tw-border-opacity: 1;
  border-color: rgb(97 180 228 / var(--tw-border-opacity));
}

.border-\[\#002f86\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 47 134 / var(--tw-border-opacity));
}

.border-\[\#b00061\]{
  --tw-border-opacity: 1;
  border-color: rgb(176 0 97 / var(--tw-border-opacity));
}

.border-\[\#45788f\]{
  --tw-border-opacity: 1;
  border-color: rgb(69 120 143 / var(--tw-border-opacity));
}

.border-\[\#ff6b00\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 107 0 / var(--tw-border-opacity));
}

.border-\[\#802b6a\]{
  --tw-border-opacity: 1;
  border-color: rgb(128 43 106 / var(--tw-border-opacity));
}

.border-\[\#6fce51\]{
  --tw-border-opacity: 1;
  border-color: rgb(111 206 81 / var(--tw-border-opacity));
}

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

.border-\[\#c3002f\]{
  --tw-border-opacity: 1;
  border-color: rgb(195 0 47 / var(--tw-border-opacity));
}

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

.border-\[\#6D608C\]{
  --tw-border-opacity: 1;
  border-color: rgb(109 96 140 / var(--tw-border-opacity));
}

.bg-\[\#0d0f19\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 25 / var(--tw-bg-opacity));
}

.bg-\[\#1c1e27\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 30 39 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.9\)\]{
  background-color: rgba(0,0,0,0.9);
}

.bg-\[\#53388D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(83 56 141 / var(--tw-bg-opacity));
}

.bg-\[\#151720\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 32 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.75\)\]{
  background-color: rgba(0,0,0,0.75);
}

.bg-\[\#6f7680\]{
  --tw-bg-opacity: 1;
  background-color: rgb(111 118 128 / var(--tw-bg-opacity));
}

.bg-\[rgb\(83\2c 56\2c 141\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(83 56 141 / var(--tw-bg-opacity));
}

.bg-\[\#6a46ba\]{
  --tw-bg-opacity: 1;
  background-color: rgb(106 70 186 / var(--tw-bg-opacity));
}

.bg-\[\#20222b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(32 34 43 / var(--tw-bg-opacity));
}

.bg-\[\#1B1C22\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 28 34 / var(--tw-bg-opacity));
}

.bg-\[\#00a7b5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 181 / var(--tw-bg-opacity));
}

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

.bg-\[\#61b4e4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(97 180 228 / var(--tw-bg-opacity));
}

.bg-\[\#002f86\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 47 134 / var(--tw-bg-opacity));
}

.bg-\[\#b00061\]{
  --tw-bg-opacity: 1;
  background-color: rgb(176 0 97 / var(--tw-bg-opacity));
}

.bg-\[\#45788f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(69 120 143 / var(--tw-bg-opacity));
}

.bg-\[\#ff6b00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 0 / var(--tw-bg-opacity));
}

.bg-\[\#802b6a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(128 43 106 / var(--tw-bg-opacity));
}

.bg-\[\#6fce51\]{
  --tw-bg-opacity: 1;
  background-color: rgb(111 206 81 / var(--tw-bg-opacity));
}

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

.bg-\[\#c3002f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
}

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

.bg-\[url\(\'\.\.\/assets\/images\/all\/startuply-poster\.jpeg\'\)\]{
  background-image: url('../assets/images/all/startuply-poster.jpeg');
}

.bg-\[url\(\'\.\.\/assets\/images\/mobile\/hero\.jpeg\'\)\]{
  background-image: url('../assets/images/mobile/hero.jpeg');
}

.bg-\[url\(\'\.\.\/assets\/images\/all\/video-background\.jpeg\'\)\]{
  background-image: url('../assets/images/all/video-background.jpeg');
}

.bg-none{
  background-image: none;
}

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

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

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

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

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

.p-5{
  padding: 1.25rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[5\.25px\]{
  padding-right: 5.25px;
}

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

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

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

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

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

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

.font-body{
  font-family: Montserrat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light{
  font-weight: 300;
}

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

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

.font-black{
  font-weight: 900;
}

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

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

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

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

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

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

.tracking-\[8px\]{
  letter-spacing: 8px;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

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

.text-\[\#53388D\]{
  --tw-text-opacity: 1;
  color: rgb(83 56 141 / var(--tw-text-opacity));
}

.text-\[\#4054b2\]{
  --tw-text-opacity: 1;
  color: rgb(64 84 178 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

.text-\[\#ffffff78\]{
  color: #ffffff78;
}

.text-\[\#6D608C\]{
  --tw-text-opacity: 1;
  color: rgb(109 96 140 / var(--tw-text-opacity));
}

.text-\[\#5B5E62\]{
  --tw-text-opacity: 1;
  color: rgb(91 94 98 / var(--tw-text-opacity));
}

.text-\[\#5b5d63\]{
  --tw-text-opacity: 1;
  color: rgb(91 93 99 / var(--tw-text-opacity));
}

.text-\[\#c2c3c5\]{
  --tw-text-opacity: 1;
  color: rgb(194 195 197 / var(--tw-text-opacity));
}

.text-\[\#31333B\]{
  --tw-text-opacity: 1;
  color: rgb(49 51 59 / var(--tw-text-opacity));
}

.text-\[\#00a7b5\]{
  --tw-text-opacity: 1;
  color: rgb(0 167 181 / var(--tw-text-opacity));
}

.text-\[\#61b4e4\]{
  --tw-text-opacity: 1;
  color: rgb(97 180 228 / var(--tw-text-opacity));
}

.text-\[\#002f86\]{
  --tw-text-opacity: 1;
  color: rgb(0 47 134 / var(--tw-text-opacity));
}

.text-\[\#b00061\]{
  --tw-text-opacity: 1;
  color: rgb(176 0 97 / var(--tw-text-opacity));
}

.text-\[\#45788f\]{
  --tw-text-opacity: 1;
  color: rgb(69 120 143 / var(--tw-text-opacity));
}

.text-\[\#ff6b00\]{
  --tw-text-opacity: 1;
  color: rgb(255 107 0 / var(--tw-text-opacity));
}

.text-\[\#802b6a\]{
  --tw-text-opacity: 1;
  color: rgb(128 43 106 / var(--tw-text-opacity));
}

.text-\[\#6fce51\]{
  --tw-text-opacity: 1;
  color: rgb(111 206 81 / var(--tw-text-opacity));
}

.text-\[\#c51b8b\]{
  --tw-text-opacity: 1;
  color: rgb(197 27 139 / var(--tw-text-opacity));
}

.text-\[\#c3002f\]{
  --tw-text-opacity: 1;
  color: rgb(195 0 47 / var(--tw-text-opacity));
}

.text-\[\#f0ad4e\]{
  --tw-text-opacity: 1;
  color: rgb(240 173 78 / var(--tw-text-opacity));
}

.opacity-100{
  opacity: 1;
}

.opacity-\[0\.5\]{
  opacity: 0.5;
}

.opacity-0{
  opacity: 0;
}

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

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-filter);
}

.drop-shadow-\[10px_10px_20px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-drop-shadow: drop-shadow(10px 10px 20px rgba(0,0,0,0.5));
  filter: var(--tw-filter);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-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;
}

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

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

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

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

.placeholder\:text-white:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

.before\:-mt-\[5px\]::before{
  content: var(--tw-content);
  margin-top: -5px;
}

.before\:text-2xl::before{
  content: var(--tw-content);
  font-size: 1.5rem;
  line-height: 2rem;
}

.before\:font-light::before{
  content: var(--tw-content);
  font-weight: 300;
}

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

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

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

.hover\:opacity-\[0\.5\]:hover{
  opacity: 0.5;
}

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

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

.focus\:ring-0: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(0px + 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);
}

.peer:checked ~ .peer-checked\:max-h-screen{
  max-height: 100vh;
}

.peer:checked ~ .peer-checked\:translate-x-full{
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}

.peer:checked ~ .peer-checked\:rounded-none{
  border-radius: 0px;
}

.peer:checked ~ .peer-checked\:py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.peer:checked ~ .peer-checked\:before\:rotate-180::before{
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.peer:checked ~ .peer-checked\:before\:content-\[\'\\2D\'\]::before{
  --tw-content: '\2D';
  content: var(--tw-content);
}

.peer:hover ~ .peer-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

.peer:hover ~ .peer-hover\:opacity-\[0\.5\]{
  opacity: 0.5;
}

@media (min-width: 1024px){
  .lg\:relative{
    position: relative;
  }

  .lg\:-bottom-\[120px\]{
    bottom: -120px;
  }

  .lg\:-bottom-2{
    bottom: -0.5rem;
  }

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

  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:mt-28{
    margin-top: 7rem;
  }

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

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

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

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

  .lg\:mr-\[19px\]{
    margin-right: 19px;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

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

  .lg\:mb-\[58px\]{
    margin-bottom: 58px;
  }

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

  .lg\:mb-\[78px\]{
    margin-bottom: 78px;
  }

  .lg\:mb-\[51px\]{
    margin-bottom: 51px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:h-full{
    height: 100%;
  }

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

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

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

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

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

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

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

  .lg\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

  .lg\:w-10\/12{
    width: 83.333333%;
  }

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

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

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

  .lg\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:space-x-\[38px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(38px * var(--tw-space-x-reverse));
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[9px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9px * var(--tw-space-x-reverse));
    margin-left: calc(9px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\: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));
  }

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

  .lg\:bg-\[url\(\'\.\.\/assets\/images\/desktop\/sales\.png\'\)\]{
    background-image: url('../assets/images/desktop/sales.png');
  }

  .lg\:bg-contain{
    background-size: contain;
  }

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

  .lg\:bg-right{
    background-position: right;
  }

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

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

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

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

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

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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