/*
! tailwindcss v3.2.7 | 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.
5. Use the user's configured `sans` font-feature-settings 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 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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;
}

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[80px\] {
  bottom: 80px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-\[8\%\] {
  left: 8%;
}

.right-0 {
  right: 0px;
}

.right-\[8\%\] {
  right: 8%;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-3 {
  top: 0.75rem;
}

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

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

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

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

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

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

.z-\[-1\] {
  z-index: -1;
}

.z-\[0\] {
  z-index: 0;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-auto {
  grid-column: auto;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.-m-px {
  margin: -1px;
}

.m-0 {
  margin: 0px;
}

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/0\.51\] {
  aspect-ratio: 1/0.51;
}

.aspect-\[1\/0\.56\] {
  aspect-ratio: 1/0.56;
}

.aspect-\[1\/1\.33\] {
  aspect-ratio: 1/1.33;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

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

.max-h-\[80vmax\] {
  max-height: 80vmax;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.max-w-\[50\%\] {
  max-width: 50%;
}

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

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

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

.max-w-\[91vw\] {
  max-width: 91vw;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-color7 {
  --tw-border-opacity: 1;
  border-color: rgb(161 171 176 / var(--tw-border-opacity));
}

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

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 140 204 / var(--tw-bg-opacity));
}

.bg-color10 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 92 114 / var(--tw-bg-opacity));
}

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

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

.bg-color5 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}

.bg-color9 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 54 55 / var(--tw-bg-opacity));
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[9\.5px\] {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

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

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

.pb-56 {
  padding-bottom: 14rem;
}

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

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

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

.pl-\[55px\] {
  padding-left: 55px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

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

.pr-5 {
  padding-right: 1.25rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

.\!font-semibold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase;
}

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

.text-color1 {
  --tw-text-opacity: 1;
  color: rgb(65 140 204 / var(--tw-text-opacity));
}

.text-color10 {
  --tw-text-opacity: 1;
  color: rgb(68 92 114 / var(--tw-text-opacity));
}

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

.text-color7 {
  --tw-text-opacity: 1;
  color: rgb(161 171 176 / var(--tw-text-opacity));
}

.text-color8 {
  --tw-text-opacity: 1;
  color: rgb(51 109 171 / var(--tw-text-opacity));
}

.text-color9 {
  --tw-text-opacity: 1;
  color: rgb(57 54 55 / var(--tw-text-opacity));
}

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

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

/* vars */

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#pageTransition.preload * {
  transition: none !important;
}

.heroLogo {
  position: absolute;
  bottom: 100px;
  right: 8%;
}

@media (max-width: 991px) {
  .heroLogo {
    bottom: 50px;
  }
}

span, h1, h2, h3, p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  overflow-x: hidden;
}

.new-font {
  font-family: "contralto-big", sans-serif;
}

.font-1, .fs-p-big-old, .fs-h3, .fs-h2, .fs-h1 {
  font-family: "contralto-big", sans-serif;
  font-style: normal;
  display: block;
  padding-top: 0.35em;
}

.font-2, .fs-caption, .fs-cta, .fs-p-small-old, .fs-p-bold, .fs-p-big-bold, .searchForm form input, .fs-h4, .fs-h3-default {
  font-family: Calibre, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  padding-top: 0.35em;
}

.font-3, .fs-caption-3, .fs-caption-2, .fs-p-small, #headerOld .searchContainer input, footer.oldDesign form .field-container label, .fs-p, footer:not(.oldDesign) form .field-container input, .fs-p-big, .input-wrapper input, .input-wrapper select {
  font-family: Calibre, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding-top: 0.35em;
}

.font-4 {
  font-family: Calibre, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  padding-top: 0.35em;
}

.font-5, .fs-special {
  font-family: "active", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.fs-special {
  font-size: max(min(72px, (5vw) + 0px), 72px);
  line-height: 1;
}

.fs-h1 {
  font-size: max(min(55px, (3.472vw) + 0px), 40px);
  line-height: 0.85;
}

.fs-h2 {
  font-size: max(min(45px, (2.778vw) + 0px), 35px);
  line-height: 1;
}

.fs-h3 {
  font-size: max(min(32px, (2.222vw) + 0px), 32px);
  line-height: 1;
}

.fs-h3-default {
  font-size: max(min(32px, (2.222vw) + 0px), 32px);
  line-height: 1.2;
}

.fs-h4 {
  font-size: max(min(24px, (1.667vw) + 0px), 24px);
  line-height: 1;
}

.fs-p-big-bold, .searchForm form input {
  font-size: max(min(24px, (1.667vw) + 0px), 24px);
  line-height: 1.33;
}

.fs-p-big, .input-wrapper input, .input-wrapper select {
  font-size: max(min(26px, (1.806vw) + 0px), 22px);
  line-height: 1.33;
}

.big-p-overwrite .fs-p-big, .big-p-overwrite .input-wrapper input, .input-wrapper .big-p-overwrite input, .big-p-overwrite .input-wrapper select, .input-wrapper .big-p-overwrite select {
  font-size: max(min(32px, (2.222vw) + 0px), 24px);
}

.fs-p-big-old {
  font-size: max(min(20px, (1.389vw) + 0px), 20px);
  line-height: 1.33;
}

.fs-p-bold {
  font-size: max(min(18px, (1.25vw) + 0px), 18px);
  line-height: 1.33;
}

.fs-p, footer:not(.oldDesign) form .field-container input {
  font-size: max(min(22px, (1.389vw) + 0px), 18px);
  line-height: 1.33;
}

.fs-p-small, #headerOld .searchContainer input, footer.oldDesign form .field-container label {
  font-size: max(min(16px, (1.111vw) + 0px), 16px);
  line-height: 1.5;
}

.fs-p-small-old {
  font-size: max(min(20px, (1.25vw) + 0px), 18px);
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.fs-cta {
  font-size: max(min(14px, (0.972vw) + 0px), 14px);
  line-height: 1.15;
}

.fs-caption {
  font-size: max(min(14px, (0.972vw) + 0px), 14px);
  line-height: 1.15;
}

.fs-caption-2 {
  font-size: max(min(14px, (0.972vw) + 0px), 14px);
  line-height: 1.15;
}

.fs-caption-3 {
  font-size: max(min(14px, (0.972vw) + 0px), 14px);
  line-height: 1.15;
}

.container-fluid {
  padding-left: max(min(135px, (9.375vw) + 0px), 16px);
  padding-right: max(min(135px, (9.375vw) + 0px), 16px);
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ignore-container {
  margin-left: calc(min((100vw - 1440px) / 2 * -1, 0px) + min(max(-135px, (-9.375vw) + 0px), -16px));
  margin-right: calc(min((100vw - 1440px) / 2 * -1, 0px) + min(max(-135px, (-9.375vw) + 0px), -16px));
}

@media (max-width: 991px) {
  .ignore-container {
    margin-left: calc(min((100vw - 1440px) / 2 * -1, 0px) - 16px);
    margin-right: calc(min((100vw - 1440px) / 2 * -1, 0px) - 16px);
  }
}

input::-webkit-input-placeholder {
  color: white;
}

input:-moz-placeholder {
  color: white;
}

.input-wrapper {
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  display: flex;
  align-items: end;
  padding-top: 24px;
  padding-bottom: 8px;
}

.input-wrapper span {
  padding-right: 16px;
}

.input-wrapper input, .input-wrapper select {
  height: 40px;
  width: 100%;
  color: #FFFFFF;
  outline: none;
  border: none;
}

.input-wrapper select {
  width: 100%;
}

.input-wrapper.drop-down input {
  cursor: pointer;
  outline: none;
  border: none;
}

.input-wrapper.drop-down ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 72px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.input-wrapper.drop-down ul li {
  padding: 15px;
  border-bottom: 1px solid #418CCC;
  background-color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000000;
}

.input-wrapper.drop-down ul li input {
  width: 15px;
  margin-right: 10px;
  color: #FFFFFF;
}

.input-wrapper.drop-down ul li:first-child {
  border-top: 1px solid #418CCC;
}

.auto-slider-slide {
  width: 100%;
  max-width: 560px;
  height: 400px;
  position: relative;
  overflow: hidden;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  opacity: 0;
  transform: translateY(75px);
}

.auto-slider-slide .imageContainer {
  transition: transform 0.3s ease-out 0s;
}

.auto-slider-slide .imageContainer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 10;
}

.auto-slider-slide:hover .imageContainer {
  transform: scale(1.05);
}

.auto-slider-slide .logo {
  max-height: 64px;
}

@media (max-width: 570px) {
  .auto-slider-slide {
    padding-top: 71%;
    height: auto;
  }
}

.auto-slider-slide:nth-child(10) {
  transition: transform 0.8s ease-out 1.8s, opacity 0.8s ease-out 1.8s;
}

.auto-slider-slide:nth-child(9) {
  transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
}

.auto-slider-slide:nth-child(8) {
  transition: transform 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s;
}

.auto-slider-slide:nth-child(7) {
  transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s;
}

.auto-slider-slide:nth-child(6) {
  transition: transform 0.8s ease-out 1s, opacity 0.8s ease-out 1s;
}

.auto-slider-slide:nth-child(5) {
  transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
}

.auto-slider-slide:nth-child(4) {
  transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
}

.auto-slider-slide:nth-child(3) {
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
}

.auto-slider-slide:nth-child(2) {
  transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
}

.auto-slider-slide:nth-child(1) {
  transition: transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
}

.is-inview .auto-slider-slide {
  opacity: 1;
  transform: translateY(0);
}

.splide__arrow {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #445c72;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 15;
  top: 50%;
  transition: transform 0.3s ease-out 0s;
}

.splide__arrow.splide__arrow--prev {
  left: 32px;
}

.splide__arrow.splide__arrow--prev:hover:not(:disabled) {
  transform: scale(1.2);
}

.splide__arrow.splide__arrow--prev:disabled {
  opacity: 0.7;
}

.splide__arrow.splide__arrow--next {
  right: 32px;
}

.splide__arrow.splide__arrow--next:hover:not(:disabled) {
  transform: scale(1.2);
}

.splide__arrow.splide__arrow--next:disabled {
  opacity: 0.7;
}

.mirror {
  transform: rotateZ(180deg);
}

.mapContainer {
  width: 100%;
  padding-top: 68%;
  position: relative;
}

.mapContainer .mapToggles {
  transition: transform 0.3s ease-out 0s;
}

.mapContainer .mapToggles:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .mapContainer .mapToggles {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .mapContainer .mapToggles span {
    font-size: 10px;
    text-transform: uppercase;
  }
}

.mapMobileToggles {
  width: auto;
  margin-right: 8px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.mapMobileToggles.first {
  margin-left: 16px;
}

.splide__pagination, .pagination {
  padding-top: 12px;
  padding-left: 0;
}

.splide__pagination li:not(:first-child), .pagination li:not(:first-child) {
  padding-left: 6px;
}

.splide__pagination li .splide__pagination__page, .pagination li .splide__pagination__page {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #445c72;
  outline: none;
}

.splide__pagination li .splide__pagination__page.is-active, .pagination li .splide__pagination__page.is-active {
  background-color: #445c72;
}

.fullScreenPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease 0s, transform 0s ease 0s;
  z-index: 20;
}

.fullScreenPopup.active {
  opacity: 1;
  pointer-events: all;
}

.fullScreenPopup::before {
  opacity: 1;
}

.stickyMessage {
  position: fixed;
  bottom: 0;
  left: calc(50% - 155px);
  transition: transform 0.5s ease-out 0s;
  z-index: 20;
  transform: translateY(0);
}

.stickyMessage .rounded-t-lg {
  border-radius: 24px 24px 0px 0px;
}

.stickyMessage.closed {
  transform: translateY(101%);
}

@media (max-width: 991px) {
  .stickyMessage {
    bottom: unset;
    top: 0;
    left: 0;
    right: 0;
  }

  .stickyMessage .rounded-t-lg {
    border-radius: 0;
  }

  .stickyMessage.closed {
    transform: translateY(-101%);
  }
}

.searchForm {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 60px 40px 40px;
  background-color: #FFFFFF;
  transition: transform 0.5s ease-out 0s;
  z-index: 20;
  transform: translateY(-101%);
}

.searchForm.open {
  transform: translateY(0);
}

.searchForm form {
  border-bottom: 1px solid #000000;
}

.searchForm form input {
  border: none;
  outline: none;
  background-color: #FFFFFF;
  color: #000000;
  padding-right: 30px;
  padding-left: 20px;
  height: 40px;
  width: 100%;
}

#headerV2 .nav-item, footer:not(.oldDesign) .nav-item {
  display: inline-block;
  position: relative;
}

#headerV2 .nav-item:not(:last-child), footer:not(.oldDesign) .nav-item:not(:last-child) {
  padding-right: 20px;
}

#headerV2 .nav-item .animatedBorder, footer:not(.oldDesign) .nav-item .animatedBorder {
  height: 3px;
  background-color: #418CCC;
  transition: transform 0.3s ease-out 0s;
  transform: scaleX(0%);
  transform-origin: right;
}

#headerV2 .nav-item:hover .animatedBorder, #headerV2 .nav-item.active .animatedBorder, footer:not(.oldDesign) .nav-item:hover .animatedBorder, footer:not(.oldDesign) .nav-item.active .animatedBorder {
  transform: scaleX(100%);
  transform-origin: left;
}

#headerV2 .nav-item.dropdown .dropdown-menu, footer:not(.oldDesign) .nav-item.dropdown .dropdown-menu {
  position: absolute;
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  padding-top: 15px;
  transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
  transform: translateY(30%);
}

#headerV2 .nav-item.dropdown .dropdown-menu .dropdown-item, footer:not(.oldDesign) .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 5px 20px;
  width: 100%;
  background-color: #FFFFFF;
}

#headerV2 .nav-item.dropdown .dropdown-menu .dropdown-item:hover, #headerV2 .nav-item.dropdown .dropdown-menu .dropdown-item.active, footer:not(.oldDesign) .nav-item.dropdown .dropdown-menu .dropdown-item:hover, footer:not(.oldDesign) .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #418CCC;
}

#headerV2 .nav-item.dropdown:hover .dropdown-menu, footer:not(.oldDesign) .nav-item.dropdown:hover .dropdown-menu {
  height: auto;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0%);
}

footer:not(.oldDesign) .backgroundImage:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

footer:not(.oldDesign) form .field-container {
  padding-bottom: 16px;
}

footer:not(.oldDesign) form .field-container input {
  background-color: transparent;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
  border-radius: 0;
}

footer:not(.oldDesign) form .field-container input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

footer:not(.oldDesign) form .field-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

footer:not(.oldDesign) form .field-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

footer:not(.oldDesign) form .field-container input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

footer:not(.oldDesign) form .field-container input input[type=search] {
  -webkit-appearance: none;
}

#headerV2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  transition: transform 0.7s cubic-bezier(0, 0, 0.5, 1) 0s;
  transform: translateY(0);
}

#headerV2.closed {
  transform: translateY(-100%);
}

.mobileMenu:not(.oldMenu) {
  position: fixed;
  width: 0;
  height: 100%;
  opacity: 0;
  top: 0;
  z-index: 100;
  background-color: #F4F4F4;
  transform: scale(0);
  transition: opacity 0.3s ease-out 0s, transform 0s ease-out 0s;
}

.mobileMenu:not(.oldMenu).opened {
  width: 100%;
  opacity: 1;
  transform: scale(1);
}

.mobileMenu:not(.oldMenu) form {
  background-color: #FFFFFF;
  width: 100%;
}

.mobileMenu:not(.oldMenu) form input {
  width: 100%;
  border: none;
  outline: none;
  height: 48px;
  padding: 5px 10px;
}

.mobileMenu:not(.oldMenu) .mobileAnimationContainer {
  transition: transform 0.3s ease-out 0s;
  transform: translateX(0);
}

.mobileMenu:not(.oldMenu) .mobileAnimationContainer.dropdownOpened {
  transform: translateX(calc(-100% - 40px));
}

.mobileMenu:not(.oldMenu) .mobileAnimationContainer .animatedMobileMenu {
  left: 100%;
}

#horizontalSlider .horizontalSlideItem {
  min-width: 570px;
}

@media (max-width: 570px) {
  #horizontalSlider .horizontalSlideItem {
    min-width: calc(100vw - 32px);
  }
}

.imageOverlay:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

footer.oldDesign form .field-container {
  position: relative;
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 4px;
}

footer.oldDesign form .field-container img {
  height: 16px;
}

footer.oldDesign form .field-container input {
  color: #fff;
  font-size: 14px;
  height: 44px;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 6px;
  width: 100%;
  background-color: transparent;
}

@media (max-width: 991px) {
  footer.oldDesign form .field-container input {
    text-align: center;
  }
}

footer.oldDesign form .field-container label {
  position: absolute;
  top: 12px;
  left: 53px;
  pointer-events: none;
  color: #8D8D8D;
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}

@media (max-width: 991px) {
  footer.oldDesign form .field-container label {
    left: 0;
    right: 0;
    text-align: center;
  }
}

footer.oldDesign form .field-container input:focus ~ label, footer.oldDesign form .field-container input:not(:focus):valid ~ label {
  top: 3px;
  transform-origin: left;
  transform: scale(0.7) translateY(-10px);
}

@media (max-width: 991px) {
  footer.oldDesign form .field-container input:focus ~ label, footer.oldDesign form .field-container input:not(:focus):valid ~ label {
    transform-origin: center;
  }
}

footer.oldDesign form .field-container input:focus ~ img, footer.oldDesign form .field-container input:not(:focus):valid ~ img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(240deg) brightness(109%) contrast(101%);
}

footer.oldDesign form .field-container.custom-dropdown-subs ul {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 10px;
  top: 40px;
  left: 0;
  width: 100%;
}

footer.oldDesign form .field-container.custom-dropdown-subs ul.show {
  display: block;
}

footer.oldDesign form .field-container.custom-dropdown-subs ul li {
  color: #8D8D8D;
  display: block;
  width: 100%;
  padding: 12px 16px 8px 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

footer.oldDesign form .field-container.custom-dropdown-subs ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #8D8D8D;
  background-color: #FFFFFF;
  z-index: 0;
  border-radius: 50%;
}

footer.oldDesign form .field-container.custom-dropdown-subs ul li.active:before, footer.oldDesign form .field-container.custom-dropdown-subs ul li:hover:before {
  border-color: #418CCC;
  background-color: #418CCC;
}

#headerOld {
  background: #FFFFFF;
  transition: transform 0.7s cubic-bezier(0, 0, 0.5, 1) 0s;
  transform: translateY(0);
}

@media (max-width: 991px) {
  #headerOld {
    top: 49px;
  }
}

#headerOld.closed {
  transform: translateY(-200%);
}

#headerOld .navbar-toggler.close {
  display: none;
}

#headerOld .navbar-toggler.open {
  display: block;
}

#headerOld .mobileSearch {
  display: none;
}

#headerOld.menuOpened .navbar-toggler.close {
  display: block;
}

#headerOld.menuOpened .navbar-toggler.open {
  display: none;
}

#headerOld.menuOpened .mobileSearch {
  display: flex;
  max-width: 50%;
}

@media (max-width: 767px) {
  #headerOld.menuOpened .mobileSearch {
    max-width: 100%;
  }

  #headerOld.menuOpened .headerLogo {
    display: none;
  }
}

#headerOld .searchContainer input {
  background-color: #F1F1F1;
  color: #8D8D8D;
  border: none;
  outline: none;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
}

#headerOld .searchContainer input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D8D8D;
  opacity: 1;
  /* Firefox */
}

#headerOld .searchContainer input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D8D8D;
  opacity: 1;
  /* Firefox */
}

#headerOld .searchContainer input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8D8D8D;
}

#headerOld .searchContainer input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8D8D8D;
}

#headerOld .searchContainer input input[type=search] {
  -webkit-appearance: none;
}

#headerOld .nav-item {
  display: inline-block;
  position: relative;
}

#headerOld .nav-item .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #8D8D8D;
  display: inline-block;
  transform: rotateZ(225deg);
}

#headerOld .nav-item:not(:last-child) {
  padding-right: 32px;
  margin-right: 15px;
}

#headerOld .nav-item:hover, #headerOld .nav-item.active {
  color: #000000;
}

#headerOld .nav-item.dropdown .dropdown-menu {
  position: absolute;
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #8D8D8D;
  transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
  transform: translateY(30%);
}

#headerOld .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 5px 20px;
  width: 100%;
  background-color: #FFFFFF;
}

#headerOld .nav-item.dropdown .dropdown-menu .dropdown-item:hover, #headerOld .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #418CCC;
}

#headerOld .nav-item.dropdown .dropdown-menu .dropdown-item:hover span, #headerOld .nav-item.dropdown .dropdown-menu .dropdown-item.active span {
  color: #FFFFFF !important;
}

#headerOld .nav-item.dropdown:hover .dropdown-menu {
  height: auto;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0%);
}

.mobileMenu.oldMenu {
  position: fixed;
  width: 0;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 120px;
  z-index: 100;
  overflow: hidden;
  background-color: #FFFFFF;
  transform: scale(0);
  transition: opacity 0.3s ease-out 0s, transform 0s ease-out 0s;
}

.mobileMenu.oldMenu.opened {
  width: 300px;
  opacity: 1;
  transform: scale(1);
}

.mobileMenu.oldMenu .mobileAnimationContainer {
  transition: transform 0.3s ease-out 0s;
  transform: translateX(0);
}

.mobileMenu.oldMenu .mobileAnimationContainer.dropdownOpened {
  transform: translateX(-100%);
}

.mobileMenu.oldMenu .mobileAnimationContainer .animatedMobileMenu {
  left: 100%;
}

.mobileMenu.oldMenu .mobileListItem {
  border-bottom: 1px solid #8D8D8D;
  padding: 16px;
}

.cursorContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  z-index: 10;
}

.custom-cursor > div {
  background: #FFFFFF;
  border-radius: 50%;
  pointer-events: none;
  margin-left: -45px;
  margin-top: -45px;
  color: black;
  transition: transform 0.4s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  height: 90px;
  width: 90px;
  transform: scale(0);
}

.custom-cursor.openCursor > div {
  transform: scale(1);
}

@media (max-width: 991px) {
  .custom-cursor {
    transform: scale(0) !important;
  }
}

.text-white {
  color: #fff;
}

.has-gradient:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 35% 65%, rgb(0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

footer {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

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

@media (min-width: 576px) {
  .sm\:left-\[8\%\] {
    left: 8%;
  }

  .sm\:min-h-\[600px\] {
    min-height: 600px;
  }

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

@media (min-width: 768px) {
  .md\:bottom-\[80px\] {
    bottom: 80px;
  }

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

  .md\:max-h-\[calc\(100\%-150px\)\] {
    max-height: calc(100% - 150px);
  }

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

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

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

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

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

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

@media (min-width: 992px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-screen {
    height: 100vh;
  }

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

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

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

  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }

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

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

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

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

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

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

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-\[60px\] {
    padding-right: 60px;
  }

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

  .lg\:pt-20 {
    padding-top: 5rem;
  }

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

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

@media (min-width: 1200px) {
  .xl\:max-w-\[1200px\] {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .xxl\:-top-\[15px\] {
    top: -15px;
  }

  .xxl\:min-h-\[1000px\] {
    min-height: 1000px;
  }

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

  .xxl\:pl-\[60px\] {
    padding-left: 60px;
  }
}
/*# sourceMappingURL=style.css.map */