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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

abbr: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. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::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;
}

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

::-webkit-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-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:  ;
}

::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-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:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.left-\[55px\] {
  left: 55px;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-\[-50\%\] {
  top: -50%;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-\[11\] {
  z-index: 11;
}
.z-50 {
  z-index: 50;
}
.order-last {
  order: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[20px\] {
  height: 20px;
}
.h-full {
  height: 100%;
}
.h-\[280px\] {
  height: 280px;
}
.h-heroMobile {
  height: calc(100vh - 94px);
}
.h-\[100px\] {
  height: 100px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.w-\[196px\] {
  width: 196px;
}
.w-\[64px\] {
  width: 64px;
}
.w-full {
  width: 100%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[107px\] {
  width: 107px;
}
.w-\[30px\] {
  width: 30px;
}
.w-popup-mobile {
  width: calc(100vw - 3rem);
}
.\!w-auto {
  width: auto !important;
}
.w-\[50px\] {
  width: 50px;
}
.w-auto {
  width: auto;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[55px\] {
  width: 55px;
}
.max-w-boxed {
  max-width: 1440px;
}
.max-w-header {
  max-width: 1280px;
}
.max-w-page {
  max-width: 1330px;
}
.max-w-none {
  max-width: none;
}
.-translate-y-1\/2 {
  --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));
}
.-translate-x-1\/2 {
  --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));
}
.translate-y-1\/2 {
  --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));
}
.rotate-180 {
  --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));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-20 {
  gap: 5rem;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#979797\] {
  --tw-border-opacity: 1;
  border-color: rgb(151 151 151 / var(--tw-border-opacity));
}
.border-\[\#1D1D1B\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#979797\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 151 151 / var(--tw-bg-opacity));
}
.bg-\[\#E3D3CA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 211 202 / var(--tw-bg-opacity));
}
.bg-\[\#2A2A2A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.p-8 {
  padding: 2rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[55px\] {
  padding-left: 55px;
  padding-right: 55px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.text-center {
  text-align: center;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[89px\] {
  font-size: 89px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[19px\] {
  font-size: 19px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[2rem\] {
  line-height: 2rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(63 70 74 / var(--tw-text-opacity));
}
.\!text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(63 70 74 / var(--tw-text-opacity)) !important;
}
.text-\[\#A8A8A8\] {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}
.text-\[\#9F9F9F\] {
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}
.text-\[\#737578\] {
  --tw-text-opacity: 1;
  color: rgb(115 117 120 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}

@font-face {
  font-family: 'GT Walsheim Pro';
  src: local('GT Walsheim Pro Regular'), local('GT-Walsheim-Pro-Regular'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Regular.woff') format('woff'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim Pro';
  src: local('GT Walsheim Pro Light'), local('GT-Walsheim-Pro-Light'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Light.woff2') format('woff2'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Light.woff') format('woff'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GT Walsheim Pro';
  src: local('GT Walsheim Pro Bold'), local('GT-Walsheim-Pro-Bold'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Bold.woff2') format('woff2'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Bold.woff') format('woff'),
      url('/site/templates/dist/fonts/GTWalsheimPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/*animations*/
.animated-bg{
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.animated-color{
  transition: color 0.3s ease-in-out;
}
body{
  font-family:'GT Walsheim Pro', Arial, Helvetica, sans-serif;
  color:#2a2a2a;
}
#head, #foot, #menuMobile {
  background: #3F464A;
}
.head-ico{
  width:30px;
  height:30px;
  background:#A2B1A4;
}
.menu li a.menulink{
  text-transform: uppercase;
  color:#A2B1A4;
}
.menu li a.menulink:hover{
  color:#fff;
}
.menu li .line{
  width:0;
}
.menu li:hover .line{
  width:100%;
  transition: width 0.5s ease-in-out;
}
.menu-mobile li a {
  color:#A2B1A4;
}
#menuMobile{
 display:none;
}
#menuMobile.open{
  display:block;
}
.foot-links a{
  color:#A2B1A4;
}
.foot-links a:hover{
  color:#ffffff;
}
.home-links a .clip{
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  transition: 0.5s ease;
}
.home-links a:hover .clip{
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
@media screen and (max-width:768px) { 
.tile{
      width:calc((100% - (var(--n) - 1)*10px)/var(--n));
      aspect-ratio:1/1;
  }
}
.ratio-tile{
  width:calc((100% - (var(--n) - 1)*10px)/var(--n));
  aspect-ratio:1/1;
}
.color-box-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(204 100 102 / var(--tw-bg-opacity));
  color: #E3D3CA;
}
.color-box-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(166 184 188 / var(--tw-bg-opacity));
  color: #40454A;
}
.color-box-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(209 176 192 / var(--tw-bg-opacity));
  color: #BD6969;
}
.color-box-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(162 177 164 / var(--tw-bg-opacity));
  color: #40454A;
}
.color-box-quintenary {
  --tw-bg-opacity: 1;
  background-color: rgb(231 209 200 / var(--tw-bg-opacity));
  color: #BD6969;
}
.btn-normal {
  display: inline-block;
  width: 240px;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.btn-primary{
  border-color:#E3D3CA;
  color: #E3D3CA;
  background: transparent;
}
.btn-primary:hover{
  background: #E3D3CA;
  --tw-text-opacity: 1;
  color: rgb(204 100 102 / var(--tw-text-opacity));
}
.btn-secondary{
  border-color:#40454A;
  color: #40454A;
  background: transparent;
}
.btn-secondary:hover{
  background: #40454A;
  --tw-text-opacity: 1;
  color: rgb(166 184 188 / var(--tw-text-opacity));
}
.btn-tertiary{
  border-color:#BD6969;
  color: #BD6969;
  background: transparent;
}
.btn-tertiary:hover{
  background: #BD6969;
  --tw-text-opacity: 1;
  color: rgb(209 176 192 / var(--tw-text-opacity));
}
.btn-quaternary{
  border-color:#40454A;
  color: #40454A;
  background: transparent;
}
.btn-quaternary:hover{
  background: #40454A;
  --tw-text-opacity: 1;
  color: rgb(162 177 164 / var(--tw-text-opacity));
}
.btn-quintenary{
  border-color:#BD6969;
  color: #BD6969;
  background: transparent;
}
.btn-quintenary:hover{
  background: #BD6969;
  --tw-text-opacity: 1;
  color: rgb(231 209 200 / var(--tw-text-opacity));
}
.forminput {
  display: block;
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 3px;
  font-size: 15px;
}
@media (min-width: 990px) {

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

.forminput:not(.select){
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.forminput:focus {
  border:0;
  outline: 0;
  box-shadow: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: transparent;
}
input::placeholder, textarea::placeholder {
  color: transparent;
}
.form-floating {
  position: relative;
}
.form-floating>label {
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 0;
  height: 100%;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-floating>.forminput:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-1.5rem) translateX(0.15rem);
}
.form-floating>.forminput:focus~label, .form-floating>.forminput:not(:placeholder-shown)~label, .form-floating>.formselect~label {
  opacity: .65;
  transform: scale(.85) translateY(-1.5rem) translateX(0.15rem);
}
form.quintenary .forminput {
  border-bottom-width: 1px;
  border-color:#BD6969;
  border-style:solid;
}
form#preventivo .forminput {
  border-bottom-width: 1px;
  border-color:#757575;
  border-style:solid;
}
form#preventivo .forminput.select{
  height:100%;
}
input[type='radio'], input[type='checkbox'] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type='radio']::before, input[type='checkbox']::before {
  content: '';
  width: 0.85em;
  height: 0.85em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em currentColor;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type='radio']:checked::before, input[type='checkbox']:checked::before {
  transform: scale(1);
}

input[type='radio']:focus, input[type='checkbox']:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

.services-list > div:nth-child(1) {
  order: 1;
}

.services-list > div:nth-child(2) {
  order: 2;
}

.services-list > div:nth-child(3) {
  order: 3;
}

@media (min-width: 768px) {

  .services-list > div:nth-child(3) {
    order: 4;
  }
}

.services-list > div:nth-child(4) {
  order: 4;
}

@media (min-width: 768px) {

  .services-list > div:nth-child(4) {
    order: 3;
  }
}

.services-list > div:nth-child(5) {
  order: 5;
}

.services-list > div:nth-child(6) {
  order: 6;
}

.splide__arrow {
  align-items: center!important;
  background-color: transparent!important;
  border: 0!important;
  border-radius: 50%!important;
  cursor: pointer!important;
  display: flex!important;
  justify-content: center!important;
  padding: 0!important;
  position: absolute!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  z-index: 1!important;
  width: unset!important;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 100 102 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(166 184 188 / var(--tw-bg-opacity));
}

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

.hover\:bg-dark-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 69 74 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#E3D3CA\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 211 202 / var(--tw-bg-opacity));
}

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

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(63 70 74 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(166 184 188 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(204 100 102 / var(--tw-text-opacity));
}

.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(209 176 192 / var(--tw-text-opacity));
}

.hover\:text-quaternary:hover {
  --tw-text-opacity: 1;
  color: rgb(162 177 164 / var(--tw-text-opacity));
}

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

@media (min-width: 768px) {

  .tablet\:order-4 {
    order: 4;
  }

  .tablet\:order-3 {
    order: 3;
  }

  .tablet\:block {
    display: block;
  }

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

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

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

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

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

  .tablet\:border-none {
    border-style: none;
  }

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

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

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

@media (min-width: 990px) {

  .small-desktop\:order-first {
    order: -9999;
  }

  .small-desktop\:order-4 {
    order: 4;
  }

  .small-desktop\:order-3 {
    order: 3;
  }

  .small-desktop\:order-8 {
    order: 8;
  }

  .small-desktop\:order-7 {
    order: 7;
  }

  .small-desktop\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

  .small-desktop\:mr-\[30px\] {
    margin-right: 30px;
  }

  .small-desktop\:block {
    display: block;
  }

  .small-desktop\:flex {
    display: flex;
  }

  .small-desktop\:hidden {
    display: none;
  }

  .small-desktop\:h-\[50px\] {
    height: 50px;
  }

  .small-desktop\:h-\[20px\] {
    height: 20px;
  }

  .small-desktop\:h-auto {
    height: auto;
  }

  .small-desktop\:min-h-\[320px\] {
    min-height: 320px;
  }

  .small-desktop\:w-\[50px\] {
    width: 50px;
  }

  .small-desktop\:w-full {
    width: 100%;
  }

  .small-desktop\:w-\[90px\] {
    width: 90px;
  }

  .small-desktop\:w-\[610px\] {
    width: 610px;
  }

  .small-desktop\:max-w-\[820px\] {
    max-width: 820px;
  }

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

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

  .small-desktop\:flex-col {
    flex-direction: column;
  }

  .small-desktop\:items-end {
    align-items: flex-end;
  }

  .small-desktop\:justify-items-start {
    justify-items: start;
  }

  .small-desktop\:overflow-auto {
    overflow: auto;
  }

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

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

  .small-desktop\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .small-desktop\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .small-desktop\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .small-desktop\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-desktop\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .small-desktop\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .small-desktop\:pt-\[60px\] {
    padding-top: 60px;
  }

  .small-desktop\:pt-\[14px\] {
    padding-top: 14px;
  }

  .small-desktop\:pt-\[16px\] {
    padding-top: 16px;
  }

  .small-desktop\:text-right {
    text-align: right;
  }

  .small-desktop\:text-\[60px\] {
    font-size: 60px;
  }

  .small-desktop\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .small-desktop\:text-\[70px\] {
    font-size: 70px;
  }

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

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

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

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

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

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

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

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

  .small-desktop\:leading-\[2\.8rem\] {
    line-height: 2.8rem;
  }

  .small-desktop\:leading-8 {
    line-height: 2rem;
  }

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

@media (min-width: 1024px) {

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

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

  .desktop-1024\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1440px) {

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

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