*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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: "Outfit", "sans-serif";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

abbr:where([title]) {
  -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;
}

html {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1));
}

p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

p:first-child {
  margin-top: 0px;
}

p:last-child {
  margin-bottom: 0px;
}

strong {
  font-weight:700;
}

a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.container {
  width: 100%;
}

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

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

@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: 1366px) {
  .container {
    max-width: 1366px;
  }
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!-left-16 {
  left: -4rem !important;
}

.\!-right-16 {
  right: -4rem !important;
}

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

.\!right-1\/2 {
  right: 50% !important;
}

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

.-left-32 {
  left: -8rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

.-ml-12 {
  margin-left: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

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

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

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

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

.mb-\[10vw\] {
  margin-bottom: 10vw;
}

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-20 {
  height: 5rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[50rem\] {
  max-height: 50rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.-translate-x-\[100\%\] {
  --tw-translate-x: -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));
}

.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-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

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

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

.rounded-full {
  border-radius: 9999px;
}

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

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

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

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

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

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
}

.bg-sub4 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

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

.\!bg-right {
  background-position: right !important;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

.pl-12 {
  padding-left: 3rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

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

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

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

.pt-40 {
  padding-top: 10rem;
}

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

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\!font-bold {
  font-weight: 700 !important;
}

.font-extralight {
  font-weight: 200;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#main-content {
  min-height: 60vh;
}

body.menu-opened {
  overflow: hidden;
}

/* img bg top - footer */

#main-footer:before {
  content:'';
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 0px;
  margin-bottom: -0.125rem;
  display: block;
  height: 50%;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image:url("data:image/svg+xml,%3Csvg id='f73d9568-19dd-4a20-bf56-ba856660b7f4' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 190'%3E%3Cpath d='M1641.87,0q-36.94,0-78.44,2.81h-.38q-36.43,0-174.58,34.1-287.31,89-342.92,102.23Q923,167.54,867.38,167.54q-3.25,0-6.29-.1-8.73.81-19.85.81-48.13,0-140.92-15.09-48-9.24-95.37-21.84Q439.8,84,367.34,67.15,258,44,194.8,43.23q-24.17-1.56-51.29-1.56Q79.91,41.67,0,50.24V189H1920V46.86A1223.28,1223.28,0,0,0,1772.24,11.4Q1716.32,0,1641.87,0Z' fill='%2363b0bb'/%3E%3Cpath d='M1549.69,70q-31.87,0-67.69,1.93h-.34q-31.44,0-150.67,23.49-248,61.32-296,70.43-105.78,19.58-153.76,19.57-2.82,0-5.43-.06-7.55.55-17.14.55-41.54,0-121.63-10.39-41.45-6.37-82.31-15.05-142.53-32.59-205.07-44.21-94.33-16-148.9-16.48-20.87-1.07-44.27-1.07Q153.2,98.71,0,119.62v69.81c0,.31.4.57.89.57H1919.1a1.13,1.13,0,0,0,.62-.17.48.48,0,0,0,.26-.4V139.11h0q-64.05-19.94-99.82-29a1286.59,1286.59,0,0,0-158-32.27Q1613.94,70,1549.69,70Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size:100% auto;
}

/* icono menu abrir / cerrar */

#toggle-menu-icon {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.menu-icon {
  position: relative;
  display: flex;
  width: 1.5rem;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.menu-icon .menu-icon-line {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  height: 0.125rem;
  width: 100%;
  transform-origin: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 105 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-icon .menu-icon-line:nth-of-type(1) {
  --tw-translate-y: -8px;
  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));
}

.menu-icon .menu-icon-line:nth-of-type(3) {
  --tw-translate-y: 8px;
  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));
}

/* header */

#main-header svg, #main-footer svg {
  height: 100%;
  width: 100%;
}

#main-header > div:first-child a:hover {
  opacity: 0.7;
}

#top-menu .menu-item {
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
}

/* header sticky / opened / header-white pages */

#main-header.sticky-active {
  position: fixed;
}

/* header menu abierto */

body.menu-opened #main-header {
  position: fixed !important;
  --tw-translate-y: 0px !important;
  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)) !important;
  transition-delay: 300ms;
}

body.menu-opened #main-header:before {
  content:'';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(100 100 105 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* menu icon - header abierto */

body.menu-opened .menu-icon .menu-icon-line {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
}

body.menu-opened .menu-icon .menu-icon-line:nth-of-type(1) {
  --tw-translate-y: 0px;
  --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));
}

body.menu-opened .menu-icon .menu-icon-line:nth-of-type(2) {
  display: none;
}

body.menu-opened .menu-icon .menu-icon-line:nth-of-type(3) {
  --tw-translate-y: 0px;
  --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));
}

/* nav menu links - level 0 */

#main-menu > .menu-item {
  position: relative;
  height: 100%;
}

#main-menu > .menu-item > a {
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1;
}

#main-menu > .menu-item > a span {
  display: inline-block;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#main-menu > .menu-item > a:hover span {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

/* current menu item */

#main-menu > .menu-item.current-menu-item > a span, 
  #main-menu > .menu-item.current-menu-parent > a span {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* mobile menu */

#offset-menu .menu-item > a {
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  line-height: 1 !important;
}

/* current menu item */

#offset-menu .menu-item.current-menu-item > a, 
  #offset-menu .menu-item.current-menu-parent > a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 165 181 / var(--tw-text-opacity, 1));
}

/* #offset-menu .menu-item a { @apply inline-flex items-center; } */

/* mobile sub menu */

/* #offset-menu .sub-menu { @apply py-3 border-t; }
  #offset-menu .sub-menu .menu-item > a { @apply py-3 pl-6 text-sm sm:text-base; }
  #offset-menu .sub-menu .menu-item > a:before { content:''; @apply block absolute top-1/2 left-0 -mt-1 w-2 h-2 bg-main; }

  #offset-menu .sub-menu .menu-item.current-menu-item > a:before,
  #offset-menu .sub-menu .menu-item.current-menu-parent > a:before { @apply bg-gral; } */

#mobile-menu > :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));
  border-color: rgb(100 100 105 / 0.2);
}

#mobile-menu {
  border-bottom-width: 1px;
  border-color: rgb(100 100 105 / 0.2);
}

#mobile-menu > .menu-item > a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 600px) {
  #mobile-menu > .menu-item > a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width:1024px) {
}

/* ***************************************************** */

/* bloques */

section, .section {
  position: relative;
  z-index: 10;
}

.section-x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 600px) {
  .section-x {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .section-x {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.section-y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 600px) {
  .section-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .section-y {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.section-y-md {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 600px) {
  .section-y-md {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .section-y-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.section-y-lg {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 600px) {
  .section-y-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .section-y-lg {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.section-y-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 600px) {
  .section-y-xl {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1024px) {
  .section-y-xl {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.section-wrap {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
}

.section-wrap.section-wrap-xs {
  max-width: 56rem;
}

@media (min-width: 1024px) {
  .section-wrap.section-wrap-xs {
    width: 75%;
  }
}

.section-wrap.section-wrap-sm {
  max-width: 64rem;
}

.section-wrap.section-wrap-md {
  max-width: 72rem;
}

.section-wrap.section-wrap-lg {
  max-width: 90rem;
}

.section-wrap.section-wrap-xl {
  max-width: 100rem;
}

/* image backgrounds */

.section-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.section-bg > * {
  pointer-events: none;
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media (orientation: portrait) {
  .bg-image {
    background-position: center;
  }
}

/* .bg-default { @apply bg-sub2; } */

/* pages breadcrumb */

/* .breadcrumb { @apply text-nn xl:text-xs uppercase font-normal tracking-widest mb-4 xl:mb-6; }
.breadcrumb a, .breadcrumb span { @apply inline-block mx-2; }
.breadcrumb a { @apply opacity-60 hover:opacity-100; } */

/* titulos */

.title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 200;
  line-height: 1.1 !important;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(37 39 41 / var(--tw-text-opacity, 1));
}

.title:last-child {
  margin-bottom: 0px;
}

@media (min-width: 600px) {
  .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .title {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.title.title-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@media (min-width: 600px) {
  .title.title-xs {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .title.title-xs {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.title.title-sm {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 600px) {
  .title.title-sm {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .title.title-sm {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.title.title-md {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1280px) {
  .title.title-md {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.title.title-lg {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
}

@media (min-width: 1280px) {
  .title.title-lg {
    font-size: 3rem;
    line-height: 1;
  }
}

.title.title-xl {
  font-size: 3rem;
  font-weight: 100;
  line-height: 0.85 !important;
}

@media (min-width: 1280px) {
  .title.title-xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

/* .title strong { @apply font-black; } */

.title-serif {
  font-family: "Unna", "serif";
  font-style: italic;
}

.title-serif strong {
  font-size: 120%;
}

.title-serif span {
  font-family: "Outfit", "sans-serif";
  font-weight: 900;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(0 165 181 / var(--tw-text-opacity, 1));
}

/* .subtitle { @apply block text-xs sm:text-sm uppercase font-bold !leading-none mb-4; } */

/* .content-page .title { @apply border-b border-b-gral-light pb-4 mb-8; } */

.content-page h1:not(:first-child), 
.content-page h2:not(:first-child), 
.content-page h3:not(:first-child), 
.content-page h4:not(:first-child), 
.content-page h5:not(:first-child), 
.content-page h6:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 1280px) {
  .content-page h1:not(:first-child), 
.content-page h2:not(:first-child), 
.content-page h3:not(:first-child), 
.content-page h4:not(:first-child), 
.content-page h5:not(:first-child), 
.content-page h6:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 39 41 / var(--tw-text-opacity, 1));
}

.content-page h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1280px) {
  .content-page h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.content-page h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1280px) {
  .content-page h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.content-page h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  .content-page h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.content-page h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {
  .content-page h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.content-page h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {
  .content-page h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.content-page h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .2em;
}

@media (min-width: 1280px) {
  .content-page h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.content-inverse .content-page h1, .content-inverse .content-page h2, .content-inverse .content-page h3, .content-inverse .content-page h4, .content-inverse .content-page h5, .content-inverse .content-page h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* text content */

.content {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 600px) {
  .content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .content {
    font-size: 1.175rem;
  }
}

.content.content-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

@media (min-width: 600px) {
  .content.content-xs {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .content.content-xs {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.content.content-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25 !important;
}

@media (min-width: 600px) {
  .content.content-sm {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .content.content-sm {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.content.content-md {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 600px) {
  .content.content-md {
    font-size: 1.175rem;
  }
}

@media (min-width: 1280px) {
  .content.content-md {
    font-size: 1.35rem;
  }
}

.content.content-lg {
  font-size: 1.175rem;
  font-weight: 200;
}

@media (min-width: 600px) {
  .content.content-lg {
    font-size: 1.35rem;
  }
}

@media (min-width: 1280px) {
  .content.content-lg {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.content.content-xl {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 200;
  line-height: 1.25 !important;
}

@media (min-width: 600px) {
  .content.content-xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .content.content-xl {
    font-size: 2rem;
  }
}

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

.content-inverse svg > * {
  fill: #fff;
}

/* listas */

.content ul, .content ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.content ul > :not([hidden]) ~ :not([hidden]), .content ol > :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));
}

.content ul, .content ol {
  padding-left: 1rem;
}

.content ul:first-child, .content ol:first-child {
  margin-top: 0px;
}

.content ul:last-child, .content ol:last-child {
  margin-bottom: 0px;
}

.content ul {
  list-style-type: disc;
}

.content ol {
  list-style-type: decimal;
}

.content ul:first-child, .content ol:first-child {
  margin-top: 0px !important;
}

.content ul:last-child, .content ol:last-child {
  margin-bottom: 0px !important;
}

.content li::marker {
  --tw-text-opacity: 1;
  color: rgb(99 176 187 / var(--tw-text-opacity, 1));
}

/* other content */

/* .content-page a { @apply font-extralight hover:underline; }
  .content-news p:first-child { @apply text-lg sm:text-[1.175rem] xl:text-[1.35rem] leading-snug; }
  .content-box { @apply bg-white/95 shadow-xl p-6 sm:p-8 xl:p-12; }
  .content-form { @apply bg-black overflow-hidden pt-32 pb-16 lg:pt-40 lg:pb-24; }
  .content-form .section-bg, .content-form .bg-image { @apply opacity-90; } */

/* page header - image / title */

.page-header {
  height: 50vw;
  max-height: 35rem;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .page-header {
    max-height: 40rem;
  }
}

@media (orientation: portrait) {
  .page-header {
    height: 100vw;
  }
}

.page-header-full {
  height: 60vw;
  max-height: 50rem;
}

@media (orientation: portrait) {
  .page-header-full {
    height: 96vh;
    max-height: 42rem;
  }
}

.page-header .section-bg > * {
  opacity: 1;
}

.page-header:before {
  content:'';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: block;
  height: 100%;
  width: 50%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.4) 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);
}

.page-header .title {
  text-shadow:2px 2px 1rem rgba(0,0,0,.4);
  margin-bottom: 0px;
}

/* ***************************************************** */

/* botones */

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1 !important;
  letter-spacing: .2em;
  outline-width: 0px !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 1280px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.btn-default {
  --tw-border-opacity: 1;
  border-color: rgb(179 177 177 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1));
}

.btn-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(179 177 177 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-default:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(179 177 177 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 165 181 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 39 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 39 41 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 39 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 39 41 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 39 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 39 41 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 39 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 39 41 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn > *, .menu-item > a > * {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn > *:first-child, .menu-item > a > *:first-child {
  margin-left: 0px;
}

.btn > *:last-child, .menu-item > a > *:last-child {
  margin-right: 0px;
}

.btn svg {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  height: 1.25rem;
  width: 1.25rem;
}

.btn-default svg > *, .btn-secondary svg > * {
  fill: #646469;
}

.btn-primary svg > * {
  fill: #fff;
}

.btn:hover svg > *, .btn:focus svg > * {
  fill: #fff;
}

.btn-text {
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 165 181 / var(--tw-text-opacity, 1));
}

.btn-text:hover {
  font-weight: 700;
}

@media (min-width: 1280px) {
  .btn-small {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.65rem;
  }
}

.btn-big {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1280px) {
  .btn-big {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* .btn-icon { @apply px-0 w-8 h-8 hover:bg-white/10; }
.btn.btn-icon svg { @apply w-5 h-5; }
.btn-icon svg > * { @apply !fill-white; } */

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

.content-inverse .btn-default {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-default:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 165 181 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-primary:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-primary:focus {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 165 181 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1));
}

.content-inverse .btn-default svg > * {
  fill: #fff;
}

.content-inverse .btn-default:hover svg > *, .content-inverse .btn-default:focus svg > *,
  .content-inverse .btn-secondary:hover svg > *, .content-inverse .btn-secondary:focus svg > * {
  fill: #646469;
}

.content-inverse .btn-primary:not(:hover):not(:focus) svg > * {
  fill: #00A5B5;
}

.content-inverse .btn-secondary:not(:hover):not(:focus) svg > * {
  fill: #fff;
}

/* btn whatsapp fixed */

.btn-wa {
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-wa:before {
  content:'';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}

.btn-wa i {
  position: relative;
  z-index: 100;
}

.btn-wa > span {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: inline-flex;
  height: 3rem;
  width: auto;
  --tw-translate-x: 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));
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 3rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-wa:hover > span {
  --tw-translate-x: 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));
  opacity: 1;
}

/* ***************************************************** */

/* forms */

.wpcf7-form-control {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio) {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  background-color: rgb(0 165 181 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1));
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio)::-moz-placeholder {
  color: rgb(100 100 105 / 0.8);
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio)::placeholder {
  color: rgb(100 100 105 / 0.8);
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 165 181 / var(--tw-border-opacity, 1));
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 165 181 / var(--tw-border-opacity, 1));
}

.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 1280px) {
  .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.wpcf7-form-control.wpcf7-textarea {
  height: 12rem;
}

.wpcf7-form div, .wpcf7-form p {
  position: relative;
}

.wpcf7-form p > label {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1 !important;
}

@media (min-width: 1280px) {
  .wpcf7-form p > label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  div[data-id="form-product-other"] {
    grid-column: span 2 / span 2;
  }
}

.content-inverse .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio) {
  background-color: rgb(255 255 255 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-inverse .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio)::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.content-inverse .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio)::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.content-inverse .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):hover {
  border-color: rgb(255 255 255 / 0.4);
}

.content-inverse .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):focus {
  border-color: rgb(255 255 255 / 0.4);
}

.form-suscription .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio) {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.form-suscription .wpcf7-submit {
  border-radius: 0.5rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  line-height: 1.5 !important;
}

/* input with icon */

.input-icon {
  position: relative;
}

.input-icon > * {
  position: relative;
  z-index: 0;
}

.input-icon .wpcf7-form-control {
  padding-left: 3rem !important;
}

.input-icon:before {
  content:'';
  position: absolute;
  top: 0px;
  left: 0.75rem;
  height: 2.25rem;
  width: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .input-icon:before {
    height: 2.75rem;
  }
}

.input-email:before {
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8V26H29V8H3ZM7.3125 10H24.6875L16 15.7812L7.3125 10ZM5 10.875L15.4375 17.8438L16 18.1875L16.5625 17.8438L27 10.875V24H5V10.875Z' fill='%2300A5B5'/%3E%3C/svg%3E");
}

.input-user:before {
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5C12.1445 5 9 8.14453 9 12C9 14.4102 10.2305 16.5508 12.0938 17.8125C8.52734 19.3438 6 22.8828 6 27H8C8 22.5703 11.5703 19 16 19C20.4297 19 24 22.5703 24 27H26C26 22.8828 23.4727 19.3438 19.9062 17.8125C21.7695 16.5508 23 14.4102 23 12C23 8.14453 19.8555 5 16 5ZM16 7C18.7734 7 21 9.22656 21 12C21 14.7734 18.7734 17 16 17C13.2266 17 11 14.7734 11 12C11 9.22656 13.2266 7 16 7Z' fill='%2300A5B5'/%3E%3C/svg%3E");
}

.input-phone:before {
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.65628 3C8.13284 3 7.61722 3.1875 7.18753 3.53125L7.12503 3.5625L7.09378 3.59375L3.96878 6.8125L4.00003 6.84375C3.03519 7.73438 2.73831 9.06641 3.15628 10.2188C3.16019 10.2266 3.15237 10.2422 3.15628 10.25C4.00394 12.6758 6.17191 17.3594 10.4063 21.5938C14.6563 25.8438 19.4024 27.9258 21.75 28.8438H21.7813C22.9961 29.25 24.3125 28.9609 25.25 28.1562L28.4063 25C29.2344 24.1719 29.2344 22.7344 28.4063 21.9062L24.3438 17.8438L24.3125 17.7812C23.4844 16.9531 22.0157 16.9531 21.1875 17.7812L19.1875 19.7812C18.4649 19.4336 16.7422 18.543 15.0938 16.9688C13.4571 15.4062 12.6211 13.6094 12.3125 12.9062L14.3125 10.9062C15.1524 10.0664 15.168 8.66797 14.2813 7.84375L14.3125 7.8125L14.2188 7.71875L10.2188 3.59375L10.1875 3.5625L10.125 3.53125C9.69534 3.1875 9.17972 3 8.65628 3ZM8.65628 5C8.7305 5 8.80472 5.03516 8.87503 5.09375L12.875 9.1875L12.9688 9.28125C12.961 9.27344 13.0274 9.37891 12.9063 9.5L10.4063 12L9.93753 12.4375L10.1563 13.0625C10.1563 13.0625 11.3047 16.1367 13.7188 18.4375L13.9375 18.625C16.2617 20.7461 19 21.9062 19 21.9062L19.625 22.1875L22.5938 19.2188C22.7657 19.0469 22.7344 19.0469 22.9063 19.2188L27 23.3125C27.1719 23.4844 27.1719 23.4219 27 23.5938L23.9375 26.6562C23.4766 27.0508 22.9883 27.1328 22.4063 26.9375C20.1407 26.0469 15.7383 24.1133 11.8125 20.1875C7.8555 16.2305 5.78909 11.7422 5.03128 9.5625C4.87894 9.15625 4.98831 8.55469 5.34378 8.25L5.40628 8.1875L8.43753 5.09375C8.50784 5.03516 8.58206 5 8.65628 5Z' fill='%2300A5B5'/%3E%3C/svg%3E");
}

.input-date:before {
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4V5H5V27H27V5H23V4H21V5H11V4H9ZM7 7H9V8H11V7H21V8H23V7H25V9H7V7ZM7 11H25V25H7V11ZM13 13V15H15V13H13ZM17 13V15H19V13H17ZM21 13V15H23V13H21ZM9 17V19H11V17H9ZM13 17V19H15V17H13ZM17 17V19H19V17H17ZM21 17V19H23V17H21ZM9 21V23H11V21H9ZM13 21V23H15V21H13ZM17 21V23H19V21H17Z' fill='%2300A5B5'/%3E%3C/svg%3E");
}

.content-inverse .input-email:before {
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8V26H29V8H3ZM7.3125 10H24.6875L16 15.7812L7.3125 10ZM5 10.875L15.4375 17.8438L16 18.1875L16.5625 17.8438L27 10.875V24H5V10.875Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.content-inverse .input-user:before {
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 5C12.1445 5 9 8.14453 9 12C9 14.4102 10.2305 16.5508 12.0938 17.8125C8.52734 19.3438 6 22.8828 6 27H8C8 22.5703 11.5703 19 16 19C20.4297 19 24 22.5703 24 27H26C26 22.8828 23.4727 19.3438 19.9062 17.8125C21.7695 16.5508 23 14.4102 23 12C23 8.14453 19.8555 5 16 5ZM16 7C18.7734 7 21 9.22656 21 12C21 14.7734 18.7734 17 16 17C13.2266 17 11 14.7734 11 12C11 9.22656 13.2266 7 16 7Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.content-inverse .input-phone:before {
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.65628 3C8.13284 3 7.61722 3.1875 7.18753 3.53125L7.12503 3.5625L7.09378 3.59375L3.96878 6.8125L4.00003 6.84375C3.03519 7.73438 2.73831 9.06641 3.15628 10.2188C3.16019 10.2266 3.15237 10.2422 3.15628 10.25C4.00394 12.6758 6.17191 17.3594 10.4063 21.5938C14.6563 25.8438 19.4024 27.9258 21.75 28.8438H21.7813C22.9961 29.25 24.3125 28.9609 25.25 28.1562L28.4063 25C29.2344 24.1719 29.2344 22.7344 28.4063 21.9062L24.3438 17.8438L24.3125 17.7812C23.4844 16.9531 22.0157 16.9531 21.1875 17.7812L19.1875 19.7812C18.4649 19.4336 16.7422 18.543 15.0938 16.9688C13.4571 15.4062 12.6211 13.6094 12.3125 12.9062L14.3125 10.9062C15.1524 10.0664 15.168 8.66797 14.2813 7.84375L14.3125 7.8125L14.2188 7.71875L10.2188 3.59375L10.1875 3.5625L10.125 3.53125C9.69534 3.1875 9.17972 3 8.65628 3ZM8.65628 5C8.7305 5 8.80472 5.03516 8.87503 5.09375L12.875 9.1875L12.9688 9.28125C12.961 9.27344 13.0274 9.37891 12.9063 9.5L10.4063 12L9.93753 12.4375L10.1563 13.0625C10.1563 13.0625 11.3047 16.1367 13.7188 18.4375L13.9375 18.625C16.2617 20.7461 19 21.9062 19 21.9062L19.625 22.1875L22.5938 19.2188C22.7657 19.0469 22.7344 19.0469 22.9063 19.2188L27 23.3125C27.1719 23.4844 27.1719 23.4219 27 23.5938L23.9375 26.6562C23.4766 27.0508 22.9883 27.1328 22.4063 26.9375C20.1407 26.0469 15.7383 24.1133 11.8125 20.1875C7.8555 16.2305 5.78909 11.7422 5.03128 9.5625C4.87894 9.15625 4.98831 8.55469 5.34378 8.25L5.40628 8.1875L8.43753 5.09375C8.50784 5.03516 8.58206 5 8.65628 5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.content-inverse .input-date:before {
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4V5H5V27H27V5H23V4H21V5H11V4H9ZM7 7H9V8H11V7H21V8H23V7H25V9H7V7ZM7 11H25V25H7V11ZM13 13V15H15V13H13ZM17 13V15H19V13H17ZM21 13V15H23V13H21ZM9 17V19H11V17H9ZM13 17V19H15V17H13ZM17 17V19H19V17H17ZM21 17V19H23V17H21ZM9 21V23H11V21H9ZM13 21V23H15V21H13ZM17 21V23H19V21H17Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

/* .input-icon .btn.icon { @apply px-0 py-0 w-8 h-8 top-1/2 -mt-4 bg-main2 border-main2 hover:bg-main2-light hover:border-main2-light pointer-events-auto; }
.input-icon .icon { @apply inline-flex items-center justify-center absolute top-0 right-0 z-10 w-12 h-full pointer-events-none; }
.input-icon .icon > * { @apply w-5 h-5; }
.input-icon .icon > * > * { @apply !stroke-sub2-light; }
.input-disabled.input-icon .icon { @apply opacity-50; } */

/* .input-icon.input-icon-left .input { @apply pr-0 pl-16; }
.input-icon.input-icon-left .icon { @apply right-auto left-0; }
.icon.icon-white > * > * { @apply !stroke-white; } */

.wpcf7-form-control.wpcf7-not-valid {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 165 181 / var(--tw-border-opacity, 1)) !important;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border-width: 0px;
  padding: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: rgb(37 39 41 / 0.05);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: rgb(37 39 41 / 0.05);
}

.wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -0.125rem;
  left: 0px;
  z-index: 100;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 181 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wpcf7-list-item {
  margin: 0px;
  display: inline-block;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content:" ";
}

.wpcf7-spinner {
  visibility: hidden;
  position: absolute;
  top: 0.75rem;
  right: 0px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-style: none;
  background-color: rgb(37 39 41 / 0.2);
  padding: 0px;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content:'';
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 0.5rem;
  width: 0.5rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.wpcf7-spinner::before {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transform-origin: 8px 8px;
}

@media (prefers-reduced-motion: reduce) {
  @keyframes pulse {
    50% {
      opacity: .5;
    }
  }

  .wpcf7-spinner::before {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    transition-duration: 1000ms;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction:ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style-type: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

/* selects */

.wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z' fill='%23646469'/%3E%3C/svg%3E");
  background-position:calc(100% - 0.75rem) 50%;
  background-size:1.75rem 1.75rem;
  background-repeat:no-repeat;
  padding-right:3rem !important;
}

.wpcf7-select::-ms-expand {
  display:none;
}

.content-inverse .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-position:calc(100% - 0.75rem) 50%;
  background-size:1.75rem 1.75rem;
  background-repeat:no-repeat;
  padding-right:3rem !important;
}

.content-inverse .wpcf7-select * {
  --tw-text-opacity: 1 !important;
  color: rgb(100 100 105 / var(--tw-text-opacity, 1)) !important;
}

/* checkboxes - radios */

/* .wpcf7-list-item { @apply inline-flex items-center relative pl-10 mr-4 mb-2 cursor-pointer min-h-[2rem]; 
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
.wpcf7-list-item .wpcf7-list-item-label { @apply cursor-pointer; } */

/* .input-group { @apply flex flex-wrap; }
.checkbox input { @apply absolute opacity-0 cursor-pointer w-0 h-0; }
.checkbox .checkmark { @apply absolute top-0 left-0 w-6 h-6 border bg-white border-sub1 focus:border-sub1-dark rounded; }
.checkbox:hover input ~ .checkmark { @apply border-sub1; }
.checkbox input:focus ~ .checkmark { @apply border-sub1; }
.checkbox input:checked ~ .checkmark { @apply bg-sub1-light border-sub1-light; }
.checkbox .checkmark:after { content:''; @apply absolute hidden; }
.checkbox input:checked ~ .checkmark:after { @apply block; }
.checkbox .checkmark:after { @apply w-2 h-3 border-main2; left:8px; top:4px; border-width:0 3px 3px 0;
  -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); } */

/* .wpcf7-radio { @apply my-1; }
.wpcf7-radio .wpcf7-list-item input { @apply cursor-pointer w-0 h-0 opacity-0 absolute top-0 left-0; }
.wpcf7-radio .wpcf7-list-item input ~ span:before { content:''; @apply w-8 h-8 border bg-gral border-gral rounded-full absolute top-0 left-0; }
.wpcf7-radio .wpcf7-list-item:hover input ~ span:before, .wpcf7-radio .wpcf7-list-item input:focus ~ span:before { @apply border-gral/20; }
.wpcf7-radio .wpcf7-list-item input ~ span:after { content:''; @apply hidden absolute bg-gral rounded-full w-4 h-4 top-2 left-2; }
.wpcf7-radio .wpcf7-list-item input:checked ~ span:before { @apply bg-gral border-gral/20; }
.wpcf7-radio .wpcf7-list-item input:checked ~ span:after { @apply block; }

.input-toggle { @apply flex flex-wrap mb-2; }
.input-toggle .wpcf7-list-item { @apply p-0 m-0 cursor-pointer; }
.input-toggle .wpcf7-list-item > label { @apply block leading-[2.5]; }
.input-toggle .wpcf7-list-item .wpcf7-list-item-label { @apply px-6 py-3 text-xs 2xl:text-sm tracking-widest font-bold uppercase; }
.input-toggle .wpcf7-list-item input ~ span:before { @apply w-full h-full bg-white border-white rounded-none absolute top-0 left-0 -z-10 cursor-pointer; }
.input-toggle .wpcf7-list-item:hover input ~ span:before, .input-toggle .wpcf7-list-item input:focus ~ span:before { @apply border-gral bg-gral; }
.input-toggle .wpcf7-list-item input ~ span:after { @apply bg-main rounded-none w-full h-full top-0 left-0 -z-10 cursor-pointer; }
.input-toggle .wpcf7-list-item input:checked ~ span:before { @apply bg-main border-main; }
.input-toggle .wpcf7-list-item input:checked ~ span { @apply text-gral; } */

/* ***************************************************** */

/* .icon-circle { @apply w-16 h-16 rounded-full bg-sub1/5 inline-flex items-center justify-center transition; }
.icon-circle > * { @apply w-1/2 h-1/2 inline-block; }
.icon-circle path { @apply transition-all; } */

.image {
  overflow: hidden;
}

.box-image {
  position: relative;
  z-index: 0;
  display: block;
  height: 0px;
  width: 100%;
  padding-bottom: 56.25%;
}

.box-image .image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
}

.box-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.box-image_ver {
  padding-bottom: 126.92%;
}

.box-image_sqr {
  padding-bottom: 100%;
}

.title-bg {
  border-radius: 0.75rem;
  background-color: rgb(0 165 181 / 0.8);
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

a.box-image:hover img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

a.box-image:hover .title-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
}

.loop {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.loop-image {
  position: relative;
}

/* .loop-service { @apply flex flex-wrap items-center; }
.loop-service .loop-info { @apply w-full px-8 py-12 lg:w-1/2 md:px-12 xl:px-16 2xl:px-20 2xl:py-16; }

.loop-service .loop-img { @apply w-full lg:w-1/2; }
.loop-service:nth-of-type(odd) .loop-img { @apply pr-8 md:pr-12 xl:pr-16 2xl:pr-20; }
.loop-service:nth-of-type(even) .loop-img { @apply pl-8 md:pl-12 xl:pl-16 2xl:pl-20; }
.loop-service:nth-of-type(odd) .image { @apply rounded-r-2xl; }
.loop-service:nth-of-type(even) .image { @apply rounded-l-2xl; } */

@media (min-width:1024px) {
  /* .loop-service:nth-of-type(odd) .loop-info { @apply order-last; } */
}

/* prev - mext navigation */

.loop-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.loop-nav .loop-image {
  width: 6rem;
}

@media (min-width: 1024px) {
  .loop-nav .loop-image {
    width: 10rem;
  }
}

.loop-nav .box-image {
  padding-bottom: 75%;
}

.loop-nav .box-image .image {
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url('../images/img-placeholder.png');
}

.loop-nav:hover .loop-image img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.loop-nav:hover .loop-title {
  font-weight: 300 !important;
}

.loop-nav .loop-cont {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
}

.loop-nav .loop-title {
  display: block;
}

/* news */

.loop-post > * {
  display: block;
  width: 100%;
}

.loop-post {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.loop-post:hover .loop-image img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.loop-post:hover .loop-title {
  --tw-text-opacity: 1;
  color: rgb(0 165 181 / var(--tw-text-opacity, 1));
}

.loop-post .loop-cont {
  padding: 1.5rem;
}

@media (min-width: 600px) {
  .loop-post .loop-cont {
    padding: 2rem;
  }
}

.loop-post .loop-cont > * {
  width: 100%;
}

.loop-post .loop-title {
  margin-bottom: 0.5rem !important;
  font-weight: 400;
  line-height: 1 !important;
}

.list-small .loop-post {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.list-small .loop-post .loop-image {
  position: relative;
  width: 40%;
}

.list-small .loop-post .box-image {
  height: 100%;
  padding-bottom: 0px;
}

.list-small .loop-post .loop-cont {
  flex: 1 1 0%;
}

@media (min-width: 1280px) {
  .list-small .loop-post .loop-cont {
    padding: 3rem;
  }
}

/* .list-post .loop-post:not(:first-child) .content { @apply hidden; }
.list-post .loop-post:first-child { @apply md:col-span-2 xl:col-span-3; }
.list-post .loop-post:first-child a { @apply flex flex-wrap items-center; }
.list-post .loop-post:first-child .loop-image, .list-post .loop-post:first-child .loop-cont { @apply md:w-1/2; }
.list-post .loop-post:first-child .loop-image { @apply md:pr-4 lg:pr-6 xl:pr-10; }
.list-post .loop-post:first-child .loop-cont { @apply md:px-4 lg:px-6 xl:px-10; } */

.loop-date, .post-date {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

/* pagination */

/* ul.page-numbers { @apply w-full flex flex-wrap items-center justify-center; }
ul.page-numbers > * { @apply m-0.5; }
li .page-numbers { @apply inline-flex items-center justify-center w-10 h-10 rounded-full relative font-normal; }
li .page-numbers:not(.current) { @apply text-gral bg-white; }
li .page-numbers:hover { @apply bg-sub1/5; }
li .page-numbers.dots { @apply pointer-events-none; }
li .page-numbers.current { @apply text-white bg-main pointer-events-none; }
li .page-numbers.next, li .page-numbers.prev { @apply bg-sub1/5; }
li .page-numbers svg { @apply inline-block w-4 h-auto; } */

/* ***************************************************** */

/* modals */

.modal.active {
  pointer-events: auto;
  z-index: 1000;
  display: flex;
}

.modal {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
}

.modal-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  background-color: rgb(0 0 0 / 0.8);
}

.modal-wrap {
  pointer-events: none;
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: center;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.modal-close span {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.21875 5.78125L5.78125 7.21875L14.5625 16L5.78125 24.7812L7.21875 26.2188L16 17.4375L24.7812 26.2188L26.2188 24.7812L17.4375 16L26.2188 7.21875L24.7812 5.78125L16 14.5625L7.21875 5.78125Z' fill='%23646469'/%3E%3C/svg%3E");
}

.modal .content-box {
  pointer-events: auto !important;
  position: relative;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  padding-top: 3rem;
}

.content-box {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 600px) {
  .content-box {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .content-box {
    padding: 3rem;
  }
}

/* plugin popup */

.adp-popup-type-content .adp-popup-content {
  padding: 1.5rem;
  padding-top: 3rem !important;
}

@media (min-width: 600px) {
  .adp-popup-type-content .adp-popup-content {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .adp-popup-type-content .adp-popup-content {
    padding: 3rem;
  }
}

.adp-popup .adp-popup-container {
  border-radius: 1rem;
}

/* hide on desktop mobile ver */

@media (min-width:1280px) {
  .adp-popup[data-open-trigger="scroll"], .adp-popup-open[data-open-trigger="scroll"] + .adp-popup-overlay {
    pointer-events: none !important;
    visibility: hidden !important;
    display: none !important;
    opacity: 0 !important;
  }
}

/* hide on mobile ver */

@media (max-width:1279px) {
  .adp-popup[data-open-trigger="exit"], .adp-popup-open[data-open-trigger="exit"] + .adp-popup-overlay {
    pointer-events: none !important;
    visibility: hidden !important;
    display: none !important;
    opacity: 0 !important;
  }
}

.timeline {
  position: relative;
}

.timeline:before {
  content:'';
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  display: block;
  height: 100%;
  width: 0.125rem;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(99 176 187 / var(--tw-bg-opacity, 1));
}

.timeline:after {
  content:'';
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  display: none;
  height: 100%;
  width: 2rem;
  --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-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(99 176 187 / var(--tw-border-opacity, 1));
}

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

.timeline li {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.timeline li:first-child {
  margin-top: 0px;
}

.timeline li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .timeline li {
    border-width: 0px;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.timeline li:before {
  content:'';
  position: absolute;
  top: -0.5rem;
  left: 50%;
  z-index: 0;
  display: block;
  height: 1rem;
  width: 1rem;
  --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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(99 176 187 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .timeline li:before {
    top: 3rem;
  }
}

.timeline li > div {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .timeline li > div {
    width: 41.666667%;
  }
}

.timeline li .title-xl {
  --tw-text-opacity: 1;
  color: rgb(0 165 181 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .timeline li:nth-child(odd) > div:nth-of-type(1) {
    text-align: right;
  }

  .timeline li:nth-child(odd) > div:nth-of-type(2) {
    text-align: left;
  }

  .timeline li:nth-child(even) > div:nth-of-type(1) {
    order: 9999;
    text-align: left;
  }

  .timeline li:nth-child(even) > div:nth-of-type(2) {
    text-align: right;
  }
}

/* accordions */

.accordion {
  border-bottom-width: 1px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion:first-child {
  border-top-width: 1px;
}

.accordion-title {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 4rem;
  text-align: left;
  line-height: 1 !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 600px) {
  .accordion-title {
    padding-left: 2rem;
  }
}

.accordion-title:before, .accordion-title:after {
  content:'';
  position: absolute;
  top: 50%;
  display: inline-block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.accordion-title:before {
  right: 2rem;
  height: 1rem;
  width: 0.125rem;
  --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));
}

.accordion-title:after {
  right: 1.5rem;
  height: 0.125rem;
  width: 1rem;
}

.accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-content > *:first-child {
  margin-top: 0px !important;
}

.accordion-content > *:last-child {
  margin-bottom: 0px !important;
}

.accordion-content-inner {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 600px) {
  .accordion-content-inner {
    padding-right: 5rem;
    padding-left: 6rem;
  }
}

.accordion-image {
  position: relative;
  margin-top: 2rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .accordion-image {
    margin-top: 0px;
  }
}

.accordion-image .box-image {
  padding-bottom: 90%;
}

@media (min-width: 1024px) {
  .accordion-image .box-image {
    padding-bottom: 115%;
  }
}

@media (min-width:1024px) {
  /* .accordion-image { @apply absolute top-0 right-0 lg:block opacity-0 pointer-events-none transition-opacity; }
  .accordion.active .accordion-image { @apply opacity-100; }
  .accordion-image .box-image { @apply pb-[115%]; } */
}

.accordion.active .accordion-title {
  padding-bottom: 0px;
}

.accordion.active .accordion-title .title {
  --tw-text-opacity: 1;
  color: rgb(0 165 181 / var(--tw-text-opacity, 1));
}

.accordion.active .accordion-title:before {
  --tw-rotate: 90deg;
  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));
}

/* .accordion.active .accordion-content { @apply !max-h-fit; } */

/* tabs */

/* .tabs-nav-wrap { @apply overflow-x-auto; }
.tabs-nav { @apply flex max-w-none w-fit min-w-full; }

.tabs-nav .tabs-item-nav { @apply w-auto !leading-none text-lg sm:text-xl xl:text-[1.5rem] hover:cursor-pointer; }
.tabs-nav .tabs-item-nav span { @apply block px-6 py-4 xl:px-8 xl:py-6 pointer-events-none font-normal whitespace-nowrap; }
.tabs-nav .tabs-item-nav.active span { @apply font-black bg-sub1/5 rounded-t-2xl; }

.tabs-item-content { @apply bg-sub1/5 rounded-b-2xl overflow-hidden; }
.tabs-item-content:not(.active) { @apply hidden; } */

/* box icon - text */

.icon-box {
  width: 100%;
  padding: 1rem;
}

@media (min-width: 600px) {
  .icon-box {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .icon-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .icon-box {
    width: 33.333333%;
  }
}

@media (min-width: 1280px) {
  .icon-box {
    width: 20%;
  }
}

.icon-box-wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
}

.icon-box-wrap > span {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .icon-box-wrap > span {
    height: 6rem;
    width: 6rem;
  }
}

.icon-box-wrap > span > * {
  display: inline-block;
  height: auto;
  max-height: 90%;
  width: auto;
  max-width: 90%;
}

.icon-box-wrap > span svg * {
  fill: #00A5B5;
}

.icon-box-wrap .title {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@media (min-width: 600px) {
  .icon-box-wrap .title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .icon-box-wrap .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.icon-list {
  display: flex;
  align-items: center;
}

.icon-list > span {
  margin-right: 1rem;
  width: 2rem;
  flex: none;
}

.icon-list > span > * {
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 100%;
}

.icon-list > span svg * {
  fill: #00A5B5;
}

.icon-list .title {
  flex: 1 1 0%;
}

/* .title.title-xs { @apply ; } */

/* animaciones */

.anim {
  --tw-translate-y: 1rem;
  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: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 150ms;
  transition-duration: 300ms;
}

.anim.anim-on {
  --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));
  opacity: 1;
}

/* embeds */

.embed {
  position: relative;
  height: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}

.embed > * {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.embed-video {
  padding-bottom: 56.25%;
}

.embed-gallery {
  padding-bottom: 50%;
}

@media (orientation: landscape) {
  .embed-map {
    padding-bottom: 40%;
  }
}

.embed img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ***************************************************** */

/* swiper sliders */

.swiper .swiper-wrapper {
  height: 100%;
}

.swiper .slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* slider arrow nav */

.swiper-button:after {
  display: none;
}

.swiper-button {
  z-index: 100 !important;
  display: flex;
  height: 2.75rem !important;
  width: 2.75rem !important;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: rgb(0 165 181 / 0.8);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 181 / var(--tw-bg-opacity, 1));
}

.swiper-button:before {
  content:'';
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7188 6.78125L17.2812 8.21875L24.0625 15H4V17H24.0625L17.2812 23.7812L18.7188 25.2188L27.2188 16.7188L27.9062 16L27.2188 15.2812L18.7188 6.78125Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.swiper-button-prev:before {
  --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));
}

/* slider - buller pagination */

/* .swiper-pagination.swiper-pagination-lock { @apply hidden; }
.swiper-pagination { @apply absolute z-[1000] bottom-0 left-0 right-0 flex justify-center; }
.swiper-pagination-bullet { @apply inline-block w-10 h-1 mx-2 md:w-20 xl:w-28 md:h-2 md:mx-4 bg-main/60 hover:cursor-pointer; }
.swiper-pagination-bullet.swiper-pagination-bullet-active { @apply bg-main; }
.swiper-hero .swiper-pagination { @apply bottom-6 lg:bottom-12 xl:bottom-16; }
.swiper-hero .swiper-pagination-bullet { @apply bg-white/60 shadow; }
.swiper-hero .swiper-pagination-bullet.swiper-pagination-bullet-active { @apply bg-white; } */

/* hero banner home */

.swiper-hero .swiper-slide {
  display: flex;
  width: 100%;
  align-items: center;
}

.swiper-hero .swiper-slide:before {
  content:'';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: block;
  height: 100%;
  width: 50%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.4) 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);
}

.swiper-hero .section-bg > * {
  opacity: 1;
}

.swiper-hero .swiper-slide .title {
  text-shadow:2px 2px 1rem rgba(0,0,0,.4);
  margin-bottom: 0px;
}

.swiper-hero .swiper-slide p {
  margin-top: 0.5rem;
}

.swiper-hero .swiper-button {
  top: auto !important;
  bottom: 5rem;
  z-index: 20;
}

@media (min-width: 1024px) {
  .swiper-hero .swiper-button {
    bottom: 2rem;
  }
}

/* testimonials */

.swiper-testimonials .swiper-button {
  top: auto !important;
  bottom: -3rem;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.swiper-testimonials .swiper-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .swiper-testimonials .swiper-button {
    bottom: 0px;
  }
}

.swiper-testimonials .swiper-button:before {
  content:'';
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7188 6.78125L17.2812 8.21875L24.0625 15H4V17H24.0625L17.2812 23.7812L18.7188 25.2188L27.2188 16.7188L27.9062 16L27.2188 15.2812L18.7188 6.78125Z' fill='%23646469'/%3E%3C/svg%3E");
}

.quote {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: inline-block;
  height: 10rem;
  width: 25%;
  max-width: 10rem;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  opacity: 0.05;
  background-image:url("data:image/svg+xml,%3Csvg width='800' height='800' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath style='fill:none' d='M-640 0H640v800H-640z'/%3E%3Cpath d='M27.194 12v8.025c-2.537.14-4.458.603-5.761 1.39-1.304.787-2.22 2.063-2.749 3.829-.528 1.766-.793 4.292-.793 7.579h9.303v19.145H8.113V33.767c0-7.518 1.612-13.025 4.836-16.522C16.174 13.748 20.922 12 27.194 12zM56 12v8.025c-2.537.14-4.457.586-5.761 1.338-1.304.751-2.247 2.028-2.828 3.829-.581 1.8-.872 4.344-.872 7.631H56v19.145H36.814V33.767c0-7.518 1.603-13.025 4.809-16.522C44.83 13.748 49.622 12 56 12z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
}

/**
 * Swiper 11.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 2, 2025
 */

@font-face{
  font-family:swiper-icons;

  src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#C49044
}

:host{
  position:relative;
  display:block;
  margin-left:auto;
  margin-right:auto;
  z-index:1
}

.swiper{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1;
  display:block
}

.swiper-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing:content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.swiper-horizontal{
  touch-action:pan-y
}

.swiper-vertical{
  touch-action:pan-x
}

.swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
  display:block
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide{
  height:auto
}

.swiper-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-backface-hidden .swiper-slide{
  transform:translateZ(0);
  backface-visibility:hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper{
  perspective:1200px
}

.swiper-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-3d{
  perspective:1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{
  transform-style:preserve-3d
}

.swiper-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper{
  scroll-snap-type:x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper{
  scroll-snap-type:y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper{
  scroll-snap-type:none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before{
  content:'';
  flex-shrink:0;
  order:9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:center center;
  scroll-snap-stop:always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  margin-inline-start:var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{
  height:100%;
  min-height:1px;
  width:var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
  margin-block-start:var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{
  width:100%;
  min-width:1px;
  height:var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-3d .swiper-slide-shadow{
  background:rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader{
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{
  animation:swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@keyframes swiper-preloader-spin{
  0%{
    transform:rotate(0deg)
  }

  100%{
    transform:rotate(360deg)
  }
}

.swiper-virtual .swiper-slide{
  -webkit-backface-visibility:hidden;
  transform:translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  pointer-events:none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{
  height:1px;
  width:var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{
  width:1px;
  height:var(--swiper-virtual-size)
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:var(--swiper-navigation-top-offset,50%);
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:.35;
  cursor:auto;
  pointer-events:none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{
  opacity:0;
  cursor:auto;
  pointer-events:none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{
  display:none!important
}

.swiper-button-next svg,.swiper-button-prev svg{
  width:100%;
  height:100%;
  -o-object-fit:contain;
     object-fit:contain;
  transform-origin:center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{
  transform:rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next{
  left:var(--swiper-navigation-sides-offset,10px);
  right:auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,10px);
  left:auto
}

.swiper-button-lock{
  display:none
}

.swiper-button-next:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev{
  right:var(--swiper-navigation-sides-offset,10px);
  left:auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10
}

.swiper-pagination.swiper-pagination-hidden{
  opacity:0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:var(--swiper-pagination-bottom,8px);
  top:var(--swiper-pagination-top,auto);
  left:0;
  width:100%
}

.swiper-pagination-bullets-dynamic{
  overflow:hidden;
  font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transform:scale(.33);
  position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
  transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
  transform:scale(.33)
}

.swiper-pagination-bullet{
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display:inline-block;
  border-radius:var(--swiper-pagination-bullet-border-radius,50%);
  background:var(--swiper-pagination-bullet-inactive-color,#000);
  opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet:only-child{
  display:none!important
}

.swiper-pagination-bullet-active{
  opacity:var(--swiper-pagination-bullet-opacity, 1);
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{
  right:var(--swiper-pagination-right,8px);
  left:var(--swiper-pagination-left,auto);
  top:50%;
  transform:translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display:block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:.2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s right
}

.swiper-pagination-fraction{
  color:var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar{
  background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:var(--swiper-pagination-progressbar-size,4px);
  left:0;
  top:0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{
  width:var(--swiper-pagination-progressbar-size,4px);
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  position:relative;
  touch-action:none;
  background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{
  display:none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{
  position:absolute;
  left:var(--swiper-scrollbar-sides-offset,1%);
  bottom:var(--swiper-scrollbar-bottom,4px);
  top:var(--swiper-scrollbar-top,auto);
  z-index:50;
  height:var(--swiper-scrollbar-size,4px);
  width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{
  position:absolute;
  left:var(--swiper-scrollbar-left,auto);
  right:var(--swiper-scrollbar-right,4px);
  top:var(--swiper-scrollbar-sides-offset,1%);
  z-index:50;
  width:var(--swiper-scrollbar-size,4px);
  height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  left:0;
  top:0
}

.swiper-scrollbar-cursor-drag{
  cursor:move
}

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
  max-width:100%;
  max-height:100%;
  -o-object-fit:contain;
     object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move;
  touch-action:none
}

.swiper .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-grid>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-grid-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-fade.swiper-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-fade .swiper-slide-active{
  pointer-events:auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper.swiper-cube{
  overflow:visible
}

.swiper-cube .swiper-slide{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%
}

.swiper-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-cube.swiper-rtl .swiper-slide{
  transform-origin:100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  opacity:.6;
  z-index:0
}

.swiper-cube .swiper-cube-shadow:before{
  content:'';
  background:#000;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  filter:blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide{
  pointer-events:auto;
  visibility:visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{
  z-index:0;
  backface-visibility:hidden
}

.swiper.swiper-flip{
  overflow:visible
}

.swiper-flip .swiper-slide{
  pointer-events:none;
  backface-visibility:hidden;
  z-index:1
}

.swiper-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{
  z-index:0;
  backface-visibility:hidden
}

.swiper-creative .swiper-slide{
  backface-visibility:hidden;
  overflow:hidden;
  transition-property:transform,opacity,height
}

.swiper.swiper-cards{
  overflow:visible
}

.swiper-cards .swiper-slide{
  transform-origin:center bottom;
  backface-visibility:hidden;
  overflow:hidden
}

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

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.hover\:bg-sub1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 176 187 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sub2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 39 41 / var(--tw-bg-opacity, 1));
}

.hover\:text-main:hover {
  --tw-text-opacity: 1;
  color: rgb(0 165 181 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 600px) {
  .sm\:max-w-80 {
    max-width: 20rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

  .sm\:pt-36 {
    padding-top: 9rem;
  }

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\!-left-20 {
    left: -5rem !important;
  }

  .lg\:\!-left-32 {
    left: -8rem !important;
  }

  .lg\:\!left-8 {
    left: 2rem !important;
  }

  .lg\:\!right-8 {
    right: 2rem !important;
  }

  .lg\:\!right-auto {
    right: auto !important;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

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

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-60 {
    height: 15rem;
  }

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

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

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

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

  .lg\:flex-none {
    flex: none;
  }

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

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

  .lg\:pr-12 {
    padding-right: 3rem;
  }

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

  .lg\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex-none {
    flex: none;
  }

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

  .xl\:gap-16 {
    gap: 4rem;
  }

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

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

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

@media (min-width: 1600px) {
  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }
}

@media (orientation: portrait) {
  .portrait\:h-\[96vh\] {
    height: 96vh;
  }

  .portrait\:max-h-\[42rem\] {
    max-height: 42rem;
  }
}
