@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");

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

/* Geist */

/* Playfair Display */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

.container{
  width: 100%;
}

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

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

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

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

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.right-3{
  right: 0.75rem;
}

.top-0{
  top: 0px;
}

.top-\[50px\]{
  top: 50px;
}

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

.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

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

.-ml-6{
  margin-left: -1.5rem;
}

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

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

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

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

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

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

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

.ml-6{
  margin-left: 1.5rem;
}

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

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

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

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

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-12{
  height: 3rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-9{
  height: 2.25rem;
}

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

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

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

.w-6{
  width: 1.5rem;
}

.w-9{
  width: 2.25rem;
}

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

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

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

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

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

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

.grow{
  flex-grow: 1;
}

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

.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-border > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity));
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

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

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-t-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(216 239 75 / var(--tw-border-opacity));
}

.bg-background{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(216 239 75 / var(--tw-bg-opacity));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-32{
  padding: 8rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

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

.pb-0{
  padding-bottom: 0px;
}

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

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

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

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

.pr-11{
  padding-right: 2.75rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-44{
  padding-top: 11rem;
}

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

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

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

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

.text-3xl{
  font-size: 32px;
}

.text-base{
  font-size: 16px;
}

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

.text-sm{
  font-size: 14px;
}

.text-xs{
  font-size: 12px;
}

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.\!text-text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity)) !important;
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(216 239 75 / var(--tw-text-opacity));
}

.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-text-light{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

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

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

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

.opacity-70{
  opacity: 0.7;
}

.outline{
  outline-style: solid;
}

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

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

body{
  font-family: Geist, sans-serif;
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  body{
    font-size: 16px;
  }
}

@media (min-width: 1536px){
  body{
    font-size: 20px;
  }
}

h1,
h2,
h3,
h4,
h5{
  font-family: Playfair Display, serif;
}

.hero-title{
  font-family: Playfair Display, serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: -0.025em;
}

@media (min-width: 1024px){
  .hero-title{
    font-size: 96px;
    line-height: 100px;
  }
}

h1{
  margin-bottom: 0.5rem;
  font-size: 48px;
  font-weight: 800;
}

@media (min-width: 768px){
  h1{
    font-size: 64px;
  }
}

h2{
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media (min-width: 768px){
  h2{
    font-size: 48px;
  }
}

h3{
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 768px){
  h3{
    font-size: 32px;
  }
}

p{
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.bg-hero {
  background: url("../images/bg-dots.png") no-repeat bottom right;
}

/* ================================================
   NAVIGATION STYLES
   ================================================ */

/* Desktop Navigation */

.nav-item{
  display: inline-flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  &:hover{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }
  &.active{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }
}

.nav-dropdown{
  position: relative;
  height: 100%;
  .dropdown-menu{
    visibility: hidden;
  }
  .dropdown-menu{
    position: absolute;
  }
  .dropdown-menu{
    top: 60px;
  }
  .dropdown-menu{
    left: 0px;
  }
  .dropdown-menu{
    z-index: 50;
  }
  .dropdown-menu{
    margin-top: 0.5rem;
  }
  .dropdown-menu{
    width: 16rem;
  }
  .dropdown-menu{
    --tw-translate-y: 0.5rem;
    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));
  }
  .dropdown-menu{
    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));
  }
  .dropdown-menu{
    border-width: 1px;
  }
  .dropdown-menu{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .dropdown-menu{
    background-color: rgb(255 255 255 / 0.95);
  }
  .dropdown-menu{
    opacity: 0;
  }
  .dropdown-menu{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .dropdown-menu{
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  .dropdown-menu{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .dropdown-menu{
    transition-duration: 300ms;
  }
  .dropdown-menu{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .dropdown-menu {
    /* Invisible hover bridge to cover the gap */
    &:before {
      content: "";
    }
    &:before{
      position: absolute;
    }
    &:before{
      top: -0.75rem;
    }
    &:before{
      left: 0px;
    }
    &:before{
      z-index: 40;
    }
    &:before{
      height: 0.75rem;
    }
    &:before{
      width: 100%;
    }
    &:before{
      background-color: transparent;
    }
    /* Visual accent line */
    &:after {
      content: "";
    }
    &:after{
      position: absolute;
    }
    &:after{
      top: -0.25rem;
    }
    &:after{
      left: 0px;
    }
    &:after{
      z-index: 50;
    }
    &:after{
      height: 0.25rem;
    }
    &:after{
      width: 4rem;
    }
    &:after{
      --tw-bg-opacity: 1;
      background-color: rgb(3 7 18 / var(--tw-bg-opacity));
    }
    .dropdown-item{
      display: block;
    }
    .dropdown-item{
      border-bottom-width: 1px;
    }
    .dropdown-item{
      --tw-border-opacity: 1;
      border-color: rgb(243 244 246 / var(--tw-border-opacity));
    }
    .dropdown-item{
      padding: 0.75rem;
    }
    .dropdown-item{
      font-size: 16px;
    }
    .dropdown-item{
      font-weight: 500;
    }
    .dropdown-item{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity));
    }
    .dropdown-item{
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .dropdown-item{
      transition-duration: 200ms;
    }
    .dropdown-item:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    }
    .dropdown-item:hover{
      --tw-text-opacity: 1;
      color: rgb(3 7 18 / var(--tw-text-opacity));
    }
    .dropdown-item {
      &:last-child{
        border-bottom-width: 0px;
      }
    }
  }
  &:hover {
    .dropdown-menu{
      visibility: visible;
    }
    .dropdown-menu{
      --tw-translate-y: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .dropdown-menu{
      opacity: 1;
    }
    .dropdown-menu {
      opacity: 1;
      transform: translateY(0) translateX(0);
    }
    .dropdown-arrow{
      --tw-rotate: 180deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }
}

/* Mobile Navigation */

.mobile-menu-button{
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.mobile-menu-button{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  .hamburger-line{
    height: 0.125rem;
  }
  .hamburger-line{
    width: 1.5rem;
  }
  .hamburger-line{
    transform-origin: center;
  }
  .hamburger-line{
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 18 / var(--tw-bg-opacity));
  }
  .hamburger-line{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .hamburger-line{
    transition-duration: 300ms;
  }
  .hamburger-line{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  /* 2-line hamburger to X animation */
  &.active {
    .hamburger-line:nth-child(1){
      --tw-translate-y: 0.25rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .hamburger-line:nth-child(1){
      --tw-rotate: 45deg;
      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));
    }
    .hamburger-line:nth-child(2){
      --tw-translate-y: -0.25rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    .hamburger-line:nth-child(2){
      --tw-rotate: -45deg;
      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));
    }
  }
}

.mobile-menu{
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(216 239 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  visibility: hidden;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  &.active{
    visibility: visible;
  }
  &.active{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &.active{
    opacity: 1;
  }
  &.active {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}

.mobile-menu-content{
  width: 100%;
}

@media (min-width: 640px){
  .mobile-menu-content{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .mobile-menu-content{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .mobile-menu-content{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .mobile-menu-content{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .mobile-menu-content{
    max-width: 1536px;
  }
}

.mobile-menu-content > :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));
}

.mobile-menu-content{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .mobile-menu-content{
    max-width: 1440px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.mobile-menu-item > :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));
}

.mobile-services-label{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.mobile-services-submenu > :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));
}

.mobile-services-submenu{
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(216 239 75 / var(--tw-border-opacity));
  padding-left: 0.25rem;
}

.mobile-menu-link{
  display: block;
  padding: 0.75rem;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.mobile-menu-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.mobile-menu-link {
  &:last-child{
    border-bottom-width: 0px;
  }
  &.submenu-link{
    padding-left: 0.75rem;
  }
  &.submenu-link{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }
}

.flags{
  display: inline-flex;
  gap: 0.25rem;
  align-self: center;
  a{
    height: 1rem;
  }
  a{
    width: 1.5rem;
  }
  a {
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}

/* Section */

section{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  section{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

section {
  .section-title{
    display: grid;
  }
  .section-title{
    max-width: 64rem;
  }
  .section-title{
    gap: 1.5rem;
  }
  .section-title{
    padding-bottom: 2rem;
  }
  @media (min-width: 1024px){
    .section-title{
      padding-bottom: 4rem;
    }
  }
  .section-title {
    h1{
      margin-bottom: 0px;
    }
    h1{
      line-height: 1em;
    }
    p{
      margin-bottom: 0px;
    }
  }
}

/* Container */

.container{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .container{
    max-width: 1440px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Card Service */

.card-service{
  position: relative;
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1024px){
  .card-service{
    padding: 2.75rem;
  }
}

.card-service {
  .body{
    display: flex;
  }
  .body{
    flex: 1 1 0%;
  }
  .body{
    flex-direction: column;
  }
  .body{
    padding-bottom: 1.5rem;
  }
  .body {
    p{
      margin-bottom: 0px;
    }
    @media (min-width: 1024px){
      p{
        margin-bottom: 1.5rem;
      }
    }
  }
  .footer{
    margin-bottom: 0px;
  }
  .footer{
    font-size: 14px;
  }
  .footer{
    font-weight: 700;
  }
  @media (min-width: 1024px){
    .footer{
      padding-right: 1.5rem;
    }
  }
  &::before {
    content: "";
  }
  &::before{
    position: absolute;
  }
  &::before{
    top: 0px;
  }
  &::before{
    left: 0px;
  }
  &::before{
    height: 2rem;
  }
  &::before{
    width: 2rem;
  }
  &::before{
    --tw-bg-opacity: 1;
    background-color: rgb(216 239 75 / var(--tw-bg-opacity));
  }
  &::before {
    /* Adjust width, height, and color as needed */
    clip-path: polygon(0 0, 100% 0, 0 100%);
    /* Creates the triangle shape */
  }
}

a,
button {
  &.btn{
    position: relative;
  }
  &.btn{
    display: flex;
  }
  &.btn{
    width: -moz-fit-content;
    width: fit-content;
  }
  &.btn{
    align-items: center;
  }
  &.btn{
    gap: 0.5rem;
  }
  &.btn{
    padding: 0.25rem;
  }
  &.btn{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  &.btn{
    text-align: center;
  }
  &.btn{
    font-size: 14px;
  }
  &.btn{
    font-weight: 500;
  }
  &.btn{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }
  &.btn{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  &.btn{
    transition-duration: 300ms;
  }
  @media (min-width: 768px){
    &.btn{
      font-size: 16px;
    }
  }
  &.btn {
    &::before {
      content: "";
    }
    &::before{
      position: absolute;
    }
    &::before{
      bottom: -0px;
    }
    &::before{
      margin-left: -0.25rem;
    }
    &::before{
      height: 0.25rem;
    }
    &::before{
      width: 100%;
    }
    @keyframes bounce{
      0%, 100%{
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
      }

      50%{
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
      }
    }
    &::before{
      animation: bounce 1s infinite;
    }
    &::before{
      --tw-bg-opacity: 1;
      background-color: rgb(216 239 75 / var(--tw-bg-opacity));
    }
    &::before{
      mix-blend-mode: multiply;
    }
    &::before{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    &::before{
      transition-duration: 300ms;
    }
    &:hover{
      gap: 0.75rem;
    }
    &:hover {
      &::before{
        height: 100%;
      }
    }
  }
  &.link{
    position: relative;
  }
  &.link{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  &.link{
    text-align: center;
  }
  &.link{
    font-weight: 600;
  }
  &.link{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }
  &.link {
    &::before {
      content: "";
    }
    &::before{
      position: absolute;
    }
    &::before{
      bottom: 0px;
    }
    &::before{
      height: 0.25rem;
    }
    &::before{
      width: 100%;
    }
    @keyframes bounce{
      0%, 100%{
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
      }

      50%{
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
      }
    }
    &::before{
      animation: bounce 1s infinite;
    }
    &::before{
      --tw-bg-opacity: 1;
      background-color: rgb(216 239 75 / var(--tw-bg-opacity));
    }
    &::before{
      mix-blend-mode: multiply;
    }
    &::before{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    &::before{
      transition-duration: 300ms;
    }
    &:hover {
      &::before{
        height: 100%;
      }
    }
  }
}

.certificate-item{
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(216 239 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}

.list-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  .check-icon{
    display: flex;
  }
  .check-icon{
    height: 2.75rem;
  }
  .check-icon{
    width: 2.75rem;
  }
  .check-icon{
    flex-shrink: 0;
  }
  .check-icon{
    align-items: center;
  }
  .check-icon{
    justify-content: center;
  }
  .check-icon{
    --tw-bg-opacity: 1;
    background-color: rgb(216 239 75 / var(--tw-bg-opacity));
  }
  .check-icon{
    padding: 0.5rem;
  }
  @media (min-width: 768px){
    .check-icon{
      height: 3.5rem;
    }
  }
  @media (min-width: 768px){
    .check-icon{
      width: 3.5rem;
    }
  }
  @media (min-width: 768px){
    .check-icon{
      padding: 0.75rem;
    }
  }
  .check-icon {
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
  }
  .text{
    font-size: 16px;
  }
  @media (min-width: 768px){
    .text{
      font-size: 20px;
    }
  }
}

.card-experience{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

@media (min-width: 1024px){
  .card-experience{
    gap: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.card-experience {
  .count{
    margin-left: 0px;
  }
  .count{
    display: flex;
  }
  .count{
    height: 2.75rem;
  }
  .count{
    width: 2.75rem;
  }
  .count{
    flex-shrink: 0;
  }
  .count{
    align-items: center;
  }
  .count{
    justify-content: center;
  }
  .count{
    --tw-bg-opacity: 1;
    background-color: rgb(216 239 75 / var(--tw-bg-opacity));
  }
  .count{
    font-size: 16px;
  }
  .count{
    font-weight: 700;
  }
  .count{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .count{
    transition-duration: 700ms;
  }
  @media (min-width: 1024px){
    .count{
      height: 3.5rem;
    }
  }
  @media (min-width: 1024px){
    .count{
      width: 3.5rem;
    }
  }
  @media (min-width: 1024px){
    .count{
      background-color: transparent;
    }
  }
  @media (min-width: 1024px){
    .count{
      font-size: 20px;
    }
  }
  @media (min-width: 1024px){
    .count{
      opacity: 0.2;
    }
  }
  .text{
    flex: 1 1 0%;
  }
  .text{
    font-size: 16px;
  }
  .text{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .text{
    transition-duration: 700ms;
  }
  @media (min-width: 1024px){
    .text{
      font-size: 20px;
    }
  }
  &:hover{
    --tw-border-opacity: 1;
    border-color: rgb(3 7 18 / var(--tw-border-opacity));
  }
  &:hover {
    .count{
      margin-left: 0.75rem;
    }
    .count{
      opacity: 1;
    }
    @media (min-width: 1024px){
      .count{
        --tw-bg-opacity: 1;
        background-color: rgb(216 239 75 / var(--tw-bg-opacity));
      }
    }
    .text{
      margin-left: -0.75rem;
    }
  }
}

.image-border{
  position: relative;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  img,
  picture{
    height: 100%;
  }
  img,
  picture{
    width: 100%;
  }
  &::after {
    content: "";
  }
  &::after{
    position: absolute;
  }
  &::after{
    top: 0px;
  }
  &::after{
    left: 0px;
  }
  &::after{
    z-index: 10;
  }
  &::after{
    height: 2.75rem;
  }
  &::after{
    width: 2.75rem;
  }
  &::after{
    --tw-bg-opacity: 1;
    background-color: rgb(216 239 75 / var(--tw-bg-opacity));
  }
  &::after {
    background: url("../images/img-corner.svg") no-repeat center center;
    background-size: cover;
    transition: width 0.7s, height 0.7s;
  }
}

.input-item {
  .label{
    margin-bottom: 0.5rem;
  }
  .label{
    font-weight: 500;
  }
  input{
    width: 100%;
  }
  input{
    border-width: 1px;
  }
  input{
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity));
  }
  input{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  input{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  @media (min-width: 1024px){
    input{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 1024px){
    input{
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
  }
  input {
    &:focus{
      --tw-border-opacity: 1;
      border-color: rgb(216 239 75 / var(--tw-border-opacity));
    }
  }
}

.animate {
  transform: translateY(20px);
  /* or translateX(-20px) for fade left */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.visible {
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.accordion{
  position: relative;
  margin-bottom: -1px;
  cursor: pointer;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.accordion:hover{
  background-color: rgb(255 255 255 / 0.5);
}

.accordion {
  transition: background-color 250ms ease-in-out;
  will-change: background-color;
  .accordion-body{
    display: flex;
  }
  .accordion-body{
    flex-direction: column;
  }
  .accordion-body{
    gap: 1.5rem;
  }
  .accordion-body{
    padding: 1.5rem;
  }
  @media (min-width: 768px){
    .accordion-body{
      flex-direction: row;
    }
  }
  @media (min-width: 768px){
    .accordion-body{
      gap: 2.75rem;
    }
  }
  @media (min-width: 768px){
    .accordion-body{
      padding: 2.75rem;
    }
  }
  .accordion-icon{
    height: 2.5rem;
  }
  .accordion-icon{
    width: 2.5rem;
  }
  .accordion-icon{
    flex-shrink: 0;
  }
  @media (min-width: 768px){
    .accordion-icon{
      height: 72px;
    }
  }
  @media (min-width: 768px){
    .accordion-icon{
      width: 72px;
    }
  }
  .accordion-icon {
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
  }
  .accordion-content{
    height: -moz-fit-content;
    height: fit-content;
  }
  .accordion-content{
    flex: 1 1 0%;
  }
  @media (min-width: 768px){
    .accordion-content{
      padding-right: 5rem;
    }
  }
  .accordion-content {
    .title{
      margin-bottom: 0.75rem;
    }
    .title{
      font-family: Geist, sans-serif;
    }
    .title{
      font-weight: 700;
    }
    .title{
      --tw-text-opacity: 1;
      color: rgb(3 7 18 / var(--tw-text-opacity));
    }
    .subtitle{
      font-size: 16px;
    }
    .subtitle{
      --tw-text-opacity: 1;
      color: rgb(31 41 55 / var(--tw-text-opacity));
    }
    @media (min-width: 768px){
      .subtitle{
        font-size: 20px;
      }
    }
    .subtitle {
      p{
        margin-bottom: 0px;
      }
    }
    .content{
      overflow: hidden;
    }
    .content{
      --tw-text-opacity: 1;
      color: rgb(31 41 55 / var(--tw-text-opacity));
    }
    .content{
      opacity: 0;
    }
    .content {
      transition: opacity 250ms ease-in-out, max-height 250ms ease-in-out;
      will-change: opacity, max-height;
      -webkit-transform: translate3d(0,0,0);
      max-height: 0;
      margin-top: 0;
      margin-bottom: 0;
    }
  }
  .expand-icon{
    position: absolute;
  }
  .expand-icon{
    right: 1.5rem;
  }
  .expand-icon{
    height: 1rem;
  }
  .expand-icon{
    width: 1rem;
  }
  @media (min-width: 768px){
    .expand-icon{
      position: relative;
    }
  }
  @media (min-width: 768px){
    .expand-icon{
      height: 1.5rem;
    }
  }
  @media (min-width: 768px){
    .expand-icon{
      width: 1.5rem;
    }
  }
  .expand-icon {
    svg{
      height: 100%;
    }
    svg{
      width: 100%;
    }
    svg{
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    svg{
      transition-duration: 300ms;
    }
    svg{
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
  }
  .border-strip{
    position: absolute;
  }
  .border-strip{
    top: 0px;
  }
  .border-strip{
    left: 0px;
  }
  .border-strip{
    z-index: 10;
  }
  .border-strip{
    width: 0.5rem;
  }
  .border-strip{
    --tw-bg-opacity: 1;
    background-color: rgb(216 239 75 / var(--tw-bg-opacity));
  }
  @media (min-width: 768px){
    .border-strip{
      width: 1rem;
    }
  }
  .border-strip {
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 250ms ease-out;
    will-change: transform;
    -webkit-transform: translate3d(0,0,0) scaleY(0);
  }
  /* Hover state - strip slides in */
  &:hover .border-strip {
    transform: scaleY(1);
    -webkit-transform: translate3d(0,0,0) scaleY(1);
  }
  /* Expanded state styles */
  &.expanded{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  &.expanded{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  &.expanded{
    --tw-shadow-color: #d1d5db;
    --tw-shadow: var(--tw-shadow-colored);
  }
  &.expanded {
    .accordion-content .content{
      opacity: 1;
    }
    .accordion-content .content {
      max-height: 200px;
      /* Adjust this value based on your content */
      margin-top: 1rem;
    }
    .expand-icon svg{
      --tw-rotate: 45deg;
      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));
    }
    /* Keep border strip visible when expanded */
    .border-strip {
      transform: scaleY(1);
      -webkit-transform: translate3d(0,0,0) scaleY(1);
    }
  }
}

/* Client Logo Grid */

.client-logo-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px;
}

@media (min-width: 768px){
  .client-logo-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.client-logo-grid {
  .client-logo{
    display: flex;
  }
  .client-logo{
    height: 100%;
  }
  .client-logo{
    width: 100%;
  }
  .client-logo{
    align-items: center;
  }
  .client-logo{
    justify-content: center;
  }
  .client-logo{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .client-logo{
    transition-duration: 300ms;
  }
  .client-logo {
    img{
      max-height: 100%;
    }
    img{
      max-width: 100%;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
    img{
      --tw-saturate: saturate(0);
      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);
    }
    img{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    img{
      transition-duration: 300ms;
    }
    img:hover{
      --tw-saturate: saturate(1);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    }
  }
}

/* Good Fit */

.good-fit-item{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding: 2rem;
  .title{
    font-size: 20px;
  }
  .title{
    font-weight: 500;
  }
  .title{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }
  @media (min-width: 768px){
    .title{
      font-size: 24px;
    }
  }
  .icon{
    margin-bottom: 1.5rem;
  }
  .icon{
    display: flex;
  }
  .icon{
    height: 2.5rem;
  }
  .icon{
    width: 2.5rem;
  }
  .icon{
    align-items: center;
  }
  .icon{
    justify-content: center;
  }
  .icon{
    border-width: 2px;
  }
  .icon{
    --tw-border-opacity: 1;
    border-color: rgb(3 7 18 / var(--tw-border-opacity));
  }
  @media (min-width: 768px){
    .icon{
      margin-bottom: 4rem;
    }
  }
  @media (min-width: 768px){
    .icon{
      height: 3.5rem;
    }
  }
  @media (min-width: 768px){
    .icon{
      width: 3.5rem;
    }
  }
  .icon {
    img{
      height: 2rem;
    }
    img{
      width: 2rem;
    }
    @media (min-width: 768px){
      img{
        height: 2.5rem;
      }
    }
    @media (min-width: 768px){
      img{
        width: 2.5rem;
      }
    }
  }
}

/* CTA */

.cta{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px){
  .cta{
    flex-direction: row;
    gap: 5rem;
    padding: 4rem;
  }
}

.cta {
  .title{
    flex: 1 1 0%;
  }
  .title{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .subtitle{
    font-size: 16px;
  }
  .subtitle{
    color: rgb(255 255 255 / 0.6);
  }
  @media (min-width: 768px){
    .subtitle{
      font-size: 20px;
    }
  }
  .icon, a{
    display: flex;
  }
  .icon, a{
    height: 3rem;
  }
  .icon, a{
    width: 3rem;
  }
  .icon, a{
    flex-shrink: 0;
  }
  .icon, a{
    align-items: center;
  }
  .icon, a{
    justify-content: center;
  }
  .icon, a{
    --tw-bg-opacity: 1;
    background-color: rgb(216 239 75 / var(--tw-bg-opacity));
  }
  .icon, a{
    padding: 0.75rem;
  }
  @media (min-width: 768px){
    .icon, a{
      height: 5rem;
    }
  }
  @media (min-width: 768px){
    .icon, a{
      width: 5rem;
    }
  }
  @media (min-width: 768px){
    .icon, a{
      padding: 0.75rem;
    }
  }
  .icon, a {
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
  }
}

/* Expertise */

.expertise-item{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px){
  .expertise-item{
    padding: 2rem;
  }
}

.expertise-item {
  .title{
    margin-bottom: 0.75rem;
  }
  .title{
    font-size: 24px;
  }
  .title{
    font-weight: 600;
  }
  .title{
    --tw-text-opacity: 1;
    color: rgb(3 7 18 / var(--tw-text-opacity));
  }
  @media (min-width: 768px){
    .title{
      margin-bottom: 1.5rem;
    }
  }
  @media (min-width: 768px){
    .title{
      font-size: 28px;
    }
  }
  @media (min-width: 1024px){
    .title{
      font-size: 32px;
    }
  }
  p{
    margin-bottom: 0px;
  }
}

/* Collage */

.collage-item{
  position: relative;
  height: 11rem;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .collage-item{
    height: -moz-fit-content;
    height: fit-content;
  }
}

.collage-item {
  img{
    height: 100%;
  }
  img{
    width: 100%;
  }
  img{
    -o-object-fit: cover;
       object-fit: cover;
  }
  img{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  img{
    transition-duration: 300ms;
  }
  img:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .credits{
    position: absolute;
  }
  .credits{
    bottom: 0px;
  }
  .credits{
    left: 0px;
  }
  .credits{
    z-index: 10;
  }
  .credits{
    width: 100%;
  }
  .credits{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }
  .credits{
    --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .credits{
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .credits{
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
  }
  .credits{
    padding: 0.75rem;
  }
  .credits{
    padding-top: 2.5rem;
  }
  .credits{
    font-size: 12px;
  }
  .credits{
    font-weight: 500;
  }
  .credits{
    color: rgb(255 255 255 / 0.8);
  }
}

/* What to expect */

.expect-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .expect-item{
    gap: 2rem;
  }
}

.expect-item {
  .icon{
    display: flex;
  }
  .icon{
    height: 4rem;
  }
  .icon{
    width: 4rem;
  }
  .icon{
    flex-shrink: 0;
  }
  .icon{
    align-items: center;
  }
  .icon{
    justify-content: center;
  }
  .icon{
    --tw-bg-opacity: 1;
    background-color: rgb(216 239 75 / var(--tw-bg-opacity));
  }
  .icon{
    padding: 0.75rem;
  }
  @media (min-width: 768px){
    .icon{
      height: 5rem;
    }
  }
  @media (min-width: 768px){
    .icon{
      width: 5rem;
    }
  }
  @media (min-width: 768px){
    .icon{
      padding: 1rem;
    }
  }
  @media (min-width: 1024px){
    .icon{
      height: 6rem;
    }
  }
  @media (min-width: 1024px){
    .icon{
      width: 6rem;
    }
  }
  @media (min-width: 1024px){
    .icon{
      padding: 1.25rem;
    }
  }
  .icon {
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
  }
  .title{
    padding-right: 1.5rem;
  }
}

.hover\:ring-8:hover{
  --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(8px + 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);
}

.hover\:ring-primary\/10:hover{
  --tw-ring-color: rgb(216 239 75 / 0.1);
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

@media (min-width: 768px){
  .md\:right-4{
    right: 1rem;
  }

  .md\:top-\[60px\]{
    top: 60px;
  }

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }

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

  .md\:border-r{
    border-right-width: 1px;
  }

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

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

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

  .md\:pr-16{
    padding-right: 4rem;
  }

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

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

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

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

  .lg\:right-0{
    right: 0px;
  }

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

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

  .lg\:mr-0{
    margin-right: 0px;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:h-16{
    height: 4rem;
  }

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

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

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

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

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

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

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

  .lg\:w-4\/12{
    width: 33.333333%;
  }

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

  .lg\:w-6\/12{
    width: 50%;
  }

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

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

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

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

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

  .lg\:p-6{
    padding: 1.5rem;
  }

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

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

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

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

@media (min-width: 1280px){
  .xl\:flex{
    display: flex;
  }

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

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

  .xl\:w-6\/12{
    width: 50%;
  }

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

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

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

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

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

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

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

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

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pl-11{
    padding-left: 2.75rem;
  }

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

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