/*

Theme Name: Wijayatrans Theme

*/

*, ::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.19 | MIT License | https://tailwindcss.com

*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.col-span-full {
  grid-column: 1 / -1;
}

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

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

.\!mb-5 {
  margin-bottom: 1.25rem !important;
}

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

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

.\!max-w-\[800px\] {
  max-width: 800px !important;
}

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

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

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

.gap-5 {
  gap: 1.25rem;
}

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

.\!rounded-md {
  border-radius: 0.375rem !important;
}

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

.\!border-b-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}

.\!bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

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

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!py-\[100px\] {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.\!pb-\[200px\] {
  padding-bottom: 200px !important;
}

.\!pt-\[150px\] {
  padding-top: 150px !important;
}

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

.\!font-inter {
  font-family: inter, sans-serif !important;
}

.\!font-outfit {
  font-family: outfit, sans-serif !important;
}

.font-inter {
  font-family: inter, sans-serif;
}

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

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

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

.\!font-light {
  font-weight: 300 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

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

.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

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

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

@font-face {
  font-family: 'raleway';

  src: url('assets/fonts/Raleway-VariableFont_wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-stretch: 75% 125%;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'raleway-italic';

  src: url('assets/fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-style: oblique 0deg 10deg;

  font-display: swap;
}

@font-face {
  font-family: 'inter';

  src: url('assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-stretch: 75% 125%;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'inter-italic';

  src: url('assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-style: oblique 0deg 10deg;

  font-display: swap;
}

@font-face {
  font-family: 'josefin';

  src: url('assets/fonts/JosefinSans-VariableFont_wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-stretch: 75% 125%;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'josefin-italic';

  src: url('assets/fonts/JosefinSans-Italic-VariableFont_wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-style: oblique 0deg 10deg;

  font-display: swap;
}

@font-face {
  font-family: 'outfit';

  src: url('assets/fonts/Outfit-VariableFont_wght.ttf') format('truetype-variations');

  font-weight: 100 900;

  font-stretch: 75% 125%;

  font-style: normal;

  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'raleway', sans-serif;
}

html {
  scroll-behavior: smooth
}

a {
  text-decoration: none;
}

.customize-support .navigation {
  top: 32px
}

.logo-brand {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition: color .3s ease-in-out;
}

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

.navigation {
  width: 100%;
}

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

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

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

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

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

.navigation {
  left: 50%;
  margin-top: 0.75rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

.navigation {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  transition: all .5s ease-in-out;
}

.navigation.is-active {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navigation.is-active .navigation__links a {
  color: black;
}

.navigation .navigation__container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation .navigation__side-item {
  width: 200px;
}

.navigation .navigation__side-item.is-right {
  display: flex;
  justify-content: flex-end;
}

.navigation .navigation__side-item.is-right .cta {
  display: none;
}

.navigation .hamburger {
  display: block;
}

.navigation .navigation__side-item.is-left {
  position: relative;
}

.navigation .navigation__brand, .navigation .navigation__brand-not-home {
  width: 130px;
}

.navigation .navigation__brand.is-black {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .5s linear;
}

.navigation .navigation__brand.is-black.is-black--active {
  opacity: 1;
}

.navigation .navigation__links {
  display: none;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 32px;
}

.navigation .navigation__links a {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  color: black;
  opacity: .5;
  transition: all .5s ease-in-out;
}

.navigation .navigation__links a:hover {
  opacity: 1;
}

.navigation .navigation__links .current_page_item a {
  opacity: 1;
}

.hero {
  position: relative;
  background-image: 
    radial-gradient(circle at 70% 70%, transparent, rgba(0,0,0,.5) 70%), 
    url('assets/img/hero-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero .hero__container {
  height: 80vh;
}

@media (min-width: 1024px) {
  .hero .hero__container {
    aspect-ratio: 2816/1536;
    height: auto;
  }
}

.hero .hero__container {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero .hero__content {
  position: relative;
  color: white;
  max-width: 550px;
}

.hero .hero__title {
  font-family: 'josefin', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 32px !important;
  line-height: 42px !important;
}

.hero .hero__benefit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style-type: none;
}

.hero .hero__benefit__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-family: 'josefin', sans-serif;
}

.hero .hero__benefit__item span {
  width: 24px;
  height: 24px;
  background-color: #3582c4;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.listing {
  margin: 24px 0;
}

.listing .listing__container {
  position: relative;
}

.listing .listing__header {
  min-height: 124px;
  margin-bottom: 24px;
}

.listing .listing__filter-form {
  border: 1px solid #c2c2c2;
  border-radius: 18px;
  padding: 18px 24px;
  gap: 32px;
}

.listing .listing__filter-form__fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.listing .listing__filter-form .input__wrapper--2 {
  flex: 1;
  width: 100%;
}

.listing .listing__filter-form .input__wrapper--1 {
  flex: 1;
  width: 100%;
}

.listing .listing__filter-form .separator {
  height: 40px;
  width: 1px;
  background-color: #c2c2c2;
  border-radius: 1px;
  margin: auto 48px;
  display: none;
}

.listing .listing__filter-form label {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #7e7e7e;
}

.listing .listing__filter-form label span {
  display: block;
}

.listing .listing__filter-form .input {
  border: none;
  outline: none;
  display: block;
  flex: 1;
  padding: 10px 0;
  border-radius: 18px;
  font-weight: 600;
  color: black;
  width: 100%;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.listing .input__select-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.listing .input__select-wrapper svg {
  color: #7e7e7e;
}

.listing .listing__filter-form .input::-moz-placeholder {
  color: black;
}

.listing .listing__filter-form .input::placeholder {
  color: black;
}

.listing .listing__filter__form-button {
  width: 100%;
  padding: 10px 24px 10px 18px;
  color: white;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  margin-top: 12px;
}

.listing .listing__filter__form-button svg {
  margin-right: 8px;
}

.listing .listing__title {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
  font-family: 'josefin', sans-serif;
}

.listing .listing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.listing .listing__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.listing .listing__card__image-wrapper {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 16/13;
  background-color: rgb(245 246 254);
}

.listing .listing__card__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.listing .listing__card__title {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.listing .listing__card__label {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-bottom: 8px;
}

.listing .listing__card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 500;
}

.listing .listing__card__action-btn {
  border: 1px solid #c2c2c2;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: black;
  font-family: 'inter';
}

.listing .listing__card__footer {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  justify-content: flex-end;
}

.listing .listing__card__footer-item {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'inter', sans-serif;
  margin-bottom: 4px;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}

.listing .listing__card__footer-item:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0;
}

.listing .listing__card .no-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.listing .listing__card__footer-item span {
  font-family: 'inter', sans-serif;
  font-weight: 600;
}

.listing .listing__card__footer-item span:first-of-type {
  font-size: 16px;
}

.cta {
  background-color: rgb(245 246 254);
  padding: 60px 0;
}

.cta .cta__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  max-width: 400px;
  margin-bottom: 12px;
  font-family: 'josefin', sans-serif;
}

.cta .cta__content {
  max-width: 370px;
}

.cta .cta__description {
  margin-bottom: 12px;
  line-height: 24px;
}

.pre-footer .embed-map-fixed {
  width: 100%;
}

.pre-footer .embed-map-container {
  width: 100%;
}

.footer {
  background-color: rgb(29 35 39);
  padding-top: 60px;
  color: white;
}

.footer .footer__container {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .footer__main {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer .footer__brand {
  width: 160px;
  margin-bottom: 12px;
}

.footer .footer__address {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: center;
}

.footer .footer__social__list {
  display: flex;
  gap: 12px;
  list-style: none;
  align-items: center;
  margin-top: 24px;
  justify-content: center;
  width: 100%;
}

.footer .footer__social__list-item a {
  color: white;
  transition: all 0.3s ease-in-out;
}

.footer .footer__social__list-item a:hover {
  opacity: .8;
}

.footer .footer__copyright {
  background-color: rgb(22, 28, 31);
  font-size: 12px;
  line-height: 18px;
  padding: 16px 0;
}

.footer .copyright__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.footer .footer__copyright__text {
  color: white;
  text-align: center;
}

.footer .copyright__container .menu {
  display: flex;
  list-style: none;
  gap: 8px;
  justify-content: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.footer .copyright__container .menu-item a {
  color: white;
}

.footer .copyright__container .menu-item:nth-child(n+2) a::before {
  background-color: white;
  content: '';
  display: inline-block;
  height: 4px;
  margin-bottom: 3px;
  margin-right: 8px;
  width: 4px;
  border-radius: 4px;
}

/* Button */

.btn {
  display: inline-block;
  padding: 12px 16px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn--primary {
  color: black;
  background-color: white;
  border: 1px solid #c2c2c2;
}

.btn--primary:hover {
  background-color: rgb(242, 242, 242);
}

.btn--secondary {
  color: white;
  background-color: #3582c4;
}

/* Small (sm) */

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

  .hero .hero__container {
    padding-bottom: 250px;
  }

  .hero .hero__benefit__list {
    gap: 64px;
  }

  .hero .hero__title {
    font-size: 42px !important;
    line-height: 60px !important;
  }

  .listing .listing__filter-form__fields {
    flex-direction: row;
  }

  .listing .listing__filter-form .separator {
    display: block;
  }

  .listing .listing__filter-form .input__wrapper--2 {
    flex: 5;
    width: auto;
  }

  .listing .listing__filter-form .input__wrapper--1 {
    flex: 3;
    width: auto;
  }

  .listing {
    margin: 60px 0;
    padding: 0 16px;
  }

  .listing .listing__container {
    background-color: white;
    margin-top: -200px;
    z-index: 1;
    border-radius: 20px;
    padding: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .listing .listing__card__footer-item {
    flex-direction: row;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .footer .footer__container {
    flex-direction: row;
    align-items: flex-end;
  }

  .footer .footer__main {
    max-width: 400px;
    align-items: flex-start;
  }

  .footer .footer__social__list {
    margin-top: 0;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
  }

  .footer .copyright__container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer .footer__copyright__text {
    text-align: left;
  }

  .footer .copyright__container .menu {
    margin-bottom: 0;
  }

  .footer .footer__address {
    text-align: left;
  }
}

/* Medium (md) */

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

  .navigation .hamburger {
    display: none;
  }

  .hero .hero__title {
    font-size: 32px;
    line-height: 40px;
  }

  .navigation .navigation__links {
    display: flex;
  }

  .navigation .navigation__side-item.is-right .cta {
    display: block;
  }

  .navigation .hamburger {
    display: none;
  }

  .listing .listing__grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 32px;
  }

  .listing .listing__filter-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .listing .listing__filter__form-button {
    width: auto;
    margin-top: 0;
  }

  .cta .cta__container {
    display: flex;
    justify-content: space-between;
  }

  .cta .cta__title {
    margin-bottom: 0;
  }
}

/* Large (lg) */

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

/* Extra Large (xl) */

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

/* 2XL (Tailwind style) */

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

/* Hamburger Menu */

.nav {
  --color: #ffffff;
  background: none;
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.nav svg {
  fill: none;
  stroke: var(--color);
  stroke-width: 7px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav svg use:nth-of-type(1) {
  opacity: 1;
  stroke-dashoffset: 221;
  stroke-dasharray: 46 249;
  transition: all 0.12s linear 0.2s, stroke-dasharray 0.12s linear 0.2s, opacity 0s linear 0.2s;
}

.nav svg use:nth-of-type(2) {
  animation: stroke-animation-reverse 1.2s ease-out forwards;
  transition: color 0.12s linear 0.2s, stroke-dasharray 0.12s linear 0.2s, opacity 0s linear 0.2s;
}

.navigation.nav-active {
  background-color: transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  box-shadow: none;
}

.navigation.is-active .nav svg {
  stroke: black;
}

.nav.is-active svg {
  stroke: black;
}

.nav.is-active svg use:nth-of-type(1) {
  stroke-dashoffset: 175;
  stroke-dasharray: 0 295;
  opacity: 0;
  transition: stroke-dashoffset 0.07s linear 0.07s, stroke-dasharray 0.07s linear 0.07s, opacity 0s linear 0.14s;
}

.nav.is-active svg use:nth-of-type(2) {
  animation: stroke-animation 1.2s ease-out forwards;
}

.navigation__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.navigation__mobile-menu.is-active {
  pointer-events: auto;
  opacity: 1;
}

.navigation__mobile-menu .navigation__mobile__list {
  list-style: none;
}

.navigation__mobile-menu .navigation__mobile__list li {
  margin-bottom: 24px;
  text-align: center;
}

.navigation__mobile-menu .navigation__mobile__list li:last-child {
  margin-bottom: 0;
}

.navigation__mobile-menu .navigation__mobile__list a {
  color: black;
  font-weight: 500;
  opacity: .6;
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.not-found .not-found__title {
  font-family: 'josefin', sans-serif;
  text-align: center;
  margin-bottom: 12px;
}

.not-found .not-found__description {
  font-family: 'josefin', sans-serif;
  text-align: center;
  margin-bottom: 24px;
}

.not-found .not-found__link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 24px;
}

@keyframes stroke-animation {
  0% {
    stroke-dashoffset: 295;
    stroke-dasharray: 25 270;
  }

  50% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }

  65% {
    stroke-dashoffset: 59;
    stroke-dasharray: 59 236;
  }

  100% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }
}

@keyframes stroke-animation-reverse {
  0% {
    stroke-dashoffset: 68;
    stroke-dasharray: 59 236;
  }

  50% {
    stroke-dashoffset: 290;
    stroke-dasharray: 25 270;
  }

  65% {
    stroke-dashoffset: 295;
    stroke-dasharray: 25 270;
  }

  100% {
    stroke-dashoffset: 290;
    stroke-dasharray: 25 270;
  }
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:text-teal-400:hover {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:items-end {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:gap-0 {
    gap: 0px;
  }

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

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