@charset "UTF-8";
@font-face {
  font-family: "IBMPlexSans";
  src: url("../fonts/IBMPlexSans-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("../fonts/IBMPlexSans-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSans";
  src: url("../fonts/IBMPlexSans-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
*, ::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.17 | 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.
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 */
  tab-size: 4; /* 3 */
  font-family: IBMPlexSans, sans-serif; /* 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]) {
  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::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;
}
.container{
  width: 100%;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1297px){
  .container{
    max-width: 1297px;
  }
}
body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 16px;
  line-height: 24px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
h1, .h1{
  font-family: scale-variable, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  h1, .h1{
    font-size: 44px;
  }
}
@media (min-width: 1297px){
  h1, .h1{
    font-size: 55px;
  }
}
h1 span, .h1 span{
  --tw-text-opacity: 1;
  color: rgb(108 66 220 / var(--tw-text-opacity, 1));
}
h2, .h2{
  font-family: scale-variable, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  h2, .h2{
    font-size: 32px;
  }
}
@media (min-width: 1297px){
  h2, .h2{
    font-size: 44px;
  }
}
h2 span, .h2 span{
  --tw-text-opacity: 1;
  color: rgb(108 66 220 / var(--tw-text-opacity, 1));
}
h3, .h3{
  font-family: scale-variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  h3, .h3{
    font-size: 24px;
  }
}
@media (min-width: 1297px){
  h3, .h3{
    font-size: 33px;
  }
}
h4, .h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  h4, .h4{
    font-size: 20px;
  }
}
h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.11;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 992px){
  h5{
    font-size: 18px;
  }
}
p{
  margin-bottom: 0.75rem;
}
@media (min-width: 640px){
  p{
    margin-bottom: 1.5rem;
  }
}
.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
a{
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
a:hover{
  --tw-text-opacity: 1;
  color: rgb(68 102 186 / var(--tw-text-opacity, 1));
}
.btn{
  display: inline-block;
  width: 185px;
  max-width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.violet-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(108 66 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.violet-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 153 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.outline-btn{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.outline-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
    background-color: rgba(40, 40, 40, 0.1);
}
.outline-btn.white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.outline-btn.white:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
.white-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(108 66 220 / var(--tw-text-opacity, 1));
}
.white-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-8{
  left: 2rem;
}
.right-5{
  right: 1.25rem;
}
.z-\[100\]{
  z-index: 100;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-4{
  height: 1rem;
}
.h-full{
  height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-4{
  width: 1rem;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[147px\]{
  width: 147px;
}
.w-\[156px\]{
  width: 156px;
}
.w-\[168px\]{
  width: 168px;
}
.w-full{
  width: 100%;
}
.shrink-0{
  flex-shrink: 0;
}
.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));
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.overflow-x-clip{
  overflow-x: clip;
}
.rounded-full{
  border-radius: 9999px;
}
.bg-\[\#FFE240\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 226 64 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}
.bg-darkgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(241 128 49 / var(--tw-bg-opacity, 1));
}
.bg-violet{
  --tw-bg-opacity: 1;
  background-color: rgb(108 66 220 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-3{
  padding: 0.75rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-lg{
  font-size: 24px;
  line-height: 26.4px;
}
.text-xs{
  font-size: 12px;
  line-height: 18px;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.leading-tight{
  line-height: 1.25;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-70{
  opacity: 0.7;
}
.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);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.d-none {
  display: none;
}

.content-wrapper {
  background-color: #FFFFFF;
  left: 0;
  min-height: 100vh;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
}

.omni-mobile-menu,
.toggle-btn {
  display: none;
}

.omni-mobile-menu {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  position: fixed;
  right: 0;
  padding-bottom: 60px;
  text-transform: uppercase;
  top: 0;
  transition: opacity 0s ease 0.5s;
  width: 250px;
  z-index: 0;
}
.omni-mobile-menu li {
  background-color: transparent;
  z-index: 1;
}
.omni-mobile-menu a,
.omni-mobile-menu .omni-dropdown-toggle {
  background-color: transparent;
  border-bottom: 2px solid #E4E4E4;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 20px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.omni-dropdown-toggle {
  cursor: pointer;
}
.omni-dropdown-toggle:after {
  content: "▴";
  display: inline-block;
  left: 5px;
  position: relative;
  top: 0;
  transition: transform 0.5s ease, top 0.5s ease;
}
.omni-dropdown-toggle.omni-menu-open:after {
  top: 2px;
  transform: rotate(-180deg);
}

.omni-dropdown-menu {
  list-style: none;
  max-height: 600px;
  opacity: 1;
  overflow-y: auto;
  padding-left: 0;
  transition: all 0.4s ease;
}
.omni-dropdown-menu.menu-collapsed {
  max-height: 0;
  opacity: 0;
}
.omni-dropdown-menu li a,
.omni-dropdown-menu li .omni-dropdown-toggle {
  box-sizing: border-box;
  padding-left: calc(20px * 2);
}
.omni-dropdown-menu li ul li a,
.omni-dropdown-menu li ul li .omni-dropdown-toggle {
  padding-left: calc(20px * 3);
}

.toggle-btn {
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 27px;
  transition: all 0.5s ease;
  z-index: 2;
}
.toggle-btn .hamburger-icon {
  background-color: #6C42DC;
  border-radius: 8px;
  height: 40px;
  padding: 0;
  transition: all 0.5s ease;
  width: 40px;
}
.hamburger {
  transition: all 0.5s ease;
  user-select: none;
  -webkit-user-select: none;
}
.hamburger .top {
  stroke-dasharray: 40 160;
}
.hamburger .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: all 0.5s ease;
}
.hamburger .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: all 0.5s ease;
}
.hamburger.active {
  transform: rotate(45deg);
}
.hamburger.active .top {
  stroke-dashoffset: -64px;
}
.hamburger.active .middle {
  transform: rotate(90deg);
}
.hamburger.active .bottom {
  stroke-dashoffset: -64px;
}
.hamburger .line {
  fill: none;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
  transition: all 0.5s ease;
}

body .omni-mobile-menu {
  left: calc(100vw - 250px);
}
body.menu-open .toggle-btn {
  right: calc(250px + 12px);
  transition: all 0.5s ease;
}
body.menu-open .content-wrapper {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  left: -250px;
  overflow: hidden;
}

.menu-open {
  overflow-y: hidden;
}
.menu-open .omni-mobile-menu {
  opacity: 1;
  overflow-x: hidden;
  transition: opacity 0s ease 0s;
}
.menu-open .content-wrapper {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.menu-open .toggle-btn .hamburger-icon .line {
  stroke: #fff;
}
.menu-open .toggle-btn .hamburger-icon {
  background-color: #6C42DC;
}

@media screen and (max-width: 991px) {
  .omni-mobile-menu {
    display: block;
  }
  .toggle-btn {
    display: flex;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body, html {
  position: relative;
}
#about {
  background-color: #282828;
}
#about .subletters-slider .slick-track {
  display: flex !important;
}
#about .subletters-slider .slick-slide {
  height: inherit !important;
}
#about .subletters-slider .slick-dots {
  bottom: 30px;
}
#about .subletters-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#about .subletters-slider .slick-dots li button:before {
  color: #6C42DC;
  font-size: 15px;
}
#about .subletters-slider-item .flex {
  min-height: 100vh;
  padding-top: 45px;
  padding-bottom: 45px;
}
#about .subletters-slider-subtitle {
  font-size: 20px;
  color: #6C42DC;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#about .subletters-slider-title {
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
  font-family: scale-variable, sans-serif;
}
#about .subletters-slider-title span {
  color: #6C42DC;
  font-weight: 500;
}
#about .yellow .subletters-slider-subtitle {
  color: #DEC721;
}
#about .yellow .subletters-slider-title span {
  color: #DEC721;
}
#about .orange .subletters-slider-subtitle {
  color: #F18031;
}
#about .orange .subletters-slider-title span {
  color: #F18031;
}

#for-renters {
  background-color: #fff;
}
#for-renters .for-renters-slider .slick-track {
  display: flex !important;
}
#for-renters .for-renters-slider .slick-slide {
  height: inherit !important;
}
#for-renters .for-renters-slider .slick-dots {
  bottom: 30px;
}
#for-renters .for-renters-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#for-renters .for-renters-slider .slick-dots li button:before {
  color: #DEC721;
  font-size: 15px;
}
#for-renters .for-renters-slider .slick-prev:before, #for-renters .for-renters-slider .slick-next:before {
  color: #282828;
}
#for-renters .for-renters-slider-item .flex {
  min-height: 100vh;
  padding-top: 45px;
  padding-bottom: 45px;
}
#for-renters .for-renters-slider-subtitle {
  font-size: 20px;
  color: #DEC721;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#for-renters .for-renters-slider-title {
  font-size: 44px;
  line-height: 1.1;
  font-family: scale-variable, sans-serif;
}
#for-renters .for-renters-slider-title span {
  color: #DEC721;
  font-weight: 500;
}

#for-subleasers {
  background-color: #fff;
}
#for-subleasers .for-subleasers-slider .slick-track {
  display: flex !important;
}
#for-subleasers .for-subleasers-slider .slick-slide {
  height: inherit !important;
}
#for-subleasers .for-subleasers-slider .slick-dots {
  bottom: 30px;
}
#for-subleasers .for-subleasers-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#for-subleasers .for-subleasers-slider .slick-dots li button:before {
  color: #6C42DC;
  font-size: 15px;
}
#for-subleasers .for-subleasers-slider .slick-prev:before, #for-subleasers .for-subleasers-slider .slick-next:before {
  color: #282828;
}
#for-subleasers .for-subleasers-slider-item .flex {
  min-height: 100vh;
  padding-top: 45px;
  padding-bottom: 45px;
}
#for-subleasers .for-subleasers-slider-subtitle {
  font-size: 20px;
  color: #6C42DC;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#for-subleasers .for-subleasers-slider-title {
  font-size: 44px;
  line-height: 1.1;
  font-family: scale-variable, sans-serif;
}
#for-subleasers .for-subleasers-slider-title span {
  color: #6C42DC;
  font-weight: 500;
}

#for-landlords {
  background-color: #fff;
}
#for-landlords .for-landlords-slider .slick-track {
  display: flex !important;
}
#for-landlords .for-landlords-slider .slick-slide {
  height: inherit !important;
}
#for-landlords .for-landlords-slider .slick-dots {
  bottom: 30px;
}
#for-landlords .for-landlords-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#for-landlords .for-landlords-slider .slick-dots li button:before {
  color: #CE5E20;
  font-size: 15px;
}
#for-landlords .for-landlords-slider .slick-prev:before, #for-landlords .for-landlords-slider .slick-next:before {
  color: #282828;
}
#for-landlords .for-landlords-slider-item .flex {
  min-height: 100vh;
  padding-top: 45px;
  padding-bottom: 45px;
}
#for-landlords .for-landlords-slider-subtitle {
  font-size: 20px;
  color: #CE5E20;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#for-landlords .for-landlords-slider-title {
  font-size: 44px;
  line-height: 1.1;
  font-family: scale-variable, sans-serif;
}
#for-landlords .for-landlords-slider-title span {
  color: #CE5E20;
  font-weight: 500;
}

#join-the-waitlist h2 span {
  color: #AE99FF;
}

#join-the-waitlist .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 36px;
}
#join-the-waitlist .wpcf7-radio {
  display: block;
}
#join-the-waitlist .wpcf7-radio label {
  position: relative;
  display: inline-block;
}
#join-the-waitlist .wpcf7-radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#join-the-waitlist .wpcf7-radio label span {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 41px;
  cursor: pointer;
  display: block;
  margin-bottom: 6px;
}
#join-the-waitlist .wpcf7-radio label:hover input ~ span {
  color: #fff;
  border-color: #fff;
}
#join-the-waitlist .wpcf7-radio label input:checked ~ span {
  color: #fff;
  border-color: #fff;
}
#join-the-waitlist input[type=text], #join-the-waitlist input[type=email], #join-the-waitlist input[type=tel], #join-the-waitlist input[type=url], #join-the-waitlist input[type=number], #join-the-waitlist input[type=password]{
  font-family: IBMPlexSans, sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
#join-the-waitlist input:focus {
  outline: none !important;
  border-color: #fff;
  color: #fff;
}
#join-the-waitlist input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#join-the-waitlist textarea{
  font-family: IBMPlexSans, sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 120px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
#join-the-waitlist textarea:focus {
  outline: none !important;
  border-color: #fff;
  color: #fff;
}
#join-the-waitlist textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 992px) {
  .main-menu ul {
    display: flex;
    gap: 16px;
  }
  .main-menu ul li a {
    font-size: 16px;
    text-decoration: none;
    opacity: 0.5;
    color: #000000;
  }
  .main-menu ul li a:hover {
    opacity: 1;
  }
  #home-hero .flex {
    min-height: calc(100vh - 96px);
  }
}
@media screen and (min-width: 1297px) {
  .main-menu ul {
    gap: 23px;
  }
}
.hover\:bg-darkblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(18 20 62 / var(--tw-bg-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:bg-darkblue:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(18 20 62 / var(--tw-bg-opacity, 1));
}
.focus\:shadow-lg:focus{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.active\:bg-darkblue:active{
  --tw-bg-opacity: 1;
  background-color: rgb(18 20 62 / var(--tw-bg-opacity, 1));
}
.active\:shadow-lg:active{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
}
@media (min-width: 992px){
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-\[198px\]{
    width: 198px;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:text-left{
    text-align: left;
  }
}
@media (min-width: 1297px){
  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
}