@charset "UTF-8";
/**
 * Minitère de l'interieur - Main sass file
 */
/**
 * Mixin media-queries
 */
*, *::before, *::after {
  box-sizing: border-box;
  min-width: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}

body {
  min-height: 100vh;
  margin: 0;
}

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

ul, ol, li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

img, svg {
  vertical-align: middle;
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

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

button, input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
}

button {
  cursor: pointer;
}
button:disabled {
  cursor: initial;
}

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

.text-center {
  text-align: center;
}
.text-xs {
  font-size: 14px;
}

.underline {
  text-decoration: underline;
}

.link {
  text-decoration: underline;
  color: #5d5d5d;
  transition: color 200ms ease-in-out;
}
.link:hover {
  color: #108DB2;
}

.font-shelby {
  font-family: "shelby", sans-serif;
}

html, body {
  font-family: "Poppins", sans-serif;
  color: #242424;
  background-color: #F5F1E9;
  min-height: 100vh;
}

#__next {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/**
 * Responsive variables
 */
:root {
  --padding: 50px;
}
@media screen and (min-width: 1280px) {
  :root {
    --padding: 50px;
  }
}
@media screen and (max-width: 1279px) {
  :root {
    --padding: 40px;
  }
}
@media screen and (max-width: 639px) {
  :root {
    --padding: 30px;
  }
}

/*! tailwindcss v3.0.24 | 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.
*/

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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.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;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-12{
  top: 3rem;
}
.right-12{
  right: 3rem;
}
.top-full{
  top: 100%;
}
.right-16{
  right: 4rem;
}
.top-\[4px\]{
  top: 4px;
}
.bottom-\[4px\]{
  bottom: 4px;
}
.left-\[34px\]{
  left: 34px;
}
.left-\[4px\]{
  left: 4px;
}
.top-7{
  top: 1.75rem;
}
.right-2{
  right: 0.5rem;
}
.z-50{
  z-index: 50;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.aspect-9\/16{
  aspect-ratio: 9 / 16;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-6{
  height: 1.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-12{
  height: 3rem;
}
.h-5{
  height: 1.25rem;
}
.h-4{
  height: 1rem;
}
.h-7{
  height: 1.75rem;
}
.h-full{
  height: 100%;
}
.h-0{
  height: 0px;
}
.h-\[36px\]{
  height: 36px;
}
.h-24{
  height: 6rem;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-40{
  max-height: 10rem;
}
.w-full{
  width: 100%;
}
.w-6{
  width: 1.5rem;
}
.w-1\/2{
  width: 50%;
}
.w-16{
  width: 4rem;
}
.w-28{
  width: 7rem;
}
.w-12{
  width: 3rem;
}
.w-5{
  width: 1.25rem;
}
.w-72{
  width: 18rem;
}
.w-4{
  width: 1rem;
}
.w-7{
  width: 1.75rem;
}
.w-20{
  width: 5rem;
}
.w-0{
  width: 0px;
}
.w-24{
  width: 6rem;
}
.w-\[66px\]{
  width: 66px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.flex-shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.-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));
}
.rotate-0{
  --tw-rotate: 0deg;
  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-90{
  --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));
}
.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));
}
@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cursor-auto{
  cursor: auto;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-6{
  gap: 1.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-neutral-500{
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(16 141 178 / var(--tw-border-opacity));
}
.border-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-neutral-500{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 141 178 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(238 115 38 / var(--tw-bg-opacity));
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-background{
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 233 / var(--tw-bg-opacity));
}
.fill-current{
  fill: currentColor;
}
.stroke-current{
  stroke: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4{
  padding: 1rem;
}
.p-1{
  padding: 0.25rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-20{
  padding-right: 5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[85px\]{
  font-size: 85px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[35px\]{
  font-size: 35px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-thin{
  font-weight: 100;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.font-black{
  font-weight: 900;
}
.italic{
  font-style: italic;
}
.leading-4{
  line-height: 1rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[40px\]{
  line-height: 40px;
}
.text-highlight-500{
  --tw-text-opacity: 1;
  color: rgb(206 21 55 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(238 115 38 / var(--tw-text-opacity));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(16 141 178 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-sky-700{
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-sky-600{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(14 118 149 / var(--tw-text-opacity));
}
.text-stone-500{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-\[\#ACACAC\]{
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-0{
  opacity: 0;
}
.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);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-form{
  --tw-shadow: 2px 2px 7px 6px rgba(0, 0, 0, 0.02);
  --tw-shadow-colored: 2px 2px 7px 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);
}
.shadow-green-200{
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200{
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.heading-1 {
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 800;
  color: #EE7326;
}

:root {
  --button-padding: 56px;
  --form-padding: 40px;
  --form-height: 80px;
}
@media screen and (max-width: 767px) {
  :root {
    --form-padding: 30px;
    --button-padding: 40px;
    --form-height: 70px;
  }
}
@media screen and (max-width: 639px) {
  :root {
    --form-padding: 20px;
    --button-padding: 30px;
    --form-height: 60px;
  }
}

/**
 * Input group
 */
.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
}
.input-group-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 var(--form-padding);
  color: #ACACAC;
}
.input-group-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 var(--form-padding);
}
.form-control + .input-group-button {
  right: 0;
}
.input-group-icon + .form-control {
  padding-left: calc(var(--form-padding) + 25px + var(--form-padding));
}
.input-group .form-control:not(:last-child) {
  padding-right: calc(var(--form-padding) + 25px + var(--form-padding));
}

/**
 * Form group
 */
.form-group {
  margin-bottom: 30px;
}

/**
 * Form control
 */
.form-control {
  width: 100%;
  height: var(--form-height);
  background-color: #ffffff;
  padding: 0 var(--form-padding);
  box-shadow: 2px 2px 7px 6px rgba(0, 0, 0, 0.02);
}

/**
 * Form validation
 */
.form-error {
  position: relative;
  z-index: 20;
}
.form-error::before {
  --size: 25px;
  content: "!";
  position: absolute;
  top: calc(var(--form-height) / 2 - var(--size) / 2);
  right: var(--form-padding);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid #dc2626;
  color: #dc2626;
  font-weight: 300;
}
.form-error .form-control {
  box-shadow: 2px 2px 7px 6px rgba(220, 38, 38, 0.1);
  border: #dc2626 1px solid;
  padding-right: calc(var(--form-padding) + 25px + var(--form-padding));
}
.form-error-message {
  padding: 20px 0;
  color: #dc2626;
  font-weight: 300;
}

.form-success {
  position: relative;
}
.form-success::before {
  --size: 25px;
  content: "✓";
  position: absolute;
  top: calc(var(--form-height) / 2 - var(--size) / 2);
  right: var(--form-padding);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  font-size: 20px;
  color: #16a34a;
  font-weight: 300;
}
.form-success .form-control {
  box-shadow: 2px 2px 7px 6px rgba(22, 163, 74, 0.1);
  border: #16a34a 1px solid;
  padding-right: calc(var(--form-padding) + 25px + var(--form-padding));
}

/**
 * Form box
 */
.form-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  padding: 0 40px;
  box-shadow: 0px 2px 14px 2px rgba(153, 153, 153, 0.1);
}

/**
 * Form toggle
 */
.form-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--form-padding);
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  padding: 0 40px;
  box-shadow: 0px 2px 14px 2px rgba(153, 153, 153, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-toggle-label {
  color: #E5E5E2;
}
.form-toggle input:checked + .form-toggle-label {
  color: #242424;
}
.form-toggle-switch {
  --width: 66px;
  --heigth: 36px;
  --border: 1px;
  --padding: 4px;
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--heigth);
  flex-shrink: 0;
  border-radius: calc(var(--heigth) / 2);
  background-color: #ffffff;
  border: var(--border) solid #E5E5E2;
}
.form-toggle-switch::before {
  --size: calc(var(--heigth) - (var(--border) + var(--padding)) * 2);
  position: absolute;
  top: var(--padding);
  left: var(--padding);
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: #E5E5E2;
  transition: all 300ms ease-in-out;
}
input:checked + .form-toggle-label + .form-toggle-switch {
  border: var(--border) solid #108DB2;
}
input:checked + .form-toggle-label + .form-toggle-switch::before {
  background-color: #108DB2;
  transform: translateX(calc(var(--width) - (var(--border) + var(--padding)) * 2 - var(--size)));
}

/**
 * Form checkbox
 */
.form-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #E5E5E2;
  cursor: pointer;
}
.form-checkbox svg {
  display: none;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-checkbox.checked {
  background-color: #108DB2;
  border: 1px solid #108DB2;
}
.form-checkbox.checked svg {
  display: inline-block;
}
.form-checkbox.disabled {
  background-color: #E5E5E2;
  border: 1px solid #E5E5E2;
}
/**
 * Form time
 */
.form-time {
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  width: 95px;
  padding: 12px 0;
  border: 1px solid #ACACAC;
  color: #242424;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}
.form-time::-webkit-calendar-picker-indicator {
  display: none;
}
.form-time::-webkit-datetime-edit-fields-wrapper {
  display: flex;
  justify-content: center;
}
.form-time:disabled {
  border: 1px solid #ACACAC;
  background-color: rgba(229, 229, 226, 0.5);
  color: #ACACAC;
}

.form-submit {
  display: flex;
  justify-content: center;
}

/**
 * Form heading
 */
.form-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .form-heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  .form-heading {
    font-size: 20px;
  }
}

/**
 * Button
 */
.btn {
  display: inline-flex;
  align-items: center;
  height: var(--form-height);
  flex-shrink: 0;
  padding: 0 var(--button-padding);
  font-weight: 600;
  transition: background-color 200ms ease-in-out;
}
.btn-danger {
  background-color: #EE7326;
  color: #ffffff;
}
.btn-danger:hover {
  background-color: #d15a10;
}
.btn-primary {
  background-color: #108DB2;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #0E7695;
}
.btn-icon {
  justify-content: center;
  align-items: center;
  width: var(--form-height);
  padding: 0;
}

.flex {
  display: flex;
}

.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}

.page-header {
  margin: 100px 0;
}
.page-header-title {
  font-size: 55px;
  font-weight: 800;
  color: #EE7326;
  margin-bottom: 20px;
  line-height: 60px;
}
.page-header-highlight {
  color: #CE1537;
  font-family: "shelby", sans-serif;
  font-weight: 700;
  font-size: 115px;
}
.page-header-secondary {
  max-width: 500px;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .page-header-title {
    font-size: 40px;
  }
  .page-header-highlight {
    font-size: 90px;
  }
}

.page-action {
  height: calc(var(--form-height) / 2);
}
.page-action > * {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1535px) {
  .page-action > * {
    left: var(--padding);
  }
}

.scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #333333 #666666;
}
.scrollbar::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.scrollbar::-webkit-scrollbar-track {
  background: #e8eaf6;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  border: 1px solid #e8eaf6;
  background: #888;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  border-radius: 10px;
  border-width: 1px;
  background: #555;
}

.result-map {
  width: 100%;
  height: 100%;
  border: none;
}
.result-map .ol-zoom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  top: auto;
  left: auto;
  bottom: 1rem;
  right: 1rem;
}
.result-map .ol-zoom button {
  background-color: #ffffff;
  transition: all 300ms ease-in-out;
}
.result-map .ol-zoom button:hover {
  background-color: #108DB2;
}
.result-map .lux-popup {
  width: 20rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.result-map .lux-popup-header {
  display: none;
}
.result-map .lux-popup-content {
  padding: 0;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.result-map .lux-popup-content .description {
  height: 100%;
  padding: 1rem;
  font-family: "Poppins", sans-serif;
}
.result-map .lux-popup-content img {
  aspect-ratio: 16/6;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.result-map .lux-popup-content .name {
  padding: 0.25rem 0.5rem 0;
  font-weight: 500;
  font-size: 1.2rem;
}
.result-map .lux-popup-content .address, .result-map .lux-popup-content .email, .result-map .lux-popup-content .phone {
  display: flex;
  padding: 0.25rem 0.5rem 0;
  font-weight: 300;
  font-size: 1rem;
}

.mainnav {
  /**
   * Responsive variables
   */
  --height: 65px;
  --gap: 40px;
  --actions-gap: 50px;
  --font-size: 18px;
  --line-height: 25px;
  /**
   * Main nav
   */
  position: relative;
  z-index: 10;
  display: flex;
  align-items: stretch;
  max-width: 1920px;
  margin: 0 auto;
  padding: var(--padding);
  font-size: var(--font-size);
  font-weight: 300;
  /**
   * Logo
   */
  /**
   * Mobile menu (Display on max lg)
   */
}
@media screen and (min-width: 1280px) {
  .mainnav {
    --height: 65px;
    --font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .mainnav {
    --height: 50px;
    --font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .mainnav {
    --actions-gap: 40px;
  }
}
@media screen and (max-width: 639px) {
  .mainnav {
    --actions-gap: 20px;
    --font-size: 14px;
  }
}
.mainnav-logo {
  position: relative;
  width: calc(var(--height) * 4);
  height: var(--height);
}
@media screen and (min-width: 1024px) {
  .mainnav {
    /**
     * Mainmenu (Display on min lg)
     */
    /**
     * Actions (Display on min lg)
     */
  }
  .mainnav .mainmenu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: var(--gap);
  }
  .mainnav .mainmenu-item {
    display: flex;
    align-items: center;
  }
  .mainnav .mainmenu-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: var(--height);
    line-height: var(--line-height);
  }
  .mainnav .mainmenu-item-link:hover {
    color: #108DB2;
  }
  .mainnav .mainmenu-item-link.active {
    color: #108DB2;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 10px;
  }
  .mainnav-actions {
    display: flex;
    justify-content: flex-end;
    width: calc(var(--height) * 4);
    gap: var(--actions-gap);
  }
  .mainnav-actions-item {
    --languages-width: 50px;
    position: relative;
  }
  .mainnav-actions-item-login {
    padding: 0 25px;
  }
  .mainnav-actions-item-login.active {
    color: #108DB2;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 10px;
  }
  .mainnav-actions-item-languages {
    width: var(--languages-width);
  }
  .mainnav-actions-item-languages, .mainnav-actions-item-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--height);
    line-height: var(--line-height);
  }
  .mainnav-actions-item-languages:hover, .mainnav-actions-item-login:hover {
    color: #108DB2;
  }
  .mainnav-actions-item .languages {
    --padding-y: 10px;
    position: absolute;
    top: calc((var(--height) - var(--line-height)) / 2 - var(--padding-y));
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background-color: #108DB2;
    padding: calc(var(--padding-y) / 2) 0;
  }
  .mainnav-actions-item .languages-item-button {
    display: flex;
    justify-content: center;
    padding: calc(var(--padding-y) / 2) 0;
    color: #ffffff;
    font-weight: 300;
    line-height: var(--line-height);
    width: var(--languages-width);
  }
  .mainnav-actions-item .languages-item-button.active {
    font-weight: 500;
  }
}
@media screen and (max-width: 1023px) {
  .mainnav-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
  }
  .mainnav-actions {
    position: relative;
    z-index: 50;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    color: #ffffff;
  }
  .mainnav-actions-dropdown-close, .mainnav-actions-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--height);
    height: var(--height);
    background-color: #108DB2;
  }
  .mainnav-actions-dropdown-close svg, .mainnav-actions-mobile svg {
    width: 40%;
    height: 40%;
  }
  .mainnav-actions-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #108DB2;
    padding-top: 30px;
    font-weight: 300;
    font-size: 18px;
  }
  .mainnav-actions-dropdown-close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .mainnav-actions-dropdown .mainmenu {
    width: 100%;
  }
  .mainnav-actions-dropdown .mainmenu-item-link {
    display: flex;
    padding: 10px 30px;
  }
  .mainnav-actions-dropdown-login {
    width: 100%;
    padding: 30px 30px;
  }
  .mainnav-actions-dropdown .languages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
  }
  .mainnav-actions-dropdown .languages-item-button {
    width: 50px;
    padding: 10px 0;
    text-align: center;
    font-weight: inherit;
  }
  .mainnav-actions-dropdown .languages-item-button.active {
    font-weight: 500;
  }
}

.main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.footer {
  background-color: #F5F1E9;
}
@media screen and (max-width: 1023px) {
  .footer .main-nav {
    display: none;
  }
}
.footer-logo {
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  margin: 25px auto 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: var(--padding);
  font-size: 14px;
  font-weight: 300;
  color: #ACACAC;
}
@media screen and (min-width: 640px) {
  .footer-bottom {
    padding: calc(var(--padding) * 0) var(--padding) var(--padding);
  }
}
@media screen and (max-width: 639px) {
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--padding);
  }
}
.footer-bottom-renow, .footer-bottom-101 {
  width: 100px;
}
.footer-bottom-renow-link {
  display: flex;
  width: 85px;
  height: 28px;
}
.footer-bottom-101 {
  display: flex;
  justify-content: flex-end;
}
.footer-bottom-101 svg {
  width: 96px;
  height: 17px;
}

.test {
  font-weight: 300;
}

.page-login {
  margin-bottom: 150px;
}
.page-login .title {
  margin-top: 100px;
  margin-bottom: 80px;
  font-size: 55px;
  font-weight: 800;
  color: #EE7326;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .page-login .title {
    font-size: 36px;
  }
}
.page-login .forgot-password {
  display: flex;
  justify-content: flex-end;
  margin-top: -8px;
  font-size: 14px;
  font-weight: 300;
}
.page-login .form-submit {
  margin-top: 100px;
}
.page-login .container-2xl {
  position: relative;
}
.page-login .arrow {
  position: absolute;
  top: 0;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #108DB2;
  transform: translateY(-50%);
}
.placeholder\:text-neutral-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-400:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-500::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-500:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 118 149 / var(--tw-bg-opacity));
}
.hover\:bg-secondary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 90 16 / var(--tw-bg-opacity));
}
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(16 141 178 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:inset-x-0{
    left: 0px;
    right: 0px;
  }
  .sm\:-top-10{
    top: -2.5rem;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:-mt-24{
    margin-top: -6rem;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-24{
    width: 6rem;
  }
  .sm\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sm\:flex-grow-0{
    flex-grow: 0;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-\[50px\]{
    gap: 50px;
  }
  .sm\:gap-24{
    gap: 6rem;
  }
  .sm\:gap-0{
    gap: 0px;
  }
  .sm\:gap-12{
    gap: 3rem;
  }
  .sm\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:pb-24{
    padding-bottom: 6rem;
  }
  .sm\:pl-24{
    padding-left: 6rem;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pr-24{
    padding-right: 6rem;
  }
  .sm\:pt-24{
    padding-top: 6rem;
  }
  .sm\:pb-12{
    padding-bottom: 3rem;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:text-\[95px\]{
    font-size: 95px;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-\[45px\]{
    font-size: 45px;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:leading-\[50px\]{
    line-height: 50px;
  }
}
@media (min-width: 768px){
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){
  .lg\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:min-w-max{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }
  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }
  .lg\:grow{
    flex-grow: 1;
  }
  .lg\:grow-0{
    flex-grow: 0;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:text-\[115px\]{
    font-size: 115px;
  }
  .lg\:text-\[55px\]{
    font-size: 55px;
  }
  .lg\:leading-\[60px\]{
    line-height: 60px;
  }
}
@media (min-width: 1280px){
  .xl\:h-20{
    height: 5rem;
  }
  .xl\:w-20{
    width: 5rem;
  }
  .xl\:w-28{
    width: 7rem;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:pl-28{
    padding-left: 7rem;
  }
  .xl\:pr-28{
    padding-right: 7rem;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
