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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

body {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: 300; */
  font-style: normal;
  font-weight: 400;
  color: #262c2e;
}

p {
  margin-bottom: 0.4em;
}

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

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

.container {
  width: 100%;
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

.mb-40 {
  margin-bottom: 10rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

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

.mb-\[90px\] {
  margin-bottom: 90px;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-64 {
  min-height: 16rem;
}

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

.min-h-screen {
  min-height: 100vh;
}

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

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-52 {
  width: 13rem;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-56 {
  max-width: 14rem;
}

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

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

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

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

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

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

.rounded-bl-\[75\%\] {
  border-bottom-left-radius: 75%;
}

.rounded-bl-\[85\%\] {
  border-bottom-left-radius: 85%;
}

.border {
  border-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-\[\#bec0c0\] {
  --tw-border-opacity: 1;
  border-color: rgb(190 192 192 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-l-gray-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-r-gray-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[\#8DB017\] {
  --tw-bg-opacity: 1;
  background-color: rgb(141 176 23 / var(--tw-bg-opacity));
}

.bg-\[\#E9E9EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 234 / var(--tw-bg-opacity));
}

.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#e9e9eb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 235 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\/resources\/send-icon\.svg\'\)\] {
  background-image: url('./resources/send-icon.svg');
}

.bg-\[length\:0\] {
  background-size: 0;
}

.bg-\[right_10px_center\] {
  background-position: right 10px center;
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

.\!pr-\[40px\] {
  padding-right: 40px !important;
}

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

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

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

.pb-\[110px\] {
  padding-bottom: 110px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

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

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

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

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[180px\] {
  padding-top: 180px;
}

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.lowercase {
  text-transform: lowercase;
}

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

.text-\[\#45709F\] {
  --tw-text-opacity: 1;
  color: rgb(69 112 159 / var(--tw-text-opacity));
}

.text-\[\#8CB01F\] {
  --tw-text-opacity: 1;
  color: rgb(140 176 31 / var(--tw-text-opacity));
}

.text-\[\#DD8842\] {
  --tw-text-opacity: 1;
  color: rgb(221 136 66 / var(--tw-text-opacity));
}

.text-\[\#F6851E\] {
  --tw-text-opacity: 1;
  color: rgb(246 133 30 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

:root {
  --building-services-color: #f6851e;
  /* Orange */
  --civil-engineering-color: #b14b7e;
  /* Pink */
  --structural-engineering-color: #8cb01f;
  /* Green */
  --project-management-color: #fdb913;
  /* Yellow */
  --services-color: #8cb01f;
  --sectors-color: #7d6097;
  --partners-color: #fdb913;
  --projects-color: #f6851e;
  --about-color: #b14b7e;
  --contact-color: #45709f;
}

.text-building-service {
  color: var(--building-services-color);
}

.text-civil-engineering {
  color: var(--civil-engineering-color);
}

.text-structural-engineering {
  color: var(--structural-engineering-color);
}

.text-project-management {
  color: var(--project-management-color);
}

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

/*********************GENERAL ELEMENTS*******************/

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

.font-aleo {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.btn {
  background-color: #8cb01f;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

.btn:hover {
  background-color: #f3bc44;
}

.green-list li {
  position: relative;
  padding-left: 0.5em;
  font-size: 12px;
  font-weight: 600;
}

.green-list-large li {
  font-size: 1em;
  font-weight: 300;
  font-size: 15px;
}

.green-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 2px;
  background-color: #8cb01f;
  border-radius: 10px;
}

.black-list li {
  position: relative;
  padding-left: 0.5em;
  font-size: 16px;
  margin-bottom: 16px;
}

.black-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 2px;
  width: 3px;
  background-color: #bec0c0;
  border-radius: 10px;
}

.black-list li:hover {
  font-weight: 500;
}

.black-list li.current {
  font-weight: 600;
}

.black-list li.current::before,
.black-list li:hover::before {
  background-color: #f6851e;
}

.black-list li.building-services.current::before,
.black-list li.building-services:hover::before {
  background-color: var(--building-services-color)
}

.black-list li.civil-engineering.current::before,
.black-list li.civil-engineering:hover::before {
  background-color: var(--civil-engineering-color)
}

.black-list li.structural-engineering.current::before,
.black-list li.structural-engineering:hover::before {
  background-color: var(--structural-engineering-color)
}

.black-list li.project-management.current::before,
.black-list li.project-management:hover::before {
  background-color: var(--project-management-color)
}

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

/**************************Animation**************************/

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

.fade-effect {
  transition: opacity 0.3s ease-in-out;
}

.fade-out {
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

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

/**************************Form**************************/

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

input,
textarea {
  border: 2px solid #e9e9ea;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
}

input::placeholder,
textarea::placeholder {
  color: #333;
}

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

/**************************MENU**************************/

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

body {
  padding-top: 70px;
}

#header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  /* height: 60px; */
  background: linear-gradient(
    to bottom,
    white 0%,
    white calc(100% - 15px),
    transparent 100%
  );
}

#header-navigation.header-navigation-opened {
  background-color: white;
}

.header-submenu {
  margin-left: 10px;
}

@media (min-width: 1024px) {
  body {
    padding-top: 140px;
  }

  .header-submenu {
    margin-left: 0;
  }

  #header-navigation {
    padding-bottom: 10px;
    background: linear-gradient(
      to bottom,
      white 0%,
      white calc(100% - 80px),
      transparent 100%
    );
  }

  .header-navigation-opened .header-logo {
    z-index: 999999;
    position: relative;
  }

  .header-submenu-wrapper {
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    border-bottom: 8px solid #bbb;
    z-index: 99999;
  }
}

.header-menu-item-opened .header-submenu {
  display: block;
}

.header-submenu > li {
  margin-bottom: 24px;
}

.header-submenu > li h3,
.header-submenu > li h4,
.header-submenu > li h5 {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header-submenu > li > a {
  font-weight: 200;
}

@media (min-width: 1024px) {
  .header-submenu > li > a {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
  }
}

.header-submenu .header-submenu-details-text {
  position: absolute;
  width: 350px;
  left: -99999px;
  top: 80px;
  max-width: calc(100vw - 257px);
}

.header-submenu .submenu-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 426px;
}

.header-submenu .submenu-image img {
  border-top-left-radius: 140px;
  height: 100%;
}

.header-submenu .submenu-image::after {
  content: "";
  display: block;
  border-radius: 10px;
  height: 513px;
  width: 762px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(./resources/menu-mask.svg);
}

@media (min-width: 1024px) {
  .header-submenu .header-submenu-details-text {
    left: 400px;
    width: 400px;
  }
}

@media (min-width: 1280px) {
  .header-submenu .header-submenu-details-text {
    left: 345px;
  }

  .header-submenu .submenu-image {
    transform-origin: bottom right;
    transform: scale(0.9);
  }
}

@media (min-width: 1536px) {
  .header-submenu .header-submenu-details-text {
    left: 30vw;
  }

  .header-submenu .submenu-image {
    transform: scale(1);
  }
}

@media (min-width: 1820px) {
  .header-submenu .header-submenu-details-text {
    left: 35vw;
  }
}

.header-submenu a:hover,
.header-submenu li.active > a {
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}

.header-submenu .header-submenu-details a:hover {
  text-decoration: none;
}

.header-submenu .building-services > a:hover,
.header-submenu .building-services.active > a {
  color: var(--building-services-color);
  text-decoration-color: var(--building-services-color);
}

.header-submenu .civil-engineering > a:hover,
.header-submenu .civil-engineering.active > a {
  color: var(--civil-engineering-color);
  text-decoration-color: var(--civil-engineering-color);
}

.header-submenu .structural-engineering > a:hover,
.header-submenu .structural-engineering.active > a {
  color: var(--structural-engineering-color);
  text-decoration-color: var(--structural-engineering-color);
}

.header-submenu .project-management > a:hover,
.header-submenu .project-management.active > a {
  color: var(--project-management-color);
  text-decoration-color: var(--project-management-color);
}

.header-menu li .header-menu-item {
  position: relative;
}

.header-menu li .header-menu-item::after {
  content: "";
  height: 6px;
  display: block;
  background-color: #8cb01f;
  border-radius: 10px;
}

.header-menu li.services .header-menu-item::before {
  content: "";
  position: absolute;
  background: url(./resources/menu-arrow.svg);
  width: 15px;
  right: 10px;
  height: 5px;
  top: 10px;
  display: block;
  pointer-events: none;
}

.header-menu li.header-navigation-li-opened .header-menu-item::before {
  transform: rotate(180deg);
}

.header-menu li.services .header-menu-item::after {
  background-color: var(--services-color);
}

.header-menu li.sectors .header-menu-item::after {
  background-color: var(--sectors-color);
}

.header-menu li.partners .header-menu-item::after {
  background-color: var(--partners-color);
}

.header-menu li.projects .header-menu-item::after {
  background-color: var(--projects-color);
}

.header-menu li.about .header-menu-item::after {
  background-color: var(--about-color);
}

.header-menu li.contact .header-menu-item::after {
  background-color: var(--contact-color);
}

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

/*********************FILTER DROPDOWN********************/

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

.header-filter::before {
  content: "";
  position: absolute;
  background: url(./resources/menu-arrow.svg);
  width: 15px;
  right: 26px;
  height: 5px;
  top: 29px;
  display: block;
  pointer-events: none;
}

.header-filter.opened::before {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .header-filter::before {
    display: none;
  }
}

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

/*********************SUB HEADER HOME********************/

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

.homepage-banner-wrapper::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(resources/homepage/banner-bottom.svg);
  background-position: bottom center;
  background-size: contain;
  bottom: -1px;
  left: 0;
  height: 260px;
  right: 0;
  pointer-events: none;
}

.logo-scroll-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 10px 0;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 60px,
    black calc(100% - 60px),
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 60px,
    black calc(100% - 60px),
    transparent
  );
}

.logo-scroll {
  display: inline-block;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-scroll:hover {
  animation-play-state: paused;
}

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

/***********SUB HEADER and small variant*****************/

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

.sub-header-image::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 123vw;
  height: 993px;
  position: absolute;
  background-image: url(resources/caseStudy/HighVolumePath.svg);
  background-position: top right;
  background-size: contain;
  top: 0px;
  right: 0;
}

.sub-header-image img {
  width: 100vw;
}

@media (min-width: 768px) {
  .sub-header-image img {
    width: 75vw;
  }

  .sub-header-image:after {
    width: 92vw;
  }
}

@media (min-width: 1024px) {
  .sub-header-image img {
    width: 680px;
    border-top-left-radius: 163px;
  }

  .sub-header-image:after {
    width: 1297px;
    transform: scale(0.6) translate(33.5%, -21%);
    background-position: bottom left;
  }
}

@media (min-width: 1280px) {
  .sub-header-image img {
    width: 873px;
  }

  .sub-header-image:after {
    transform: scale(0.8) translate(12.56%, -12.6%);
  }
}

@media (min-width: 1536px) {
  .sub-header-image img {
    width: 979px;
  }

  .sub-header-image:after {
    transform: scale(0.9) translate(5.56%, 2.4%);
  }
}

@media (min-width: 1820px) {
  .sub-header-image img {
    width: 1060px;
  }

  .sub-header-image:after {
    transform: scale(1) translate(0, 0);
  }
}

.sub-header-image-small {
  padding-bottom: 100px;
  margin-bottom: 30px;
}

.sub-header-image-small::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 123vw;
  height: 650px;
  position: absolute;
  background-image: url(resources/project/submodulepath.svg);
  background-position: top right;
  background-size: contain;
  top: 0px;
  right: -1px;
}

.sub-header-image-small img {
  width: 100vw;
}

@media (min-width: 640px) {
  .sub-header-image-small  {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .sub-header-image-small img {
  }

  .sub-header-image-small:after {
    top: -80px;
  }
}

@media (min-width: 768px) {
  .sub-header-image-small img {
    width: 75vw;
  }

  .sub-header-image-small:after {
    width: 89vw;
    top: 0px;
  }

  .sub-header-image-left-column img {
    width: 62vw;
  }

  .sub-header-image-left-column:after {
    width: 76vw;
  }
}

@media (min-width: 1024px) {
  .sub-header-image-small img {
    width: 873px;
  }

  .sub-header-image-small:after {
    width: 1434px;
    transform: scale(0.7) translate(21.56%, -22.6%);
    background-position: bottom left;
  }

  .sub-header-image-left-column img {
    width: 695px;
  }

  .sub-header-image-left-column:after {
    width: 1414px;
    transform: scale(0.6) translate(33.56%, -35.6%);
  }
}

@media (min-width: 1536px) {
  .sub-header-image-small img {
    width: 997px;
  }

  .sub-header-image-small:after {
    transform: scale(0.8) translate(13%, -14%);
  }
}

@media (min-width: 1820px) {
  .sub-header-image-small img {
    width: 1201px;
  }

  .sub-header-image-small:after {
    transform: scale(1) translate(0, 0);
  }
}

.sub-header-bottom-cut {
  position: relative;
}

.sub-header-bottom-cut::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(resources/bottom-large-subheader.svg);
  background-position: top center;
  bottom: -100px;
  left: 0;
  height: 287px;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

@media (min-width: 1024px) {
  .sub-header-bottom-cut::after {
    background-size: cover;
    bottom: 0;
    height: 150px;
  }
}

@media (min-width: 1536px) {
  .sub-header-bottom-cut::after {
    background-size: cover;
    bottom: 0;
    height: 287px;
  }
}

.mobile-pre-submenu {
  position: relative;
  z-index: 100;
  background-color: #eeeeee;
}

.mobile-pre-submenu::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 25px;
  position: absolute;
  bottom: -25px;
  background: linear-gradient(
    to bottom,
    white 0%,
    white calc(100% - 21px),
    transparent 100%
  );
}

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

/************************LEFT CIRCLE*********************/

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

/* @screen 2xl {
  .left-side-details {
    position: relative;
  }

  .left-side-details:after {
    content: "";
    display: block;
    width: 553px;
    height: 506px;
    position: absolute;
    background-image: url(resources/caseStudy/leftPanel.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    top: -52px;
    z-index: -1;
    left: -180px;
  }
}

@screen 3xl {
  .left-side-details:after {
    left: -250px;
  }
} */

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

/***********************RIGTH CIRCLE*********************/

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

.right-side-details {
  position: relative;
  margin-top: 30px;
  padding-bottom: 60px;
}

.right-side-details img {
  border: 20px solid #d9d9d9;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .right-side-details img {
    right: -40px;
    top: 40px;
    width: 350px;
    border: none;
  }

  .right-side-details:after {
    content: "";
    display: block;
    width: calc(100vw - 40px);
    height: 1179px;
    position: absolute;
    background-image: url(resources/side.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 800px;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .right-side-details {
  }

  .right-side-details img {
    width: initial;
  }

  .right-side-details:after {
    background-size: initial;
  }

  .right-side-details {
  }

  .right-side-details img {
    right: -40px;
    top: 40px;
  }

  .right-side-details:after {
    width: calc(75vw - 28px);
    height: 1179px;
  }
}

@media (min-width: 1024px) {
  .right-side-details {
    margin-top: 100px;
    padding-bottom: 120px;
  }

  .right-side-details img {
    right: -21px;
    top: 21px;
    width: 220px;
  }

  .right-side-details:after {
    width: calc(30.65vw - 50px);
    background-size: 478px;
  }
}

@media (min-width: 1280px) {
  .right-side-details {
    margin-top: 0;
  }

  .right-side-details img {
    right: -42px;
    top: 42px;
    width: 400px;
  }

  .right-side-details:after {
    width: 37.2vw;
    background-size: 880px;
  }
}

@media (min-width: 1536px) {
  .right-side-details img {
    right: -42px;
    top: 42px;
    width: initial;
  }

  .right-side-details:after {
    width: 37.7vw;
    background-size: initial;
  }
}

@media (min-width: 1820px) {
  .right-side-details:after {
    width: calc(0.4 * 1920px + ((100vw - 1920px) / 2) + 15px);
  }
}

.right-side-details2 {
  position: relative;
  margin-top: 30px;
  padding-bottom: 60px;
}

.right-side-details2 img {
  position: relative;
  right: -40px;
  top: 40px;
  width: calc(100vw - 80px);
}

.right-side-details2:after {
  content: "";
  display: block;
  width: 100vw;
  height: 759px;
  position: absolute;
  background-image: url(resources/side2.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: calc(100vw* 1.5 - 40px);
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 350px) {
  .right-side-details2:after {
    background-size: calc(100vw* 1.6 - 40px);
  }
}

@media (min-width: 768px) {
  .right-side-details2 img {
    right: -22px;
    top: 22px;
    width: 240px;
  }

  .right-side-details2:after {
    width: 54.4vw;
    background-size: 400px;
  }
}

@media (min-width: 1024px) {
  .right-side-details2 img {
    position: absolute;
    left: 126px;
    top: 45px;
    width: 300px;
  }

  .right-side-details2:after {
    width: 35vw;
    height: 579px;
    top: 13px;
    left: 93px;
    background-size: 520px;
  }
}

@media (min-width: 1536px) {
  .right-side-details2 img {
    position: absolute;
    left: 126px;
    top: 0px;
    width: 400px;
  }

  .right-side-details2:after {
    width: 38vw;
    height: 579px;
    top: -38px;
    left: 93px;
    background-size: 674px;
  }
}

@media (min-width: 1820px) {
  .right-side-details2 img {
    position: absolute;
    left: 126px;
    top: -45px;
    width: 500px;
  }

  .right-side-details2:after {
    width: calc(0.4 * 1920px + ((100vw - 1920px) / 2) + 10px);
    height: 579px;
    top: -85px;
    left: 84px;
    background-size: 830px;
  }
}

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

/***********************GALLERY**********************/

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

.gallery-logo {
  position: absolute;
  z-index: 2;
}

.gallery-logo img {
  position: relative;
  left: 10px;
  top: 10px;
  z-index: 3;
  max-width: 66px;
}

.gallery-logo::before {
  content: "";
  display: block;
  height: 75px;
  width: 120px;
  position: absolute;
  background-image: url(resources/galley-corner.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  top: 0px;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
}

.gallery-bordered img {
  border: 1px solid #707070;
  border-radius: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

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

/********************HIGHLIGHT SECTION*******************/

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

.higlight-section {
  position: relative;
}

.higlight-section:after {
  content: "";
  display: block;
  height: 821px;
  position: absolute;
  background-image: url(resources/highlight.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: -300px;
  left: 0;
  right: 0px;
  z-index: -1;
}

.higlight-section::before {
  content: "";
  position: absolute;
  top: -293px;
  left: 0px;
  right: 0;
  height: 698px;
  background-color: #eeeeee;
  z-index: -2;
  /* Create the hole */
  -webkit-mask-image: linear-gradient(
    to right,
    black 0%,
    black calc((100% - 1915px) / 2),
    transparent calc((100% - 1915px) / 2),
    transparent calc((100% + 1915px) / 2),
    black calc((100% + 1915px) / 2),
    black 100%
  );
          mask-image: linear-gradient(
    to right,
    black 0%,
    black calc((100% - 1915px) / 2),
    transparent calc((100% - 1915px) / 2),
    transparent calc((100% + 1915px) / 2),
    black calc((100% + 1915px) / 2),
    black 100%
  );
}

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

/***********************SPLIT BANNER*********************/

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

.bottom-topper {
  position: relative;
}

.bottom-topper::after {
  content: "";
  height: 100px;
  position: absolute;
  background-image: url(resources/homepage/bottom-topper.svg);
  background-repeat: no-repeat;
  background-position: top center;
  top: -60px;
  left: 0;
  right: 0;
  background-size: cover;
}

.split-banner {
  position: relative;
  background-size: cover;
  min-height: 300px;
}

@media (min-width: 768px) {
  .split-banner {
    position: relative;
    background-size: cover;
    min-height: 400px;
  }
}

@media (min-width: 1024px) {
  x
  .split-banner {
    position: relative;
    background-size: cover;
    min-height: 600px;
  }
}

.split-banner::after {
  content: "";
  position: absolute;
  background-image: url(resources/homepage/horizontal-divider.svg);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  bottom: -140px;
  right: 0;
  background-size: cover;
  height: 445px;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .split-banner::after {
    background-image: url(resources/vertical-divider.svg);
    top: 0;
    bottom: 0;
    right: 0;
    left: initial;
    background-size: cover;
    width: 400px;
    height: initial;
    margin-right: -150px;
  }

  .split-banner-reverse::after {
    right: initial;
    left: 0;
    margin-left: -150px;
    transform: rotate(180deg);
  }

  .split-banner-variation::after {
    background-image: url(resources/vertical-divider2.svg);
    top: 0;
    bottom: 0;
    right: 0;
    left: initial;
    background-size: cover;
    width: 275px;
    height: initial;
    margin-right: -169px;
  }
}

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

/******************* HORIZONTAL SPLIT *******************/

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

.horizontal-split-card {
  position: relative;
}

.horizontal-split-card::after {
  content: "";
  position: absolute;
  background-image: url(resources/horizontal-divider2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  bottom: -112px;
  right: 0;
  background-size: cover;
  height: 214px;
}

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

/******************* Interactive map *******************/

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

#interactive-map-wrapper {
  display: none;
}

#interactive-map-wrapper .arrow-map {
  position: relative;
}

#interactive-map-wrapper .arrow-map::after {
  content: "";
  background-image: url(./resources/arrow.svg);
  width: 50px;
  height: 18px;
  position: absolute;
  top: 580px;
  left: 10px;
  z-index: 1000;
}

#interactive-map {
  position: absolute;
  right: 0;
  top: -70px;
  overflow: hidden;
}

#interactive-map img {
  max-width: initial;
}

#interactive-map .map-wrapper {
  position: relative;
  right: -150px;
  transform-origin: right;
  transform: scale(0.5);
}

@media (min-width: 768px) {
  #interactive-map-wrapper {
    display: block;
    min-height: 800px;
  }
}

@media (min-width: 1024px) {
  #interactive-map-wrapper {
    min-height: 945px;
  }

  #interactive-map .map-wrapper {
    right: -150px;
    transform: scale(0.64);
  }
}

@media (min-width: 1280px) {
  #interactive-map .map-wrapper {
    right: -150px;
    transform: scale(0.78);
  }
}

@media (min-width: 1536px) {
  #interactive-map .map-wrapper {
    right: -150px;
    transform: scale(0.9);
  }
}

@media (min-width: 1820px) {
  #interactive-map-wrapper {
    min-height: 1000px;
  }

  #interactive-map .map-wrapper {
    right: -150px;
    transform: scale(1.03);
  }
}

#interactive-map .map-marker {
  width: 46px;
  height: 61px;
  position: absolute;
  z-index: 1;
  background: url(resources/member/marker.svg);
  transform: translate(-24px, -30px);
  cursor: pointer;
}

#interactive-map .map-marker:hover,
#interactive-map .map-marker-hover {
  background: url(resources/member/market-active.svg);
  z-index: 100;
}

#interactive-map .map-marker-hover {
  z-index: 99;
}

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

/******************* Glide *******************/

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

.glide__bullet {
  background-color: #fdb913;
  height: 5px;
  width: 50px;
  border-radius: 5px;
}

.glide__bullet--active {
  background-color: #8cb01f;
}

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

/************** Member scrollable map *******************/

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

.hub__wrapper {
  width: 100vw;
  height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  .hub {
    position: relative;
    width: 2600px;
    img {
      width: 100%;
    }
  }
}

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

/*************** Case study animation *******************/

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

#gsap-square {
  position: absolute;
  /* top: 81px; */
  /* left: -2156px; */
  width: auto;
  height: 100%;
  /* z-index: -1; */
  max-width: initial;
  /* transform: scale(0.75); */
}

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

/*********************** Modal **************************/

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

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  z-index: 1000;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 1000px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__header .modal__close:before {
  content: "\2715";
}

/**************************\
  Demo Animation Style
\**************************/

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

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

/************* Styled elements for WP *******************/

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

.styled h1 {
  font-size: 40px;
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #f6851e;
}

.styled h2 {
  font-size: 25px;
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 60px;
  margin-bottom: 20px;
}

.styled h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.styled p {
  font-size: 16px;
  margin-bottom: 16px;
}

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

/****************** Login background ********************/

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

.login-area {
  position: relative;
}

.login-area::after{
  content: "";
  position: absolute;
  left: -220px;
  bottom: -342px;
  width: 1249px;
  height: 1358px;
  background: url(./resources/login.svg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-mb-\[40px\] {
    margin-bottom: -40px;
  }

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

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

  .sm\:flex {
    display: flex;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .sm\:rounded-bl-\[98\%\] {
    border-bottom-left-radius: 98%;
  }

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

  .sm\:pb-\[150px\] {
    padding-bottom: 150px;
  }

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

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

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

  .md\:sticky {
    position: sticky;
  }

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

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

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

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

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

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .md\:ml-\[25\%\] {
    margin-left: 25%;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

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

  .md\:cursor-auto {
    cursor: auto;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:rounded-bl-\[87\%\] {
    border-bottom-left-radius: 87%;
  }

  .md\:border-l-\[3px\] {
    border-left-width: 3px;
  }

  .md\:border-r-\[3px\] {
    border-right-width: 3px;
  }

  .md\:border-r-gray-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-contain {
    background-size: contain;
  }

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

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

  .md\:py-\[6rem\] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[190px\] {
    padding-bottom: 190px;
  }

  .md\:pb-\[250px\] {
    padding-bottom: 250px;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

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

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

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

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

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

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-\[-60px\] {
    top: -60px;
  }

  .lg\:top-\[0\] {
    top: 0;
  }

  .lg\:top-\[60px\] {
    top: 60px;
  }

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

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

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

  .lg\:mb-\[105px\] {
    margin-bottom: 105px;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .lg\:border-l-\[3px\] {
    border-left-width: 3px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

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

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

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

  .lg\:pb-\[250px\] {
    padding-bottom: 250px;
  }

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

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

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

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

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

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

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

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

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }

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

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

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:top-\[84px\] {
    top: 84px;
  }

  .xl\:mb-\[0\] {
    margin-bottom: 0;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

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

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

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

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

  .xl\:w-9\/12 {
    width: 75%;
  }

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

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

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

  .xl\:pb-\[190px\] {
    padding-bottom: 190px;
  }

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

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

  .xl\:pt-\[120px\] {
    padding-top: 120px;
  }

  .xl\:pt-\[70px\] {
    padding-top: 70px;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

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

@media (min-width: 1820px) {
  .\33xl\:right-\[calc\(\(100vw-1920px\)\/2\)\] {
    right: calc((100vw - 1920px) / 2);
  }

  .\33xl\:mr-20 {
    margin-right: 5rem;
  }

  .\33xl\:min-h-\[1100px\] {
    min-height: 1100px;
  }

  .\33xl\:min-h-\[515px\] {
    min-height: 515px;
  }

  .\33xl\:w-3\/12 {
    width: 25%;
  }

  .\33xl\:w-9\/12 {
    width: 75%;
  }
}